Hi Kevin: On Tue, Nov 16, 2010 at 2:14 PM, Kevin Pettijohn <[email protected]> wrote:
> I have also entered location information as well which is not being displayed > along with the Cluster name when I run "telnet localhost 8649". This is > making me wonder if the gmond.conf on the node is being read correctly. Run `gmond --help` on that host and look for the default configuration file location (text after the -c option). Perhaps it is just using the in memory configuration (which would have cluster name "unspecified"). > <GANGLIA_XML VERSION="3.1.0" SOURCE="gmond"> > <CLUSTER NAME="unspecified" LOCALTIME="1289944428" OWNER="unspecified" > LATLONG="unspecified" URL="unspecified"> You probably should update to the latest version which is 3.1.7, there has been quite a few bug fixes since then. > Also I noticed that out of the two nodes in the cluster only one displays its > hostname while the other displays the IP of the node. If I change the > gmetad.conf on the data_source line and swap the node positions the node > listed first will be the node that displays its hostname while the following > node displays its IP. > > data_source "Cluster" node01 node02 (displays the hostname for node01 but > only the IP of node02) > > I know that gmetad only gathers information from the first node but I cant > seem to find out why the second node only displays its IP address. Ganglia determines hostnames by reverse DNS, so there may be some issue with hostname resolution of the other host. The easiest fix is just to make sure your hosts all have correct /etc/hosts entries on all hosts. Cheers, Bernard ------------------------------------------------------------------------------ Increase Visibility of Your 3D Game App & Earn a Chance To Win $500! Tap into the largest installed PC base & get more eyes on your game by optimizing for Intel(R) Graphics Technology. Get started today with the Intel(R) Software Partner Program. Five $500 cash prizes are up for grabs. http://p.sf.net/sfu/intelisp-dev2dev _______________________________________________ Ganglia-general mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/ganglia-general

