2007年5月31日星期四

How to synchronize time among AIX server.
怎样为 ibm AIX 设置时间同步

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"

0 评论: