Migrating RDS 2012 Over To Server 2012 R2


This post will show you how to Migrate RDS 2012 to Server 2012 R2 using the in place upgrade method.

In this demonstration I will be migrating a Server 2012 RDS server over to 2012 R2. The following roles have been installed on a Server 2012 RTM server:

  • RD Connection Broker
  • RD Web Access
  • RD Session Host

Before migrating your RDS Infrastructure to Server 2012 R2 it is suggested that you read the following article from Microsoft.

http://technet.microsoft.com/library/dn479239.aspx

The key points to note:

You will need to migrate the RDS roles in the following order:

  1. RD Connection Broker
  2. RD Session Host
  3. RD Virtualization Host
  4. RD Web Access

As stated in the document, the following roles can be updated at any time:

  • RD Licensing
  • RD Gateway

I would recommend that all of the RDS environment’s services are stopped before starting the migration process.

Migrating RDS 2012 Over to 2012 R2

Before carrying out a migration, ensure you have a backup (goes with saying).

check that the RDS services are stopped on the server before continuing.

RDSup1

As you can see from the screenshot, We are running  Server 2012 standard edition RTM

RDSup2

Mount the ISO or insert a Server 2012 R2 DVD, then Click Install now

RDSup3

RDSup4

Choose whether you want to apply updates or skip to the installation.

RDSup5

Select the (Server with a GUI) and click next

RDSup6

We are not wanting to install a fresh copy of Windows Server, We want to carry out an in place upgrade.

RDSup7

Check the compatibility report and click next (all being well)

RDSup8

The in place upgrade will require a number of restarts during the upgrade process.

RDSup9

Once the migration is complete, you will see the new build number and version located near the right hand corner of the screen .

RDSup10

Check that the Remote Desktop Services have started and Test RDS connectivity.

I would also suggest checking the event logs for any errors that may have occured.

Post Migration Clean up

After the migration (inplace upgrade), you will have a Windows.old folder from the old version of Windows. The next part of this post will show you how to complete a post migration clean up on your RDS Servers.

Before we can clean up the disk, we need to add the Desktop Experience feature so that we gain access to the Disk cleanup utility.

GUI way

RDSup11

Select roles and features

RDSup14

Select User Interfaces and Infrastructure: Desktop Experience

RDSup15

PowerShell Way

Install- WindowsFeature Desktop-Experience

RDSup12

RDSup13

RDSup16

As you can see from the folder directory on the root disk drive C: , there is a Windows.old folder from the previous version of Windows.

RDSup17

by right clicking on the C: and select properties.  You will then see Disk cleanup under the general tab. 

RDSup18

When you open disk cleanup, as like previous versions it will scan your Os disk for various files including “Previous Windows Installation(s)”

RDSup19

You can then see various files that can be deleted.

RDSup20_1

Select the “Previous Windows Installation(s)

RDSup20

Select the “Windows upgrade log files”

RDSup21

Once your happy, click Ok and Delete Files.

RDSup22

RDSup23

RDSup23_1

There you have it, the Windows.old folder has now been removed.

Using DISM to clean Previous versions of updated components

The final Step is to use DISM to Clean up old components.

for more information on DISM Clean up, please see the following article:

http://technet.microsoft.com/en-us/library/dn251565.aspx

Run the following Command in cmd or PowerShell:

Dism.exe /online /Cleanup-Image /StartComponentCleanup

RDSup24

If you do not requre Desktop Experience, you can remove the feature with the following cmd in PowerShell.

Uninstall-WindowsFeature Desktop-Experience

There you have it, RDS 2012 Migrated over to 2012 R2 and cleaned up after an inplace upgrade.

8 thoughts on “Migrating RDS 2012 Over To Server 2012 R2

Add yours

  1. Dear Ryan,

    thanks for your post. I tried it and I was glad that I could rollback to my snapshot.
    On the first sight it looked that everythins works.
    But when trying to use WebAccess from remote (published by TMG)
    I got no login screen and js-error of webscripts-domain.js.

    Any ideas?

      1. Dear Ryan,

        thanks for your reply. If I visit the rdweb on the localhost it works. Also previous connected “RemoteApp and Desktop Connections” in Win 8 via “rdweb/feed/webfeed.aspx” are working. Only trying to connect from remote to WebAccess doesn’t work.

  2. Hello, Ryan,
    Would say the same order of install would apply to a farm running on 2012R2 to be updated to Update 1? I started with my session servers and see some oddities after installing the update, like 1504 and 1509 messages about not being able to update the ntuser.pol file in the roaming profile share. My session brokers run in an HA config.

  3. Is there any other methods of upgrading to RDS 2012 R2 other than the in-place upgrade on your connection broker? We have not had much luck doing in-place upgrades in the past, and would like to avoid if possible. Also our current connection brokers are physical, and ideally we’d like to convert to 2012 R2 and virtual in the same pass.

  4. Ryan,

    I am not really a fan of OS upgrades ever. Plus over time machines acquire bugs in quirks in their operation. I have a large RDS 2012 Farm that I want to upgrade to 2012 R2 (as most of the 2012 issues are resolved in R2). However I want to replace the servers with new ones. How can I do this without setting up a new farm. Basically i want to introduce R2 servers and decommission the R1 servers afterwards. I have multiple Brokers, Gateways and 10+ Host servers.

    1. You can split the environment and build new or upgrade as per MS’s recommendations. There are a number of ways to do it, but would be more of a conversation and discussion than built pointing a answer on my technical blog.

Leave a comment

This site uses Akismet to reduce spam. Learn how your comment data is processed.

Create a website or blog at WordPress.com

Up ↑