NTP Time service on Domain Controller is using the wrong Reg key

Namless Shelter 241 Reputation points
2021-12-13T05:53:54.707+00:00

Hi

I just found out our DC01 server (a virtual server 2012 R2 box),

under Regedit:

HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Services\w32time\Parameters -

NTPserver key is actually pointing to one of the old IP which does not exist any more.....

I don't know why or who set it up like this.

How can I rectify this situation? Does it mean this whole time DC01's time service is pointing to nothing....What value should this key hold? Can I safely change it to a different value like time.windows.net?

Thanks
ML

Windows for business | Windows Server | User experience | Other
0 comments No comments
{count} votes

5 answers

Sort by: Most helpful
  1. Anonymous
    2021-12-13T12:43:22.38+00:00

    Some general info

    On the PDC emulator

    w32tm /unregister
    net stop w32time
    w32tm /register
    net start w32time
    w32tm /config /manualpeerlist:<ntp ip address> /syncfromflags:manual /reliable:yes /update
    net stop w32time
    net start w32time
    then check the results
    w32tm /query /source
    w32tm /query /configuration

    --please don't forget to upvote and Accept as answer if the reply is helpful--

    1 person found this answer helpful.

  2. Anonymous
    2021-12-13T22:55:14.877+00:00

    Usually, the time source is a hardware clock or an internet time source. Whatever is being used; use the ip address in the commands I posted above. Manual registry editing is very much error prone and too complex to discuss in forums. Better to start a case with microsoft product support for that. W32tm is a much cleaner / simpler method.
    https://learn.microsoft.com/en-us/archive/blogs/nepapfe/its-simple-time-configuration-in-active-directory

    --please don't forget to upvote and Accept as answer if the reply is helpful--


  3. Anonymous
    2021-12-14T00:33:47.04+00:00

    Sure, you can try anything you like. The issue is not knowing what is lingering. Better option is to delete / recreate the service as I've shown above.

    --please don't forget to upvote and Accept as answer if the reply is helpful--


  4. Anonymous
    2021-12-14T01:50:31.75+00:00

    No worries, it does not work like that.
    https://learn.microsoft.com/en-us/troubleshoot/windows-server/identity/configure-w32ime-against-huge-time-offset

    domain members are unaware of differences between the PDC emulator and its configured time source. If the time is off by a large delta then you could manually correct it in small increments beforehand.

    --please don't forget to upvote and Accept as answer if the reply is helpful--


  5. Limitless Technology 39,931 Reputation points
    2021-12-14T19:30:19.873+00:00

    Hello @Namless Shelter

    Yes, in this case, the machine may have been receiving NTP sync from the Host through Hyper-V Integration Services, but it is recommended you configure an authoritative time server for your domain:

    https://learn.microsoft.com/en-us/troubleshoot/windows-server/identity/configure-authoritative-time-server

    Hope this helps with your query,

    ----------

    --If the reply is helpful, please Upvote and Accept as answer--

    0 comments No comments

Your answer

Answers can be marked as Accepted Answers by the question author, which helps users to know the answer solved the author's problem.