Sai p Seshasayee wrote:
>
> Hi Team,
>
> I am a new user to ganglia. I have been trying to setup ganglia to run 
> in Unciast mode. Please get back to me regarding the same.
>

Configuration for gmetad is identical for both unicast and multicast. 
The only difference is the gmond.conf on your machines.

Instead of "mcast_join", you use something like:

udp_send_channel {
    host = 127.0.0.2
    port = 8000
}

When you specify a host option, gmond will use unicast.

On the machine that you specify as the destination for unicast packets, 
you'll need something like:

udp_recv_channel {
    bind = 127.0.0.2
    port = 8000
}


> Thanks and Regards
> Sai Prakash
> Poughkeepsie Unix Development Lab
> IBM Systems and Technology Group
> External: 845-435-4720
> email: [EMAIL PROTECTED]
> Notes: Sai p Seshasayee/Poughkeepsie/IBM
> ------------------------------------------------------------------------
>
> -------------------------------------------------------------------------
> Check out the new SourceForge.net Marketplace.
> It's the best place to buy or sell services for
> just about anything Open Source.
> http://sourceforge.net/services/buy/index.php
>   
> ------------------------------------------------------------------------
>
> _______________________________________________
> Ganglia-general mailing list
> Ganglia-general@lists.sourceforge.net
> https://lists.sourceforge.net/lists/listinfo/ganglia-general
>   


-------------------------------------------------------------------------
Check out the new SourceForge.net Marketplace.
It's the best place to buy or sell services for
just about anything Open Source.
http://sourceforge.net/services/buy/index.php
_______________________________________________
Ganglia-general mailing list
Ganglia-general@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/ganglia-general

Reply via email to