- 採用root 身份登入
- 編輯設定檔netdaemons(# vi /etc/rc.config.d/netdaemons),將 XNTPD 設定為 1
export XNTPD=1
- 編輯設定檔 ntp.conf (# vi /etc/ntp.conf,要以chmod調整檔案權限),加入下列兩行server 10.xx.xx.xx # Primary Time Server
server 10.yy.yy.yy # Secondary Time Server
- 啟動 NTP 服務.(# /sbin/init.d/xntpd start)(可下 ps -ef | grep ntp 來驗證 ntp process 是否有在運作)
- 檢查是否正常運作(約10分後) (# /usr/sbin/ntpq -p)
一開始參考的是 HP 官網的線上說明文件:Chapter 4 Configuring NTP,在 Getting Started with NTP 章節中,要特別注意的是不要設定 /etc/rc.config.d/netdaemons 中的 NTPDATE_SERVER 參數!
NTPDATE_SERVER 參數設下去之後 ntp client 就不work了,執行 ntpq -p 指令會發生以下錯誤:
[myServer]:/etc#ntpq -p
No association ID's returned
參考資料:
沒有留言:
張貼留言