Cluster master does not sync to slaves

Post Reply
cyonch
Junior Member
Posts: 13
Joined: 07 Jun 2011, 15:58

Cluster master does not sync to slaves

Post by cyonch »

I have 3 servers, the master-server knows of the slaves, the slaves do not know about each other, but they do know about the master.

When i send a "csf -cd xxx.xxx.xxx.xxx" from one of the slaves, the master-server blocks the IP but does not sync it on the other slave.
How do i configure my servers, so that if i send a "csf -cd" from one slave to the master, the master then syncs it to the other slaves aswell?

Thanks in Advance.
marcele
Junior Member
Posts: 214
Joined: 17 Sep 2007, 17:02

Re: Cluster master does not sync to slaves

Post by marcele »

This is what works well for us. You have to tell the slaves to send to one another so the cluster config is the same across all of the slaves:

MASTER: 192.168.1.2
SLAVE1: 192.168.1.3
SLAVE2: 192.168.1.4

CLUSTER_SEND_TO: 192.168.1.3,192.168.1.4
CLUSTER_RECEIVE_FROM: 192.168.1.2,192.168.1.3,192.168.1.4
CLUSTER_MASTER: 192.168.1.2

The cluster master is hosting the support website so that's why we leave it out of CLUSTER_SEND_TO as we still want clients to be able to access support if they get blocked on one of the other servers.
Post Reply