J
James
In a few days, we'll be receiving an additional server and we need to make it our second domain controller on the network in an attempt to have a backup in the event one goes down. We currently have a single domain & single domain controller. Our intent is to bring this second server up and use it as our primary domain controller and have the other one be our backup. This is a Windows 2000 Server environment. After checking around, these are the steps I believe we should follow. I'm just looking for comments and suggestions from the other news group folks. Thanks
James
Once the new server is booted up, before doing anything else to it, make sure all critical updates are done. After doing the updates, install the support tools, then reboot the server.
Go into the Network Properties (TCP/IP) of it's local area connection and point it to the original domain controller for DNS.
Run dcpromo (Start, Run, dcpromo) and promote the server as an additional domain controller in an existing domain/forest.
When dcpromo finishes, reboot the server.
Once it's back up, let it settle in for about 1 ½ hours and then go into Active Directory Sites and Services, expand the site, expand Servers, expand this new server, right click on the NTDS Settings object and click on Properties. Check the box next to Global Catalog. Wait about 15 minutes and reboot the server.
Once this is done you can transfer the FSMO roles to the new server. To do this, go to a command prompt and type ntdsutil and press enter. Follow the instructions in the following article to seize ALL of the roles to the new server.
Use Ntdsutil.exe to Seize or Transfer FSMO Roles to a Domain Controller.
Once all the roles have been seized, exit the ntdsutil. At the command prompt, type the command below to verify that the roles have been transferred.
netdom query fsmo (and press enter)
This will display all of the fsmo roles and the name of the server that holds them.
James
Once the new server is booted up, before doing anything else to it, make sure all critical updates are done. After doing the updates, install the support tools, then reboot the server.
Go into the Network Properties (TCP/IP) of it's local area connection and point it to the original domain controller for DNS.
Run dcpromo (Start, Run, dcpromo) and promote the server as an additional domain controller in an existing domain/forest.
When dcpromo finishes, reboot the server.
Once it's back up, let it settle in for about 1 ½ hours and then go into Active Directory Sites and Services, expand the site, expand Servers, expand this new server, right click on the NTDS Settings object and click on Properties. Check the box next to Global Catalog. Wait about 15 minutes and reboot the server.
Once this is done you can transfer the FSMO roles to the new server. To do this, go to a command prompt and type ntdsutil and press enter. Follow the instructions in the following article to seize ALL of the roles to the new server.
Use Ntdsutil.exe to Seize or Transfer FSMO Roles to a Domain Controller.
Once all the roles have been seized, exit the ntdsutil. At the command prompt, type the command below to verify that the roles have been transferred.
netdom query fsmo (and press enter)
This will display all of the fsmo roles and the name of the server that holds them.