Am Montag, 2. Juni 2008 09:59 schrieb Erich Focht: > Hello, > > I'm trying to get a pair of servers failover when one of their infiniband > interfaces fails. I hoped to get this functionality with ping_groups and > added to ha.cf the lines: > > respawn hacluster /usr/lib64/heartbeat/ipfail > ping_group ibping 10.3.0.229 10.3.0.230 10.3.0.231 > > Now when I unplug the IB cable on one of the servers I see: > > heartbeat[13517]: 2008/06/02_09:39:20 WARN: node ibping: is dead > heartbeat[13517]: 2008/06/02_09:39:20 info: Link ibping:ibping dead. > crmd[13533]: 2008/06/02_09:39:20 notice: crmd_ha_status_callback: Status > update: Node ibping now has status [dead] crmd[13533]: 2008/06/02_09:39:20 > WARN: get_uuid: Could not calculate UUID for ibping > > but nothing actually happens (no failover of resources). > > Did I overlook something? > > Regards, > Erich
HI, 1) pingd replaces ipfail completely. No need for ipfail any more. 2) A ping_group shows "OK" if any of the ping nodes is available. Is this is behaviour you want? Or do you just want to define 3 ping nodes and failover if one of the nodes is not available any more? Or even better: Make the ressources run there, where most of the ping nodes can be seen? Config see: http://www.linux-ha.org/pingd Further questions are welcome. Back to your logfiles. The cluster perfectly detected that the ping nodes are not available any more. Did you define any constraints to tell the cluster what to do, if the connectivily is lost? Greetings, -- Dr. Michael Schwartzkopff MultiNET Services GmbH Addresse: Bretonischer Ring 7; 85630 Grasbrunn; Germany Tel: +49 - 89 - 45 69 11 0 Fax: +49 - 89 - 45 69 11 21 mob: +49 - 174 - 343 28 75 mail: [EMAIL PROTECTED] web: www.multinet.de Sitz der Gesellschaft: 85630 Grasbrunn Registergericht: Amtsgericht München HRB 114375 Geschäftsführer: Günter Jurgeneit, Hubert Martens --- PGP Fingerprint: F919 3919 FF12 ED5A 2801 DEA6 AA77 57A4 EDD8 979B Skype: misch42 _______________________________________________ Linux-HA mailing list [email protected] http://lists.linux-ha.org/mailman/listinfo/linux-ha See also: http://linux-ha.org/ReportingProblems
