Installing Windows Rights Management Services With Service Pack 2 Step-by-Step Guide
Installing Windows Rights Management Services With Service Pack 2 Step-by-Step Guide
Abstract
This step-by-step guide provides instructions for setting up a test environment to deploy
and evaluate Microsoft® Windows® Rights Management Services (RMS) on Microsoft
Windows Server® 2003. It includes the necessary information for preparing the RMS
infrastructure, installing and configuring RMS, and verifying RMS features after
configuration is complete.
Information in this document, including URL and other Internet Web site references, is
subject to change without notice. Unless otherwise noted, the example companies,
organizations, products, domain names, e-mail addresses, logos, people, places, and
events depicted herein are fictitious, and no association with any real company,
organization, product, domain name, e-mail address, logo, person, place, or event is
intended or should be inferred. Complying with all applicable copyright laws is the
responsibility of the user. Without limiting the rights under copyright, no part of this
document may be reproduced, stored in or introduced into a retrieval system, or
transmitted in any form or by any means (electronic, mechanical, photocopying, recording,
or otherwise), or for any purpose, without the express written permission of
Microsoft Corporation.
Microsoft may have patents, patent applications, trademarks, copyrights, or other
intellectual property rights covering subject matter in this document. Except as expressly
provided in any written license agreement from Microsoft, the furnishing of this document
does not give you any license to these patents, trademarks, copyrights, or other
intellectual property.
© 2006 Microsoft Corporation. All rights reserved.
Active Directory, Microsoft, MS-DOS, SQL Server, Windows, Windows NT, and
Windows Server are either registered trademarks or trademarks of Microsoft Corporation
in the United States and/or other countries.
The names of actual companies and products mentioned herein may be the trademarks
of their respective owners.
Contents
Installing Windows Rights Management Services with Service Pack 2 Step-by-Step
Guide ............................................................................................................................... 5
About this Guide .............................................................................................................. 5
What this Guide Does Not Provide .............................................................................. 5
Deploying RMS in a Test Environment............................................................................ 6
RMS Technology Review ................................................................................................ 7
Requirements for RMS with Service Pack 2.................................................................... 8
Steps for Installing RMS with SP2 ................................................................................... 9
Step 1: Setting up the Infrastructure ............................................................................ 9
Configure the Domain Controller (DC) ...................................................................... 9
Configure the computer to be used as the RMS cluster (RMS-SRV) ..................... 11
Configure RMS client computer (RMS-CLNT) ........................................................ 13
Step 2: Installing and Configuring RMS on RMS-SRV .............................................. 15
Add Application Server role to RMS-SRV............................................................... 16
Install Message Queuing ........................................................................................ 16
Install Microsoft SQL Server 2005 Standard Edition .............................................. 16
Install the RMS Cluster ........................................................................................... 18
Configure RMS settings .......................................................................................... 18
Register the SCP in Active Directory ...................................................................... 19
Step 3: Verifying RMS Functionality on RMS-CLNT .................................................. 19
5
Note
If the RMS server is not connected to the Internet, it must be enrolled offline
before the provisioning of the RMS server is complete.
The computers form a private intranet and are connected through a common hub or
Layer 2 switch. This configuration can be emulated in a virtual server environment if
desired. This step-by-step exercise uses private addresses throughout the test lab
configuration. The private network ID 10.0.0.0/24 is used for the intranet. The domain
controller is named DC for the domain named cpandl.com.
The following figure shows the configuration of the test environment:
7
entities. The usage rights and conditions are persistent and automatically applied
everywhere the content goes.
Creating rights-protected files and templates. Users who are trusted entities in a RMS
system can create and manage rights-protected content by using familiar authoring
applications and tools in a RMS-enabled application that incorporates RMS
technology features. In addition, RMS-enabled applications can use centrally defined
and officially authorized usage rights templates to help users efficiently apply a
predefined set of usage policies.
Requirement Recommendation
Personal computer with one Pentium III Computer with two Pentium 4 processors
processor (800 megahertz [MHz] or higher) (1500 MHz or higher)
20 gigabytes (GB) of free hard disk space 40 GB of free hard disk space
The following table describes the software requirements for running RMS on a Windows
Server 2003–based computer.
Software Requirement
Software Requirement
Note
You must restart the computer after you complete this procedure.
Next, add the following user accounts: RMSSRVC, RMSADMIN, USER1, and USER2.
Finally, add e-mail addresses to the USER1 and USER2 user accounts.
local administrators group. This is needed for RMSADMIN to install RMS on RMS-SRV.
Additionally, there are several prerequisite components that must be installed on the
RMS cluster including Internet Information Services (IIS), ASP.NET, Message Queuing,
and SQL Server 2005 Standard Edition.
First, install Windows Server 2003 as a stand-alone server.
Next, configure TCP/IP properties so that RMS-SRV has a static IP address of 10.0.0.2.
In addition, configure the DNS server of DC (10.0.0.1).
Next, configure TCP/IP properties so that RMS-CLNT has a static IP address of 10.0.0.3.
In addition, configure the DNS server of DC (10.0.0.1).
Next, create a folder on RMS-CLNT so that USER1 and USER2 both have access to
open documents created by the other person.
7. Click OK.
Note
Microsoft SQL Server 2005 Express Edition is also supported as the database
server. However, Microsoft SQL Server 2005 Express Edition is not
recommended for use in production environments because it does not support
adding additional servers to the RMS cluster or the ability to view or modify data
stored in the configuration and logging databases. To download Microsoft SQL
Server 2005 Express Edition, go to http://go.microsoft.com/fwlink/?LinkId=73721.
To install Microsoft SQL Server 2005 Standard Edition, refer to the following steps:
Note
Since USER1 is the author of this document, USER1 will have full rights
to the document, regardless of the RMS rights that are applied to it.
2. Click Start, click All Programs, click Microsoft Office, and then click Microsoft
Office Word 2007.
3. Type Only USER2 can read this document, but cannot change, print, or
copy on the blank document page, click the Microsoft Office Button, point to
Prepare, point to Restrict Permission, and then click Restricted access.
4. Select the Restrict permission to this document check box.
5. In the Read box, type [email protected], and then click OK to close the
Permission dialog box.
6. Click the Microsoft Office Button, click Save As, and then save the file as
20
C:\RMSDocs\RMS-TST.docx.
7. Log off as USER1.
You have successfully deployed and demonstrated the functionality of RMS, using the
simple scenario of applying restricted permissions to a Microsoft Word 2007 document.
You can also use this deployment to explore some of the additional capabilities of RMS
through additional configuration and testing.