Page 1 of 1

Cluster config

Posted: 22 Jul 2013, 10:02
by diceman
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.

Re: Cluster config

Posted: 22 Jul 2013, 11:31
by ForumAdmin
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:

Code: Select all

	&printcmd("/usr/sbin/csf -cc '$FORM{option} $FORM{value}'");
to:

Code: Select all

	&printcmd("/usr/sbin/csf -cc $FORM{option} $FORM{value}");