Server Time Synchronisation with external GPS
I need to sync windows time of Server (172.16.4.21)with a external GPS (120.0.39.39). I am able to ping gps from server. I added gps IP in Internet Time server and when I click on Update now it's showing Time is susuccessfully synchronised with 120.0.39.39.
I changed the update time in registry to 15 min. But sometimes in the Internet Time (Date and Time Settings) it is showing peer not reachable. And I have noticed even though its showing successfully synchronised there is an actual difference of about 2 min.
I have added Sntp server address as 172.16.4.21 in one controller and it's my clock master.
How to check the Synchronisation of server to the gps clock?
Note: I tried adding 120.0.39.39 as my Controller Sntp server address, even though I added Default gateway,enabled UDP 123 Sntp protocol in firewall. In clock sync (cbm) it's showing No Sync. Thats why am trying to sync the server with the GPS and Controller with the server.
I changed the update time in registry to 15 min. But sometimes in the Internet Time (Date and Time Settings) it is showing peer not reachable. And I have noticed even though its showing successfully synchronised there is an actual difference of about 2 min.
I have added Sntp server address as 172.16.4.21 in one controller and it's my clock master.
How to check the Synchronisation of server to the gps clock?
Note: I tried adding 120.0.39.39 as my Controller Sntp server address, even though I added Default gateway,enabled UDP 123 Sntp protocol in firewall. In clock sync (cbm) it's showing No Sync. Thats why am trying to sync the server with the GPS and Controller with the server.
Voted best answer
You can check as ordinary User your NTP server with
w32tm /stripchart /computer:120.0.39.39 /packetinfo
2 min diff with synced NTP is odd
With
w32tm /query /status
you can check the status of your NTP source
w32tm /stripchart /computer:120.0.39.39 /packetinfo
2 min diff with synced NTP is odd
With
w32tm /query /status
you can check the status of your NTP source
Answers
Hi,
In similar situation I noticed, that you have to be logged on with user with Administrator rights on your server, in order to synchronize windows time with external time server.
In similar situation I noticed, that you have to be logged on with user with Administrator rights on your server, in order to synchronize windows time with external time server.
Add new comment