Hi all, I have a problem with the cluster. I have 3 laptops, each with a 10G xfs partition mounted in /mnt/sheepdog. Laptop1 and laptop2 joined the cluster without any problem: --- # collie cluster info running Ctime Epoch Nodes 2011-08-23 23:32:17 2 [192.168.2.27:7000, 192.168.2.59:7000] --- The third laptopt gives this message: --- # collie cluster info running Ctime Epoch Nodes 1970-01-01 01:00:00 0 [] --- Corosync is configured and running -- # grep bindnetaddr /etc/corosync/corosync.conf bindnetaddr: hplap # grep corosync /var/log/daemon.log Aug 24 11:00:07 hp corosync[27353]: [MAIN ] Corosync Cluster Engine ('1.2.1'): started and ready to provide service. Aug 24 11:00:07 hp corosync[27353]: [MAIN ] Corosync built-in features: nss Aug 24 11:00:07 hp corosync[27353]: [MAIN ] Successfully read main configuration file '/etc/corosync/corosync.conf'. Aug 24 11:00:07 hp corosync[27353]: [TOTEM ] Initializing transport (UDP/IP). Aug 24 11:00:07 hp corosync[27353]: [TOTEM ] Initializing transmit/receive security: libtomcrypt SOBER128/SHA1HMAC (mode 0). Aug 24 11:00:07 hp corosync[27353]: [TOTEM ] The network interface [192.168.2.31] is now up. Aug 24 11:00:08 hp corosync[27353]: [SERV ] Service failed to load 'pacemaker'. Aug 24 11:00:08 hp corosync[27353]: [SERV ] Service engine loaded: corosync extended virtual synchrony service Aug 24 11:00:08 hp corosync[27353]: [SERV ] Service engine loaded: corosync configuration service Aug 24 11:00:08 hp corosync[27353]: [SERV ] Service engine loaded: corosync cluster closed process group service v1.01 Aug 24 11:00:08 hp corosync[27353]: [SERV ] Service engine loaded: corosync cluster config database access v1.01 Aug 24 11:00:08 hp corosync[27353]: [SERV ] Service engine loaded: corosync profile loading service Aug 24 11:00:08 hp corosync[27353]: [SERV ] Service engine loaded: corosync cluster quorum service v0.1 Aug 24 11:00:08 hp corosync[27353]: [MAIN ] Compatibility mode set to whitetank. Using V1 and V2 of the synchronization engine. Aug 24 11:00:08 hp corosync[27353]: [TOTEM ] A processor joined or left the membership and a new membership was formed. Aug 24 11:00:08 hp corosync[27353]: [MAIN ] Completed service synchronization, ready to provide service. Aug 24 11:00:08 hp corosync[27353]: [TOTEM ] A processor joined or left the membership and a new membership was formed. Aug 24 11:00:08 hp corosync[27353]: [MAIN ] Completed service synchronization, ready to provide service. --- sheep daemon is running and gives no messages when run 'sheep /mnt/sheepdog' --- # ps aux | grep sheep root 27471 0.0 0.0 50220 344 ? Ss 11:02 0:00 sheep /mnt/sheepdog/ root 27472 0.0 0.0 648904 1668 ? Ssl 11:02 0:00 sheep /mnt/sheepdog/ --- The only difference between this laptop and the other two is the network card: it's a fast ethernet, the others are gigabit. Any idea? |