New DC Post Docu
New DC Post Docu
ARUBA NV
Table of Contents
1. Introduction
2. Prerequisites
3. Preparation
4. Installation
5. Promotion
6. Verification
o 6.1 Logon
o 6.2 Verify Replication
7. Additional Considerations
8. Resources
1. Introduction
This guide details the steps for installing a new Windows Server 2019 Domain Controller (DC)
into an existing Active Directory domain. A Domain Controller authenticates users and manages
access to network resources in a Windows domain environment.
2. Prerequisites
3. Preparation
It's crucial to ensure the health of your existing domain environment. Open Command Prompt as
administrator on a current Domain Controller and perform the following checks:
DC Consistency: Type Dcdiag /v and press Enter. Review the output for any errors.
Replication Health (Optional):
o Type repadmin /showrepl and press Enter to view replication connections
between DCs.
o Type repadmin /replsum and press Enter for a replication health summary.
o Ensure all replication is functioning correctly.
This step is optional, but recommended. It verifies Active Directory replication functionality.
4. Installation
1. On the new Windows Server 2019 member server, open Settings > System > About.
2. Click on "Join a domain or Azure AD".
3. Enter the domain name and credentials for a domain administrator account.
4. The server will join the domain.
5. Promotion
6. Verification
6.1 Logon
After the server reboots, sign in to the newly promoted DC using domain administrator
credentials.
There are two main ways to verify replication on the newly promoted Domain Controller (DC)
and ensure it's successfully syncing with other DCs in your domain:
This method offers a quick verification but doesn't provide detailed information.
1. Open the Active Directory Users and Computers console on the new DC.
2. Create a new test user object (e.g., "TestUser_Replication").
3. Wait a few minutes to allow replication to occur.
4. Log on to another existing Domain Controller in your domain.
5. Open the Active Directory Users and Computers console on this existing DC.
6. Search for the test user ("TestUser_Replication") you created on the new DC.
If the test user is present and has the same attributes on both DCs, replication is likely
functioning correctly.
Repadmin is a command-line tool that provides detailed information about Active Directory
replication. It offers a more comprehensive verification approach.
repadmin /replsummary
This command displays a summary of replication between the new DC and its replication
partners, including:
o The source DC (where the data originated)
o The destination DC (where the data was replicated)
o The last successful replication time
o The percentage of successful replication attempts
Look for any errors or warnings in the output. Ideally, you should see successful
replication with a 100% success rate for all replication partners.
Here are some additional Repadmin commands you can use for further verification:
repadmin /showrepl <source DC name> <destination DC name>: This shows
detailed information about replication between two specific DCs.
repadmin /queue <source DC name> <destination DC name>: This displays any
queued replication requests, which could indicate replication delays.