Re: [Ganglia-general] gmetad.conf for large number of nodes

2008-05-28 Thread Brad Nicholes
On 5/27/2008 at 8:47 PM, in message [EMAIL PROTECTED], randy [EMAIL PROTECTED] wrote: Brad Nicholes wrote: Is there a reason why you would want to list all 120 nodes in the data_source directive of gmetad? When you list multiple modes in a data_source directive, it does not mean that

[Ganglia-general] RPM Installation issue SSL libraries

2008-05-28 Thread Joe Williams
I am seeing the following issue with authd: [EMAIL PROTECTED] ganglia]# rpm -qa | grep openssl openssl-devel-0.9.8b-8.3.el5_0.2 openssl-0.9.8b-8.3.el5_0.2 openssl-devel-0.9.8b-8.3.el5_0.2 openssl-0.9.8b-8.3.el5_0.2 [EMAIL PROTECTED] ganglia]# rpm -ivh authd-0.2.1-1.i386.rpm error: Failed

Re: [Ganglia-general] RPM Installation issue SSL libraries

2008-05-28 Thread Jason A. Smith
If you have the rpmdb-redhat package installed, then you can query rpm to see what package RedHat distributes which provides the requested capability, even if the package is not installed. For example, on a RHEL4 server, I get: $ rpm --redhatprovides libcrypto.so.2 libssl.so.2

[Ganglia-general] Ganglia 3.0.7-1

2008-05-28 Thread Owens, David L
In the gmetad.conf file I have data_source called Non_Prod with four servers ie: hostname:8649. These four servers are on the same subnet. I want to add two machines that are on a different subnet. I have tried different ports but will not display under Non_Prod. Any suggestions? David

Re: [Ganglia-general] RPM Installation issue SSL libraries

2008-05-28 Thread Joe Williams
Thanks Jason, I actually have attempted to use the SRPMs first for these packages but ran into the aforementioned issues which led me to trying the RPMs. For instance when I attempt to build authd I get the following: $ rpmbuild -ba /usr/src/redhat/SPECS/authd.spec snip creating

Re: [Ganglia-general] RPM Installation issue SSL libraries

2008-05-28 Thread Jason A. Smith
On Wed, 2008-05-28 at 17:35 -0500, Joe Williams wrote: Thanks Jason, I actually have attempted to use the SRPMs first for these packages but ran into the aforementioned issues which led me to trying the RPMs. For instance when I attempt to build authd I get the following: $ rpmbuild

Re: [Ganglia-general] RPM Installation issue SSL libraries

2008-05-28 Thread Joe Williams
Jason, The authd SRPM I downloaded is located at http://sourceforge.net/project/showfiles.php?group_id=43021package_id=36388release_id=88941 Since it is side by side with the other ganglia downloads I figured this was the place to ask. It looks like it was caused by libe missing, I have built

Re: [Ganglia-general] gmetad.conf for large number of nodes

2008-05-28 Thread randy
Brad Nicholes wrote: I would suggest that you break up your 120 nodes into separate cluster on different multicast channels. Then you would have a different data source for each cluster. By putting them all on the same channel, every gmond agent is required to store all of the metric data

Re: [Ganglia-general] RPM Installation issue SSL libraries

2008-05-28 Thread Joe Williams
I have been able to get a bit further. After finding this post to the developers list: http://www.mail-archive.com/[EMAIL PROTECTED]/msg02443.html Specifically: The gexec-0.3.6 available from http://www.theether.org/gexec does not build with 3.0.* versions of Ganglia. It builds correctly