On Mon, Jul 05, 2010 at 10:49:22AM +0200, Wim De Geeter wrote:
> Any one an idea why ??
because the master and the nodes are in 2 different clusters, for any
of the following reasons :
0) they are in different network segments and running by default in
multicast, so packets between them are getting dropped at your
switch
1) you are using different multicast addresses on their configuration
2) you have some other kind of firewall that is blocking packets either
way.
if you really want them all in the same cluster, you probably want to
change the configuration in the nodes/master to use unicast and point
them to the master.
the manual page in gmond.conf, the README and some of the links on the
wiki are good sources for how to do that, but is is usually as simple
as changing udp_send_channel and udp_recv_channel as shown below and
restarting your gmond.
udp_send_channel {
host = master
port = 8649
}
udp_recv_channel {
port 8649
}
Carlo
------------------------------------------------------------------------------
This SF.net email is sponsored by Sprint
What will you do first with EVO, the first 4G phone?
Visit sprint.com/first -- http://p.sf.net/sfu/sprint-com-first
_______________________________________________
Ganglia-general mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/ganglia-general