[For content updates, see
Newly published content for Microsoft System Center Data Protection Manager.]
Before you install Microsoft SQL Server 2005, you must install the required Windows components.
This topic includes the procedures for installing Windows Server 2003 components and the Windows Server 2008 operating system components. The procedure for installing Windows components in Windows Server 2008 is very different from the procedures that you use in Windows Server 2003.
Installing the Required Components for Windows Server 2003
The following are the required Windows Server 2003 components:
-
ASP.NET.
-
Network COM+ access.
-
Internet Information Services (IIS) 6.0 for Windows Server 2003. (IIS 6.0 is not installed on Windows Server 2003 by default.)
Note |
|---|
|
If you do not install IIS before installing SQL Server 2005, SQL Server will not install SQL Server Reporting Services. |
-
Windows Deployment Services (WDS) on Windows Server 2003 Service Pack 2 (SP2) servers.
- OR -
Single Instance Storage (SIS) on Windows Storage Server R2.
To install required Windows Server 2003 components
-
In Control Panel, select Add or Remove Programs.
-
In the Add or Remove Programs dialog box, click Add/Remove Windows Components.
-
In the Windows Components Wizard, select Application Server, and then click Details.
-
In the Application Server dialog box, select ASP.NET, select Internet Information Services (IIS), and then click OK.
-
If you are installing DPM on a Windows Server 2003 SP2 server, in the Windows Components Wizard, select Windows Deployment Services.
- OR -
If you are installing DPM on Windows Storage Server R2, select Other Network File and Print Services, click Details, click Single Instance Storage, and then click OK.
-
On the Windows Components Wizard, click Next.
-
When the installation is complete, click Finish.
Installing the Required Components for Windows Server 2008
The following is the required Windows Server 2008 tools and work station components:
-
PowerShell 1.0
You must install Windows PowerShell 1.0 before installing IIS 7.0.
-
IIS 7.0 for Windows Server 2008 operating system. (IIS 7.0 is not installed on Windows Server 2008 by default.)
Note |
|---|
|
If you do not install IIS before installing SQL Server 2005, SQL Server will not install SQL Server Reporting Services. |
-
Single Instance Storage (SIS)
To install Windows PowerShell 1.0
-
Click Start, point to Administrative Tools, and then click Server Manager.
-
Expand Server Manager to the Features node, and then select Features.
-
In the Features pane, click Add Features.
-
Select Windows PowerShell, and then click Next.
-
On the Confirm Installation Selections page, click Install.
In addition to the default components that are required for Windows Server 2008, DPM requires all IIS 7.0 components.
To install IIS 7.0 and the required services
-
Click Start, point to Administrative Tools, and then click Server Manager.
-
Expand Server Manager to the Roles node, and then select Roles.
-
In the Roles pane, click Add Roles.
-
In the Add Roles Wizard, on the Before You Begin page, click Next.
-
On the Select Server Roles page, select Web Service (IIS).
-
In the Add features required for Web Server (IIS)? message box, click Add Required Features.
Note |
|---|
|
Add the Windows Process Activation service (WAS) when prompted. WAS is the new process activation service that is a generalization of IIS features that work with non-HTTP transport protocols. |
-
Click Next, and then click Next again.
-
On the Select Role Services page, select all of the role services.
-
Click Next, and then click Install.
To install SIS
-
From an administrator command prompt, type start /wait ocsetup.exe SIS-Limited /quiet /norestart.
-
After the installation is complete, you must restart the computer.
See Also