【Centos6】时间同步问题

 

 

解决方案参考:

https://www.cnblogs.com/webnote/p/5751758.html

centos6并不会主动同步时间

上一次关机,将时间停留了

使用硬件时间同步校准

[root@centos6-1 ~]# date
2022年 03月 16日 星期三 00:29:07 CST
[root@centos6-1 ~]# hwclock -s
[root@centos6-1 ~]# date
2022年 03月 19日 星期六 19:00:33 CST

 

结果发现硬件时间还是慢了,改用网络同步

时间服务器:

https://www.cnblogs.com/Sungeek/p/10001821.html

直接更新其中一个

[root@centos6-2 ~]# ntpdate cn.ntp.org.cn
19 Mar 20:36:10 ntpdate[65389]: step time server 120.197.116.202 offset 5052.646848 sec

 

posted @ 2022-03-19 20:26  emdzz  阅读(179)  评论(0编辑  收藏  举报