Two domain controllers on same subnet

DollaBillz 121 Reputation points
2020-09-21T22:42:55.827+00:00

Will it cause an issue if I have two domain controllers on the same subnet? I'm wanting to migrate my current domain controllers to new hardware and I'm wondering if I can just stand up another domain controller locally and then decommission the old domain controller. Would this cause any issues? Domain controllers are not doing DHCP.

Active Directory
Active Directory
A set of directory-based technologies included in Windows Server.
6,154 questions
Windows Server Infrastructure
Windows Server Infrastructure
Windows Server: A family of Microsoft server operating systems that support enterprise-level management, data storage, applications, and communications.Infrastructure: A Microsoft solution area focused on providing organizations with a cloud solution that supports their real-world needs and meets evolving regulatory requirements.
526 questions
{count} votes

Accepted answer
  1. Dave Patrick 426.4K Reputation points MVP
    2020-09-21T22:54:51.83+00:00

    No issues, in fact that's the simplest method of migration.

    The two prerequisites to introducing the first 2019 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, 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 decommission / demote old one.

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


0 additional answers

Sort by: Most helpful