[Ganglia-general] weird behaviour with gmond

2003-10-03 Thread Bernard Li
Hey guys: I'm having a bit of a problem figuring out the problem with my Ganglia install. I have been running it on a 13 node cluster for a while and didn't have any issues. Just recently, I added another data_source with 19 nodes and now Ganglia is having problems getting the correct

[Ganglia-general] nodes in multiple data_source

2003-10-17 Thread Bernard Li
Hi list: Is it possible to have nodes belong to multiple data_sources? Thanks, Bernard

Re: [Ganglia-general] Behaviour of index.php

2003-10-20 Thread Bernard Li
Hi Yemi: You need to configure your apache to be able to parse PHP files - right now it's not set up to do so. However I can't give you more details unless you tell us how you've configured your apache with PHP (i.e. is php loaded via modules or is compiled directly in). Cheers, Bernard

Re: [Ganglia-general] Behaviour of index.php

2003-10-21 Thread Bernard Li
According to the documentation, ganglia should work with PHP 4+ - someone correct me if I'm wrong, but I think it just contains PHP4 code (as opposed to PHP3 code) and hence the requirement. Of course it wouldn't hurt to run the latest and greatest of PHP4 :-) Cheers, Bernard Steve Gilbert

Re: [Ganglia-general] More Ganglia troubles...

2003-10-22 Thread Bernard Li
: Bernard Li [mailto:[EMAIL PROTECTED] Sent: Wednesday, October 22, 2003 11:47 AM To: Steve Gilbert Cc: 'ganglia-general@lists.sourceforge.net' Subject: Re: [Ganglia-general] More Ganglia troubles... Hi Steve: Just curious - when you add in the new data_source, what steps did you take to restart

Re: [Ganglia-general] Frontend show nodes down when they're not

2003-10-22 Thread Bernard Li
Hey John: If you do the telnet test, what does it show you? telnet localhost 8649 | grep HOSTNAME (do this on host1) You should be able to see information about all 4 hosts (host1, 2, 3 4). Also, if you want 'snoopy' to be on the list as well, you probably want to install gmond on it and

Re: [Ganglia-general] gmond and/or multicast problems

2003-11-17 Thread Bernard Li
Hey Steve: Do you guys run the gmetad frontend? Does that show up okay or is that all messed up as well? Cheers, Bernard Steve Gilbert wrote: Hey folks, Here's my latest Ganglia problem...this is Ganglia 2.5.4. I had a small cluster of 10 machines working just fine with this gmond.conf

Re: [Ganglia-general] Ganglia works on RedHat AS3.0

2003-11-18 Thread Bernard Li
Hey Craig: Just curious - did you install the RPMs or did you compile it with sources? Cheers, Bernard Craig Steadman wrote: Hi all For your information, I've tested ganglia out on RedHatAS 3.0 and found it to work ok apart from when gexec asks authd to verify the RSA keys. Interprocess

Re: [Ganglia-general] gmetric string type doesn't show up

2003-11-18 Thread Bernard Li
Hey Gerben: Have you considered upgrading to the latest version (2.5.5)? Cheers, Bernard Gerben Roest wrote: Hi all, It seems that with my ganglia version (2.2.4 and 2.2.5) the string type data produced by gmetric doesn't show up on the web frontend. When I give the command: gmetric

Re: [Ganglia-general] Grid information out of sync with cluster information

2003-12-03 Thread Bernard Li
telnet ip 8649 to find out what metric information is past? That usually helps with debugging ganglia issues. Cheers, Bernard Chris Jones wrote: Bernard Li wrote: I assume that you are using different mcast ports for the different data sources. No, I've got them all on the same port

Re: [Ganglia-general] gmetad syslog errors

2003-12-08 Thread Bernard Li
Hi Leigh: I wonder why that is happening - I am running RH9 and ganglia 2.5.5 and didn't get any of those error messages... Cheers, Bernard Leigh Torgerson wrote: We are running gmond/gmetad 2.5.5 on RH9 Linux machines - I noticed that my /var/logs/messages files are filling up

Re: [Ganglia-general] ganglia newbie

2003-12-10 Thread Bernard Li
Hey Mike: 2 things you might want to do to 'partition' your cluster. 1) data_source tag in gmetad.conf in server - you want to set up 2 different data_source so that they point to different clusters 2) mcast_port (or something like that) in gmond.conf - this is the multicast port # that

Re: [Ganglia-general] Graph Display Problem in Ganglia-webfrontend

2003-12-11 Thread Bernard Li
], Bernard Li [EMAIL PROTECTED] Cc: ganglia-general@lists.sourceforge.net Date: Thu, 11 Dec 2003 04:24:35 -0500 Subject: [Ganglia-general] Graph Display Problem in Ganglia-webfrontend Hi, I installed ganglia (monitor-core web-frontend) successfully on my linux machine.. I could access

[Ganglia-general] ganglia and down nodes

2003-12-12 Thread Bernard Li
How does ganglia determine whether a node is down or not? It seems that if a node went down the ganglia webpage would simply stop reporting information about it (as if it doesn't exist, instead of marking it as down). Thanks, Bernard

Re: [Ganglia-general] ganglia and down nodes

2003-12-13 Thread Bernard Li
i'm here. if the heartbeat messages stop for a particular machine, then the other hosts mark it as dead. if ganglia simply stopped reporting information about it then you would never know one of your hosts crashed and needs to be repaired. -matt On Fri, 2003-12-12 at 12:26, Bernard Li wrote: How

Re: [Ganglia-general] Change look of the ganglia web

2004-01-22 Thread Bernard Li
I believe I am using the latest webfrontend - it says at the bottom of the page that it is Gmetad Web Frontend version 2.5.4 but the RPM is clearly ganglia-webfrontend-2.5.5-1 and my output doesn't look like that at all... Perhaps some configuration differences? Cheers, Bernard Brooks

Re: [Ganglia-general] Change look of the ganglia web

2004-01-22 Thread Bernard Li
:18AM -0800, Bernard Li wrote: I believe I am using the latest webfrontend - it says at the bottom of the page that it is Gmetad Web Frontend version 2.5.4 but the RPM is clearly ganglia-webfrontend-2.5.5-1 and my output doesn't look like that at all... Perhaps some configuration differences

[Ganglia-general] Ganglia v2.5.5-1 Webfrontend

2004-02-06 Thread Bernard Li
Can anyone tell me why my webpage shows up as: Gmetad Web Frontend version 2.5.4 Check for Updates. Even when I have: ganglia-webfrontend-2.5.5-1 installed? Thanks, Bernard

Re: [Ganglia-general] Ganglia v2.5.5-1 Webfrontend

2004-02-06 Thread Bernard Li
set in the file 'conf.php' which is located in the where ever you installed the frontend to. Take a look at the eighth line of 'conf.php' and feel free to change the line: $microversion = 4; - to - $microversion = 5; Cheers, Ian Bernard Li wrote: Can anyone tell me why my webpage shows up

RE: [Ganglia-general] grid element names.

2004-02-27 Thread Bernard Li
Hi Chris: Usually it should come up with the new name. The data which Ganglia collects is actually stored on the headnode's /var/lib/ganglia/rrds/ so you might take a look at that dir and see if you want to clear/rename those files. Cheers, Bernard -Original Message- From: [EMAIL

RE: [Ganglia-general] Create multiple ganglia clusters in the same network???

2004-03-04 Thread Bernard Li
Also, you don't really need to have 2 gmetad running - each cluster is considered a separate 'data_source' so when you use multiple data_source they will show up separately. You can try to use different ports for the XML communication, that's how we are doing it. Cheers, Bernard -Original

RE: [Ganglia-general] multiple clusters same subnet

2004-04-13 Thread Bernard Li
Hi Rene: You can also try to use different XML ports (xml_port in gmond.conf). I use different xml_ports to augment my cluster into three separate entities. Cheers, Bernard -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of Rene Salmon Sent:

RE: [Ganglia-general] problem with web-frontend

2004-04-19 Thread Bernard Li
Hi there: You can try to turn off pfilter to see if it is blocking your traffic. To do that, run: % cexec /etc/init.d/pfilter stop Cheers, Bernard -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of mrudul shah Sent: Sunday, April 18, 2004 0:41

RE: [Ganglia-general] A new user question on ganglia-webfrontend

2004-04-19 Thread Bernard Li
Hi Peter: What happens if you do the following in your 'headnode': % telnet localhost | grep HOST Does it list the hosts? P.S. I assume you have rrdtool installed as well, correct? Cheers, Bernard From: [EMAIL PROTECTED] [mailto:[EMAIL

RE: [Ganglia-general] A new user question on ganglia-webfrontend

2004-04-21 Thread Bernard Li
you should see something like sh: /rrdtool: not found sh: /rrdtool: not found sh: /rrdtool: not found Once you set your safe_mode_exec_dir this should go away and the graphs should show up Hope it helps Rene On Mon, 19 Apr 2004, Bernard Li wrote: Hi Peter: What

[Ganglia-general] Queue monitoring for SGE

2004-05-25 Thread Bernard Li
Hi list: I was wondering if anybody has developed a metric/plug-in for Ganglia so that you can monitor your SGE (Sun Grid Engine) jobs using Ganglia? I know that something for PBS is available. Thanks, Bernard

RE: [Ganglia-general] All my nodes listed as clusters

2004-06-04 Thread Bernard Li
: Paul Henderson [mailto:[EMAIL PROTECTED] Sent: Friday, June 04, 2004 10:38 To: Johnston Michael J Contr AFRL/DES Cc: Bernard Li; ganglia-general@lists.sourceforge.net Subject: Re: [Ganglia-general] All my nodes listed as clusters What I've been doing is running the gmond on all my cluster

[Ganglia-general] Strange behaviour with Ganglia

2004-06-07 Thread Bernard Li
Hi list: I am currently using Ganglia v2.5.6 and am having a strange behaviour: I have 3 data_sources, for three different types of cluster. Each listens to their own multicast port (mcast_port). Data_source A has 13 nodes, and when I add or remove nodes from data_source B, data_source A would

RE: [Ganglia-general] Strange behaviour with Ganglia

2004-06-07 Thread Bernard Li
Subject: Re: [Ganglia-general] Strange behaviour with Ganglia Shot in the dark -- Are you specifying both the multicast port and the multicast interface in your gmond.conf file? -Matt Cuttler On Jun 7, 2004, at 6:33 PM, Bernard Li wrote: Hi list: I am currently using Ganglia

[Ganglia-general] heartbeat

2004-06-09 Thread Bernard Li
and they seem to be functioning correctly. I am currently using Ganglia v2.5.6. Thanks, Bernard --- Bernard Li BC Genome Sciences Centre Vancouver, Canada

[Ganglia-general] Bug with CPUs Total?

2004-06-09 Thread Bernard Li
down: 1 Has this been resolved in 2.6.0? Thanks, Bernard --- Bernard Li BC Genome Sciences Centre Vancouver, Canada

RE: [Ganglia-general] Strange behaviour with Ganglia

2004-06-11 Thread Bernard Li
-Link switch which supports multi-tasking. The other data_source is either hooked into a Cisco switch or a HP Procurve switch (the headnode is hooked into the Cisco switch). Any chance multi-cast is treated differently by the different switches? Thanks, Bernard --- Bernard Li BC Genome Sciences

RE: [Ganglia-general] Jittery Displays - number of nodes changing erratically.

2004-06-17 Thread Bernard Li
Hey Ron: Which version did you upgrade from? I have upgraded from a previous version without any problems... 2.5.4...? Cheers, Bernard -Original Message- From: Ron Reeder [mailto:[EMAIL PROTECTED] Sent: Thursday, June 17, 2004 11:37 To: Bernard Li Cc: ganglia-general

RE: [Ganglia-general] Jittery Displays - number of nodes changing erratically.

2004-06-17 Thread Bernard Li
Hey Ron: I assume that you have tried shutting down all the daemons and then re-starting them... Cheers, Bernard -Original Message- From: Ron Reeder [mailto:[EMAIL PROTECTED] Sent: Thursday, June 17, 2004 15:32 To: Bernard Li Cc: ganglia-general@lists.sourceforge.net Subject

RE: [Ganglia-general] Problem with multicast (I think)

2004-06-23 Thread Bernard Li
Not sure if RHEL-3 has this but on RH9 there the command called sysctl which lets you force the kernel to use IGMP v2 at runtime. (so no patching is involved) Cheers, Bernard -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of Jason A. Smith Sent:

RE: [Ganglia-general] How to configure gmeta listening on many logic clusters which have same subnet?

2004-07-23 Thread Bernard Li
Hi: I believe you should actually be changing the mcast_port, not the xml_port. Try doing that and then re-start all your daemons (gmetad, gmond) and you should be able to see them as separate datasources. BTW, I assume that you have listed them as different datasources in your gmetad.conf as

[Ganglia-general] RE: How to configure gmeta listening on many logic clusters which have same subnet?

2004-07-26 Thread Bernard Li
: Wenguo WEI [mailto:[EMAIL PROTECTED] Sent: Sunday, July 25, 2004 19:14 To: Bernard Li; ganglia-general@lists.sourceforge.net Subject: RE: How to configure gmeta listening on many logic clusters which have same subnet? Dear Prof. Bernard Li, Thank you for your help. I have tried

RE: [Ganglia-general] RE: How to configure gmeta listening on many logic clusters which have same subnet?

2004-07-27 Thread Bernard Li
Can you post your gmond.conf and gmetad.conf files? I suppose it is possible that your hardware (switches, network cards) is causing some problems. Cheers, Bernard From: Wenguo WEI [mailto:[EMAIL PROTECTED] Sent: Mon 26/07/2004 5:54 PM To: Bernard Li

RE: [Ganglia-general] RE: How to configure gmeta listening on many logic clusters which have same subnet?

2004-07-28 Thread Bernard Li
Try the following changes: gmond.conf (Cluster A): all_trusted on gmond.conf (Cluster B): mcast_port 8650 all_trusted on Restart all daemons. Cheers, Bernard -Original Message- From: Wenguo WEI [mailto:[EMAIL PROTECTED] Sent: Tuesday, July 27, 2004 2:32 To: Bernard Li

[Ganglia-general] Webfrontend status mismatch

2004-08-26 Thread Bernard Li
Hi list: Our cluster is divided into different datastores and a bunch of them were powered off this morning (including the ones collecting metrics for the datastore). When I brought up one of the datastore master, on the frontpage, the info presented is correct. However, if I click into that

RE: [Ganglia-general] Re: Web Frontend Help - fsockopen error

2004-09-22 Thread Bernard Li
Hi Ben: Port 8652 is the default port for XML data - have you made sure that the port is not being blocked? Cheers, Bernard -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of Benjamin Simmons Sent: Wednesday, September 22, 2004 16:56 To:

RE: [Ganglia-general] Re: Web Frontend Help - fsockopen error

2004-09-29 Thread Bernard Li
-Original Message- From: Benjamin Simmons [mailto:[EMAIL PROTECTED] Sent: Wednesday, September 29, 2004 9:19 To: Bernard Li; ganglia-general@lists.sourceforge.net Subject: Re: [Ganglia-general] Re: Web Frontend Help - fsockopen error Using the rpm's seems to have fixed my problem

RE: [Ganglia-general] Multiple clusters single gmetad

2004-11-02 Thread Bernard Li
Hi Scott: The different ip addresses showing in gmetad.conf is not the ip address of the server running gmetad but instead one of the node (the headnode of that subgroup, if you may), which runs gmond. Check the syntax of the data_source tag, the ip/hostname listed there refers to one or all the

RE: [Ganglia-general] Multiple clusters single gmetad

2004-11-02 Thread Bernard Li
Hi Scott: 8651 is the default XML port, don't use it for the Multicast port! Cheers, Bernard -Original Message- From: Foster, Scott (MS) [mailto:[EMAIL PROTECTED] Sent: Tuesday, November 02, 2004 14:31 To: Marcel Birthelmer Cc: Bernard Li; Sean Dilda; ganglia-general

RE: [Ganglia-general] Multiple clusters single gmetad

2004-11-01 Thread Bernard Li
Hi: You should be able to do this by partitioning it via mcast_port in gmond.conf. Remember you also need to add the corresponding data_source to gmetad.conf. Cheers, Bernard -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of Foster, Scott (MS)

RE: [Ganglia-general] Ganglia for AMD Opteron x86_64

2005-01-14 Thread Bernard Li
Hi Jose: Have you tried rebuilding with the SRPMs that are available from the download page? I am actually in the process of building some x86_64 RPMs for Ganglia, however, I only have SuSE 9.0/9.1 so I'm not 100% sure whether they will work for you. Cheers, Bernard -Original

RE: [Ganglia-general] Ganglia for AMD Opteron x86_64

2005-01-14 Thread Bernard Li
know if you were able to get it working on x86_64! Thanks, Bernard -Original Message- From: Nazario Jose [mailto:[EMAIL PROTECTED] Sent: Friday, January 14, 2005 11:22 To: Bernard Li Cc: ganglia-general@lists.sourceforge.net Subject: RE: [Ganglia-general] Ganglia for AMD Opteron

RE: [Ganglia-general] Truncated XML output

2005-03-11 Thread Bernard Li
Maybe we should send out an errata about this? Seems like a common thing that people experience. Just my $0.02. Cheers, Bernard -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of Dan Rich Sent: Friday, March 11, 2005 11:32 To: Dan Rich Cc:

RE: [Ganglia-general] Odd problem with graphics...

2005-04-27 Thread Bernard Li
Hi Chris: This seems weird. Try to shut down gmetad on the headnode, and gmond on all the slave nodes and restart them. See if this helps. You can also try to debug the issue by sniffing the ganglia traffic. Cheers, Bernard From: [EMAIL PROTECTED] on

RE: [Ganglia-general] missing metric graphs on web page?

2005-05-05 Thread Bernard Li
Hi Jerry: Are you running ganglia on a SELinux enabled OS? See the following post: http://sourceforge.net/mailarchive/message.php?msg_id=10659480 Cheers, Bernard -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of Jerry L. Sent: Thursday, May 05,

RE: [Ganglia-general] Fedora Core 4

2005-07-11 Thread Bernard Li
Have you tried installing the RPMS? http://sourceforge.net/project/showfiles.php?group_id=43021package_id=3 5280 Cheers, Bernard -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of Nuno Dias Sent: Monday, July 11, 2005 10:15 To:

[Ganglia-general] Ganglia 3.0.1 multiple interfaces

2005-07-18 Thread Bernard Li
Hey guys: On the server which runs gmetad, I have 2 nics, eth0 and eth1. Another host that I want to monitor is connected to the server's eth1. I have gmond installed on both computers - what should gmond.conf on the server look like? I added 'mcast_if = eth1' in both udp_send_channel and

RE: [Ganglia-general] Ganglia 3.0.1 multiple interfaces

2005-07-19 Thread Bernard Li
- From: Lewis Getschel [mailto:[EMAIL PROTECTED] Sent: Tuesday, July 19, 2005 9:46 To: Bernard Li Cc: ganglia-general@lists.sourceforge.net Subject: Re: [Ganglia-general] Ganglia 3.0.1 multiple interfaces Bernard- I'm running 2.5.7 and still a little new myself, but I got mine working

RE: [Ganglia-general] Nodes not unicasting to gmetad?

2005-08-07 Thread Bernard Li
Hey Dan: How many nodes do you have in total and can all hosts resolve gmetad_host'? Cheers, Bernard From: [EMAIL PROTECTED] on behalf of Dan Hall Sent: Sat 06/08/2005 22:38 To: ganglia-general@lists.sourceforge.net Subject: [Ganglia-general] Nodes not

RE: [Ganglia-general] no graphs in ganglia and fedora core 4

2005-08-07 Thread Bernard Li
Hi Brady: ** disclaimer I have not yet tried installing ganglia on fc4 x86_64 ** Have you installed php-gd? php-rrdtool should not be necessary (at least I never had to install it). About the PHP Notice in the error log, please see the following bug report:

RE: [Ganglia-general] Ganglia on MS Windows systems?

2005-08-07 Thread Bernard Li
Hey Steven: Apparently the setup.exe has only been released for 3.0.0: http://prdownloads.sourceforge.net/ganglia/ganglia-3.0.0-setup.exe?download I have installed it once and can confirm that it 'installs' - but other than that I haven't really played around with it. Not sure how it was

RE: [Ganglia-general] Re: Pie chart is not seen.

2005-08-24 Thread Bernard Li
Looks good to me. Cheers, Bernard From: [EMAIL PROTECTED] on behalf of Michael Green Sent: Wed 24/08/2005 03:52 To: ganglia-general@lists.sourceforge.net Subject: [Ganglia-general] Re: Pie chart is not seen. Thanks to everybody who replied I can see the

RE: [Ganglia-general] open web frontend from different host using web browser

2005-09-09 Thread Bernard Li
Have you checked your apache logs for error messages? Cheers, Bernard From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of Hardian Suprapto Sent: Thursday, September 08, 2005 18:01 To: [EMAIL PROTECTED] Cc:

RE: [Ganglia-developers] Re: [Ganglia-general] Total CPU's

2005-09-13 Thread Bernard Li
Does Ganglia want a wiki? On a related note, we can probably make use of SourceForge's RFE - Martin do you have access to create a new tracker or should I bug Matt? Cheers, Bernard -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of Jason A. Smith

RE: [Ganglia-general] Cannot find any metrics

2005-12-09 Thread Bernard Li
Did you install rrd-tool? Anyways, you may be better off installing Ganglia off RPMs, you can find them here: http://svn.oscar.openclustergroup.org/oscar/trunk/packages/ganglia/distr o/common-rpms/ http://svn.oscar.openclustergroup.org/oscar/trunk/packages/ganglia/distr o/rhel4-i386/ You will

RE: [Ganglia-general] Ganglia fails after building oscar cluster.

2005-12-09 Thread Bernard Li
OSCAR 4.0 comes with Ganglia 2.5.6. Question for Satish: Did you hit the Complete Cluster Setup button? Ganglia won't be properly setup until that button is pressed, as it configures the daemons and reloads it. BTW, OSCAR specific questions may be better addressed in the oscar-users

RE: [Ganglia-general] Cannot find any metrics

2005-12-09 Thread Bernard Li
this before and it seemed to work in all the cases I have experienced. -- Steven A. DuChene -Original Message- From: Y. Huang [EMAIL PROTECTED] Sent: Dec 9, 2005 4:34 PM To: Bernard Li [EMAIL PROTECTED] Cc: ganglia-general@lists.sourceforge.net Subject: RE: [Ganglia-general

RE: [Ganglia-general] gmond is not reporting network stats

2005-12-30 Thread Bernard Li
Anybody interested in maintaining the blastwave package for Ganglia? Cheers, Bernard -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of Alexei Rodriguez Sent: Friday, December 30, 2005 16:14 To: [EMAIL PROTECTED] Cc:

RE: [Ganglia-general] SLES 9 build and issues

2006-01-23 Thread Bernard Li
I'm not sure what version of Ganglia you guys are talking about but have you tried rebuilding 3.0.2's SRPM on SLES9 and see if that works? http://prdownloads.sourceforge.net/ganglia/ganglia-3.0.2-1.src.rpm?downl oad Also, if the provided init.d script does not work on SuSE, we would gladly

RE: [Ganglia-general] librrd.so.0

2006-02-08 Thread Bernard Li
Newer versions of OSCAR provides Ganglia as an included package, and it is not necessary to build it yourself. Also, did you mean to say OSCAR 4.1? There is no 3.1. Ganglia 2.5.6 is inclued with OSCAR 4.1. The prebuilt RPMs for Ganglia 3.0.2 should also work fine under Fedora Core 3 - try

RE: [Ganglia-general] librrd.so.0

2006-02-08 Thread Bernard Li
Yeah make sure you didn't install the SRPM - that just provides the source tarball and other stuff to build the binaries, you want the RPMs. Anyways, you can grab all the RPMs you need from the following: http://svn.oscar.openclustergroup.org/oscar/trunk/packages/ganglia/distro/fc-i386/ All

RE: [Ganglia-general] librrd.so.0

2006-02-08 Thread Bernard Li
OSCAR 4.2.1 will be out soon, so wait for that :-) Cheers, Bernard From: Carven A. Scott [mailto:[EMAIL PROTECTED] Sent: Wed 08/02/2006 22:24 To: Bernard Li Cc: Ben Hartshorne; Ganglia-general@lists.sourceforge.net Subject: Re: [Ganglia-general] librrd.so.0

RE: [Ganglia-general] Documentation

2006-02-16 Thread Bernard Li
Well somebody needs to update that doc though - it seems pretty outdated. Cheers, Bernard From: [EMAIL PROTECTED] on behalf of Ben Hartshorne Sent: Thu 16/02/2006 09:43 Cc: ganglia-general@lists.sourceforge.net Subject: [Ganglia-general] Documentation In a

RE: [Ganglia-general] Re: [Ganglia-developers] First prerelease of ganglia-3.0.3 ready for testing

2006-03-01 Thread Bernard Li
: Chris Croswhite [mailto:[EMAIL PROTECTED] Sent: Wednesday, March 01, 2006 0:47 To: Bernard Li; [EMAIL PROTECTED] Cc: ganglia general; [EMAIL PROTECTED] Subject: RE: [Ganglia-general] Re: [Ganglia-developers] First prerelease of ganglia-3.0.3 ready for testing I suppose I could, if someone

RE: [Ganglia-general] Re: [Ganglia-developers] First prerelease ofganglia-3.0.3 ready for testing

2006-03-01 Thread Bernard Li
: Wednesday, March 01, 2006 13:41 To: Bernard Li Cc: [EMAIL PROTECTED]; ganglia general; [EMAIL PROTECTED] Subject: RE: [Ganglia-general] Re: [Ganglia-developers] First prerelease ofganglia-3.0.3 ready for testing Hmm, well tell me how you want to run the test and I can put it into the harnes

RE: [Ganglia-general] ganglia webpage can not display any images

2006-03-06 Thread Bernard Li
I think Yongsheng here is talking about the RRD status graphs for Ganglia... assuming you installed via RPMs, did you also have the rrdtool RPM installed? Cheers, Bernard From: [EMAIL PROTECTED] on behalf of Zhao, Yongsheng Sent: Mon 06/03/2006 08:21 To:

RE: [Ganglia-general] gmond install problems

2006-03-07 Thread Bernard Li
Hi Dan: I would recommend you download the ganglia SRPM and rebuild it on your system - it might work with your version of glibc. Cheers, Bernard From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of Dan Roberts Sent: Tuesday,

[Ganglia-general] RE: Ganglia mailing list archives broken?

2006-03-09 Thread Bernard Li
I believe SourceForge's mailing-list archives are lagging... it's not just for Ganglia, it's the same for the OSCAR project. Cheers, Bernard -Original Message- From: Steven A. DuChene [mailto:[EMAIL PROTECTED] Sent: Thu 09/03/2006 13:15 To: Bernard Li; Ganglia Developers; ganglia

RE: [Ganglia-general] Using Ganglia 2.5.7 to display computational resource

2006-03-19 Thread Bernard Li
Go to your ganglia webpage, click on one of the data_source, then click on one of the nodes - on the top right there should be a link which says Node View - click on it - is that what you wanted? Cheers, Bernard From: [EMAIL PROTECTED] on behalf of

RE: [Ganglia-general] gmond stops recognizing the rest of the cluster

2006-03-21 Thread Bernard Li
BTW, I have added a line to the /etc/init.d/gmond script to add a host route on the system with the dual network interfaces to point 239.2.11.71 to the network interface that faces to the internal network of the cluster. Why don't you just add that as a static route? BTW, when gmond on

RE: [Ganglia-general] A Java Virtual Machine probe

2006-03-28 Thread Bernard Li
It's needed mostly to linking with several libraries (libganglia, libconfuse, lidapr-0, libmetrics, libgetopthelper) that come with ganglia and are not required to be instaled installed on the host. At least as far as I could tell. libganglia is provided by the ganglia-devel RPM,

RE: [Ganglia-general] New (final?) tarball for ganglia-3.0.3

2006-04-08 Thread Bernard Li
Thanks Martin. Just a quick note saying that with this tarball, you should be able to successfully build a working RPM on SuSE Linux (with correct init scripts and such). Cheers, Bernard From: [EMAIL PROTECTED] on behalf of Martin Knoblauch Sent: Sat

RE: [Ganglia-general] rrdtool patch to guarantee 2 vertical grid labels.

2006-04-14 Thread Bernard Li
Hi Jason: Thanks for the patch. FYI you can download prebuilt RHEL4 RPMs for rrdtool 1.2.12 here: http://dag.wieers.com/packages/rrdtool/ Cheers, Bernard From: [EMAIL PROTECTED] on behalf of Jason A. Smith Sent: Fri 14/04/2006 15:13 To: [EMAIL PROTECTED]

RE: [Ganglia-general] enlarge ganglia graphs

2006-04-18 Thread Bernard Li
and tell us exaclty what you wanted. Cheers, Bernard From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] Sent: Mon 17/04/2006 23:23 To: Bernard Li; ganglia-general@lists.sourceforge.net Subject: AW: [Ganglia-general] enlarge ganglia graphs Hi Bernard, I have more

RE: [Ganglia-general] enlarge ganglia graphs

2006-04-18 Thread Bernard Li
To: Bernard Li; ganglia-general@lists.sourceforge.net Subject: AW: [Ganglia-general] enlarge ganglia graphs Hi Bernard, my main page has already 3 sections (the summary and one for each data source); I also can click on the graps of the sections and I can see the summary of every cluster

[Ganglia-general] FW: [Ganglia-developers] 3.0.3 RPMs

2006-04-28 Thread Bernard Li
From: [EMAIL PROTECTED] on behalf of Bernard Li Sent: Thu 27/04/2006 23:11 To: [EMAIL PROTECTED]; [EMAIL PROTECTED]; [EMAIL PROTECTED] Subject: RE: [Ganglia-developers] 3.0.3 RPMs I have just uploaded RHEL4 ia64 and x86_64 RPMs for Ganglia 3.0.3

[Ganglia-general] Google Summer of Code

2006-04-30 Thread Bernard Li
Hello: Sorry for the cross post, but I thought that this announcement is interesting to students who subscribe to the mailing-lists. This year, OSCAR (http://oscar.openclustergroup.org) is participating in Google's Summer of Code program again and there are various project ideas that folks

RE: [Ganglia-general] HPC Metrics via Ganglia

2006-05-03 Thread Bernard Li
Hi Ramon: Just so you know, the bounty Babu is planning on applying to includes porting Job Monarch to work with SGE, see: http://oscar.openclustergroup.org/soc2006 Cheers, Bernard -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of Ramon Bastiaans

[Ganglia-general] RE: [Ganglia-developers] Mail madness

2006-05-08 Thread Bernard Li
I think it's just SourceForge... Cheers, Bernard -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of Alex Balk Sent: Monday, May 08, 2006 11:09 To: [EMAIL PROTECTED]; ganglia-general@lists.sourceforge.net Subject: [Ganglia-developers] Mail

RE: [Ganglia-general] Fwd: compile ganglia 3.0.3 on SLES9 x86_64

2006-05-17 Thread Bernard Li
Hi Bernd: I had issues building on SLES9 x64 due to an issue with lib vs lib64 but I don't think that's your problem. It said that it cannot find -lpng - do you need to installing something like libpng-devel or something like that on SLES? If that's a requirement to build on SLES, I could

RE: Re: [Ganglia-general] Fwd: compile ganglia 3.0.3 on SLES9 x86_64

2006-05-17 Thread Bernard Li
Okay, so it sounds like the init script does not work on SLES9 - oh well. It seems like if you comment out the /etc/rc.config line in the init script it will just work. Cheers, Bernard -Original Message- From: [EMAIL PROTECTED] on behalf of Bernd Wenger Sent: Wed 17/05/2006 07:03

Re: [Ganglia-general] Questions about hostname and grid names

2006-06-01 Thread Bernard Li
Hi Mark: First, I'd like to say that I am very impressed with Ganglia now that it's up and running on my boxes. I have built 2 separate RPMs for ia64 (one for SUSE and one for RHEL 3) that I'd like to contribute if the need is great enough. However, that's not why I'm posting. The

[Ganglia-general] ganglia-web on SUSE Linux

2006-06-05 Thread Bernard Li
Guys: I found another discrepancy between Red Hat and SUSE. On Red Hat, apache's htdocs is /var/www/html whereas on SUSE it's /srv/www/htdocs. One way around this is to change the web_prefixdir accordingly depending on what system we're on: %define web_prefixdir /var/www/html/ganglia Prefix:

Re: [Ganglia-general] Ganglia Alert and Tracking

2006-06-09 Thread Bernard Li
I am trying to write a script that pulls the info from netcat and averages out some numbers but I believe that there is a easier way. Does ganglia store data in such a way that I could pull this type of information? This appears so useful to me that I am sure that there are others that

Re: [Ganglia-general] Ganglia Alert and Tracking

2006-06-09 Thread Bernard Li
Hi Eli: As far as pulling data out of the RRD's for reporting, I've had to whip up some things in the past for dumping to CSV to be inclusive with other reports... Doing this for Cacti and Ganglia was quite the learning experience. What I mainly took out of it is a disdain for the

Re: [Ganglia-general] Ganglia Alert and Tracking

2006-06-11 Thread Bernard Li
and I'll put them up on the website. Do other folks have any comments regarding this? Matt, Martin, can you give me access to the webpage? Cheers, Bernard From: Alex Balk [mailto:[EMAIL PROTECTED] Sent: Sat 10/06/2006 01:35 To: Bernard Li Cc: Stackpole, Chris

Re: [Ganglia-general] Ganglia Alert and Tracking

2006-06-13 Thread Bernard Li
-Original Message- From: Alex Balk [mailto:[EMAIL PROTECTED] Sent: Monday, June 12, 2006 11:04 To: Bernard Li Cc: Stackpole, Chris; ganglia-general@lists.sourceforge.net Subject: Re: [Ganglia-general] Ganglia Alert and Tracking Bernard, There is no contrib directory

Re: [Ganglia-general] rrdtool for x86_64

2006-07-19 Thread Bernard Li
Hi: You can get rrdtool x86_64 RPMs for RHEL3 here: http://dag.wieers.com/packages/rrdtool/ Cheers, Bernard From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of toney samuel Sent: Wednesday, July 19, 2006 6:27 To:

Re: [Ganglia-general] Troubles linking: Linux (SUSE 9.3) on Itanium(ia64, Altix)

2006-08-08 Thread Bernard Li
Hi Ryurick: You are probably missing the libpng-devel RPM. Check to see if it is installed by running: # rpm -q libpng-devel If nothing shows up, that means you don't have it installed. Get that installed, and it _should_ build. BTW, there are some ia64 RPMs available for 3.0.3 here:

[Ganglia-general] LinuxWorld gathering

2006-08-09 Thread Bernard Li
Hello: Sorry for the cross-posting :) A few of us will be at LinuxWorld in San Francisco next week (August 14-17th) and I thought that we should have a get together so that the users and developers of HPC related projects could hang out and talk shop. The plan is to meet up on the

Re: [Ganglia-general] First Snapshot for 3.0.4

2006-08-28 Thread Bernard Li
It is the first release after moving from CVS to SVN. Changes compared to 3.0.3 are: - Fix bz #110 by allowing higher sampling rates for cpu/net/load/mem in Linux/Cygwin. Likely needs similar changes in other platforms. - Add Yemis Host-Spoofing patch (bz #99) - Fix bz #77 (Diskless

Re: [Ganglia-general] Error making gmetad on SLES 10

2006-09-21 Thread Bernard Li
If you're just trying to *test* Ganglia, I recommend you give these pre-built RPMs for SLES10 a try: http://software.opensuse.org/download/OSCAR/sles10/ We have just recently found out that the images included in that distribution may be corrupted but this will be fixed shortly. Barring

Re: [Ganglia-general] Renaming a host

2006-09-22 Thread Bernard Li
Does the server running gmetad know about the new hostname, how about the rest of the systems? Perhaps you can propagate via /etc/hosts file? Cheers, Bernard -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of Kevin Lewandowski Sent: Friday,

Re: [Ganglia-general] gmetad problem on SLES

2006-09-26 Thread Bernard Li
Hi Ian: Try the latest builds, they should work: http://software.opensuse.org/download/OSCAR/sles10/ Cheers, Bernard From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of Ian Collier Sent: Tuesday, September 26, 2006 4:25

Re: [Ganglia-general] New/Last Snapshot for 3.0.4

2006-09-26 Thread Bernard Li
The latest builds are available here: http://software.opensuse.org/download/OSCAR/ If you encounter any problems, perhaps direct them to [EMAIL PROTECTED] Cheers, Bernard -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of Martin Knoblauch Sent:

  1   2   3   4   5   6   7   >