We are in middle of upgrading our API Gateway from 9.3CR03 to 9.4CR05
During doing the process, we noticed, NTP is out of Sync in the 3rd server in the cluster (Cluster is having 3 cluster) .
We tried below command,
Release : 9.4
Component : API GATEWAY
NTP serves you chose have not been reachable from GW10
selecte another ntp server resolved the issue.
you can check the ntpq-peers.txt file in the DCT to review the following :
Working ntpq-peers:
remote refid st t when poll reach delay offset jitter
==============================================================================
up2.com .INIT. 16 u - 1024 0 0.000 0.000 0.000
mongrel.ahem.ca .INIT. 16 u - 1024 0 0.000 0.000 0.000
smtp.irtech.ch .INIT. 16 u - 1024 0 0.000 0.000 0.000
ns3.switch.ca .INIT. 16 u - 1024 0 0.000 0.000 0.000
*LOCAL(0) .LOCL. 10 l 11 64 377 0.000 0.000 0.000
Non-working ntpq-peers:
remote refid st t when poll reach delay offset jitter
==============================================================================
time.cloudflare .INIT. 16 u - 64 0 0.000 0.000 0.000
ntp1.torix.ca .INIT. 16 u - 64 0 0.000 0.000 0.000
ntp1.ny1.ap-gp. .INIT. 16 u - 64 0 0.000 0.000 0.000
irc.gentoo.ca .INIT. 16 u - 64 0 0.000 0.000 0.000
*LOCAL(0) .LOCL. 10 l 61 64 377 0.000 0.000 0.000
If both servers have the same NTP configuration and same firewall rules, then the issue is likely to be outside of the server.
Problem It can be due your load balancers / firewalls outside of the API Gateway , need to confirm that the non-working server can still talk
to the same endpoints as the working nodes for the NTP servers they reach out to.