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 ------------------------------------------------------------------------------ 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

