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)
-84.234.10.5/16 <http://233.234.10.5/16>
-84.235.10.1/16 <http://233.235.10.1/16>

Cluster nodes:

1 ip address
-84.235.11.1/16 <http://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 84.235.11.1 <http://233.235.11.1/>
84.235.11.2 <http://233.235.11.2/>

Cluster node:

gmond.conf

udp_send_channel {
 mcast_join = 239.2.11.72
 port = 8649
}

udp_send_channel {
 host = 84.235.10.1 <http://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-general mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/ganglia-general

Reply via email to