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.
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” |
|
On the Welcome Screen click Next to continue. |
|
Select “I accept the agreement”, and click Next. |
|
On the “Feature Selection” page, accept the defaults and click Next. |
|
On the Authentication page, accept the defaults and click Next. |
|
On the “Error and Usage Reporting Settings” page, accept the defaults and click Next. |
|
Click “Next”. |
|
Click “Install”. |
|
Click “Run program”. |
|
Click “OK”. |
|
Click “Next”. |
|
Click “Next”. |
|
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
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
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.