Wednesday, June 19, 2013

Change time server source on Windows Server 2003 - ntp server

Try a different external time source.  You also dont need to stop and start the service anymore in 2003.

Do this:

net time /setsntp:time.nist.gov
w32tm /config /update
w32tm /resync /rediscover /nowait

Check the logs for w32time errors and post back if you get any.

The only machine (DC, member server, client, whatever) you should do this on is the PDC emulator in the root domain.  If you type net time /querysntp on ANY other machine in the forest, it should say it is not configured.

No comments:

Post a Comment