<http://239.2.11.72/>Is the 84.235.10.0/16 network the default network on
the collection node? If not, then the 239.2.11.72 is routed out an interface
that does not see the management node and you will have to set a static
route for it on the .5 system.
-HTH
-Josh

On 5/24/07, Pieter Thoma <[EMAIL PROTECTED]> wrote:

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




--
Take my love, take my land / Take me where I cannot stand / I don't care,
I'm still free / You can't take the sky from me / Take me out to the black /
Tell 'em I ain't comin' back / Burn the land and boil the sea / You can't
take the sky from me / There's no place I can be / Since I found serenity /
But you can't take the sky from me.
-------------------------------------------------------------------------
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