> -----Original Message-----
> From: Kevin Pettijohn [mailto:[email protected]] 
> Sent: Tuesday, November 16, 2010 5:14 PM
> 
> Hello Everyone,
> 
> I have been trying to figure out why my new cluster is 
> showing as "unspecified". Currently we have three other 
> clusters that are working properly.
> 
> Here is an overview of my configs:
> 
> gmetad.conf 
> data_source "Hostname" hostname01.domain.com hostname02.domian.com
> 
> gmond.conf - both nodes have the cluster defined and use a 
> separate multicast IP
> cluster {
>   name = "Cluster name"
>   owner = "owner"
>   latlong = "unspecified"
>   url = "http://domain.com/";
> }
> 
> Instead of using "Cluster name" ganglia displays "unspecified".
> 
> I am taking over this ganglia install so I was not the one 
> who originally configured the setup so I my be overlooking 
> something, but far as I can tell I have made the setup of the 
> new cluster identical to the other clusters except for using 
> a different multicast IP. 
> 
> 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. 
> 
> <GANGLIA_XML VERSION="3.1.0" SOURCE="gmond">
> <CLUSTER NAME="unspecified" LOCALTIME="1289944428" 
> OWNER="unspecified" LATLONG="unspecified" URL="unspecified">
> 
> 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.
> 
> Any insight into these issues would be much appreciated. 
 

Any chance of trying to use the same multicast address on all of the
clusters instead?
To make this work, each cluster would have to use a different port
rather than a different mcast address.
Just be sure to explicitly list the port for each cluster on the
data_source line in gmetad.conf


------------------------------------------------------------------------------
Beautiful is writing same markup. Internet Explorer 9 supports
standards for HTML5, CSS3, SVG 1.1,  ECMAScript5, and DOM L2 & L3.
Spend less time writing and  rewriting code and more time creating great
experiences on the web. Be a part of the beta today
http://p.sf.net/sfu/msIE9-sfdev2dev
_______________________________________________
Ganglia-general mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/ganglia-general

Reply via email to