Redundant Domain Controller & DNS
- Authors
- Name
- Michael Bui
Overview
In this lab we'll be configuring a second domain controller on SVR02 to provide redundancy for Active Directory & DNS in our domain.
Instructions
- Join the machine to the domain you want to set up redundancy on
- Add the Active Directory Domain Services Role

- Promote Server to a domain controller

- Add the domain controller to an existing domain. Our domain
lab.builab.ca
- Specify the domain controller capabilities. We're not making this DC read only. Read only domain controllers can not be written to, they can only receive info from other DC's.

- Specify which DC to replicate from. We're replicating from
SVR01
- Finish up installation wizard & restart machine
Validation
Upon restarting the machine we check to see if Active Directory & DNS records have been replicated over to SVR02
- In ADDS, my OU of
BuiLabis replicated over toSVR02with the users inside
- Clicking on the Domain Controllers OU we can now see that
SVR01&SVR02are listed
- Our DNS forward and reverse lookup zones were replicated over from
SVR01