How to synchronize time among AIX server.
1. set up time server. edit the file /etc/ntp.conf for the time server, for example call the server name time-server
server 127.127.1.0
#broadcastclient
driftfile /etc/ntp.drift
tracefile /etc/ntp.trace
2. Edit the file /etc/ntp.conf for all other AIX server
server time-server prefer --> time-server is time server name setup in item 1
#broadcastclient
driftfile /etc/ntp.drift
tracefile /etc/ntp.trace
3. How to startup & stop synchronization server
# lssrc -ls xntpd
#start /usr/sbin/xntpd "$src_running" "-x"
#stopsrc -s timed ; startsrc -s xntpd -a "-x"
2007年5月31日星期四
How to synchronize time among AIX server.
怎样为 ibm AIX 设置时间同步
怎样为 ibm AIX 设置时间同步
发帖者 雪化石 时间: 23:12
订阅:
博文评论 (Atom)
0 评论:
发表评论