Dear all,
i'm trying to install ganglia on our cluster but I have some problems
getting the nodes to send their metadata to the management node.
I think it's an IP configuring problem in the .conf files.
Management node:
2 ip addresses (using samples ones here)
-233.234.10.5/16
-233.235.10.1/16
Cluster nodes:
1 ip address
-233.235.11.1/16
The .conf files:
Management node:
gmond.conf
udp_send_channel {
mcast_join = 239.2.11.72
port = 8649
}
udp_send_channel {
host = mgmtserver
port = 8649
}
udp_recv_channel {
mcast_join = 239.2.11.72
port = 8649
bind = 239.2.11.72
}
tcp_accept_channel {
port = 8649
}
gmetad.conf
data_source "Our Cluster" 10 localhost 233.235.11.1 233.235.11.2
Cluster node:
gmond.conf
udp_send_channel {
mcast_join = 239.2.11.72
port = 8649
}
udp_send_channel {
host = 233.235.10.1
port = 8649
}
udp_send_channel {
host = mgmtserver
port = 8649
}
All the rest is commented out.
What is wrong?
Regards,
Pieter
-------------------------------------------------------------------------
This SF.net email is sponsored by DB2 Express
Download DB2 Express C - the FREE version of DB2 express and take
control of your XML. No limits. Just data. Click to get it now.
http://sourceforge.net/powerbar/db2/
_______________________________________________
Ganglia-developers mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/ganglia-developers