1753770 Members
5085 Online
108799 Solutions
New Discussion юеВ

CRON DOWN

 
Cesar Salas Araujo
New Member

CRON DOWN

Hi!
I have a problem with cron daemon:
My OS is a HP-UX B.11.11 U 9000/800 and,
sometimes without a reason, process cron is down.
Is very important that cron runs all time but
I didn't found the cause why cron fails.

Could somebody help me, please?

Thanks in advance . . .

Nothing is new under the sun.
9 REPLIES 9
Ken Hubnik_2
Honored Contributor

Re: CRON DOWN

Check to cron log /var/adm/cron/log
Pete Randall
Outstanding Contributor

Re: CRON DOWN

Check /var/adm/syslog/syslog.log and /var/adm/cron/log for any pertinent messages.


Pete



Pete
Steven E. Protter
Exalted Contributor

Re: CRON DOWN

Every once in a while cron will disappear without a trace.

If it happens once, ignore it.

If it happens regularly, something, perhaps a cron job itself is killing the daemon.

There should be evidence in the cron log.

SEP
Steven E Protter
Owner of ISN Corporation
http://isnamerica.com
http://hpuxconsulting.com
Sponsor: http://hpux.ws
Twitter: http://twitter.com/hpuxlinux
Founder http://newdatacloud.com
Massimo Bianchi
Honored Contributor

Re: CRON DOWN

Hi,
check if latest patch is installed:

Patch Name: PHCO_26562

Patch Description: s700_800 11.11 at(1)/cron(1M)/crontab(1) patch



HTH,
Massimo
Ian Dennison_1
Honored Contributor

Re: CRON DOWN

cron also can email details of cron failures to the root mailbox on unix. Try checking there as well.

Share and Enjoy! Ian
Building a dumber user
Robert-Jan Goossens
Honored Contributor

Re: CRON DOWN

Hi,

http://www5.itrc.hp.com/service/cki/docDisplay.do?docLocale=en_US&docId=200000062758962

Date: 5/24/02
Document description: HP-UX: cron daemon dies unexpectedly
Document id: 2200281063


Robert-Jan.
Enrico P.
Honored Contributor

Re: CRON DOWN

Hi,
is the cron down after reboot?
In this case check in the
/etc/rc.config.d/cron
file for the CRON variable.

Enrico.
Tim Sanko
Trusted Contributor

Re: CRON DOWN

You might want to restart cron first, and then worry about the cause.

/sbin/init.d/cron start

If there are real cron problems, you might start by searching for a core file and then
analysing it when done...

Tim
Caesar_3
Esteemed Contributor

Re: CRON DOWN

Hello!

Check the logs:
/var/adm/cron/log
/var/adm/syslog/syslog.log

Check the patch version of your cron
maybe you need to patch your cron.

Caesar