1834183 Members
3056 Online
110064 Solutions
New Discussion

cron pid failing

 
khilari
Regular Advisor

cron pid failing

Hi there, i got a ticketCron command of root with pid 25174 failed (rc = 127)\nNODENAME:aak03\nDetected by application: /etc/cron(1M) Clock Daemon\nObject in question:

What do i do about this...
Thanks
3 REPLIES 3
john123
Trusted Contributor

Re: cron pid failing

HI..

Check /var/adm/cron/log file in the server and search for the PID in that file...

You can find out the cron job which was failed..The error you mentioned above indicating that the command failed with an error code 127

HTH

John

khilari
Regular Advisor

Re: cron pid failing

â ¥root@aa03 # cat log | grep 25174
> root 25174 c Wed Feb 27 16:30:00 CST 2008
< root 25174 c Wed Feb 27 16:30:09 CST 2008
> root 25174 c Wed May 21 06:45:00 CDT 2008
< root 25174 c Wed May 21 06:45:23 CDT 2008
> root 25174 c Sun Jul 6 20:30:00 CDT 2008
< root 25174 c Sun Jul 6 20:30:00 CDT 2008 rc=127

thats what i get,,, where do i go from here...
Tim Nelson
Honored Contributor

Re: cron pid failing

You need the log entries before and after this last line.
< root 25174 c Sun Jul 6 20:30:00 CDT 2008 rc=127