Cisco

Cisco systems are the leading supplier of networking equipment and network management for the internet. This category contains articles relating to ICND1 & ICND2 and CCNA qualifications and includes common IOS commands.

Bentley

This category contains articles relating to Microstation V8i. Bentley MicroStation V8i helps engineers, architects, GIS professionals, constructors, and owner-operators by promoting collaborative, streamlined workflows among multiple disciplines and across project teams.

Microsoft

The articles in this category cover Microsoft Windows Server, Exchange, and Windows 7 operating system platforms and products. The articles cover some of the topics on the MCSE, MCSA, MCITP and MCTS qualifications and discuss some of the new features in Windows Server 2008.

Autodesk

Autodesk are one of the market leaders for design software. This category contains articles relating to AutoCAD & Revit design software. AutoCAD is one of the world’s leading 2D and 3D CAD tools and is used extensively throughout a range of industries.

VMWare

VMware is the leading business virtualization infrastructure provider, offering the most trusted and reliable platform for building private clouds and federating to public clouds. This category includes articles relating to products such as VMWare Workstation, Server, ACE, ThinApp & ESXi.

Home » Microsoft

Windows Server 2008 Install From Media

Submitted by James Gray on October 30, 2009 – 9:00 amNo Comment

IFM (Install From Media) can greatly reduce the amount of traffic that is generated during the installation of an additional domain controller in an Active Directory domain. This post will go through the steps necessary to install another domain controller within an existing domain using IFM. There is a video of the steps necessary to install an additional DC from media at the bottom of this post. To view the video you might need to download the VMWare movie codec from here:

http://www.vmware.com/download/eula/moviedecoder_v55.html

Some of the information used in this post is taken from a Microsoft Technet article which can be found here:

http://technet.microsoft.com/en-us/library/cc816722(WS.10).aspx

There are a number of requirements that need to be considered before using IFM these are as follows.

  • You can use IFM to create the first Domain controller in the domain
  • The domain controller you are setting up with IFM must be a member of the same domain
  • If the new Domain Controller is to be a Global Catalog server the IFM media must be created using an existing GC
  • If the new Domain Controller is to be a DNS server you must create the installation media on a DC that is already a DNS server for the domain
  • To create installation media for a full (writable) DC, you must run the ntdsutil ifm command on a writable domain controller that is running Windows Server 2008 or 2008 R2
  • To create installation media for a Read Only Domain controller (RODC) you can run the ntdsutil ifm command on either a writable domain controller or a RODC that is running Windows Server 2008 or R2. For the RODC installation media ntdsutil removes any cached secrets, such as passwords.
  • You can use a 32bit domain controller to create the media for a 64bit one and vice versa
  • To include the SYSVOL folder, the domain controller on which you generate the installation media and the domain controller that you plan to create must be running at least the release candidate (RC) version of windows Server 2008.

I started by using a virtual machine to set up a Windows 2008 DC, I then created a new OU in Active Directory with three users in as shown below.

windows_2008_ifm

Now open a command prompt as an Administrator and type the following then press return.

windows_2008_ifm_ntdsutil

The output below will be displayed

windows_2008_ntdsutil_output

I then logged in to the other server that I want to promote and copied the IFM folder from the first DC to the root of the C: drive. If the DC was in a different building or even a different continent you could burn the contents of this folder to DVD this means that when the new server is promoted replication traffic will be kept to a minimum.

Now run dcpromo /adv this will install Active Directory on the new server using Advanced Mode which will allow us to use IFM.

windows_2008_ifm_ad_install

Click Next and Next again on the Operating System Compatibility dialog. On the next screen select the options below.

windows_2008_deployment_configuration

On the next screen configure the domain name that you are joining the new DC to and set the Alternate credentials then click next. Click Next on the Select a Domain screen & the Select a Site screen.

windows_2008_domain_name

On the Additional Domain Controller Options screen you can select if you want  the DC to be a Global Catalog server a DNS server or a Read Only Domain Controller (RODC) select the appropriate options and click next.

The Install From Media dialog will appear now we want to select Replicate data from media at the following location and specify the IFM folder we created earlier (or the DVD drive if it was burnt to DVD)

windows_2008_ifm_selection

On the next screen choose a replication partner for the new DC.

windows_2008_source_dc

Click next to accept the default location for the AD database and log files and configure a Directory Services Restore mode password then click Next on the Summary screen. The AD installation will begin and the information will be copied into AD from the IFM folder we created. Only objects that have been created on other DCs within the domain since we created the IFM folder will be replicated to this new DC

Below is a link to a movie showing the whole process.

windows_server_2008_install_from_media

Leave a comment!

You must be logged in to post a comment.