SUSE linux ntp时间不同步问题
现网的主机,业务侧发来有一台未同步。之前也遇到类似的问题,一般都是ntp dead,造成时间未同步。这台经查看ntp服务运行正常。
1www.361way.com:~ #:~ # rcntp status
2Checking for network time protocol daemon (NTPD): running
通过ntpq命令查看发现和ntp对时服务器时间相差3万多秒:
1www.361way.com:~ # ntpq -p
2remote refid st t when poll reach delay offset jitter
3==============================================================================
410.211.57.78 10.70.91.148 3 u 61 64 377 1.180 -320041 1785.59
显然,这个误差已经超过了1000秒,而当操作系统与上级NTP能同步的是有前提要求的——两者之间的时间差低于1000秒,当时间差大于1000秒时,Linux操作系统会“怀疑”上级NTP的时间不准,因此自动同步中止,避免上级NTP服务器的异常影响到自己的系统。
具体,该处也可以参看鸟哥的linux私房菜 。
捐赠本站(Donate)
如您感觉文章有用,可扫码捐赠本站!(If the article useful, you can scan the QR code to donate))
- Author: shisekong
- Link: https://blog.361way.com/suse-linux-ntptime-notsync/4190.html
- License: This work is under a 知识共享署名-非商业性使用-禁止演绎 4.0 国际许可协议. Kindly fulfill the requirements of the aforementioned License when adapting or creating a derivative of this work.