> I have query regarding NTP in AIX. In my environment we have made
> AIX lpar as NTP server and rest of lpars as the clients. So now if I
> increase the NTP server time by 1 minute will it impact the clients
> which are running application and DB.
Yes, the clients should update to follow the server.
Make sure you're slewing your time, not stepping your time on the
clients. Slewing slows or speeds up the clock until it matches the
remote server. That is safe for databases. Stepping the clock is what
happens when the server instantly changes to the new time. That could
go forward or backward and damage time sensitive transactions.
In /etc/ntp.conf add a line "slewalways yes".
Also be aware that AIX's NTP daemon will refuse to sync a time
different greater than 1000 seconds. This protects the client from
following an invalid server (ie: clock reverted to 1970).
https://www.ibm.com/support/pages/node/885931
Original Message:
Sent: 5/18/2021 3:19:00 AM
From: Rohit Rohit
Subject: NTP information on AIX
Hello All,
I have query regarding NTP in AIX. In my environment we have made AIX lpar as NTP server and rest of lpars as the clients. So now if I increase the NTP server time by 1 minute will it impact the clients which are running application and DB. I
------------------------------
Rohit Rohit
------------------------------