Hi Bernard,
This is my Ganglia status. Thank you very much!
1, What OS, architecture
This is my gmetad&web server
[r...@labmonitor ~]# uname -a
Linux labmonitor 2.6.18-164.2.1.el5 #1 SMP Wed Sep 30 12:55:19 EDT 2009 i686
i686 i386 GNU/Linux
[r...@labmonitor ~]# more /etc/redhat-release
CentOS release 5.4 (Final)
2,How did you build/install Ganglia
Gmond nodes
For RHEL5.x and RHEL4.x nodes, I built(rpmbuild -ba *) some RPMs to install
Ganglia both i386 and x86_84 architecture.
For RHEL3.x and redhat9.0 nodes, I install Ganglia by source code.
For Windows, I use this package(
http://tapir.sajinet.com.pe/ganglia/ganglia-3.1.1-bin.zip)
3,Number of nodes in your cluster
Beijing Lab Grid (5 sources) (tree view)
CPUs Total: 70
Hosts up: 29
Hosts down: 1
BJQA1 (physical view)
CPUs Total: 38
Hosts up: 17
Hosts down: 0
BJVMhosts (physical view)
CPUs Total: 20
Hosts up: 5
Hosts down: 1
BJHPblade4 (physical view)
CPUs Total: 4
Hosts up: 4
Hosts down: 0
BJ3fDHCP33 (physical view)
CPUs Total: 6
Hosts up: 2
Hosts down: 0
BJ8Fextra6 (physical view)
CPUs Total: 2
Hosts up: 1
Hosts down: 0
4, Unicast or Multicast
I use Multicast mode for all nodes.
5, Are all gmonds and gmetad running 3.1.2?
Yes, absolutely v3.1.2.
Chifeng
On Fri, Nov 13, 2009 at 12:09 PM, Bernard Li <[email protected]> wrote:
> Hi chifeng:
>
> Please provide us with the following information:
>
> - What OS, architecture
> - How did you build/install Ganglia
> - Number of nodes in your cluster
> - Unicast or Multicast
> - Are all gmonds and gmetad running 3.1.2?
>
> Thanks,
>
> Bernard
>
> On Thu, Nov 12, 2009 at 7:11 PM, chifeng <[email protected]> wrote:
> > Hi folks,
> >
> > I got a XML errors in Ganglia v3.1.2. It looks like this ticket:
> >
> http://www.mail-archive.com/[email protected]/msg05054.html
> >
> > Here is my errors information:
> >
> > Nov 12 13:43:18 labmonitor /usr/local/ganglia/sbin/gmetad[14362]: Process
> > XML (BJQA1): XML_ParseBuffer() error at line 499: not well-formed
> (invalid
> > token)
> > Nov 12 14:02:36 labmonitor /usr/local/ganglia/sbin/gmetad[15849]: Process
> > XML (BJQA1): XML_ParseBuffer() error at line 240: not well-formed
> (invalid
> > token)
> > Nov 12 14:03:25 labmonitor /usr/local/ganglia/sbin/gmetad[15849]: Process
> > XML (BJ8Fextra6): XML_ParseBuffer() error at line 272: not well-formed
> > (invalid token)
> > Nov 12 14:23:16 labmonitor /usr/local/ganglia/sbin/gmetad[16191]: Process
> > XML (BJHPblade4): XML_ParseBuffer() error at line 335: not well-formed
> > (invalid token)
> > Nov 12 15:24:10 labmonitor /usr/local/ganglia/sbin/gmetad[16191]: Process
> > XML (BJ8Fextra6): XML_ParseBuffer() error at line 272: not well-formed
> > (invalid token)
> > Nov 12 15:29:25 labmonitor /usr/local/ganglia/sbin/gmetad[16191]: Process
> > XML (BJQA1): XML_ParseBuffer() error at line 4296: not well-formed
> (invalid
> > token)
> > Nov 12 17:05:06 labmonitor /usr/local/ganglia/sbin/gmetad[17277]: Process
> > XML (BJQA1): XML_ParseBuffer() error at line 435: not well-formed
> (invalid
> > token)
> > Nov 12 18:24:09 labmonitor /usr/local/ganglia/sbin/gmetad[17978]: Process
> > XML (BJQA1): XML_ParseBuffer() error at line 5501: not well-formed
> (invalid
> > token)
> > Nov 12 18:35:52 labmonitor /usr/local/ganglia/sbin/gmetad[18556]: Process
> > XML (BJQA1): XML_ParseBuffer() error at line 465: not well-formed
> (invalid
> > token)
> > Nov 12 21:46:23 labmonitor /usr/local/ganglia/sbin/gmetad[18556]: Process
> > XML (BJ8Fextra6): XML_ParseBuffer() error at line 272: not well-formed
> > (invalid token)
> > Nov 12 22:59:47 labmonitor /usr/local/ganglia/sbin/gmetad[19973]: Process
> > XML (BJQA1): XML_ParseBuffer() error at line 596: not well-formed
> (invalid
> > token)
> > Nov 13 00:23:17 labmonitor /usr/local/ganglia/sbin/gmetad[19973]: Process
> > XML (BJ8Fextra6): XML_ParseBuffer() error at line 272: not well-formed
> > (invalid token)
> > Nov 13 07:21:00 labmonitor /usr/local/ganglia/sbin/gmetad[19973]: Process
> > XML (BJHPblade4): XML_ParseBuffer() error at line 356: not well-formed
> > (invalid token)
> > Nov 13 09:52:25 labmonitor /usr/local/ganglia/sbin/gmetad[24866]: Process
> > XML (BJHPblade4): XML_ParseBuffer() error at line 356: not well-formed
> > (invalid token)
> > Nov 13 10:01:48 labmonitor /usr/local/ganglia/sbin/gmetad[24866]: Process
> > XML (BJQA1): XML_ParseBuffer() error at line 1078: not well-formed
> (invalid
> > token)
> >
> >
> > I'm tried this way, but I didn't the trick.
> >
> http://www.mail-archive.com/[email protected]/msg01622.html
> >
> > I set a script in crontab as follows:
> > [r...@labmonitor ~]# crontab -l
> > * * * * * /bin/sh /root/bin/gmetad_restart.sh >/dev/null 2>&1
> > [r...@labmonitor ~]# cat /root/bin/gmetad_restart.sh
> > #!/bin/sh
> >
> > if tail -1 /var/log/messages | grep 'not well-formed' ; then
> > /sbin/service gmetad restart
> > echo `date ` gmetad restart >> /var/log/messages
> > fi
> >
> > After that, I still got this errors.
> >
> > Nov 13 10:43:03 labmonitor /usr/local/ganglia/sbin/gmetad[25691]: Process
> > XML (BJ8Fextra6): XML_ParseBuffer() error at line 272: not well-formed
> > (invalid token)
> > Fri Nov 13 10:44:01 CST 2009 gmetad restart
> >
> >
> > Anybody who knows fix it? Thanks!!
> >
> >
> >
> > --
> > regards.
> > chifeng
> >
> >
> ------------------------------------------------------------------------------
> > 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
> >
> >
>
--
regards.
chifeng
------------------------------------------------------------------------------
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