NTP is used to synchronize time between a client and time server.
To enable NTP on AIX server,
ntpdate - syncs date with timeserver
ntpq - query ntp server for information
ntptrace - trace ntp communication
To enable NTP on AIX server,
- Uncomment the xntpd line in rc.tcpip
- update /etc/ntp.conf file with the time server information
- start xntpd manually by with startsrc command startsrc -s xntpd
- Verify if the xntpd has started correctly lssrc -s xntpd
- To list all the NTP information, use lssrc with long listing lssrc -ls xntpd
ntpdate - syncs date with timeserver
ntpq - query ntp server for information
ntptrace - trace ntp communication