Deploy SCCM 2007 SP2 RC on Windows Server 2008 R2
September 16th, 2009
Today I had to deploy SCCM 2007 SP2 RC on a Windows Server 2008 R2 system. The installation went pretty straightforward, however it can become a little tricky if you have not installed previous versions of SCCM. This procedure deploys SCCM in mixed mode, on a future post I will show how to deploy the needed PKI infrastructure to support the native mode of SCCM.
Below you will find the step-by-step:
- OS Pre-requisites
- Features > Background Intelligent Transfer Service (BITS) – Add every role and service required.
- Features > Remote Differential Compression
- Role > Web Server (IIS): Add the following components to the default selection.
- ASP.NET
- Windows Authentication
- Dynamic Content Compression
- IIS6 Metabase Compatibility
- IIS6 WMI Compatibility
- WebDAV Publishing
- ASP
- SQL Server 2008 + SP1
- Database Engine Services.
- Reporting Services.
- Management Tools – Complete.
- Use NETWORK SERVICE for every SQL Server Service.
- Configure SSRS in native mode.
- After installation, download and install SQL Server 2008 SP1.
- WSUS 3.0 SP2
- Download and install “Microsoft Report Viewer Redistributable 2008 SP1â€
- Download and Install WSUS 3.0 SP2
- Use the SQL Server 2008 db deployed before to store the updates.
- Create a dedicated IIS Website for WSUS.
- Run the initial configuration wizard and select the behavior and types of updates you want.
- Configure WebDAV on IIS7.5
- Open the WebDAV properties on the Default Website

- Click on “Enable WebDAV†on the Actions pane.
- Click on “Add Authoring rule†on the Actions pane.
- Allow Access To: All Content
- Allow access to this content to: All Users
- Permissions: Read
- Click on “WebDAV Settings†on the Actions pane.
- Modify on the ApplicationHost.config the <requestFilter> directive
- Open the WebDAV properties on the Default Website
- SCCM 2007 SP2 RC
- Extend the AD Schema: This is a non-reversible operation and should be executed on production environments without taking rollback measures before.
- Run the EXTADSCH.EXE file under an account with enough privileges to modify the AD schema (Member of Schema Admin security group)

- If you have any problem with this step, check the log file on c:\ExtADSch.log
- Now that you have extended the schema you need to enable the publishing of SCCM information into AD, to do this
- Manually create the System Management Container in AD: http://technet.microsoft.com/en-us/library/bb632591.aspx
- Set the security properly on that container: http://technet.microsoft.com/en-us/library/bb633169.aspx
- And after the installation finishes verify that SCCM is automatically publishing this information: http://technet.microsoft.com/en-us/library/bb680711.aspx (This is created by default)
- Run the EXTADSCH.EXE file under an account with enough privileges to modify the AD schema (Member of Schema Admin security group)
- Run the Pre-requisite checker to verify there you pass every test.
- Run the SCCM Setup
- Select “Install a Configuration Manager site serverâ€.
- Select “Custom Settingsâ€
- Select “Primary Site”â€
- Enter Site Code (“eg: TNAâ€) and Site name
- Install a mixed mode configuration (We did not deploy needed certificated for the native mode)
- Select local SQL Instance and default DB name.
- Setup a provider on the localhost.
- Install a management point on the localhost.
- Use the default port for communications (80)
- Select a local folder to download the SCCM updates, this will take a while

- Finally, launch the SCCM installation.
- Extend the AD Schema: This is a non-reversible operation and should be executed on production environments without taking rollback measures before.
- SCCM Post-Deployment Configuration Tasks
- I suggest to follow this checklist to begin using your SCCM deployment: http://technet.microsoft.com/en-us/library/bb633240.aspx
- Configure Site Boundaries

- Select the roles

- Client Installation
Now wait for the discover to occur and begin managing!!
[OpsMgr] Upgrade SCOM 2007 R2 RC to RTM – Easy!
September 8th, 2009
The upgrade went pretty straightforward on my environment, the SCOM setup detected the RC deployment of OpsMgr and proposed an upgrade when event the OpsMgr database would be upgraded. My OpsMgr Db is on on server and the Root Management server on another, the upgrade should only be run on the RMS.
- (RMS) Inser the OpsMgr r2 disk on the RMS
- (RMS) Run Setup
- (RMS) Select “Upgrade to Operations Manager 2007 R2â€
- (RMS) The Health Service on the RMS machine might fail to start when finishing the installation but you can start the service manually.
- (RMS) Every agent is queued on the pending management option under the Administration node. Running this tasks with a domain wide administrator will upgrade automatically every deployed agent to RTM.
- (RMS) ACS: I had to re-configure the ACS Forwarder on a couple of servers. Re-running the configuration task enabled the forwarder.
