Time out of sync on Domain Controller Windows Server 2019

drClays 146 Reputation points
2022-11-29T09:54:05.777+00:00

Hi,

I created and promoted domain controller on my ESXi host.

On the host I've got correct time:
265138-2022-11-29-10h46-32.png

But on DC is not:
265202-2022-11-29-10h47-32.png

I tried to repair w32tm on registry, but it doesn't fix it.

I need to get correct time on DC, how to fix it? Before I haven't had this problem when I deployed DC.

Windows Server 2019
Windows Server 2019
A Microsoft server operating system that supports enterprise-level management updated to data storage.
3,768 questions
Active Directory
Active Directory
A set of directory-based technologies included in Windows Server.
6,578 questions
0 comments No comments
{count} votes

Accepted answer
  1. Anonymous
    2022-11-29T19:05:32.577+00:00

    Then make sure host time sync is turned off within integration services (VM Tools) then also do

    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
    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.

3 additional answers

Sort by: Most helpful
  1. Anonymous
    2022-11-29T13:23:24.937+00:00

    Are you trying to sync with host? or with some other source?

    Some general info

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


  2. Anonymous
    2022-11-29T19:40:48.03+00:00

    The NTP server used may be problematic. Might try another.
    https://tf.nist.gov/tf-cgi/servers.cgi

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


  3. Anonymous
    2022-11-29T20:05:46.393+00:00

    I'd check the system event log for Time-Service events.

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


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.