I'm trying to emulate this kind of grid/cluster setup :
http://ganglia.wikimedia.org/
I want a master grid to have multiple sub-grids (mon1, mon2,mon3 etc),
and then each sub grid to have its own clusters and so forth
The master grid server is calling mon1 on 8651 which is where gmetad
on mon1 is configured to listen... so
on Master : data_source "mon1" 10.130.8.5:8651
on mon1 (grid1) :
netstat -punta | grep gmetad
tcp 0 0 0.0.0.0:8651 0.0.0.0:*
LISTEN 26005/gmetad
tcp 0 0 0.0.0.0:8652 0.0.0.0:*
LISTEN 26005/gmetad
netstat -punta | grep gmond
tcp 0 0 0.0.0.0:8649 0.0.0.0:*
LISTEN 26278/gmond
udp 0 0 0.0.0.0:8649 0.0.0.0:*
26278/gmond
udp 0 0 0.0.0.0:8655 0.0.0.0:*
26278/gmond
udp 0 0 10.130.8.5:32850 10.130.8.5:8655
ESTABLISHED 26278/gmond
udp 0 0 10.130.8.5:32851 10.130.8.27:8649
ESTABLISHED 26278/gmond
So in theory, the Master should be able to hit gmetad on mon1:8651
which is gathering stats from its localhost gmond. However, I can't
get mon1 to show up on the Master as its own grid. It shows up as its
own cluster no problem, but not as a separate grid. Can someone let
me know what I might be missing? Thanks very much :)
--
Brad E. Fino
[EMAIL PROTECTED]
858-245-9099
-------------------------------------------------------------------------
This SF.Net email is sponsored by the Moblin Your Move Developer's challenge
Build the coolest Linux based applications with Moblin SDK & win great prizes
Grand prize is a trip for two to an Open Source event anywhere in the world
http://moblin-contest.org/redirect.php?banner_id=100&url=/
_______________________________________________
Ganglia-general mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/ganglia-general