Hi All,

I have setup the ganglia to run in unicast mode in 2 servers. It is 
working fine in 1 server but "gmond" is not working on the other server. I 
did a gmond "status" and set the debug level to 10 and this is the log I 
got. Please help me to find a solution for this. I have searched the 
ganglia archives but no solution has been posted for this problem.


[EMAIL PROTECTED] init.d]# ./gmond status
gmond dead but subsys locked

[EMAIL PROTECTED] init.d]#  gmond --debug=10
slurpfile() open() error on file 
/sys/devices/system/cpu/cpu0/cpufreq/scaling_max_freq: No such file or 
directory
udp_recv_channel mcast_join=NULL mcast_if=NULL port=8648 bind=9.114.47.227
Error creating UDP server on port 8648 bind=9.114.47.227. Exiting.



I am also sending a part of my "gmond.conf" file from the server in which 
gmond is not working.Please advise me. There is nothing wrong with the 
host address I have given. I tried with port 8649 also but got the same 
error.

/* Feel free to specify as many udp_send_channels as you like.  Gmond 
   used to only support having a single channel */ 
udp_send_channel { 
  host = 9.114.47.227
  port = 8648
  ttl = 1 
} 

/* You can specify as many udp_recv_channels as you like as well. */ 
udp_recv_channel { 
bind = 9.114.47.227
port = 8648 
} 

/* You can specify as many tcp_accept_channels as you like to share 
   an xml description of the state of the cluster */ 
tcp_accept_channel { 
  port = 8648 
} 


Thanks and Regards
Sai Prakash
Poughkeepsie Unix Development Lab
IBM Systems and Technology Group
External: 845-435-4720
email: [EMAIL PROTECTED]
Notes: Sai p Seshasayee/Poughkeepsie/IBM
-------------------------------------------------------------------------
Check out the new SourceForge.net Marketplace.
It's the best place to buy or sell services for
just about anything Open Source.
http://sourceforge.net/services/buy/index.php
_______________________________________________
Ganglia-general mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/ganglia-general

Reply via email to