Hi,

I encounter a very strange issue here w/ multi clusters. I have 2
clusters, Services and HPC. For Services cluster, which has gmetad
service, here is the network setting:

gmetad.conf:

data_source "Services" localhost
data_source "HPC" master.garfield.internal:8662
case_sensitive_hostnames 1

gmond.conf:

udp_send_channel {
  host = monitor.garfield.internal
  port = 8649
  ttl = 1
}
udp_recv_channel {
  port = 8649
}

tcp_accept_channel {
  port = 8649
}

For HPC clusters:

gmond:

udp_send_channel {
  mcast_join = 239.2.11.71
  port = 8662
  ttl = 1
}

udp_recv_channel {
  mcast_join = 239.2.11.71
  port = 8662
  bind = 239.2.11.71
}

tcp_accept_channel {
  port = 8662
}

The question is the gmetad service cannot read any data from HPC
cluster, what happened?

Thanks.

------------------------------------------------------------------------------
Live Security Virtual Conference
Exclusive live event will cover all the ways today's security and 
threat landscape has changed and how IT managers can respond. Discussions 
will include endpoint security, mobile security and the latest in malware 
threats. http://www.accelacomm.com/jaw/sfrnl04242012/114/50122263/
_______________________________________________
Ganglia-general mailing list
Ganglia-general@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/ganglia-general

Reply via email to