Ronni Pedersen @ myITforum.com

A Geek's Perspective on Desktop Management

Introduction to Configuration Manager 2007 – Part 2

 

In the Introduction to System Center Configuration Manager 2007 – Part 1, we learned how to prepare Active Directory and how to configure Windows Server 2008 for hosting the Site Server role. In this part we’ll learn how to install and configure the Microsoft SQL Server 2005, Windows Server Update Service (WSUS) and finally System Center Configuration Manager 2007.

Installing and configuring Microsoft SQL Server 2005

In this test lab, the Domain Controller, the database and the Site Server will be installed on the same virtual machine. I wouldn’t recommend this in production, but for a testing scenario it’s just fine.

image Inset the installation media or mount the ISO file to the virtual machines DVD drive. If the “auto run” feature is disabled browse to the DVD drive and launch \Servers\default.hta
image Click “Install – Server components, tools, Books Online, and samples”.
image Click “Run program”.
image Select “I accept the licensing terms and conditions” and click “Next”.
image Click “Install”.
image Click “Next”.
image Click “Next”.
image Review the System Configuration Check and click “Next”.
image Type the Name and the Company and click “Next”.
image Select “SQL Server Database Services” and “Workstation components, Books Online and development tools” and click “Next”.
image Make sure that “Default instance” is selected and click “Next”.
image Select “Use the built-in System account” and click “Next”.
image Make sure that “Windows Authentication Mode” is selected and click “Next”.
image Accept the default settings and click “Next”.
image Select if you want to help Microsoft build better products and click “Next”.
image Click “Install
image Click “Run program”.
image

When the setup progress is completed click “Next”.

image Click “Finish” to complete the installation.
  It’s not required to restart the server, but I always do it anyway.

Installing Microsoft SQL Server 2005 Service Pack 2

Service Pack 2 for SQL Server 2005 is required to support both Windows Server 2008 and System Center Configuration Manager 2007.

Download Microsoft SQL Server 2005 Service Pack 2 here:
http://www.microsoft.com/downloads/details.aspx?FamilyId=d07219b2-1e23-49c8-8f0c-63fa18f26d3a&DisplayLang=en

  Launch “SQLServer2005SP2-KB921896-x86-ENU.exe
image On the Welcome Screen click Next to continue.
image Select “I accept the agreement”, and click Next.
image On the “Feature Selection” page, accept the defaults and click Next.
image On the Authentication page, accept the defaults and click Next.
image On the “Error and Usage Reporting Settings” page, accept the defaults and click Next.
image Click “Next”.
image Click “Install”.
image Click “Run program”.
image Click “OK”.
image Click “Next”.
image Click “Next”.
image Unselect “Launch the user Provisioning Tool” and click “Finish”.
  Restart the server.

Installing Windows Update Service 3.0 SP1

Microsoft Windows Server Update Service 3.0 SP1 (WSUS) is required in order to deploy patches to the Configuration Manager Clients.

Windows Server Update Service 3.0 SP1 can be downloaded her: http://go.microsoft.com/fwlink/?linkid=93750

  Launch the WSUSSetup_30SP1_x86.exe
image Click “Next”.
image Select “Full Server installation” and click “Next”.
image Select “I accept the terms of the License agreement”, and click “Next”.
image Select “Store updates locally“and type the location where you want to store the updates. Choosing a separate (dedicated) drive is highly recommended in production, but not required.

Click “Next”.
image Select Use an existing database server on this computer, and click “Next”.
image Click “Next”.
image Select “Create a Windows Server Update Service 3.0 SP1 Web Site” and click “Next”.
image Review the installation summary, and click “Next” to begin the installation.
image Click “Finish” to complete the installation.
image

When the “Windows Server Update Service Configuration Wizard” appears click “Cancel”.

Installing System Center Configuration Manager 2007

Installing System Center Configuration Manager is very simple in a test setup, where everything is installed on the same box. In a production environment, you properly want to use more than one server, and you need to consider how to secure the communication between these servers and what service accounts is running the services, and what security permissions is required on the remote servers.

In this setup we use the same account (Administrator) for everything, so we´re ready to continue.

The valuation version of System Center Configuration Manager can be downloaded here:

http://technet.microsoft.com/configmgr/bb736730.aspx

image Inset the installation media or mount the ISO file to the virtual machines DVD drive. If the “auto run” feature is disabled browse to the DVD drive and launch \splash.hta
image Click “Install – Configuration Manager 2007 SP1”.
image Click “Next”.
image Select “Install a Configuration Manager site server” and click “Next”.
image Select “I accept these license terms” and click “Next”.
image Select “Custom settings” and click “Next”.
image Select “Primary site” click “Next”.
image Select “No, I do not want to participate right now” and click “Next”.
image Click “Next”.
image Accept the default destination folder and click “Next”.
image Type the Site code (LAB) and the Site name (Demo Site) and click “Next”.
image Select “Configuration Manager Mixed Mode” and click “Next”.
image Accept the defaults and click “Next”.
image Type the SQL server name (SERVER1) and the ConfigMgr site database name (SMS_LAB) and click “Next”.
image Type the SMS Provider (SERVER1) and click “Next”.
image Select “Install a management point” and type the FQDN name of the management point (SERVER1.CORP.DEMO.LAB) and click “Next”.
image Select “Use the default port (80)” and click “Next”.
image Select “Check for updates…” and click “Next”.
image

Type the path where the updates should be saved (C:\Downloads) and click “Next”.

Important
The folder specified must exist. Otherwise the step will fail.

image When the prerequisite components has been downloaded click “OK”.
image Review the Settings Summary page and click “Next”.
image If all required prerequisite test has completed successfully click “Begin Install”.
image After about 15 to 30 minutes all action should be completed.

Click “Next”.
image Click “View Log” or open the C:\ConfigMgrSetup.log if you want to review the setup log file.

Click “Finish” to close the wizard.

Congratulation. You’ve now installed System Center Configuration Manager 2007 with Service Pack 1 on a Windows Server 2008 box.

Summary

This completes part 2 of this article. In the next part we’ll configure the Site Settings and install new site roles.

Comments

micsame said:

Yes and part 3?

# April 20, 2009 3:50 AM