Unable to sync server to new NTP server

Piloto 6 Reputation points
2021-03-24T16:43:50.28+00:00

Hello, Recently added two Windows 2016 domain controllers and made one of the them the new PDC (the intention is to demote the old 2012 servers soon). After the change, when updating DNS settings in two file servers, they are unable to sync to the NTP and time keeps changing to CMOS, also state is pending (see screenshot) Registry was configured in the PDC with type NTP, the rest uses type NT5DS. If reverting at least one of the DNS server settings to the old server then the file server synchronizes properly. Other servers in the domain don't have this issue. ![81291-image.png][1] [1]: /api/attachments/81291-image.png?platform=QnA Thank you!

Windows Server
Windows Server
A family of Microsoft server operating systems that support enterprise-level management, data storage, applications, and communications.
12,176 questions
{count} vote

10 answers

Sort by: Newest
  1. Dave Patrick 426.1K Reputation points MVP
    2021-03-31T14:07:02.663+00:00

    Any updates?

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

    0 comments No comments

  2. Dave Patrick 426.1K Reputation points MVP
    2021-03-24T20:21:37.637+00:00

    Please run;

    Dcdiag /v /c /d /e /s:%computername% >c:\dcdiag.log
    repadmin /showrepl >C:\repl.txt
    ipconfig /all > C:\PDCe.txt
    ipconfig /all > C:\ProblemMember.txt

    then put unzipped text files up on OneDrive and share a link.

    0 comments No comments

  3. Piloto 6 Reputation points
    2021-03-24T20:13:29.057+00:00

    No, the commands were run on the offending server.
    Running the same commands on the PDC shows the following:

    C:\Windows\system32>w32tm /query /source
    tick.usno.navy.mil,0x1
    C:\Windows\system32>w32tm /query /configuration
    [Configuration]
    EventLogFlags: 2 (Local)
    AnnounceFlags: 5 (Local)
    TimeJumpAuditOffset: 28800 (Local)
    MinPollInterval: 6 (Local)
    MaxPollInterval: 10 (Local)
    MaxNegPhaseCorrection: 172800 (Local)
    MaxPosPhaseCorrection: 172800 (Local)
    MaxAllowedPhaseOffset: 300 (Local)
    FrequencyCorrectRate: 4 (Local)
    PollAdjustFactor: 5 (Local)
    LargePhaseOffset: 50000000 (Local)
    SpikeWatchPeriod: 900 (Local)
    LocalClockDispersion: 10 (Local)
    HoldPeriod: 5 (Local)
    PhaseCorrectRate: 7 (Local)
    UpdateInterval: 100 (Local)
    [TimeProviders]
    NtpClient (Local)
    DllName: C:\Windows\system32\w32time.dll (Local)
    Enabled: 1 (Local)
    InputProvider: 1 (Local)
    AllowNonstandardModeCombinations: 1 (Local)
    ResolvePeerBackoffMinutes: 15 (Local)
    ResolvePeerBackoffMaxTimes: 7 (Local)
    CompatibilityFlags: 2147483648 (Local)
    EventLogFlags: 1 (Local)
    LargeSampleSkew: 3 (Local)
    SpecialPollInterval: 3600 (Local)
    Type: NTP (Local)
    NtpServer: 0.pool.ntp.org,0×1 tick.usno.navy.mil,0x1 utcnist.colorado.edu,0x1 (Local)
    NtpServer (Local)
    DllName: C:\Windows\system32\w32time.dll (Local)
    Enabled: 1 (Local)
    InputProvider: 0 (Local)
    AllowNonstandardModeCombinations: 1 (Local)
    C:\Windows\system32>

    0 comments No comments

  4. Dave Patrick 426.1K Reputation points MVP
    2021-03-24T20:03:31.507+00:00

    That doesn't appear to have been run on the PDCe

    also 0x8007054b == ERROR_NO_SUCH_DOMAIN so the new PDCe may be broken for other reasons.

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

    0 comments No comments

  5. Piloto 6 Reputation points
    2021-03-24T20:01:40.237+00:00

    Yes, Windows Time service is running. See below the results for those commands:

    C:\Windows\system32>w32tm /query /source
    10.x.x.x

    (10.x.x.x is the IP for the PDC)

    C:\Windows\system32>w32tm /query /configuration
    [Configuration]
    EventLogFlags: 2 (Local)
    AnnounceFlags: 5 (Local)
    TimeJumpAuditOffset: 28800 (Local)
    MinPollInterval: 10 (Local)
    MaxPollInterval: 15 (Local)
    MaxNegPhaseCorrection: 4294967295 (Local)
    MaxPosPhaseCorrection: 4294967295 (Local)
    MaxAllowedPhaseOffset: 300 (Local)
    FrequencyCorrectRate: 4 (Local)
    PollAdjustFactor: 5 (Local)
    LargePhaseOffset: 50000000 (Local)
    SpikeWatchPeriod: 900 (Local)
    LocalClockDispersion: 10 (Local)
    HoldPeriod: 5 (Local)
    PhaseCorrectRate: 1 (Local)
    UpdateInterval: 30000 (Local)
    [TimeProviders]
    NtpClient (Local)
    DllName: C:\Windows\system32\w32time.DLL (Local)
    Enabled: 1 (Local)
    InputProvider: 1 (Local)
    AllowNonstandardModeCombinations: 1 (Local)
    ResolvePeerBackoffMinutes: 15 (Local)
    ResolvePeerBackoffMaxTimes: 7 (Local)
    CompatibilityFlags: 2147483648 (Local)
    EventLogFlags: 1 (Local)
    LargeSampleSkew: 3 (Local)
    SpecialPollInterval: 3600 (Local)
    Type: NTP (Local)
    NtpServer: 10.x.x.x (Local)
    NtpServer (Local)
    DllName: C:\Windows\system32\w32time.DLL (Local)
    Enabled: 0 (Local)
    InputProvider: 0 (Local)
    VMICTimeProvider (Local)
    DllName: C:\Windows\System32\vmictimeprovider.dll (Local)
    Enabled: 0 (Local)
    InputProvider: 1 (Local)

    Thank you,