Hyper-V NTP config on DC is localCMOS

GlenTech 496 Reputation points
2023-02-06T16:42:51.53+00:00

Can't seems to get two of my Hyper-V DC’s to point the to the DC with the PDC emulator role for NTP. They both say local CMOS even after following the steps below. I’ve made sure that time sync is off in the Hyper-V settings for those two VMs. The DC with the PDC Emulator role is correctly pointed to an external NTP. Anything else I can try?

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

Windows for business | Windows Client for IT Pros | Directory services | Active Directory
Windows for business | Windows Client for IT Pros | Storage high availability | Virtualization and Hyper-V
Windows for business | Windows Server | User experience | Other
0 comments No comments
{count} votes

Accepted answer
  1. Anonymous
    2023-02-07T14:05:19.3+00:00

    if I check a member only server, it's pointing to OSTDC

    That's fine. Some general info

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

    1 person found this answer helpful.

2 additional answers

Sort by: Most helpful
  1. Anonymous
    2023-02-06T17:43:20.5333333+00:00

    w32tm /query /source
    w32tm /query /configuration

    What was the result?


  2. Anonymous
    2023-02-06T21:50:48.5933333+00:00

    This NC (DC=DomainDnsZones,DC=ost-ny,DC=opensystemstech,DC=com) is supposed to be replicated to this server, but has not been replicated yet. This could be because the replica set changes haven't replicated here yet. If this problem persists, check replication of the configuration Partition to this server. OSTDC failed test VerifyReplicas

    Same problem for 2012R2-DC failed test VerifyReplicas, Same problem for DC3 failed test VerifyReplicas

    On each of the domain controllers I'd also add server's own static ip address listed for DNS. As to the time service issue; do any other members have this problem? DC3 is advertising as a time server. As a side note you could check the event logs for more details on the failed replicas.

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