I'm sorry to report that you should be getting metric data back on
Tru64. Sadly, I can't offer any developmental support here now because
all our Alpha are belong to dumpster (although for the record, I am the
one to blame for the monitoring core running on Tru64 to begin with...
sorry about that!).
The metrics aren't being reported by the monitoring core. Either
something went wrong with the build (just because it compiled doesn't
mean it really works ... ) or something is wrong at runtime. To check
runtime, run the monitoring core in debug mode and see what kind of data
you get out of it.
To check the build ... make distclean and try again. Check the
configure and make output carefully, especially when you're making
gmond/machines/osf.c ...
The last working Ganglia monitoring core that I had working on OSF was
2.5.1, I believe.
Good luck...
Steve Feehan wrote:
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?