Adding new domain controller in running domain infrastructure

Avinash Yadav 16 Reputation points
2022-11-15T07:09:39.67+00:00

We currently have two domain controllers in our infrastructure in a single forest. The domain controllers have Windows Server 2008R2 OS and DFL/FFL is 2008.
Plan is to add two new domain controllers of either Windows Server 2016 or 2019 OS version, replicate the two new domain controllers with the existing two domain controllers and then switch the IP of new domain controllers (Windows Server 2016 or 2019) with the same IP that is being currently being used by Windows Server 2008R2 domain controllers. This is to ensure there are network access issues for client authentication (kerberos/ldap).

When we proceed with setup of new domain controller we plan to block network access to this domain controller from the client systems so that clients continue to authenticate to the existing domain controller till we do the switch.

My question is if we block the network access will the client systems that are in this domain still identify the new domain controller in anyway and will authentication requests still go there ? Also, is the mentioned overall plan viable or could there be issues in this plan implementation?

Thankyou in advance for your response.

Windows for business Windows Client for IT Pros Directory services Active Directory
0 comments No comments
{count} votes

2 answers

Sort by: Most helpful
  1. Anonymous
    2022-11-15T13:32:16.18+00:00

    We currently have two domain controllers in our infrastructure in a single forest. Plan is to add two new domain controllers ...... then switch the IP of new domain controllers

    A much simpler solution may be to decommission / demote one at a time, remove from network, and then stand up new one for replacement with the same name / address.

    The two prerequisites to introducing the first 2019 or 2022 domain controller are that domain functional level needs to be 2008 or higher and older sysvol FRS replication needs to have been migrated to DFSR
    https://techcommunity.microsoft.com/t5/Storage-at-Microsoft/Streamlined-Migration-of-FRS-to-DFSR-SYSVOL/ba-p/425405

    I'd use dcdiag / repadmin tools to verify health correcting all errors found before starting any operations. Then stand up the new 2019 or 2022, patch it fully, license it, join existing domain, add active directory domain services, promote it also making it a GC (recommended), transfer FSMO roles over (optional), transfer pdc emulator role (optional), use dcdiag / repadmin tools to again verify health, when all is good you can move on to next one.

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


  2. Anonymous
    2022-11-16T14:14:01.19+00:00
    1. Yes, the blocking sounds problematic to me.
    2. The prerequisite before introducing the first 2016 domain controller: domain functional level needs to be 2003 or higher so no, the FRS-> DFSR migration is not required but it is recommended at some point.

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