Hello Dejan,<div><br></div><div>If the LVS support is not there, then stop script part doesn&#39;t work.  I have added below piece of code to line 587, just before line beginning with <span style="background-color:rgb(255,255,255);color:rgb(51,51,51);font-family:&#39;Bitstream Vera Sans Mono&#39;,&#39;Courier New&#39;,monospace;font-size:12px;line-height:16px;white-space:pre">delete_route.</span></div>
<div><br></div><div><div>                    if [ ! -z &quot;${OCF_RESKEY_local_stop_script}&quot; ]; then</div><div>                           if [ -x &quot;${OCF_RESKEY_local_stop_script}&quot; ]; then</div><div>                                  ${OCF_RESKEY_local_stop_script} $*</div>
<div>                           fi</div><div>                      fi</div><div><br></div><div><br></div><div>I have tested it in my environment (Centos 6.2, Pacemaker 1.1.6) and it works.</div><div><br></div><div>thanks,</div>
<div><br></div><div>huseyin</div><div><br></div><br><div class="gmail_quote">On Mon, Nov 7, 2011 at 5:50 PM, Dejan Muhamedagic <span dir="ltr">&lt;<a href="mailto:dejanmm@fastmail.fm">dejanmm@fastmail.fm</a>&gt;</span> wrote:<br>
<blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex"><div class="HOEnZb"><div class="h5">On Fri, Nov 04, 2011 at 02:32:07PM +0100, Bernd Helber wrote:<br>
&gt; &gt; Hi,<br>
&gt; &gt;<br>
&gt; Hi Dejan,<br>
&gt; thanks for the quick Response.<br>
&gt;<br>
&gt; &gt; On Tue, Nov 01, 2011 at 12:25:54PM +0100, Bernd Helber wrote:<br>
&gt; &gt; &gt; Hi List.<br>
&gt; &gt; &gt;<br>
&gt; &gt; &gt; i use a IPaddr Ressource with local_start_script Value.<br>
&gt; &gt; &gt; I&#39;m kind a wondered, cause if i trigger thoses scripts, from the Console<br>
&gt; &gt; &gt; it works like a charme.<br>
&gt; &gt; &gt;<br>
&gt; &gt; &gt; If i trigger it from the Cluster to failover, it to the other node.<br>
&gt; &gt; &gt; The Ressource cleanly  fails over, but what makes me wonder, the script<br>
&gt; &gt; &gt; doesn&#39;t get triggered.<br>
&gt; &gt; &gt;<br>
&gt; &gt; &gt; SO it absolutely unclear to me why it&#39;s not triggerd.<br>
&gt; &gt;<br>
&gt; &gt; Looking at the script, it is clear to me. It simply never gets<br>
&gt; &gt; invoked. The code was removed at one point, but unfortunately the<br>
&gt; &gt; parameters remained in the meta-data. It also means that nobody<br>
&gt; &gt; tried to use this since 2006.<br>
&gt; &gt;<br>
&gt; Thanks for Clarification, as i suspected, but i wasn&#39;t sure. Pacemaker isn&#39;t<br>
&gt; my daily meal.<br>
&gt;<br>
&gt;<br>
&gt; The issue is solved.<br>
&gt;<br>
&gt; i checked out an old Version of the Agent from Github.<br>
&gt; <a href="https://github.com/ClusterLabs/resource-" target="_blank">https://github.com/ClusterLabs/resource-</a><br>
&gt; agents/blob/adb868da496127c7784f9a3afdf5ef404d61b317/heartbeat/IPaddr.in<br>
&gt;<br>
&gt; Added this piece of Code at Line t Line 638<br>
&gt;<br>
&gt; ###################################################<br>
&gt; #added local_start_script_value################<br>
&gt; if [ ! -z &quot;${OCF_RESKEY_local_start_script}&quot; ]; then<br>
&gt; if [ -x &quot;${OCF_RESKEY_local_start_script}&quot; ]; then<br>
&gt; ${OCF_RESKEY_local_start_script} $*<br>
&gt;       fi<br>
&gt; fi<br>
&gt; ####################################################<br>
<br>
</div></div>OK. Added back the missing code. Don&#39;t like the feature<br>
particularly, but if somebody wants to use it...<br>
<br>
Thanks,<br>
<br>
Dejan<br>
<div class="HOEnZb"><div class="h5"><br>
&gt; &gt; &gt; My current issue, ist that i have to trigger this Script, cause i have to<br>
&gt; &gt; &gt; tell the Switches at my Weboster  with Useranme an Password, that it&#39;s a<br>
&gt; &gt; &gt; regular failover, unfortunately i don&#39;t have an alternative, to this<br>
&gt; &gt; &gt; procedure.<br>
&gt; &gt;<br>
&gt; &gt; Interesting. What kind of equipment is that?<br>
&gt; &gt;<br>
&gt; Unfortunately i can&#39;t tell you what kind of equipment they use.<br>
&gt;<br>
&gt; &gt; Thanks,<br>
&gt; &gt;<br>
&gt; Thank you too. :-)<br>
&gt;<br>
&gt; &gt; Dejan<br>
&gt; &gt;<br>
&gt; Kind regards<br>
&gt;<br>
&gt; Bernd<br>
&gt;<br>
&gt;<br>
&gt;<br>
&gt; _______________________________________________<br>
&gt; Pacemaker mailing list: <a href="mailto:Pacemaker@oss.clusterlabs.org">Pacemaker@oss.clusterlabs.org</a><br>
&gt; <a href="http://oss.clusterlabs.org/mailman/listinfo/pacemaker" target="_blank">http://oss.clusterlabs.org/mailman/listinfo/pacemaker</a><br>
&gt;<br>
&gt; Project Home: <a href="http://www.clusterlabs.org" target="_blank">http://www.clusterlabs.org</a><br>
&gt; Getting started: <a href="http://www.clusterlabs.org/doc/Cluster_from_Scratch.pdf" target="_blank">http://www.clusterlabs.org/doc/Cluster_from_Scratch.pdf</a><br>
&gt; Bugs: <a href="http://developerbugs.linux-foundation.org/enter_bug.cgi?product=Pacemaker" target="_blank">http://developerbugs.linux-foundation.org/enter_bug.cgi?product=Pacemaker</a><br>
<br>
_______________________________________________<br>
Pacemaker mailing list: <a href="mailto:Pacemaker@oss.clusterlabs.org">Pacemaker@oss.clusterlabs.org</a><br>
<a href="http://oss.clusterlabs.org/mailman/listinfo/pacemaker" target="_blank">http://oss.clusterlabs.org/mailman/listinfo/pacemaker</a><br>
<br>
Project Home: <a href="http://www.clusterlabs.org" target="_blank">http://www.clusterlabs.org</a><br>
Getting started: <a href="http://www.clusterlabs.org/doc/Cluster_from_Scratch.pdf" target="_blank">http://www.clusterlabs.org/doc/Cluster_from_Scratch.pdf</a><br>
Bugs: <a href="http://developerbugs.linux-foundation.org/enter_bug.cgi?product=Pacemaker" target="_blank">http://developerbugs.linux-foundation.org/enter_bug.cgi?product=Pacemaker</a><br>
</div></div></blockquote></div><br></div>