linux 查 ntp serve,Linux之使用NTP服务管理/同步服务器时间

当有多台Web Server时,而且每台服务器的时间需要保持一致,这时就可以考虑使用NTP 服务了。

1.先用用ntpstat查看一下NTP service当前的状态。

#ntpstat

如果输出下面内容,说明还没有启动,需要设置服务器重启时NTP服务自启动:

Unable to talk to NTP daemon. Is it running?

如果输出下面内容说明已经在工作了:

synchronised to NTP server (198.55.111.5) at stratum 3

time correct to within 238 ms

polling server every 64 s

如果输出:unsynchronised, 需要重新启动(ntpd restart)一下进行同步。

2.使用ntpq -p查看NTP server列表

#ntpq -p

remote           refid      st t when poll reach   delay   offset  jitter

==============================================================================

*dns1.synet.edu. 202.118.1.46     2 u   46   64  377   19.924   11.896   5.692

+dns2.synet.edu. 202.118.1.46     2 u   45   64  317   20.518   11.833   6.992

dns.sjtu.edu.cn .STEP.          16 u    –   64    0    0.000    0.000   0.000

3.手动同步时间

#ntpdate

如果输出下面内容,说明ntp服务已经启动导致手动同步时间失败,需要先停止ntp服务:

the NTP socket is in use. exiting

#service ntpd stop

#ntpdate cn.pool.ntp.org

如果输出下面内容,说明手动同步时间成功:

adjust time server xxx

最后记得将ntp服务启动,让他自动更新。

4.启动NTP服务

#service ntpd start

Starting ntpd:                                             [  OK  ]

Enable NTP to start at boot time with the chkconfig command.

5.开启NTP自启动

#chkconfig ntpd on

Verify that NTP is enabled with the following command.

6.检查NTP自启动情况

#chkconfig –list ntpd

ntpd           0:off 1:off 2:on 3:on 4:on 5:on 6:off

Here ntpd is on in runlevels 2, 3, 4, and 5, which is correct.

7.自定义NTP server

参考

文章素材来自ChinaUnix博客

本文链接:http://www.yunweipai.com/5677.html

  • 0
    点赞
  • 2
    收藏
    觉得还不错? 一键收藏
  • 0
    评论

“相关推荐”对你有帮助么?

  • 非常没帮助
  • 没帮助
  • 一般
  • 有帮助
  • 非常有帮助
提交
评论
添加红包

请填写红包祝福语或标题

红包个数最小为10个

红包金额最低5元

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

抵扣说明:

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

余额充值