Hi, I have successfully installed several Ganglia clusters so far but have run 
into a problem now that I'm trying to install a cluster with support for Python 
modules. Here are the specifics:

1) Monitored node is running CentOS 6.3, 64 bit.
2) I have followed this process to setup the monitored node:
- //install pcre
- yum  install python-devel.x86_64
- wget 
http://downloads.sourceforge.net/project/ganglia/ganglia%20monitoring%20core/3.6.0/ganglia-3.6.0.tar.gz
 
- tar zxvf ganglia-3.6.0.tar.gz
- cd ganglia-3.6.0
- ./configure --with-python=/usr/bin/python2.6 --sysconfdir=/etc/ganglia/ 
--sbindir=/usr/sbin/ --enable-static-build
- make
- make install

- //configure gmond.conf

3) starting gmond yields the following error:
Cannot load /usr/local/lib64/ganglia/modpython.so metric module: 
/usr/local/lib64/ganglia/modpython.so: cannot open shared object file: No such 
file or directory

The above process has worked sucessfully for my other clusters minus the 
--with-python support. Actually, this cluster functions at a basic level, 
reporting the basic metrics to the monitoring node. However, I can't get python 
support to work which is a requirement for me for monitoring this cluster.

I've read notes about a config file having the wrong path to the modpython.so 
file, but in this case the modpython.so file is completely missing from my 
system.

Please let me know what I have to do to get this to work. I see that there are 
many Ganglia rpms for CentOS here http://vuksan.com/centos/RPMS/x86_64/. If the 
best option is for me to install using rpms then please let me know which ones 
I should use and in what order to enable python support. 

Thanks,

Rich

                                          
------------------------------------------------------------------------------
Introducing Performance Central, a new site from SourceForge and 
AppDynamics. Performance Central is your source for news, insights, 
analysis and resources for efficient Application Performance Management. 
Visit us today!
http://pubads.g.doubleclick.net/gampad/clk?id=48897511&iu=/4140/ostg.clktrk
_______________________________________________
Ganglia-general mailing list
Ganglia-general@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/ganglia-general

Reply via email to