Hi. I've been using ganglia on two linux clusters for a few weeks.
Very cool! Many thanks to all those involved.

Now my boss wants me to install ganglia on a Tru64 system (4 processor
ES40). I was able to build OK. When I run gmond and telnet to:


  telnet localhost 8649

I get the DTD and the following:

<?xml version="1.0" encoding="ISO-8859-1" standalone="yes"?>
<!DOCTYPE GANGLIA_XML [

   ... DTD removed for brevity ...

]>
<GANGLIA_XML VERSION="2.5.5" SOURCE="gmond">
<CLUSTER NAME="ES40 Cluster" LOCALTIME="1069791364" OWNER="University of
Vermont" LATLONG="unspecified" URL="unspecified">
</CLUSTER>
</GANGLIA_XML>
Connection closed by foreign host.

No metric data.

Also, when I view the ES40 via the web interface, I get the following
error:

Cannot find any metrics for selected cluster "ES40 Cluster", exiting.
Check ganglia XML tree (telnet 127.0.0.1 8652)

When I execute:

  telnet localhost 8652

from the webserver running the ganglia web interface, 

I get info for all 3 clusters, but the ES40 cluster lacks metric
data:

<?xml version="1.0" encoding="ISO-8859-1" standalone="yes"?>
<!DOCTYPE GANGLIA_XML [

 -- snip --

<CLUSTER NAME="ES40 Cluster" LOCALTIME="1069791621" OWNER="University of
Vermont" LATLONG="unspecified" URL="unspecified">
</CLUSTER>
</GRID>
</GANGLIA_XML>


Any idea what the problem is?

-- 
Steve Feehan

Reply via email to