Originally posted by: SystemAdmin
thanks dukessd.
Yes I do want to configure 1 AIX server to be the master clock and AIX & Wintel servers to sync with the master clock.
Master clock server
1) run xntpd service
2) edit /etc/ntp.conf and input line
server 127.127.1.0
3) stopsrc -s xntpd
startsrc -s xntpd -a "-x" (master clock server is also database server)
4) To autostart on reboot, edit /etc/rc.tcpip and input line
startsrc -s xntpd -a "-x"
AIX Client server
edit crontab and input line
0 5 * * * /usr/sbin/ntpdate -d xxx.xx.xx.xxx (master clock server IP)
Wintel client server
??
#AIX-Forum