W32tm problems can't sync with NTP server

Daniël Schiffers 21 Reputation points
2021-06-10T14:13:35.723+00:00

Hello everyone,

In my domain I'm trying to sync my PDC emulator to a VM which I installed meinberg NTP on. The commands I used are:

w32tm.exe /config /syncfromflags:manual /manualpeerlist:192.168.50.108,0x8 /reliable:yes /update

and

w32tm.exe /config /update

Despite this the PDC emulator won't sync.

When I run the command: w32tm resync I get "The computer did not resync because no time data was available."
When I run the command: w32tm /query /source I still get local CMOS clock.

When I run the the same commands on the a workstation in the domain it will sync without problems. The other DC the non pdc emulator won't sync aswell.

The firewall allows port 123 in both directions and I tried turning the firewall off (lab enviroment).
I altered the default DC GPO: Time Providers -> Windows NTP client and Windows NTP server enabled.

I added the registry entries aswell.

Does anybody have an idea why my domain controllers won't sync but other workstations will?

Thanks in advance

Regards Daniël

The regedit 104304-regedit3.png104257-regedit1.png104296-regedit2.png

Windows for business | Windows Client for IT Pros | Directory services | Active Directory
{count} votes

Accepted answer
  1. Anonymous
    2021-06-10T16:06:31.163+00:00

    The PDCe is multi-homed which will always cause no end to grief for active directory. This is also the root cause for the time sync problems.

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

    1 person found this answer helpful.
    0 comments No comments

7 additional answers

Sort by: Most helpful
  1. Anonymous
    2021-06-10T14:33:27.65+00:00

    Might try
    W32TM /stripchart /computer:192.168.50.108 /samples:5

    Then also drop the 0x8 as in

    w32tm /unregister
    net stop w32time
    w32tm /register
    net start w32time
    w32tm /config /manualpeerlist:192.168.50.108 /syncfromflags:manual /reliable:yes /update
    net stop w32time
    net start w32time
    then check
    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-06-10T15:15:25.097+00:00

    Windows time service could not be stopped
    May need to reboot

    I'd check that the PDCe is not using host for time source via integration services.

    Also an unedited ipconfig /all of time source and PDCe may help.

    1 person found this answer helpful.

  3. Anonymous
    2021-06-10T16:12:37.83+00:00

    Yes, that's correct. The domain controllers should be all on their own instance of windows without other roles.

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

    1 person found this answer helpful.

  4. Daniël Schiffers 21 Reputation points
    2021-06-10T16:04:01.77+00:00

    Btw SRV1 is the PDCe and DESKTOP-3U**** is the time source.

    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.