Windows 2012 virtual machine on VMware clock time off

Server Question 0 Reputation points
2023-06-12T20:30:14.6933333+00:00

I have two virtual machines on production, both connecting to a same time source (Domain controller). Out of which one of the vm (Windows server 2012) time clock runs slow. In an hour occasionally, the time synch happens, but, still its 1 minute off and then becomes slow and goes to almost 5 minutes difference from the domain controller clock.

I tried the following steps

  1. Verified if connected to same time source - Yes

The only difference I see is in the specialpoolinterval which is high 42500 on vm with incorrect time. On the second vm specialpoolinterval is 3600.

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

2 answers

Sort by: Most helpful
  1. Anonymous
    2023-06-12T21:51:37.93+00:00

    Might try resetting the Windows Time service.

    w32tm /unregister
    net stop w32time
    w32tm /register
    net start w32time
    w32tm /config /syncfromflags:domhier /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--

    0 comments No comments

  2. Server Question 0 Reputation points
    2023-06-13T01:32:28.2066667+00:00

    Thanks Dave for the reply.

    This is a production database server with high transaction traffic. Not sure if we unregister w32tm, will affect the transactions and cause further issues and downtime.


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.