設置CentOS6.5時鐘同步

1、測試ntp服務

# rpm -q ntp
ntp-4.2.4p8-2.el6.x86_64    // 這表示已安裝了,若是沒有安裝,這是空白。

2、/etc/ntp.conf

  紅色部分是修改的。java

 

 

  配置文件修改完成,保存退出,啓動服務。服務器

service ntpd start

  ntpstat 命令查看時間同步狀態,這個通常須要5-10分鐘後才能成功鏈接和同步。因此,服務器啓動後須要稍等下。測試

3、配置其餘節點

  其餘的沒列舉spa

driftfile /var/lib/ntp/drift
restrict 127.0.0.1
restrict -6 ::1
 
# 配置時間服務器爲本地的時間服務器
server 192.168.1.135
 
restrict 192.168.1.135 nomodify notrap noquery
 
server  127.127.1.0     # local clock
fudge   127.127.1.0 stratum 10
 
includefile /etc/ntp/crypto/pw
 
keys /etc/ntp/keys 

  OK,保存退出,請求服務器前,請先使用ntpdate手動同步下時間rest

# ntpdate -u 192.168.0.135

22 Dec 17:09:57 ntpdate[6439]: adjust time server 192.168.1.135 offset 0.004882 sec

  而後啓動服務server

service ntpd start

4、配置開機啓動

 

chkconfig --level 35 ntpd on

 

 

 

參考文獻 http://acooly.iteye.com/blog/1993484blog

相關文章
相關標籤/搜索