(De nada ;-)) I am happy you have solve your problem but take into account that if the computers you are monitoring are not in an independent network all the computers in that network will be catching the gmond communications. This is because 224.0.0.1 is a well defined multicast address. Try doing ping 224.0.0.1, then all the computers in that net should be responding. This is not something to worry about as network performance will not be affected nor security compromised. If you find out how to configure Linux to use another multicast IP let me now :-).
Cheers, Roman PS: I am using Fedora Core 1 with Kernel 2.4 and no solution with multicast yet. On Thu, 2004-02-05 at 18:41, Fabián Salamanca wrote: > Bingo! > (gracias Román!) > > It was a problem with the default mcast channel, using 224.0.0.1 fixed my > problem > > thanks a lot!!! > > > ============================ > Fabián Salamanca > DHRCorp Sistemas y Redes > [EMAIL PROTECTED] > ----- Original Message ----- > From: "Jose Roman Bilbao" <[EMAIL PROTECTED]> > To: "Fabián Salamanca" <[EMAIL PROTECTED]> > Sent: Thursday, February 05, 2004 11:30 AM > Subject: Re: [Ganglia-general] only reporting one node > > > > Hola Fabián, > > > > Yo tuve el mismo problema y resulto ser cosa del multicast. el > > data_source solo indica de donde intentará el gmetad leer la informacion > > de los nodos. Si uno de ellos no funciona pasa al siguiente. En realidad > > el gmetad saca la informacion de todos los nodos de uno solo de ellos > > pues entre ellos comparten la informacion cada cierto tiempo con > > multicast. Si no fuese asi y uno de los nodos cayese se perderia toda la > > informacion. > > > > Yo no consegui que me funcionase la IP que viene por defecto, puede que > > sea cosa del multicast de los ultimos kernls. Prueba con la IP: > > > > 224.0.0.1 > > > > en gmond.conf: > > > > mcast_channel 224.0.0.1 > > # > > # The multicast port for gmond to send/receive data on > > # default: 8649 > > # mcast_port 8649 > > # > > # The multicast interface for gmond to send/receive data on > > # default: the kernel decides based on routing configuration > > mcast_if eth1 > > # > > # The multicast Time-To-Live (TTL) for outgoing messages > > # default: 1 > > mcast_ttl 3 > > > > > > lo de eth1 depende de tu configuracion. Si aun asi no te funciona prueba > > a poner en los nodos: > > > > route add -net 224.0.0.0 netmask 240.0.0.0 dev eth1 > > > > pero sustituyendo por eth1 por la interfaz de red que utilices. > > > > Ya me contarás. > > > > Saludos, > > > > Roman > > > > > > On Thu, 2004-02-05 at 18:15, Fabián Salamanca wrote: > > > Hi! > > > > > > I installed ganglia on a 2 node FreeBSD cluster but Im able to see > > > only one node at a time, I declared both nodes in the data_source line > > > in the gmetad.conf and i can telnet both nodes on port 8649, > > > > > > How should I configure ganglia in order to see both nodes? > > > > > > regards, > > > > > > ============================ > > > Fabián Salamanca > > > DHRCorp Sistemas y Redes > > > [EMAIL PROTECTED] > > > > ------------------------------------------------------- > The SF.Net email is sponsored by EclipseCon 2004 > Premiere Conference on Open Tools Development and Integration > See the breadth of Eclipse activity. February 3-5 in Anaheim, CA. > http://www.eclipsecon.org/osdn > _______________________________________________ > Ganglia-general mailing list > [email protected] > https://lists.sourceforge.net/lists/listinfo/ganglia-general

