Tuesday, September 18, 2012

Migrating Active Directory Domain Controller from Windows Server 2003 to Windows Server 2008

In a nutshell, we will perform the following:
















  1. Raise Domain Functional Level

  2. Prepare your current Windows 2003 Active Directory for Windows Server 2008 domain controllers.

  3. Then, we will need to setup the server ELMAJ-DC2K8 as an additional domain controller, read my previous article Setting Up an Additional Domain Controller With Windows Server 2008 to know the steps required to setup an additional domain controller.

  4. Transfer FSMO roles to the Windows Server 2008 Domain Controller

So lets starts :
  1. Raise Domain Functional Level

    We need to configure the domain to run in native mode, this is done by:
  • On the Windows Server 2003 Domain Controller, run Active Directory User and Computers snap-in by clicking on Start > Administrative Tools > Active Directory User and Computers

  • Right Click the Domain Name node, then click on Raise Domain Functional Level




    If you have Windows 2000 Active Directory domain controllers then choose Windows 2000 native, if you do not have any Windows 2000 Active Directory domain controllers and all of your domain controllers are Windows Server 2003, then choose Windows Server 20003. I don't have any Windows 2000 Active Directory domain controllers, so using the drop down list, I will select Windows Server 2003 and then click the Raise button.



  • A warning message will be displayed, informing you that the changes cannot be reversed. Click OK



  • A confirmation message will be displayed stating that the functional level was raised successfully. Click OK



  • Close Active Directory User and Computers snap-in

  1. Prepare current Windows 2003 Active Directory
  • Before you can have a 2008 server domain controller in your existing 2003 domain, we will need to prepare both the Forest Level and the Domain level, this is done by running the following commands on the Windows Server 2003 Domain Controller.
  • Insert the Windows Server 2008 DVD inside the Windows Server 2003 DVD Drive
  • Open Command Prompt, this is done by Clicking on Start > Run > type CMD > click OK


  • Type D:\sources\adprep\adprep /forestprep (Where D: is the drive of your Windows 2008 DVD)



    Click Enter



    Read the warning message, in my lab I don't have any Windows 2000 Active Directory Domain Controllers, so I can simply skip this by typing C and then press Enter, else quite the Forest Preparation step and upgrade Windows 2000 Active Directory Domain Controller(s) to SP4, then run forestperp again.




  • After Forest preparation is completed successfully, run the Domain preparation command

    Inside CMD, type
    D:\sources\adprep\adprep /domainprep (Where D: is the drive of your Windows 2008 DVD)

    If you have not Raised the Domain Functional Level from Windows 2000 Mixed to Windows 2000 Native or Windows 2003 as was illustrated earlier in step # 1, then you will receive the following error message after you run domainprep command:



    If you did raise the domain functional level, adprep will successfully update the domain-wide information


  • Although adprep /domainprep will update the domain-wide information, you can still run the last command adprep /domainprep /gpprep

    Inside CMD, type D:\sources\adprep\adprep /domainprep /gpprep  (Where D: is the drive of your Windows 2008 DVD)



    As you can see, Domain-wide information has already been updated when we ran the domainprep command,
    as no Group Policy Object (GPO) updates needed, or GPO information has already been updated.


  1. Setting Up an Additional Domain Controller with Windows Server 2008

    Now that Windows Server 2003 Active Directory has been prepared for Windows Server 2008 Domain Controllers, its time to Set Up an Additional Domain Controller With Windows Server 2008 and set it as a Global Catalog. If you already have an additional Windows Server 2008 domain controller and you want to check if it is a Global Catalog or not, then check my article Setting a Windows Server 2008 Domain Controller as a Global Catalog


  2. Transfer FSMO roles to the Windows Server 2008 Domain Controller

    The last step in migrating a domain controller, is transferring the FSMO roles to the new domain controller. I have covered this part in a detailed step by step article, check it here : Transferring FSMO Roles in Windows Server 2008
With all the previous four major steps, you will successfully be able to migrate your old Windows Server 2003 Domain controller to Windows Server 2008.


Summary

Upgrading Windows Server 2003 domain controller to a Windows Server 2008 domain controller is an easy process if you follow the required steps carefully. The process consist of four major steps and they are : raising the domain level, preparing active directory for Windows Server 2008 domain controllers, setting a Windows Server 2008 as an additional global catalog domain controller and then transferring the FSMO Roles.

Now, you can simply demote the Windows Server 2003 domain controller, if you no longer need it.

Configure ADC in server 2008

To set up an Additional Domain Controller, I will use the dcpromo.exe command.
  1. To use the command, click on Start   > Run > and then write dcpromo > Click OK



  2. The system will start checking if Active Directory Domain Services ( AD DS) binaries are installed, then will start installing them. The binaries could be installed if you had run the dcpromo command previously and then canceled the operation after the binaries were installed.

                            

  3. The Active Directory Domain Services Installation Wizard will start, either enable the checkbox beside Use Advanced mode installation and Click Next , or keep it unselected and click on Next


    The following table lists the additional wizard pages that appear for each deployment configuration when you select the Use advanced mode installation check box.
    Deployment configuration
    Advanced mode installation wizard pages
    New forest
    Domain NetBIOS name
    New domain in an existing forest
    On the Choose a Deployment Configuration page, the option to create a new domain tree appears only in advanced mode installation.
    Domain NetBIOS name
    Source Domain Controller
    Additional domain controller in an existing domain
    Install from Media
    Source Domain Controller
    Specify Password Replication Policy (for RODC installation only)
    Create an account for a read-only domain controller (RODC) installation
    Specify Password Replication Policy
    Attach a server to an account for an RODC installation
    Install from Media
    Source Domain Controller

  4. The Operating System Compatibility page will be displayed, take a moment to read it and click Next



  5. On the Choose a Deployment Configuration page, click Existing forest, click Add a domain controller to an existing domain, and then click Next.



  6. On the Network Credentials page, type your domain name, my domain name is elmajdal.net ( was set in the previous article ) , so I will type elmajdal.net.



  7. To set up an Additional Domain Controller, you will need an account that must be either a member of the Enterprise Admins group or the Domain Admins group. We have two options:
  • My Current logged on credentials ( DomainName\Username or MachineName\Username)
  • Alternate credentials

  • If you have previously joined this server to the domain and you are currently logged in to it with an Enterprise Admin/Domain Admin user, then you can use the first option (My current logged on credentials) . As you can see this option is grayed here, and the reason for this is below it. It is because I'm currently logged in with a local user, the machine is not a domain member. I'm left out with the second option: Alternate credentials
  1. To enter the Alternate credentials, click Set. In the Windows Security dialog box, enter the user name and password for an account that must be either a member of the Enterprise Admins group or the Domain Admins group > then click Next.





    If you have entered a wrong username/password , you will receive the following error message



  2. On the Select a Domain page, select the domain of the Additional Domain Controller, and then click Next, as I already have only one domain, then it will be selected by default.



  3. On the Select a Site page, either enable the checkbox beside Use the site that corresponds to the IP address of this computer, this will install the domain controller in the site that corresponds to its IP address, or select a site from the list and then click Next. If you only have one domain controller and one site, then you will have the first option grayed and the site will be selected by default as shown in the following image



  4. On the Additional Domain Controller Options page, By default, the DNS Server and Global Catalog checkboxes are selected. You can also select your additional domain controller to be a Read-only Domain Controller (RODC) by selecting the checkbox beside it.

    My primary domain controller is a DNS Server is well, and this can be verified by reading the additional information written in the below image, that there is currently 1 DNS server that is registered as an authoritative name server for this domain. I do want my Additional DC to be a DNS server and a Global catalog, so I will keep the checkboxes selected. Click Next



  5. If you select the option to install DNS server in the previous step, then you will receive a message that indicates a DNS delegation for the DNS server could not be created and that you should manually create a DNS delegation to the DNS server to ensure reliable name resolution. If you are installing an additional domain controller in either the forest root domain (or a tree root domain) , you do not need to create the DNS delegation. In this case, you can safely ignore the message and click Yes.



  6. In the Install from Media page ( will be displayed if you have selected Use advanced mode installation on the Welcome page, if you didn't select it, then skip to step # 15), you can choose to either replicate data over the network from an existing domain controller, or specify the location of installation media to be used to create the domain controller and configure AD DS. I want to replicate data over the network, so I will choose the first option > click Next



  7. On the Source Domain Controller page of the Active Directory Domain Services Installation Wizard, you can select which domain controller will be used as a source for data that must be replicated during installation, or you can have the wizard select which domain controller will be used as the source for this data. You have two options :
  • Let the wizard choose an appropriate domain controller
  • Use this specific domain controller



    If you want to choose from the list, any domain controller can be the installation partner. However, the following restrictions apply to the domain controllers that can be used as an installation partner in other situations:
    • A read-only domain controller (RODC) can never be an installation partner.
    • If you are installing an RODC, only a writable domain controller that runs Windows Server 2008 can be an installation partner.
    • If you are installing an additional domain controller for an existing domain, only a domain controller for that domain can be an installation partner.
  1. Now you will have to specify the location where the domain controller database, log files and SYSVOL are stored on the server.
    The database stores information about the users, computers and other objects on the network. the log files record activities that are related to AD DS, such information about an object being updated. SYSVOL stores Group Policy objects and scripts. By default, SYSVOL is part of the operating system files in the Windows directory

    Either type or browse to the volume and folder where you want to store each, or accept the defaults and click on Next



    Note :
    Windows Server Backup backs up the directory service by volume. For backup and recovery efficiency, store these files on separate volumes that do not contain applications or other nondirectory files.

  2. In the Directory Services Restore Mode Administrator Password (DSRM) page, write a password and confirm it. This password is used when the domain controller is started in Directory Services Restore Mode, which might be because Active Directory Domain Services is not running, or for tasks that must be performed offline.



    Make sure the password meet the password complexity requirements of the password policy, that is a password that contains a combination of uppercase and lowercase letters, numbers, and symbols. else you will receive the following message  :



  3. Summary page will be displayed showing you all the setting that you have set . It gives you the option to export the setting you have setup into an answer file for use to automate subsequent AD DS operations, if you wish to have such file, click on the Export settings button and save the file. Then click Next to begin AD DS installation



  4. Active Directory Domain Services installation will be completed, click Finish, then click on Restart Now to restart your server for the changes to take effect.





  • Open Active Directory Users & Computers, and then click on the Domain Controllers Organizational Unit, and you will see your Additional Domain Controller along with your Primary Domain Controller.