1.查看ntp组件是否安装。
rpm -q ntp
2.没安装就使用yuminstall ntp命令安装。
3.打开配置文件配置ntpserver
vim /etc/ntp.conf
# Use public servers from the pool.ntp.orgproject.
# Please consider joining the pool(http://www.pool.ntp.org/join.html).
server10.65.0.226 prefer
server 0.centos.pool.ntp.org iburst
server 1.centos.pool.ntp.org iburst
server 2.centos.pool.ntp.org iburst
server 3.centos.pool.ntp.org iburst
4.在最前面添加加粗的一行。保存并退出。
5.开启系统ntp服务。
[root@localhost ~]# chkconfig ntpd on
6.执行以下命令查看开启结果。
[root@localhost ~]# chkconfig --list|grep ntpd
ntpd 0:off 1:off 2:on 3:on 4:on 5:on 6:off
ntpdate 0:off 1:off 2:off 3:off 4:off 5:off 6:off
7.重启/开启ntpd服务。
[root@localhost ~]# serivce ntpd restart
Starting ntpd: [ OK ]
8.查看ntpd服务状态。
[root@localhost ~]# service ntpd status
ntpd (pid 5387) is running...
9.查看ntp client是否从ntp server同步了时间。
[root@localhost ~]# ntpq -pn
remote refid st t when poll reach delay offset jitter
==============================================================================
+10.65.0.226 202.112.31.197 3 u 39 64 7 0.325 2.330 2.607
*202.112.29.82 202.118.1.48 2 u 39 64 7 51.074 1.939 2.679
+34.198.99.183 91.189.89.198 3 u 41 64 1 416.748 -27.747 0.000
-51.15.41.135 5.103.128.88 3 u 105 64 6 311.962 -37.898 1.493
61.216.153.105 .STEP. 16 u - 64 0 0.000 0.000 0.000
出现如下提示表示已经同步了。如果没有同步就执行service ntpd restart多重启两次ntp服务。
[root@localhost ~]# ntpstat
synchronised to NTP server (10.65.0.226) atstratum 4
time correct to within 7996 ms
polling server every 64 s