Never mind...figured it out.  I had an error in my conf file the entire
time.  Sorry for the spam. 


---
Steve Gilbert
Engineering Unix Support
NVIDIA Corporation 

-----Original Message-----
From: [EMAIL PROTECTED]
[mailto:[EMAIL PROTECTED] On Behalf Of
Steve Gilbert
Sent: Thursday, June 29, 2006 2:54 PM
To: [email protected]
Subject: [Ganglia-general] Problem with new gmond 3.0.3 install


=====================
This message appears to be from an NVIDIA.COM e-mail address, yet did
not originate from an NVIDIA server.
Please be cautious of any attachments or links in this message.
Thank you, NVIDIA IT Team.
=====================
Hi everyone,

I just built this v3.0.3 gmond from source on an x86_64 system...no
problems at all during the build.  gmond starts up fine and runs from
the init script, but I can't get an XML dump from it...

[EMAIL PROTECTED] root]# telnet localhost 8649
Trying 127.0.0.1...
Connected to localhost.localdomain (127.0.0.1).
Escape character is '^]'.
Connection closed by foreign host.


[EMAIL PROTECTED] root]# gstat -a
gexec_cluster() XML_ParseBuffer() error at line 1:
no element found

Unable to get hostlist from localhost 8649!


Why the gexec error?  I don't use gexec, and didn't configure with the
gexec option.  So I try starting it up in debug mode, and get this:

[EMAIL PROTECTED] sbin]# ./gmond -d 10
udp_recv_channel mcast_join=239.2.11.74 mcast_if=NULL port=8649
bind=239.2.11.74
tcp_accept_channel bind=NULL port=8649
Unable to create tcp_accept_channel. Exiting.


...here is the relevant parts of my gmond.conf.  Do I need to specify a
"bind" paramter for tcp_accept_channel?  I thought that was optional?

globals {
  daemonize = yes
  setuid = yes
  user = nobody
  debug_level = 0
  mute = no
  deaf = no
  host_dmax = 0
  cleanup_threshold = 300
  gexec = no
}
cluster {
  name = "testing config"
  owner = "testing config"
  latlong = "unspecified"
  url = "unspecified"
}
udp_send_channel {
  mcast_join = "239.2.11.74"
  port = "8649"
}
udp_recv_channel {
  mcast_join = "239.2.11.74"
  port = "8649"
  bind = "239.2.11.74"
}
tcp_accept_channel {
  port = 8649
}


Thanks!


---
Steve Gilbert
Engineering Unix Support
NVIDIA Corporation 
------------------------------------------------------------------------
-----------
This email message is for the sole use of the intended recipient(s) and
may contain
confidential information.  Any unauthorized review, use, disclosure or
distribution
is prohibited.  If you are not the intended recipient, please contact
the sender by
reply email and destroy all copies of the original message.
------------------------------------------------------------------------
-----------

Using Tomcat but need to do more? Need to support web services,
security?
Get stuff done quickly with pre-integrated technology to make your job
easier
Download IBM WebSphere Application Server v.1.0.1 based on Apache
Geronimo
http://sel.as-us.falkag.net/sel?cmd=lnk&kid=120709&bid=263057&dat=121642
_______________________________________________
Ganglia-general mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/ganglia-general

Reply via email to