Hi Andrew,<br><br> Before sending this email, I read the Configuration_Explained.pdf, Crm_cli.pdf and I modified the script file according to LSB (Appendix: Is This init Script LSB Compatible?, pg 71).<br><br>  After changing the link from symbolic to hard I could verify that crm resource start and stop works fine, that is, when I run "crm resource start myScript" and then "crm resource status" it shows "Started status". And when I run "crm resource stop myScript" and then "crm resource status" it shows "Stopped status".  However myScript did not run.<br>
<br>I attached kernel messages and hb_report logs.<br><br><br>thanks in advance,<br>George Gomes<br><br><br><div class="gmail_quote">On Thu, May 28, 2009 at 11:09 AM, Andrew Beekhof <span dir="ltr"><<a href="mailto:andrew@beekhof.net">andrew@beekhof.net</a>></span> wrote:<br>
<blockquote class="gmail_quote" style="border-left: 1px solid rgb(204, 204, 204); margin: 0pt 0pt 0pt 0.8ex; padding-left: 1ex;"><div class="im">On Thu, May 28, 2009 at 3:05 PM, George Gomes <<a href="mailto:geounipe@gmail.com">geounipe@gmail.com</a>> wrote:<br>

> Hi all,<br>
><br>
> I read the Pacemaker information/installation guide on site<br>
> <a href="http://clusterlabs.org/wiki/Main_Page" target="_blank">http://clusterlabs.org/wiki/Main_Page</a> and I installed it (Pacemaker) on Red<br>
> Hat EL5 with all rpm files bellow:<br>
><br>
> heartbeat-2.99.2-8.1.i386.rpm<br>
> heartbeat-common-2.99.2-8.1.i386.rpm<br>
> heartbeat-resources-2.99.2-8.1.i386.rpm<br>
> libheartbeat2-2.99.2-8.1.i386.rpm<br>
> libopenais2-0.80.5-13.1.i386.rpm<br>
> libpacemaker3-1.0.3-2.2.i386.rpm<br>
> openais-0.80.5-13.1.i386.rpm<br>
> pacemaker-1.0.3-2.2.i386.rpm<br>
><br>
> I configured the failover-IP according to CRM CLI command but I could not<br>
> configure any resource using CRM CLI.<br>
> When I performed the command "crm resource status", the CRM CLI shows the<br>
> script is started but it was not started.<br>
<br>
</div>Possibly the script is broken.<br>
Did you check it for LSB compliance?<br>
There is a series of tests listed in the configuration explained pdf<br>
that you can perform to verify the script is compliant.<br>
<br>
> Could someone help me?<br>
<br>
Not without logs etc.<br>
<div class="im"><br>
> Bellow is the command that I used to create the primitive resource:<br>
><br>
> # crm configure primitive myScript lsb::myScript.sh op monitor interval=10s<br>
><br>
> I created the symbolic link of myScript.sh on /etc/init.d, is it correct? if<br>
> not, how could I do it?<br>
<br>
</div>You may need to create a hardlink (ln with no -s option).<br>
<br>
_______________________________________________<br>
Pacemaker mailing list<br>
<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>
</blockquote></div><br>