CentOS-如何配置centos6.x的ntp时间同步服务器

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

Shutting down ntpd:                                        [  OK  ]

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

评论
添加红包

请填写红包祝福语或标题

红包个数最小为10个

红包金额最低5元

当前余额3.43前往充值 >
需支付:10.00
成就一亿技术人!
领取后你会自动成为博主和红包主的粉丝 规则
hope_wisdom
发出的红包
实付
使用余额支付
点击重新获取
扫码支付
钱包余额 0

抵扣说明:

1.余额是钱包充值的虚拟货币,按照1:1的比例进行支付金额的抵扣。
2.余额无法直接购买下载,可以购买VIP、付费专栏及课程。

余额充值