Message: 9 Date: Wed, 18 Jul 2007 09:31:47 +0200 From: "matilda matilda" <[EMAIL PROTECTED]> Subject: Re: [Linux-HA] WARN: unpack_rsc_op: To: <[email protected]> Message-ID: <[EMAIL PROTECTED]> Content-Type: text/plain; charset=US-ASCII
>>> "Taldevkar, Chetan" <[EMAIL PROTECTED]> 18.07.2007 07:23 >>> >Hi all, > >When I start cluster lunixha is able to invoke start call on both the >nodes. On first node start fails as script calls echo "stopped" >followed by exit 1 as this resource needs to be running on the second >node. After that it successfully starts on second node. But if I >simulate error conditions on second node it does not invoke the script >on first node resulting no failover. > As far as I know: As soon as a RA couldn't be started on a node this RA is not able to start there anymore. You have to use crm_resource -C (--force) to reset the information that this RA couldn't be started there. So, if you like the resource to be run initially on node 2 add a location constraint to the resource and it will be started on the second node. After a failure of that resource heartbeat will start it on the first one if and only if the values for stickiness and failure stickiness are set properly. Best regards Andreas Mock <Chetan> Thanks Andreas, I executed crm_resource -C -r res_ttsvc -H failed start node. After which I executed crm_verify -VL but it returned with same list of warnings for failed start node. Is this expected? Or do I have to something more. </Chetan> http://www.patni.com World-Wide Partnerships. World-Class Solutions. _____________________________________________________________________ This e-mail message may contain proprietary, confidential or legally privileged information for the sole use of the person or entity to whom this message was originally addressed. Any review, e-transmission dissemination or other use of or taking of any action in reliance upon this information by persons or entities other than the intended recipient is prohibited. If you have received this e-mail in error kindly delete this e-mail from your records. If it appears that this mail has been forwarded to you without proper authority, please notify us immediately at [EMAIL PROTECTED] and delete this mail. _____________________________________________________________________
_______________________________________________ Linux-HA mailing list [email protected] http://lists.linux-ha.org/mailman/listinfo/linux-ha See also: http://linux-ha.org/ReportingProblems
