3.2. Promoting a Domain Controller from Media

Tip

This recipe requires that the server being promoted run Windows Server 2003.

Problem

You want to promote a new domain controller using a backup from another domain controller as the initial source of the directory contents (DIT) instead of replicating the entire DIT over the network.

Solution

  1. You first need to back up the system state of an existing domain controller in the domain the new server will go in. This can be accomplished by running the MS Backup utility found at Start Programs Accessories System Tools Backup.

  2. Once you have a good backup, you then need to restore it to the new server, which can also be done using MS Backup. You should restore the files to an alternate location, not to their original location.

  3. Next, run dcpromo with the /adv switch from a command line or Start Run:

    > dcpromo /adv
  4. After the dcpromo wizard starts, select Additional Domain Controller for an existing domain and click Next.

  5. Under Copy Domain Information, select From these restored backup files, browse to the backup files, and click Next.

  6. Enter credentials of a user in the Domain Admins group in the domain you are promoting the domain controller into and click Next.

  7. Choose the folders to store the Active Directory Database and Log files and click Next.

  8. Choose the folder to store SYSVOL and click Next.

  9. Enter a Restore Mode password and click Next.

  10. Click Next to start the promotion.

Discussion

Being able to promote a domain controller using the system-state ...

Get Active Directory Cookbook now with the O’Reilly learning platform.

O’Reilly members experience books, live events, courses curated by job role, and more from O’Reilly and nearly 200 top publishers.