NTP時間同步 For AIX

ningzi82發表於2010-08-04

1.檢視當前時區
$echo $TZ

2.更改時區
# chtz BEIST-8 --(BEIST-8) Peoples Rep. China (CUT +8)

3.客戶端查詢ntp server,並調整時間
# ntpdate -d xxx.xxx.xxx.xxx
# date
# ntpdate xxx.xxx.xxx.xxx
# date

4.在client端上新增ntp server
# vi /etc/ntp.conf
內容如下:
#broadcastclient
server xxx.xxx.xxx.xxx
driftfile /etc/ntp.drift
tracefile /etc/ntp.trace

5.start xntpd on client
# startsrc -s xntpd

6.重起後xntpd自動起動
# smitty xntpd
Start Using the xntpd Subsystem > BOTH

7.檢視xntpd狀態
# lssrc -g tcpip
# lssrc -ls xntpd --當 system peer 不為 'insane' 時, 表明客戶端已與伺服器端成功地進行了同步.

8.檢視xntpd service是否加到tcpip group
# more /etc/rc.tcpip
# Start up Network Time Protocol (NTP) daemon
start /usr/sbin/xntpd "$src_running"

更多內容,請參考以下網址:


[@more@]

來自 “ ITPUB部落格 ” ,連結:http://blog.itpub.net/789833/viewspace-1036104/,如需轉載,請註明出處,否則將追究法律責任。

相關文章