Linux之使用NTP服務管理/同步伺服器時間_PHP教程

來源:互聯網
上載者:User

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
#ntpdatecn.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:off1:off2:on3:on4:on5:on6:off
Here ntpd is on in runlevels 2, 3, 4, and 5, which is correct.
7.自訂NTP server
參考這裡。


http://www.bkjia.com/PHPjc/1108025.htmlwww.bkjia.comtruehttp://www.bkjia.com/PHPjc/1108025.htmlTechArticleLinux之使用NTP服務管理/同步伺服器時間 當有多台Web Server時,而且每台伺服器的時間需要保持一致,這時就可以考慮使用NTP 服務了。 1.先用...

  • 相關文章

    聯繫我們

    該頁面正文內容均來源於網絡整理,並不代表阿里雲官方的觀點,該頁面所提到的產品和服務也與阿里云無關,如果該頁面內容對您造成了困擾,歡迎寫郵件給我們,收到郵件我們將在5個工作日內處理。

    如果您發現本社區中有涉嫌抄襲的內容,歡迎發送郵件至: info-contact@alibabacloud.com 進行舉報並提供相關證據,工作人員會在 5 個工作天內聯絡您,一經查實,本站將立刻刪除涉嫌侵權內容。

    A Free Trial That Lets You Build Big!

    Start building with 50+ products and up to 12 months usage for Elastic Compute Service

    • Sales Support

      1 on 1 presale consultation

    • After-Sales Support

      24/7 Technical Support 6 Free Tickets per Quarter Faster Response

    • Alibaba Cloud offers highly flexible support services tailored to meet your exact needs.