Operating System - OpenVMS
1832308 Members
2134 Online
110041 Solutions
New Discussion

Daylight Savings patch with cron

 
Gregory Locke
Frequent Advisor

Daylight Savings patch with cron

I installed the patch on my three system. The date is correct. However, times in the /var/adm/cron log are 1 hour behind.

How do I get cron the read the correct time?
2 REPLIES 2
Hein van den Heuvel
Honored Contributor

Re: Daylight Savings patch with cron


Welcome to the OpenVMS forum.

Had you gone to the HPUX forum, then you woudl have found 10 topic on this matter, notably:

http://forums1.itrc.hp.com/service/forums/questionanswer.do?threadId=1107983


Basically, just stop and restart cron:

# /sbin/init.d/cron stop
# /sbin/init.d/cron start

For details also check:

http://h20000.www2.hp.com/bizsupport/TechSupport/Document.jsp?lang=en&cc=us&objectID=c00832124




hth,
Hein.
Gregory Locke
Frequent Advisor

Re: Daylight Savings patch with cron

Cron caught up