由于服务器的时间出现错误,可采用以下方法来更新linux服务器的系统时间:
方法一:
1,首先yum 安装本地ntpdate客户端,更新ntpdate cn.pool.ntp.org时使用
[[email protected] ~]# yum install ntpdate
2,使用 ntpdate cn.pool.ntp.org进行更新。
[[email protected] ~]# ntpdate cn.pool.ntp.org
15 Sep 16:46:32 ntpdate[15965]: adjust time server 202.112.29.82 offset 0.010499 sec
或者使用cn.pool.ntp.org 的ip地址进行更新。
[[email protected] ~]# ping cn.pool.ntp.org
PING cn.pool.ntp.org (202.112.10.36) 56(84) bytes of data.
64 bytes from gus.buptnet.edu.cn (202.112.10.36): icmp_seq=1 ttl=44 time=107 ms
64 bytes from gus.buptnet.edu.cn (202.112.10.36): icmp_seq=2 ttl=44 time=86.2 ms
ntpdate
[[email protected] ~]# ping cn.pool.ntp.org
PING cn.pool.ntp.org (202.112.10.36) 56(84) bytes of data.
64 bytes from gus.buptnet.edu.cn (202.112.10.36): icmp_seq=1 ttl=44 time=107 ms
64 bytes from gus.buptnet.edu.cn (202.112.10.36): icmp_seq=2 ttl=44 time=86.2 ms
[[email protected] ~]# ntpdate 202.112.10.36
15 Sep 16:49:14 ntpdate[15966]: adjust time server 202.112.10.36 offset 0.010657 sec
3,更新完后要用 clock -w 或 hwclock -w 实时间写入到BIOS中,这样下次启动时,时间就会自动更新了。
[[email protected] ~]# clock -w
方法二:
直接使用命令进行更新,ntpdate time-a.nist.gov
[[email protected] ~]# ntpdate time-a.nist.gov