Upgrading from Exchange 2010 to Exchange 2013 on Windows 2012 (Part 1) | Quisitive

Microsoft announced the release of Exchange 2013 last fall, but this was not very useful to most of us, because there was no support for previous versions of Exchange until new Service Packs and Hotfixes were available. In other words, you could not install Exchange 2013 into your current Exchange organization. In February Microsoft finally released Exchange 2007 SP3 RU10 and Exchange 2010 SP3, to enable coexistence between the platforms. As is typical of Microsoft, they support an N-2 upgrade path. This means you can upgrade to 2013 from two versions back. Exchange 2003 (and prior) version will not allow upgrade to Exchange 2013. In-place upgrades of Exchange 2007 and 2010 versions are not supported either. This is typical and even if it was supported I would never recommend it. It’s nice to start from scratch and deploy a new Exchange environment and apply the things you’ve learned from previous installs.

My test environment includes Forefront Threat Management Gateway 2010, so the upgrade path will include the steps for modifying and testing client access through the TMG as well. Here is a general diagram of my lab environment. It is running:

As I mentioned, an in-place upgrade is not recommended or supported, so we will be building Exchange 2013 side-by-side in the same Active Directory (AD) site as Exchange 2010.

Some things to note:

Which version of Windows Server 2012?

When installing on Windows Server 2012 you now have two options compared to older versions of Windows: Standard Edition and Datacenter. In the past we had to use Enterprise edition for clustering, etc. Microsoft has done away with Enterprise edition. All aspects of Exchange 2013 will run on Windows 2012 Standard edition.

Checklist for updating from Exchange 2010:

  1. Prepare your Environment
  2. Deploy Exchange 2013 servers
    • Install both Exchange 2013 CAS and Mailbox
  3. Obtain and Deploy Certificates
    • Obtain and deploy certificates on your E2013 CAS servers
  4. Switch Primary Namespace to Exchange 2013 CAS
    • Exchange 2013 fields all traffic, including traffic from Exchange 2010 users
    • Validate client access
  5. Move Mailboxes
    • Build out your Exchange 2013 Database Availability Groups (DAGs)
    • Move Exchange 2010 mailboxes to Exchange 2013
  6. Repeat for additional sites

Installing Exchange 2013 Prerequisites on Windows 2012

Microsoft TechNet recommends running two different cmdlets based on server role, but if you compare the two they are exactly the same.  Therefore, I recommend running the following on each Exchange 2013/Windows 2012 server.

  1. Open PowerShell
  2. Run the following cmdlet:
    Install-WindowsFeature AS-HTTP-Activation, Desktop-Experience, NET-Framework-45-Features, RPC-over-HTTP-proxy, RSAT-Clustering, RSAT-Clustering-CmdInterface, RSAT-Clustering-Mgmt, RSAT-Clustering-PowerShell, Web-Mgmt-Console, WAS-Process-Model, Web-Asp-Net45, Web-Basic-Auth, Web-Client-Auth, Web-Digest-Auth, Web-Dir-Browsing, Web-Dyn-Compression, Web-Http-Errors, Web-Http-Logging, Web-Http-Redirect, Web-Http-Tracing, Web-ISAPI-Ext, Web-ISAPI-Filter, Web-Lgcy-Mgmt-Console, Web-Metabase, Web-Mgmt-Console, Web-Mgmt-Service, Web-Net-Ext45, Web-Request-Monitor, Web-Server, Web-Stat-Compression, Web-Static-Content, Web-Windows-Auth, Web-WMI, Windows-Identity-Foundation

Client Access Role

Install the following software:

Mailbox role

Install the following software:

Prepare Active Directory for Exchange 2013

Starting with Exchange 2010 I believe these steps are built into the GUI install, but call me old-school, I still prefer to use the command-line to perform Schema updates. This is a very good practice especially if you run Exchange in multiple AD sites where AD replication might not be instantaneous.

NOTE: Something new for Exchange 2013, you must add the /IAcceptExchangeServerLicenseTerms switch when running Setup.exe
  1. Run Setup.exe /PreparedSchema /IAcceptExchangeServerLicenseTerms
  2. Run Setup.exe /PreparedAD /IAcceptExchangeServerLicenseTerms
  3. Before running this step I was required to reboot. Run Setup.exe /PreparedAllDomains /IAcceptExchangeServerLicenseTerms

Now your environment is ready to install Exchange 2013.  Click on the link below for Part 2 in this series.

Upgrading from Exchange 2010 to Exchange 2013 on Windows 2012 (Part 1)

Upgrading from Exchange 2010 to Exchange 2013 on Windows 2012 (Part 2)

http://servusinc.org/?p=1185