The allow-migrate was just something I was trying, and as you point out produced that error unimplemented feature. Without the allow-migrate option I just get "exec timeout error" which is doubly as frustrating, where its simply failing to unload the ip addresses from the failed node. It knows it's supposed to migrate, it starts to and then goes nuts into the error timeout "unmanaged" state. At that point I have to essentially restart the nodes to clear the error or clear the fail counts from the "IPS" element just to watch it explode all over again.
The setup of stonith seems extreme by its description. Will this properly bring nodes back online after cables are re-plugged? I'm not sharing data I'm just setting up a network pass through server or just a router in a sense. Thanks for the input -----Original Message----- From: Florian Haas [mailto:flor...@hastexo.com] Sent: Tuesday, October 18, 2011 7:12 PM To: pacemaker@oss.clusterlabs.org Subject: Re: [Pacemaker] Exec Failure issues. On 2011-10-18 19:38, James Horsfall (CTR) wrote: > Hello all, I'm having some problems getting resources to fail over > properly I need the IP's to swith to a different node when it cannot ping. > We're doing a "shut" on the respective interfaces to simulate cables > being unplugged but I keep getting exec timeouts and unknown errors. ETH2_stop_0 (node=sgn-pau-hub0, call=12, rc=3, status=complete): unimplemented feature That's a failed stop with fencing disabled. That's always going to freeze the cluster. Set up STONITH. And the reason it's failing is that, at the risk of stating the obvious, you're trying to invoke a feature that is not implemented in IPaddr2: primitive ETH2 ocf:heartbeat:IPaddr2 \ meta allow-migrate="true" is-managed="true" Who or what prompted you to set the "allow-migrate" meta attribute here? Florian -- Need help with High Availability? http://www.hastexo.com/now _______________________________________________ Pacemaker mailing list: Pacemaker@oss.clusterlabs.org http://oss.clusterlabs.org/mailman/listinfo/pacemaker Project Home: http://www.clusterlabs.org Getting started: http://www.clusterlabs.org/doc/Cluster_from_Scratch.pdf Bugs: http://developerbugs.linux-foundation.org/enter_bug.cgi?product=Pacemake r _______________________________________________ Pacemaker mailing list: Pacemaker@oss.clusterlabs.org http://oss.clusterlabs.org/mailman/listinfo/pacemaker Project Home: http://www.clusterlabs.org Getting started: http://www.clusterlabs.org/doc/Cluster_from_Scratch.pdf Bugs: http://developerbugs.linux-foundation.org/enter_bug.cgi?product=Pacemaker