Skip to end of metadata
Go to start of metadata

You are viewing an old version of this page. View the current version.

Compare with Current View Page History

« Previous Version 2 Current »


NTP alarm


NTP statusntpq -p

ntpd -p
[root@128t-5 t128]# ntpq -p
     remote           refid      st t when poll reach   delay   offset  jitter
==============================================================================
 x.x.x.x           y.y.y.y       4 u  684 1024    7    0.518   -0.117   1.365
 x.x.y.x           z.z.z.z       3 u  685 1024    7   11.860   -0.753   1.472
StopĀ 


Stop + resync and start nptd demon


stop and start
systemctl stop ntpd
ntpdate x.x.x.x
( or ntpdate x.x.y.x )
systemctl start ntpd
ntpq -p
look for theĀ *
nptq -p
[root@128t-5 t128]# ntpq -p
     remote           refid      st t when poll reach   delay   offset  jitter
==============================================================================
* x.x.x.x           y.y.y.y       4 u    5   64   17    1.074    0.873   0.417
 x.x.y.x           z.z.z.z        3 u    3   64   17   12.374    0.235   0.468


  • No labels