I also had issues with Ganglia only seeing my head node once I updated my
gmetad and gmond packages to the latest versions. Running the post_install
script didn't help reconfigure everything correctly at all.  The head node
was running on 2 network cards (1 for WAN access, and 1 connected to the
internal compute node network), and for some reason gmetad was listening on
the wrong interface, hence the reason it was only picking up meta-data from
itself but not the compute nodes on the second interface. After some
searching, I found that you can add an option in your gmond.conf file to
explicitly specify which interface your daemon is listening/sending on.
Snippet from my gmond.conf file:

udp_send_channel {
mcast_if = eth1               <===============THIS OPTION
mcast_join = 239.2.11.71 
port = 8649
ttl = 1 
} 

udp_recv_channel { 
mcast_if = eth1          <============= THIS OPTION
mcast_join = 239.2.11.71 
port = 8649
bind = 239.2.11.71 
}

-Milo

-----Original Message-----
From: [EMAIL PROTECTED]
[mailto:[EMAIL PROTECTED] On Behalf Of Chaw Thet
Zan
Sent: Thursday, June 21, 2007 10:52 AM
To: oscar-users@lists.sourceforge.net
Subject: Re: [Oscar-users] Gangila Set up Fail in Test Cluster Setup

Hi,
I do the steps you point out. But Ganglia Setup Test fail in the Test
Cluster Setup.
But I can see sometime all nodes in http://localhost/ganglia. I can't
see sometime all nodes in this page. I see only one node.
I don't think how to solve that problem.
when I reboot the clients node, I see the 2 errors :
(1) Set up Postfix  fail
(2)Set up NTP fail
How can I fix these problem?  Are these problems relate to Ganglia fail?

Thank you so much for your patience attention.
chawthetzan

On 6/19/07, Michael Edwards <[EMAIL PROTECTED]> wrote:
> ssh to the oscarnode1 and run "ps -ef | grep gmond".  That will tell
> you if the ganglia monitor daemon is running on the node.
>
> if it returns nothing try running "/etc/init.d/gmond restart" on
> oscarnode1 and see if that fixes the problem.
>
> Also, make sure you have the firewall and SE Linux on the head node turned
> off.
>
> On 6/19/07, Chaw Thet Zan <[EMAIL PROTECTED]> wrote:
> > Hi
> > In my http://localhost/ganglia, I can't see only one node that is
> > server(cluster node manager). I can't see the node "oscarnode1" that
> > is created as client on the "cls" image. How can I solve these
> > problem? Error is the same as the attached file (ganglia.err) I have
> > already sent.
> >  All test are passed except Ganglia Setup Test.
> > Please give me advice how can I do it?
> > Best regards,
> > ctz
> >
> >
> > On 6/17/07, Michael Edwards <[EMAIL PROTECTED]> wrote:
> > > Go to http://localhost/ganglia.  If you can see all your nodes there,
> > > its not really a problem.
> > >
> > > The ganglia test fails on occasion when everything is actually
working.
> > >
> > > On 6/12/07, Chaw Thet Zan <[EMAIL PROTECTED]> wrote:
> > > > Dear,
> > > > When I ran "Test Cluster Setup ", all are passed except Gangila
Setup.
> > > > How do I solve this Gangila fail? I checked the
> > > > /home/oscartst/gangila/gangila.err but I don't understand clearly.
> > > > OS is RedHat Enterprise Linux 4 AS
> > > > Oscar version is 5.0
> > > > I created one image called "cls" and I  added one client oscarnode1.
> > > > Do I need to create  one client image to add one client? I don't
> > > > understand it clearly.
> > > > Please .. Can you solve this problem?
> > > >
> > > > Best regards,
> > > > ctz
> > > >
> > > >
> -------------------------------------------------------------------------
> > > > This SF.net email is sponsored by DB2 Express
> > > > Download DB2 Express C - the FREE version of DB2 express and take
> > > > control of your XML. No limits. Just data. Click to get it now.
> > > > http://sourceforge.net/powerbar/db2/
> > > > _______________________________________________
> > > > Oscar-users mailing list
> > > > Oscar-users@lists.sourceforge.net
> > > > https://lists.sourceforge.net/lists/listinfo/oscar-users
> > > >
> > > >
> > > >
> > >
> > >
> -------------------------------------------------------------------------
> > > This SF.net email is sponsored by DB2 Express
> > > Download DB2 Express C - the FREE version of DB2 express and take
> > > control of your XML. No limits. Just data. Click to get it now.
> > > http://sourceforge.net/powerbar/db2/
> > > _______________________________________________
> > > Oscar-users mailing list
> > > Oscar-users@lists.sourceforge.net
> > > https://lists.sourceforge.net/lists/listinfo/oscar-users
> > >
> >
> >
-------------------------------------------------------------------------
> > This SF.net email is sponsored by DB2 Express
> > Download DB2 Express C - the FREE version of DB2 express and take
> > control of your XML. No limits. Just data. Click to get it now.
> > http://sourceforge.net/powerbar/db2/
> > _______________________________________________
> > Oscar-users mailing list
> > Oscar-users@lists.sourceforge.net
> > https://lists.sourceforge.net/lists/listinfo/oscar-users
> >
>
> -------------------------------------------------------------------------
> This SF.net email is sponsored by DB2 Express
> Download DB2 Express C - the FREE version of DB2 express and take
> control of your XML. No limits. Just data. Click to get it now.
> http://sourceforge.net/powerbar/db2/
> _______________________________________________
> Oscar-users mailing list
> Oscar-users@lists.sourceforge.net
> https://lists.sourceforge.net/lists/listinfo/oscar-users
>

-------------------------------------------------------------------------
This SF.net email is sponsored by DB2 Express
Download DB2 Express C - the FREE version of DB2 express and take
control of your XML. No limits. Just data. Click to get it now.
http://sourceforge.net/powerbar/db2/
_______________________________________________
Oscar-users mailing list
Oscar-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/oscar-users


-------------------------------------------------------------------------
This SF.net email is sponsored by DB2 Express
Download DB2 Express C - the FREE version of DB2 express and take
control of your XML. No limits. Just data. Click to get it now.
http://sourceforge.net/powerbar/db2/
_______________________________________________
Oscar-users mailing list
Oscar-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/oscar-users

Reply via email to