Benjamin Kudria,

Sounds like you want to divide those nodes into two clusters.
Assume that you have 10 nodes(node1 ... node10),and you want to see
two clusters(clusterA has node1-5,clusterB has node6-10) in your web 
frontend.What you need to
do is as following:
1 Choose two headnodes,node1 and node6 for example,gathering information from 
clusterA and clusterB respectively.
2 Configure gmond.conf in clusterA(node1-5)
------------------------------------------------------------
        cluster { 
                name = "clusterA" 
                owner = "unspecified" 
                latlong = "unspecified" 
                url = "unspecified" 
        } 

        udp_send_channel { 
                host = node1  // you specify a node to gather and report the 
information to gmetad
                port = 8649 
                ttl = 1 
        } 

        /* You can specify as many udp_recv_channels as you like as well. */ 
        udp_recv_channel { 
        /*  mcast_join = 239.2.11.71 */ (Note that this line should be 
commented from the sample gmond.conf)
          port = 8649 
        /*  bind = 239.2.11.71 */  (Note that this line should be commented 
from the sample gmond.conf)
        } 
        
        other lines can be the same as in sample gmond.conf
---------------------------------------------------------------
3 Configure gmond.conf in clusterB(node6-10)
  It is almost the same as what you do in step 2,except that
                name = "clusterB"
                host = node6
4 Configure gmetad.conf
        data_source "clusterA" node1
        data_source "clusterB" node6
5 restart all gmond and gmetad...

Hope it helps

Best regard,

Raymond Zhang
        
 


[EMAIL PROTECTED] wrote:
> Send Ganglia-general mailing list submissions to
>       [email protected]
>
> To subscribe or unsubscribe via the World Wide Web, visit
>       https://lists.sourceforge.net/lists/listinfo/ganglia-general
> or, via email, send a message with subject or body 'help' to
>       [EMAIL PROTECTED]
>
> You can reach the person managing the list at
>       [EMAIL PROTECTED]
>
> When replying, please edit your Subject line so it is more specific
> than "Re: Contents of Ganglia-general digest..."
>
>
> Today's Topics:
>
>    1. Ganglia cluster configuration (Benjamin Kudria)
>    2. Re: Ganglia Web & FQDN ?s (Bernard Li)
>    3. Re: Ganglia cluster configuration (Bernard Li)
>    4. First Ganglia 3.1.x snapshot available (Bernard Li)
>    5. Re: Ganglia cluster configuration (Benjamin Kudria)
>    6. Re: Ganglia cluster configuration (Bernard Li)
>    7. Re: Ganglia cluster configuration (Benjamin Kudria)
>    8. Re: Problem setting ganglia on cluster
>       (Carlo Marcelo Arenas Belon)
>    9. Re: Problem setting ganglia on cluster
>       (Carlo Marcelo Arenas Belon)
>
>
> ----------------------------------------------------------------------
>
> Message: 1
> Date: Mon, 21 Apr 2008 16:01:40 -0400
> From: Benjamin Kudria <[EMAIL PROTECTED]>
> Subject: [Ganglia-general] Ganglia cluster configuration
> To: [email protected]
> Message-ID: <[EMAIL PROTECTED]>
> Content-Type: text/plain;  charset="us-ascii"
>
> Hi, all,
>
> I have a cluster with a set of nodes, and some misc. support boxes.  Is it 
> possible to just run one gmetad, and gmond on all the nodes and support 
> machines, but still separate the two groups in the web interface?  I put 
> different names in the gmond.conf files ("Nodes" and "Servers") but the web 
> interfaces show all the machines for each group - I want them separate 
> instead.  What is the proper way to configure gmetad.conf?
>
> Thanks,
> Benjamin Kudria
>   



-------------------------------------------------------------------------
This SF.net email is sponsored by the 2008 JavaOne(SM) Conference 
Don't miss this year's exciting event. There's still time to save $100. 
Use priority code J8TL2D2. 
http://ad.doubleclick.net/clk;198757673;13503038;p?http://java.sun.com/javaone
_______________________________________________
Ganglia-general mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/ganglia-general

Reply via email to