Hi, I'm having the following problem... When I restart all my gmonds (all nodes) and gmetad (master) I can see all the hosts UP (but CPUs Total:1) Then all my nodes start to die, the master node never dies.
Begin: CPUs Total: 1 Hosts up: 16 Hosts down: 0 End: CPUs Total: 1 Hosts up: 1 Hosts down: 15 I've tried all your suggestions for multicast, but the problem goes on. This is my configuration: ---- /etc/gmond.conf name "Speedy" mcast_if eth0 trusted_hosts localhost speedy2 speedy3 speedy4 speedy5 speedy6 speedy7 speedy8 speedy9 speedy10 speedy11 speedy12 speedy13 speedy14 speedy15 speedy16 num_nodes 16 ---- /etc/gmetad.conf data_source "Speedy" localhost speedy2 speedy3 speedy4 speedy5 speedy6 speedy7 speedy8 speedy9 speedy10 speedy11 speedy12 speedy13 speedy14 speedy15 speedy16 gridname "SCMPgrid" authority "http://localhost/ganglia/" ---- /etc/pfilter.conf open multicast --- route (master) Destination Gateway Genmask Flags Metric Ref Use Iface 239.2.11.71 * 255.255.255.255 UH 0 0 0 eth0 10.0.2.0 * 255.255.255.0 U 0 0 0 eth0 10.2.11.0 * 255.255.255.0 U 0 0 0 eth1 127.0.0.0 * 255.0.0.0 U 0 0 0 lo default 10.2.11.254 0.0.0.0 UG 0 0 0 eth1 --- route (nodes) Destination Gateway Genmask Flags Metric Ref Use Iface 10.0.2.0 * 255.255.255.0 U 0 0 0 eth0 127.0.0.0 * 255.0.0.0 U 0 0 0 lo default master 0.0.0.0 UG 0 0 0 eth0 --- netstat -g (master) # netstat -g IPv6/IPv4 Group Memberships Interface RefCnt Group --------------- ------ --------------------- lo 1 ALL-SYSTEMS.MCAST.NET eth0 1 239.2.11.71 eth0 1 ALL-SYSTEMS.MCAST.NET eth1 1 224.0.0.251 eth1 1 ALL-SYSTEMS.MCAST.NET --- netstat -g (nodes) IPv6/IPv4 Group Memberships Interface RefCnt Group --------------- ------ --------------------- lo 1 ALL-SYSTEMS.MCAST.NET eth0 1 239.2.11.71 eth0 1 ALL-SYSTEMS.MCAST.NET --- ping 239.2.11.71 ... 64 bytes from 10.0.2.1: icmp_seq=2 ttl=64 time=0.166 ms 64 bytes from 10.0.2.1: icmp_seq=3 ttl=64 time=0.163 ms 64 bytes from 10.0.2.1: icmp_seq=4 ttl=64 time=0.124 ms --- netstat -na | grep 239.2.11 (master) udp 0 0 10.0.2.1:32782 239.2.11.71:8649 ESTABLISHED udp 0 0 239.2.11.71:8649 0.0.0.0:* --- netstat -na | grep 239.2.11 (speedyX) udp 0 0 10.0.2.16:32773 239.2.11.71:8649 ESTABLISHED udp 0 0 239.2.11.71:8649 0.0.0.0:* All the daemons are Runing! Well I don't have anything else to tell you. Do you know what is happend? I need the ganglia working, please :-/ Thank you all, Carolina. -- Maria Carolina Leon Carri [EMAIL PROTECTED]

