Sadly, still no resolution. <http://fusion.cs.washington.edu/ganglia/> is supposed to be the top-level web frontend.
It has two data_source lines, pointing to the two clusters: data_source "grAPHics" frame.cs.washington.edu:8651 data_source "Renderfarm" production.cs.washington.edu:8651 One can see the individual cluster graphs at the respective clusters' head nodes: <http://frame.cs.washington.edu/ganglia/> <http://production.cs.washington.edu/ganglia/> However, the top-level (grid-level) statistics only show one of the data sources, there's no "click through to the cluster" available to "drill down" to one of the cluster head nodes, and there are no graphs at the top level. (I thought that perhaps I could add a second cluster to the grid and things would become clearer. Sadly, this was not the case.) Also, on the top-level, the files in /var/lib/ganglia/rrds/__SummaryInfo__ and /var/lib/ganglia/rrds/unspecified/__SummaryInfo__ are the same, and the web front-end is looking for data elsewhere: (from the webserver error_log) ERROR: opening '/var/lib/ganglia/rrds/grAPHics/<nodename>/load_one.rrd': No such file or directory ERROR: opening '/var/lib/ganglia/rrds/grAPHics/__SummaryInfo__/load_one.rrd': No such file or directory Why won't both clusters ('grAPHics' and 'Renderfarm') show up in the toplevel view? I have two data_source lines. How do I change the "Grid" breadcrumb name (just below the Ganglia image in the upper-left corner)? I'm very confused. Stephen On 08/18/2009 11:21 PM, Bernard Li wrote: > Hi Stephen: > > On Thu, Aug 13, 2009 at 11:05 AM, Stephen > Spencer<[email protected]> wrote: > >> Issue #1: running "gmetad -d10" on "headnode1" gives me this message: >> >> Going to run as user ganglia >> Sources are ... >> Source: [grAPHics, step 15] has 1 sources >> 10.0.25.1 >> tcp_listen() on xml_port failed: Address already in use > > Probably because gmetad is already running? Stop gmetad first by > running `/etc/init.d/gmetad stop` prior to running it in debug mode. > >> On to "webby," which I'm *hoping* will serve up the graphed statistics for >> not only this cluster but other clusters as well. >> >> Its "gmetad.conf" file has a similar "data_source" line: >> >> data_source "grAPHics" headnode1.domain.edu > > All you need to do, is add ":8651" to the end of your data_source line, so: > > data_source "grAPHics" headnode1.domain.edu:8651 > > This tells gmetad on "webby" that it will be communicating with > another gmetad, as opposed to gmond. > >> - do I need to run a webserver on 'headnode1' so that 'webby' can >> retrieve XML from it? > > Not for XML communication, but in order for you to be able to click > through to the cluster on "cluster #1", you need to run a webserver on > "headnode1". > > Hopefully with this, you can get your issues resolved. > > Cheers, > > Bernard -- Stephen Spencer | [email protected] | 206-616-3281 Graphics System Engineer, UW Computer Science Department Chair, ACM SIGGRAPH Publications Committee ------------------------------------------------------------------------------ Let Crystal Reports handle the reporting - Free Crystal Reports 2008 30-Day trial. Simplify your report design, integration and deployment - and focus on what you do best, core application coding. Discover what's new with Crystal Reports now. http://p.sf.net/sfu/bobj-july _______________________________________________ Ganglia-general mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/ganglia-general

