The Scenario

Applies To: Windows Server 2008, Windows Server 2008 R2, Windows Server 2012

Scenario description

Fabrikam, a fictitious company, wants to move their current AD RMS databases from an existing Microsoft SQL Server 2008 server to a brand new server. Prior to doing this in production, Fabrikam would like to setup a test environment that will allow them to walk through the process of moving the database. This will also allow them to verify that everything is working after the database move.

The testing environment

The scenario outlined in this document has been developed and tested on one stand-alone computer running the 64-bit edition of the Windows ServerĀ® 2008 R2 operating system and Hyper-V. The servers have two 3.0 gigahertz (GHz) dual core processors and 8 gigabytes (GB) of RAM each. Using Hyper-V, the following six virtual machines were created on the hosts.

Table 1 - Virtual Machines and Roles

Computer Name Forest Operating System Memory Applications and Services IP Address

DC

fabrikam.com

Windows Server 2008 x64 SP2

512

Active Directory, DNS, Certificate Authority

192.168.100.100

EX

fabrikam.net

Windows Server 2008 x64 SP2

2048

Exchange 2007, IIS 7.0.

192.168.100.101

ADRMS

fabrikam.com

Windows Server 2008 x64 SP2

1024

AD RMS, IIS 7.0

192.168.100.102

SQL1

fabrikam.com

Windows Server 2008 x64 SP2

1024

Microsoft SQL Server 2008 SP2

192.168.100.103

SQL2

fabrikam.com

Windows ServerĀ® 2008 R2 x64

1024

Microsoft SQL Server 2008 SP2

192.168.100.104

CLT

fabrikam.com

Windows 7 Enterprise x86

1024

Microsoft Office 2007 Enterprise Edition SP2

192.168.100.105

Hyper-V is not a requirement to complete the steps outlined later. These steps can be implemented on physical computers as long as they reflect the same roles as the preceding table.

Required Groups

The following table summarizes the universal groups used in this step-by-step guide.

Table 2 - Group Summary

Group Name Group Scope Group Type

All Staff

Universal

Security

All FTE

Universal

Security

All Contractors

Universal

Security

Required accounts

The following table summarizes the accounts used in this step-by-step guide.

Table 3 - Required Accounts

Account Display name Forest Group Membership Password Description

bsimon

Britta Simon

fabrikam.com

All FTE

Pass1word$

User account.

ljacobson

Lola Jacobson

fabrikam.com

All Contractors

Pass1word$

User account.

ADRMSService

ADRMS Service

fabrikam.com

NA

Pass1word$

The ADRMS Service account. This account was used during the installation of ADRMS. Installing ADRMS is a prerequisite to using this document.

Required CNAME Records

The following table summarizes the CNAME records used in this step-by-step guide. These records were created before installing ADRMS in the test environment.

Table 4 - CNAME Records

Name Record Type FQDN Target Description

RMS

CNAME

RMS.fabrikam.com

adrms.fabrikam.com

Alias record for the ADRMS Server.

RMS-SQL

CNAME

RMS-SQL.fabrikam.com

sql1.fabrikam.com

Alias record for the ADRMS SQL Server.