Exchange 2010 SP1 Hosting Lab (1) Installation

 

This is the first post of  a series of articles which describe the steps executed in preparing exchange 2010 SP1 Hosting Lab.

The lab characteristics can be summarized as follow:

  • Active Directory
    • Server Name: LAB02AD01
    • IP address: 192.168.2.11
    • Operating System: Windows 2008 R2 Enterprise
  • Exchange CAS-HUB
    • Server Name: EXCHCHT01
    • IP Address: 192.168.2.12
    • Operating System: Windows 2008 R2 Standard
  • Exchange Mailbox
    • Server Name: EXCHMBX01
    • IP Address: 192.168.2.13
    • Operating System: Windows 2008 R2 Enterprise
  • Domain FQDN: LAB02.local
  • Domain NetBIOS: LAB02
  • Username: Administrator

Future LAB Expansion plan:

  • DAG for mailbox
  • NLB for CAS-HUB
  • Publishing

This Articles will be divided into 3 sections:

  1. Active Directory Preparation
  2. Prerequisite Requirements
  3. Roles Installation

Preparing Active Directory for hosting is similar to the regular version, you just need to add /hosting in the end.

You can find below the different parameters you can use”

clip_image001[4]

I followed the below in this lab:

  1. Login LAB02AD01
  2. Open Cmd with Administrative Privilege
  3. Run the following: setup /prepareschema /hosting

clip_image002[4]

  1. Login LAB02AD01
  2. Open Cmd with Administrative Privilege
  3. Run the following: setup /prepareAD /organizationName:LAB02 /hosting

clip_image003[4]

Active Directory is now prepared for Hosting, hence you will need to use the /hosting for all the installation.

Installing Exchange roles in a hosting environment is similar to the regular installation, hence, the same prerequisites are needed.

you can check them at https://technet.microsoft.com/en-us/library/bb691354.aspx

for this lab, I have installed the requirements for windows 2008 R2.

Prerequisites

  • Make sure that the functional level of your forest is at least Windows Server 2003, and that the schema master is running Windows Server 2003 with Service Pack 1 (SP1) or later. For more information about the Windows functional level, see Managing Domains and Forests.
  • The full installation option of Windows Server 2008 with SP2 or later or Windows Server 2008 R2 must be used for all servers running Exchange 2010 server roles or management tools.
  • For all server roles other than the Edge Transport server role, you must first join the computer to the appropriate internal Active Directory forest and domain.

Required Exchange 2010 SP1 Hotfixes for Windows Server 2008 R2

The following hotfixes are required for the Client Access server for Windows Server 2008 R2:

After installing the requirements, I will install the roles and features required for each roles, and the install Exchange 2010 Sp1.

Starting with the Exchange CAS-HUB Server,  I  did the following:

From an elevated powershell, run the following:

  • Import-Module ServerManager
    Add-WindowsFeature NET-Framework,RSAT-ADDS,Web-Server,Web-Basic-Auth,Web-Windows-Auth,Web-Metabase,Web-Net-Ext,Web-Lgcy-Mgmt-Console,WAS-Process-Model,RSAT-Web-Server,Web-ISAPI-Ext,Web-Digest-Auth,Web-Dyn-Compression,NET-HTTP-Activation,RPC-Over-HTTP-Proxy -Restart

From the Command prompt

  1. Go to the exchange setup location
  2. run setup /mode:install /roles:CA,HT /hosting

image

For the exchange Mailbox Server,  I  did the following:

From an elevated PowerShell, run the following:

  • Import-Module ServerManager
    Add-WindowsFeature NET-Framework,RSAT-ADDS,Web-Server,Web-Basic-Auth,Web-Windows-Auth,Web-Metabase,Web-Net-Ext,Web-Lgcy-Mgmt-Console,WAS-Process-Model,RSAT-Web-Server -Restart

From the Command prompt

  • Go to the exchange setup location
  • run setup /mode:install /roles:MB /hosting

image

That’s it for this article, the next article in this series will discuss the configuration of exchange.