在 CentOS 7 陸續有許多新的工具出現,汰換舊的工具,此篇要汰換的工具是 ntpdate 這個對於 Server 舉足輕重的角色
在過往 CentOS 6 使用 ntpdate 都必須手動設定 cron job 來定時更新,雖然這可以使用自動化佈置來處理,但這對於不適用自動化處置的時候就常常會有遺忘的狀況。
所以就出現了取代 ntpdate 的工具 『Chrony』,Chrony 可以同時扮演 NTP Client / Server,Chrony 的安裝工作僅僅只需要安裝後並服務啟動即可!
安裝 Chrony – 適用 CentOS 6 / 7
$ yum install chrony -y
如果搜尋不到請安裝 epel repo
$ yum install epel-release $ yum install chrony
啟動 Chrony
$ service chronyd start $ chkconfig chronyd on
啟動好 Chrony 後會自動校時,如果你要跟最近的 time server 可以設定以下
$ vim /etc/chrony.conf server tock.stdtime.gov.tw server watch.stdtime.gov.tw server time.stdtime.gov.tw server clock.stdtime.gov.tw server tick.stdtime.gov.tw $ service chronyd restart
查看 NTP 狀態
$ chronyc sources -v 210 Number of sources = 5 .-- Source mode '^' = server, '=' = peer, '#' = local clock. / .- Source state '*' = current synced, '+' = combined , '-' = not combined, | / '?' = unreachable, 'x' = time may be in error, '~' = time too variable. || .- xxxx [ yyyy ] +/- zzzz || / xxxx = adjusted offset, || Log2(Polling interval) -. | yyyy = measured offset, || \ | zzzz = estimated error. || | | MS Name/IP address Stratum Poll Reach LastRx Last sample ========================================== ^+ 211-22-103-157.HINET-IP.h 2 10 377 892 -70us[ -70us] +/- 37ms ^* 118-163-81-63.HINET-IP.hi 2 10 377 903 -413us[ -414us] +/- 14ms ^+ 118-163-81-61.HINET-IP.hi 2 9 377 268 +195us[ +195us] +/- 32ms ^+ 211-22-103-158.HINET-IP.h 2 10 377 914 +402us[ +401us] +/- 30ms ^+ 118-163-81-62.HINET-IP.hi 2 10 377 922 -477us[ -478us] +/- 32ms
立刻對時,回應200即完成。
$ chronyc -a makestep 200 OK 200 OK
查看與 ntp server 的同步狀態,同時有與 ntp server 的時間誤差。
$ chronyc tracking Reference ID : 61.216.153.106 (61-216-153-106.HINET-IP.hinet.net) Stratum : 4 Ref time (UTC) : Mon Dec 26 01:41:08 2016 System time : 0.000001093 seconds fast of NTP time Last offset : -0.000859230 seconds RMS offset : 1825.577514648 seconds Frequency : 4.117 ppm fast Residual freq : -0.415 ppm Skew : 3.694 ppm Root delay : 0.009457 seconds Root dispersion : 0.069017 seconds Update interval : 63.3 seconds Leap status : Normal
這麼好用的工具趕快把 ntpdate 換掉吧!
[…] ウェブサイトを見る: ウェブページ […]