Posted in: 系统运维

CentOS自动同步时间的设置方法

三步解决方法: 1、安装ntpdate工具 [root@slave1 ~]#  yum -y install ntp ntpdate
安装成功! 2、设置系统时间与网络时间同步 [root@slave1 ~]#  ntpdate 0.asia.pool.ntp.org 这里主要就是通过时间服务器对系统时间进行同步,所以0.asia.pool.ntp.org并不是固定的,大家可以选择time.nist.gov、time.nuri.net、0.asia.pool.ntp.org、1.asia.pool.ntp.org、2.asia.pool.ntp.org、3.asia.pool.ntp.org中任意一个,只要保证可用就OK。
3、将系统时间写入硬件时间 [root@slave1 ~]# hwclock –systohc
这里是为了防止系统重启后时间被还原,因此需要写到硬件设备中去。

发表评论

电子邮件地址不会被公开。 必填项已用*标注

CAPTCHAis initialing...