Hi,
i must add in cluster over 50 server. I MUST add ip in CLUSTER_SENDTO and CLUSTER_RECVFROM of all server in ALL server ? And when i need to add new server i MUST edit all 50 server ip ? I try to use cluster config command but not work, does not recognize dots ip address.
Cluster config
-
- Moderator
- Posts: 1524
- Joined: 01 Oct 2008, 09:24
Re: Cluster config
Yes, you have to manually enable it on each server before you can use clustering.
We will have a fix for the cluster commands issue in the next release. In the meantime, you can either use csf from the command line or edit /etc/csf/csfui.pl and change line 675 from:
to:
We will have a fix for the cluster commands issue in the next release. In the meantime, you can either use csf from the command line or edit /etc/csf/csfui.pl and change line 675 from:
Code: Select all
&printcmd("/usr/sbin/csf -cc '$FORM{option} $FORM{value}'");
Code: Select all
&printcmd("/usr/sbin/csf -cc $FORM{option} $FORM{value}");