Windows Server 2008 dcpromo Changes

In Windows Server 2008, the setup of a domain controller in an Active Directory network has undergone a couple of notable changes. Let us walk through the setup of a brand new Active Directory infrastructure to illustrate this.

When you execute dcpromo.exe at the command-line, the application will first check for the presence of the Active Directory Domain Services (AD DS) binaries.

AD DS Check

AD DS is what we presently still refer to as Active Directory service / database that makes a Windows 2003/2000 machine a domain controller. If this pre-requisite is absent, installation will take place automatically before the familiar dcpromo Wizard interface appears. The AD DS binaries is a Windows server role that can be separately installed in advance from Server Manager.

AD DS Setup

At the initial Wizard page, tick on the “Use advanced mode installation” checkbox (default is not selected) to walk through the installation if you want to exert more control over the process and the default canned settings are not suitable for your environment. Not only that, some of the options can only be configured in advanced mode, such as the creation of a new domain in an existing forest or adding new DCs to an existing domain. This mode can be directly enabled by passing the /adv switch to dcpromo.

dcpromo Welcome Screen

Click on “Create a new domain in a new forest” and supply the FQDN. If you elect to use a different domain NetBIOs name, make the correction accordingly:

AD Deployment Configuration Options

AD FQDN

AD NetBIOS Name

Following that, you have the opportunity to set the forest functional level. Windows 2000 and Windows Server 2003 forest functional levels (FFL) are familiar levels with the addition of a new Windows Server 2008 FFL. At this forest functional level, only Windows Server 2008 DCs are supported.

AD Forest Functional Level

A supporting DNS infrastructure must already be in place to enable proper name resolution to take place for the new forest. If this is missing, the Wizard will suggest that you delegate the zone to this DNS server in the parent zone (authoritative for this zone) prior to proceeding.

AD Delegate DNS Zone to this Server

If you do not accept this (click Yes; not No), the only choice left is for you to let the Wizard install DNS services with default settings on this first DC in the AD forest at this stage. At the same time, the first DC must be a full DC (not Read-Only Domain Controller) configured as a global catalog server and will automatically hold the 5 classic Operation Master roles. Do not forget to assign a static IPv4 address and point the primary DNS IPv4 address to itself beforehand.

AD Additional Options (DNS; GC; RODC)

Accept the default paths for the Active Directory databases, log files and SYSVOL (should be changed at this point in time or later to improve performance if more physical disk volumes are available).

AD NTDS Default Paths

New in Windows Server 2008 is the mandatory provision of a strong password to the Directory Services Restore Mode Administrator Password dialog box. Failure to do so will prevent you from going forward with the remaining AD DS installation.

AD DSRM Administrator Password

Review your settings at the summary screen before clicking Next to start the installation proper. I suggest you save a copy of the configuration by using Export settings. This will come in very handy if you need to setup a RODC somewhere down the road since installation is completely command-line driven (also applicable to a normal full DC). Correct layout and syntax of the answer file are critical in order to ensure successful installation. I shall touch on adding a RODC to the domain in another post.

AD Summary

AD Installation in Progress

Once installation ends, click on Finish to end the dcpromo Wizard then Restart Now to complete installation when prompt.

.AD Installation Done

Tested on Windows Server 2008 June 2007 CTP

Technorati tags: Longhorn, Windows Server 2008

3 Comments »

3 Responses to “Windows Server 2008 dcpromo Changes”

  1. TechSack.com on 20 Jul 2007 at 2:53 am #

    Free Windows Server 2008 ebook…

    Microsoft is providing a free ebook introducing server 2008. There is also information about upgrading your MCSE/MCSA certifications to 2008. Click the link below for the Windows Server 2008 learning portal.http://www.microsoft.com/learning/windowsserv…

  2. Dean on 13 May 2008 at 5:49 am #

    There is a whole series of Step-by-Step videos about Windows Server 2008 Active Directory Domain Services Installation at:
    http://www.netometer.com/video/tutorials/ad-services-install/index.php

    Regards,

    Dean Stefanov

  3. Windows Server para Concursos: parte 3 | robertobraga.net on 11 Oct 2009 at 1:58 am #

    […] - Um servidor normal pode ser promovido a controlador de domínio apenas por meio da execução do comando DCPROMO do Executar do menu Iniciar. Correto. O único caminho para se promover um servidor a controlador de domínio é via DCPROMO. O NTDSUTIL pode ser utilizado apenas para rebaixar um Domain Controller, em especial em casos em que a retirada via DCPROMO tenha falhado. Outra observação interessante são os avanços do DCPROMO no Windows Server 2008. […]

Trackback URI | Comments RSS

Leave a Reply

You must be logged in to post a comment.