Hi,
      I've a setup where gmetad is running on a server called monitor with
following ethernet config (eth0 - 10.16.101.81, eth0:1 - 10.17.227.13) and
I've configured data source called Search with two nodes search01:8650
search02:8650.

gmond is running on search01 and search02 respectively with following
details:

cluster {
  name = "Search"
  owner = "Abc"
  latlong = "unspecified"
  url = "unspecified"
}
udp_send_channel {
  mcast_join = 239.2.11.71
  port = 8650
  ttl = 1
}
udp_recv_channel {
  mcast_join = 239.2.11.71
  port = 8650
  bind = 239.2.11.71
}
tcp_accept_channel {
  port = 8650
}

There are two interfaces on search01 and search02 with following IP
addresses:

Search01: eth0-10.17.111.3, eth0:1-10.17.227.48
Search02: eth0-10.16.101.93, eth0:1-10.17.227.21

search01 resolves to 10.17.111.3 upon DNS lookup and search02 resolves to
10.16.101.93.

I'm able to get data for Search02 in ganglia charts but I'm unable to get
data for Search01. I think the problem is occuring because search01 and
search02 are on different subnets and I'm trying to do a UDP multicast which
might be problematic when done across different subnets. Please let me know
how do I go about the entire process so that I can get search01 in my
ganglia charts as well.

-- 
Mayank
------------------------------------------------------------------------------
Download Intel® Parallel Studio Eval
Try the new software tools for yourself. Speed compiling, find bugs
proactively, and fine-tune applications for parallel performance.
See why Intel Parallel Studio got high marks during beta.
http://p.sf.net/sfu/intel-sw-dev
_______________________________________________
Ganglia-general mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/ganglia-general

Reply via email to