Adding a non DC windows server as a DNS server

boiddude 1 Reputation point
2022-02-24T20:16:36.497+00:00

We had a failure on an AD server that also had DNS and DHCP. I know how to get DHCP back up but DNS isn't working after following multiple sites.

We want to install a DNS/DHCP server that is NOT a domain controller. The environment schema and other servers are 2012 R2 and the new server is Windows 2019.

How do I go about adding this server into our DNS environment to interact with the other DNS/DHCP/AD servers in a DNS/DHCP capacity only? I can't find any primary DNS servers so I am guessing that AD is the "primary" that they all share. It has been attached to the AD by putting it in the domain but even after installing the snap in it isn't updating with the AD environment.

Windows for business Windows Client for IT Pros Directory services Active Directory
Windows for business Windows Client for IT Pros Networking Network connectivity and file sharing
Windows for business Windows Server User experience Other
0 comments No comments
{count} votes

4 answers

Sort by: Most helpful
  1. Anonymous
    2022-02-24T20:19:59.107+00:00

    In almost all cases the other domain controller would also be DNS servers. Kind of vague but to add a new DNS server is simply join the domain, then add the DNS role to the server. For the failed one you can seize roles (if needed)
    https://learn.microsoft.com/en-us/troubleshoot/windows-server/identity/transfer-or-seize-fsmo-roles-in-ad-ds

    then perform clean up to remove it prior to rebuilding it
    https://learn.microsoft.com/en-us/windows-server/identity/ad-ds/deploy/ad-ds-metadata-cleanup
    https://techcommunity.microsoft.com/t5/itops-talk-blog/step-by-step-manually-removing-a-domain-controller-server/ba-p/280564

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


  2. Anonymous
    2022-02-26T22:19:19.053+00:00

    Might check the event logs for clues or also enable some DNS debug logging. Also check the new name server has been added here.
    https://learn.microsoft.com/en-us/troubleshoot/windows-server/networking/configure-secondary-name-server#identify-the-secondary-name-server

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


  3. Anonymous
    2022-02-28T19:58:42.403+00:00

    How long should it take to show up in the new server?

    Where are you looking for it? What's the result of dcdiag /test:dns /v

    0 comments No comments

  4. boiddude 1 Reputation point
    2022-02-28T21:53:56.833+00:00

    Well I am looking in the Server Manager DNS tool on the new server. Nothing is showing up yet.


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.