<html><body><div style="color:#000; background-color:#fff; font-family:lucida console, sans-serif;font-size:10pt"><div><span>Thanks guys. It was an environment problem. Though I was using the absolute path as /usr/sbin/crm, it still wouldn't execute unless /usr/sbin is added to the PATH of the cron environment.<br></span></div><div><br></div><div style="font-family: lucida console,sans-serif; font-size: 10pt;"><div style="font-family: times new roman,new york,times,serif; font-size: 12pt;"><font face="Arial" size="2"><hr size="1"><b><span style="font-weight: bold;">From:</span></b> Arturo Borrero Gonzalez <cer.inet@linuxmail.org><br><b><span style="font-weight: bold;">To:</span></b> pacemaker@oss.clusterlabs.org<br><b><span style="font-weight: bold;">Sent:</span></b> Sunday, 30 October 2011 8:17 PM<br><b><span style="font-weight: bold;">Subject:</span></b> [Pacemaker] "crm status" cmd not running through cron job<br></font><br><div
 id="yiv1512302257"><span class="yiv1512302257Apple-style-span" style="background-color: rgb(255, 255, 255); font-size: medium;"><div>May I suggest a permission problem?</div><div><br></div><div>In order to cron to execute something automatically, the script need +x I think.</div>

<div><br></div><div><br></div><div><br></div><div> </div><blockquote class="yiv1512302257gmail_quote" style="margin: 0px 0px 0px 0.8ex; border-left: 1px solid rgb(204, 204, 204); padding-left: 1ex;">

Looks like a environment-(path)-problem. Can you set the same paths in<br>the script as you have as user "root"?<br>
Do this with "export PATH=$PATH:/usr/sbin....."<br>
Regards,<br>Tom<br>
2011/10/28 ihjaz Mohamed <<a rel="nofollow" target="_blank" href="http://oss.clusterlabs.org/mailman/listinfo/pacemaker">ihjazmohamed at yahoo.co.in</a>>:<br>><i> Hi All,<br>
</i>><i> Am facing a strange issue. When I schedule a script to be run via cron, the<br>
</i>><i> 'crm status' command in the script doesn't get executed. Every other<br>
</i>><i> commands are executed properly.<br>
</i>><i> Here's a test script I wrote to test this issue.<br>
</i>><br>><i> [<a rel="nofollow" target="_blank" href="http://oss.clusterlabs.org/mailman/listinfo/pacemaker">root at BLRACE70</a> ~]# cat test.sh<br>
</i>><i> #!/bin/sh<br>
</i>><br>><i> /usr/sbin/crm status >> /var/log/cron_log.log<br>
</i>><i> echo "Returned:$?" >> /var/log/cron_log.log<br>
</i>><br>><i> If I run the above file manually. I get output as below in the log:<br>
</i>><i> ============<br>
</i>><i> Last updated: Fri Oct 28 17:14:07 2011<br>
</i>><i> Stack: openais<br>
</i>><i> Current DC: <a rel="nofollow" target="_blank" href="http://aceblr073.com">aceblr073.com</a> - partition with quorum<br>
</i>><i> Version: 1.1.5-5.el6-01e86afaaa6d4a8c4836f68df80ababd6ca3902f<br>
</i>><i> 2 Nodes configured, 1 expected votes<br>
</i>><i> 2 Resources configured.<br>
</i>><i> ============<br>
</i>><br>><i> Online: [ <a rel="nofollow" target="_blank" href="http://aceblr073.com">aceblr073.com</a> BLRACE70 ]<br>
</i>><br>><i>  Resource Group: HAService<br>
</i>><i>      FloatingIP (ocf::heartbeat:IPaddr2):       Started <a rel="nofollow" target="_blank" href="http://aceblr073.com">aceblr073.com</a><br>
</i>><i>      acestatus  (lsb:acestatus):        Started <a rel="nofollow" target="_blank" href="http://aceblr073.com">aceblr073.com</a><br>
</i>><i>  Clone Set: pingdclone [pingd]<br>
</i>><i>      Started: [ <a rel="nofollow" target="_blank" href="http://aceblr073.com">aceblr073.com</a> BLRACE70 ]<br>
</i>><i> Returned:0<br>
</i>><br>><i> If I schedule it through cron as below:<br>
</i>><br>><i> [<a rel="nofollow" target="_blank" href="http://oss.clusterlabs.org/mailman/listinfo/pacemaker">root at BLRACE70</a> ~]# crontab -l<br>
</i>><i> */1 * * * * /root/test.sh > /dev/null 2>&1<br>
</i>><br>><i> I get the following output in the log.<br>
</i>><i> Returned:1<br>
</i>><i> Returned:1<br>
</i>><i> Returned:1<br>
</i>><i> Returned:1<br>
</i>><i> Returned:1<br>
</i>><i> Returned:1<br>
</i>><i> Returned:1<br>
</i>><br>><i> Has anyone run into this issue before?<br>
</i>><br>><br>><br>><br>><br>><br>><i> _______________________________________________<br>
</i>><i> Pacemaker mailing list: <a rel="nofollow" target="_blank" href="http://oss.clusterlabs.org/mailman/listinfo/pacemaker">Pacemaker at oss.clusterlabs.org<br></a>
</i>><i> <a rel="nofollow" target="_blank" href="http://oss.clusterlabs.org/mailman/listinfo/pacemaker">http://oss.clusterlabs.org/mailman/listinfo/pacemaker<br></a>
</i>><br>><i> Project Home: <a rel="nofollow" target="_blank" href="http://www.clusterlabs.org/">http://www.clusterlabs.org<br></a>
</i>><i> Getting started: <a rel="nofollow" target="_blank" href="http://www.clusterlabs.org/doc/Cluster_from_Scratch.pdf">http://www.clusterlabs.org/doc/Cluster_from_Scratch.pdf<br></a>
</i>><i> Bugs:<br>
</i>><i> <a rel="nofollow" target="_blank" href="http://developerbugs.linux-foundation.org/enter_bug.cgi?product=Pacemaker">http://developerbugs.linux-foundation.org/enter_bug.cgi?product=Pacemaker<br></a>
</i>><br>></blockquote></span><div><br></div>-- <br>/* Arturo Borrero Gonzalez || <a rel="nofollow" ymailto="mailto:cer.inet@linuxmail.org" target="_blank" href="mailto:cer.inet@linuxmail.org">cer.inet@linuxmail.org</a> */<br>/* Use debian gnu/linux! Best OS ever! */<br>

<br>
</div><br>_______________________________________________<br>Pacemaker mailing list: <a ymailto="mailto:Pacemaker@oss.clusterlabs.org" 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><br><br></div></div></div></body></html>