Hi All

I have setup ganglia on my server,I have 5 server's two web servers and 3 db server,I want to make each server in separate grid.Like DB Grid and Web gird for this what i have done the following.


in client file: /etc/gmond.conf

I did change the name of the cluster ( web,db ) and the port (8691,8692)
copy client conf file to each corresponding client,and run:
/sbin/service gmond restart

change:
cluster {
name = "web"
owner = "yourname"
latlong = "unspecified"
url = "unspecified"
}

udp_send_channel {
mcast_join = 239.2.11.71
port = 8691
ttl = 1
}
udp_recv_channel {
mcast_join = 239.2.11.71
port = 8691
bind = 239.2.11.71
}
tcp_accept_channel {
port = 8691
}

in server file: /etc/gmetad.conf

add the data_source for of the each cluster ( web,db ) and the port (8691,8692) with at least one client from that farm.

data_source "web" 10 prod-client-hostname:8691
data_source "db" 10 staging-client-hostname:8692



This is my config but i can see db grid in web front end,But there are no server in it .please can any one help on this

--
S.Ali Ahsan

Senior System Engineer

e-Business (Pvt) Ltd

49-C Jail Road, Lahore, P.O. Box 676
Lahore 54000, Pakistan

Tel: +92 (0)42 3758 7140 Ext. 128

Mobile: +92 (0)345 831 8769

Fax: +92 (0)42 3758 0027

Email: ali.ah...@panasiangroup.com



www.ebusiness-pg.com

www.panasiangroup.com

Confidentiality: This e-mail and any attachments may be confidential
and/or privileged. If you are not a named recipient, please notify the
sender immediately and do not disclose the contents to another person
use it for any purpose or store or copy the information in any medium.
Internet communications cannot be guaranteed to be timely, secure, error
or virus-free. We do not accept liability for any errors or omissions.

------------------------------------------------------------------------------
WhatsUp Gold - Download Free Network Management Software
The most intuitive, comprehensive, and cost-effective network 
management toolset available today.  Delivers lowest initial 
acquisition cost and overall TCO of any competing solution.
http://p.sf.net/sfu/whatsupgold-sd
_______________________________________________
Ganglia-general mailing list
Ganglia-general@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/ganglia-general

Reply via email to