On 10/24/05, Cañada.Andres <[EMAIL PROTECTED]> wrote:
> I don't know how to solve this and I wonder if someone at this list could 
> help me.

All the gmonds should be talking to each other in this setup, or the
gmetad needs to be changed to treat each differently.  If the gmonds
aren't talking, then maybe you need to increase the TTL (noting that
they should all be talking on the same multicast-capable "network" so
one packet will reach all PCs).

> The gmetad.conf: data_source "ClusterIBM" 10.2.1.55 192.168.2.23 192.168.2.24 
> 192.168.2.25 192.168.2.26 (etc)

Maybe this is your problem.  You see, data_source only collects data
in a first working fashion; it does NOT collect data from all of them
at once.  Therefore, if it can get through to 10.2.1.55, it will NOT
connect to ANY of the other sources.  If 10.2.1.55 doesn't have the
exact same data as the other machines, use a different cluster name,
e.g. as follows:

data_source "ClusterIBM-test" 10.2.1.55
data_source "ClusterIBM" 192.168.2.23 192.168.2.24 192.168.2.25
192.168.2.26 (etc)

or,

data_source "ClusterIBM1" 192.168.2.23
data_source "ClusterIBM2" 192.168.2.24
data_source "ClusterIBM3" 192.168.2.25
(etc)

depending.

--
~Mike
 - Just my two cents
 - No man is an island, and no man is unable.

Reply via email to