Hi, Try 'gstat --all' on Node 1. It show all nodes of your cluster. If it doesn't show Node 2 , you have to choose same multicast interface in gmond.conf file.
Marcelo On Wed, 19 Jan 2005 15:46:58 -0800, Marcel Birthelmer <[EMAIL PROTECTED]> wrote: > NDONG Steeve wrote: > > Hi, > > I have a test-cluster with 2 Nodes. > > I have started Gmond and Gmetad on Node1. > > On the second Node (Node2) is just Gmond. > > Hier are the line i have changed on the configuration-files: > > > > - On Node1: > > 1) /etc/gmond.conf > > -------------------- > > > > # The name of the cluster this node is a part of > > # default: "unspecified" > > name "CLUSTER" > > # > > # The owner of this cluster. Represents an administrative > > # domain. The pair name/owner should be unique for all clusters > > # in the world. > > # default: "unspecified" > > owner "NDONGS" > > # > > 2) /etc/gmetad.conf > > -------------------- > > # data_source "my cluster" [polling interval] address1:port > > addreses2:port ... > > # > > # data_source "my cluster" 10 localhost my.machine.edu:8649 1.2.3.5:8655 > > # data_source "my grid" 50 1.3.4.7:8655 grid.org:8651 grid-backup.org:8651 > > # data_source "another source" 1.3.4.7:8655 1.3.4.8 > > data_source "CLUSTER" localhost 192.168.240.41 > > # > > (Thje IP from localhost is: 192.168.240.41) > > > > - On Node2: > > 1) /etc/gmond.conf > > -------------------- > > # The name of the cluster this node is a part of > > # default: "unspecified" > > name "CLUSTER" > > # > > # The owner of this cluster. Represents an administrative > > # domain. The pair name/owner should be unique for all clusters > > # in the world. > > # default: "unspecified" > > owner "NDONGS" > > # > > > > "telnet localhost 8649" on Node1 and Node2 gives the proper output. > > But "telnet localhost 8651" on Node1 gives just Information about Node1 and > > no Information about Node2 :-( > > > > Ndong Steeve > > > > > > Try 'telnet [Node 2's IP] 8649' from node 1. If it doesn't work, you have to > enable Node 1 as a trusted host in Node 2's gmond.conf file. > - Marcel > > ------------------------------------------------------- > This SF.Net email is sponsored by: IntelliVIEW -- Interactive Reporting > Tool for open source databases. Create drag-&-drop reports. Save time > by over 75%! Publish reports on the web. Export to DOC, XLS, RTF, etc. > Download a FREE copy at http://www.intelliview.com/go/osdn_nl > _______________________________________________ > Ganglia-general mailing list > [email protected] > https://lists.sourceforge.net/lists/listinfo/ganglia-general > -- -- "Talk is cheap. Show me the code." (Linus Torvalds)

