Link to home
Start Free TrialLog in
Avatar of Crossroads305
Crossroads305

asked on

w32time syncing with external source with NTP

Our situation is that we need two separate domains, domainX and domainY, to have the same time by syncing the two with external NTP servers. domainX has multiple parent and child DC's while domainY has a single DC. A server on domainX needs to sync with the DC on domainY because of time sensistive software. We have configured the registry settings according to microsofts documentation as follows. http://support.microsoft.com/kb/816042. The servers on domainX are pulling its time from incorrect parent domains. Also when configured to external NTP servers the server times do not match up. How do you specify where the w32time is being pulled from and also why are these times still about a minute off when in the event log it states that the time provider is receiving valid time data from the specified NTP source? What are we missing?

Please Help.

Thank you.
Avatar of lucius_the
lucius_the
Flag of Croatia image

It's possible that this will go away by itself.
When Windows syncronizes time it sometimes uses a skew function. What this means is that if time does not have a large error, Windows will not just reset the time to the right one, but it will make the time go faster or slower for a while to "catch up" with the correct time. Maybe this is why you don't see the change immediately.

I'd try to set the time on both servers by hand first, and then leave it to NTP and monitor for a few days to see if everything is fine.
Avatar of Crossroads305
Crossroads305

ASKER

When I manually set the time the same, they rather quickly drift out of sync. I dont believe they are configured properly. I am afraid the first server is pulling its time off the parent domain and not the NTP server.
Thats very possible, but it shouldn't be wrong anyway even if it's pulling time from the other server. I had a very bad problem with this at one client that had 3 DC-s, but finally discovered that time was drifting not because of windows but because of one process that constantly changed windows time, it was a process used for Micros cashier systems in my case.

Are there any non-microsoft processes running on the server that has a time sync problem ?
No the server is only loading with the OS. We are accounting for the time before we put our apps on it.
Did you try to use:

w32tm /config /manualpeerlist:<ntpservers> /syncfromflags:manual /reliable:yes /update

to set the NTP server manually to the same NTP sources (defined by <ntpservers>) on both servers and see if this works ?
Yes I tried that, they are both still about a minute and a half off.
ASKER CERTIFIED SOLUTION
Avatar of lucius_the
lucius_the
Flag of Croatia image

Link to home
membership
This solution is only available to members.
To access this solution, you must be a member of Experts Exchange.
Start Free Trial
Thanks