Disable the firewall.
Make sure that "firewalld" is disabled.
# systemctl is-enabled firewalld
If it is enabled, disable it.
# systemctl stop firewalld # systemctl disable firewalld
Set NTP.
Make sure to set NTP when building the cluster to synchronize the time of each node in the cluster system.
Set NTP before installing PRIMECLUSTER.