[Pacemaker] "crm status" cmd not running through cron job

Dejan Muhamedagic dejanmm at fastmail.fm
Mon Oct 31 12:54:26 EDT 2011


Hi,

On Sat, Oct 29, 2011 at 02:10:22PM +0200, Tom Tux wrote:
> Looks like a environment-(path)-problem. Can you set the same paths in

Yes, most probably...

> the script as you have as user "root"?
> 
> Do this with "export PATH=$PATH:/usr/sbin....."
> 
> Regards,
> Tom
> 
> 2011/10/28 ihjaz Mohamed <ihjazmohamed at yahoo.co.in>:
> > Hi All,
> > Am facing a strange issue. When I schedule a script to be run via cron, the
> > 'crm status' command in the script doesn't get executed. Every other
> > commands are executed properly.
> > Here's a test script I wrote to test this issue.
> >
> > [root at BLRACE70 ~]# cat test.sh
> > #!/bin/sh
> >
> > /usr/sbin/crm status >> /var/log/cron_log.log
> > echo "Returned:$?" >> /var/log/cron_log.log
> >
> > If I run the above file manually. I get output as below in the log:
> > ============
> > Last updated: Fri Oct 28 17:14:07 2011
> > Stack: openais
> > Current DC: aceblr073.com - partition with quorum
> > Version: 1.1.5-5.el6-01e86afaaa6d4a8c4836f68df80ababd6ca3902f
> > 2 Nodes configured, 1 expected votes
> > 2 Resources configured.
> > ============
> >
> > Online: [ aceblr073.com BLRACE70 ]
> >
> >  Resource Group: HAService
> >      FloatingIP (ocf::heartbeat:IPaddr2):       Started aceblr073.com
> >      acestatus  (lsb:acestatus):        Started aceblr073.com
> >  Clone Set: pingdclone [pingd]
> >      Started: [ aceblr073.com BLRACE70 ]
> > Returned:0
> >
> > If I schedule it through cron as below:
> >
> > [root at BLRACE70 ~]# crontab -l
> > */1 * * * * /root/test.sh > /dev/null 2>&1

Perhaps if you removed the redirections you'd see in your
mailbox what's going wrong.

Thanks,

Dejan

> >
> > I get the following output in the log.
> > Returned:1
> > Returned:1
> > Returned:1
> > Returned:1
> > Returned:1
> > Returned:1
> > Returned:1
> >
> > Has anyone run into this issue before?
> >
> >
> >
> >
> >
> >
> > _______________________________________________
> > Pacemaker mailing list: Pacemaker at 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
> >
> >
> 
> _______________________________________________
> Pacemaker mailing list: Pacemaker at 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




More information about the Pacemaker mailing list