Operating System - Linux
1753922 Members
7134 Online
108810 Solutions
New Discussion юеВ

Re: ntp issue on linux server, time goes ahead

 
Elmar P. Kolkman
Honored Contributor

Re: ntp issue on linux server, time goes ahead

One other thing: make sure a correct Proliant Support Pack is installed... It is needed to set the time in the hardware clock.
Every problem has at least one solution. Only some solutions are harder to find.
Bill McNAMARA_1
Honored Contributor

Re: ntp issue on linux server, time goes ahead

check the ntpd -q output and the sysconfig options..


for reference:


[root@oclab50 ~]# ntpq -p
remote refid st t when poll reach delay offset jitter
==============================================================================
153.16.4.137 .INIT. 16 u - 64 0 0.000 0.000 0.000
ns1.your-site.c .INIT. 16 u - 64 0 0.000 0.000 0.000
c-68-51-42-35.h .INIT. 16 u - 64 0 0.000 0.000 0.002
LOCAL(0) .LOCL. 10 l - 64 0 0.000 0.000 0.002
[root@oclab50 ~]# cat /etc/sysconfig/ntpd
# Drop root to id 'ntp:ntp' by default.
OPTIONS="-x -u ntp:ntp -p /var/run/ntpd.pid"

# Set to 'yes' to sync hw clock after successful ntpdate
SYNC_HWCLOCK=no

# Additional options for ntpdate
NTPDATE_OPTIONS=""

It works for me (tm)
AVV
Super Advisor

Re: ntp issue on linux server, time goes ahead

Thanks