hyperv dc time service

olivier-rb 91 Reputation points
2021-08-06T22:46:58.833+00:00

Hello,

on a virtualized dc server, i have the time service service disabled.

this is not a server that I have made.

the synchronize date and time option is active on the vm hyper-v.

the server is on time with the host but 6 minutes behind real time (the host also).

domain clients have a 3 to 6 minute lag with real time at the dc server.

w32tm / query / status on the host gives me cmos bios.

on the dc virtual service disabled.

I keep tabs on what to do, get the service back on track, and reconfigure the time or do that on the host.

I have never seen this case.

thank you

Windows for business | Windows Client for IT Pros | Storage high availability | Virtualization and Hyper-V
0 comments No comments
{count} votes

2 answers

Sort by: Most helpful
  1. Anonymous
    2021-08-06T22:51:33.607+00:00

    Assuming the PDC emulator has internet access the better option may be to turn off time sync in integration services and configure the PDCe. Many NTP sources can be found here.
    https://tf.nist.gov/tf-cgi/servers.cgi

    Some general info

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

    2 people found this answer helpful.
    0 comments No comments

  2. Anonymous
    2021-08-16T12:52:54.787+00:00

    Just checking if there's any progress or updates?

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

    0 comments No comments

Your answer

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