Missing SRV Records

Tony Hodge 96 Reputation points
2021-09-16T10:58:33.08+00:00

I'm trying to replicate a Server 2016 domain controller. It appears to complete correctly, everything looks good in AD UC and AD SS with no errors from the DC promotion in Server Manager and I can authenticate to my old domain controllers to log into my domain.

However, all the SRV records for the new domain controller are missing in DNS (kerberos, ldap, gc) and I cannot use the new DC to join new clients to the domain. I get an error that only the old comain controllers were identified by the query and that doesn't include the new DC which I am using as the target DNS to attach to the domain.

I need to be able to do this because the goal is to rebuild our system and decommission the old one including the old DCs.

I've tried running the registerdns command and restarted the netlogon service and the server itself several times. No change.

This is migrating from one virtual zone to another and they use internal and external IP addresses so something there might be part of the problem.

Windows Server 2016
Windows Server 2016
A Microsoft server operating system that supports enterprise-level management updated to data storage.
2,368 questions
Windows DHCP
Windows DHCP
Windows: A family of Microsoft operating systems that run across personal computers, tablets, laptops, phones, internet of things devices, self-contained mixed reality headsets, large collaboration screens, and other devices.DHCP: Dynamic Host Configuration Protocol (DHCP). A communications protocol that lets network administrators manage centrally and automate the assignment of Internet Protocol (IP) addresses in an organization's network.
1,021 questions
0 comments No comments
{count} votes

Accepted answer
  1. Tony Hodge 96 Reputation points
    2021-09-20T12:23:26.99+00:00

    I was able to resolve this by demoting the domain controller, ensuring the "reister this connection's addresses in DNS" checkbox was checked, then re-promoting the domain controller.


2 additional answers

Sort by: Most helpful
  1. Dave Patrick 426K Reputation points MVP
    2021-09-16T12:28:16.01+00:00

    Please run;

    Dcdiag /v /c /d /e /s:%computername% >C:\dcdiag.log
    repadmin /showrepl >C:\repl.txt
    ipconfig /all > C:\dc1.txt
    ipconfig /all > C:\dc2.txt

    then put unzipped text files up on OneDrive and share a link.


  2. Limitless Technology 39,341 Reputation points
    2021-09-17T08:52:27.277+00:00

    Hello Tony H,

    You can read a whole deep dive into this issue, that definitely can help you with the actions to resolve it:

    https://techcommunity.microsoft.com/t5/core-infrastructure-and-security/the-case-of-the-missing-srv-records/ba-p/255650

    Hope this resolves your question and your issue!
    Best regards,