Jump to content


Photo

how can I install SCCM 2007 in Windows Server 2008


  • Please log in to reply
36 replies to this topic

#1 anyweb

anyweb

    Administrator

  • Root Admin
  • PipPipPip
  • 4,924 posts
  • Gender:Male
  • Location:Sweden
  • Interests:Deploying Operating systems and more with System Center Configuration Manager

Posted 08 May 2008 - 07:18 AM

Please note that this guide is designed to get you up and running with SCCM in a LAB Environment as quickly as possible, so server roles are not going to be separated unless otherwise stated. This guide is provided as is, if you find any errors please report them in the forums.

This guide refers to Service Pack 1 but you should use the latest version available currently which is Configuration Manager 2007 Service Pack 2.
The latest version of this guide can always be found at http://www.windows-n...ws-server-2008/


In a production environment please consult Technet for best practise, see below links:

Prerequisites:

Prerequisites for Installing Configuration Manager

Configuration:

System Center Configuration Manager 2007
How to Configure Windows Server 2008 for Site Systems

Best Practices:

Configuring Configuration Manager Sites for Best Performance
Checklist for Security Best Practices
Best Practices for Central and Primary Site Hardware and Software Configuration
Best Practices for Operating System Deployment

Checklists:

Example Configuration Manager Installation Checklist
Example Configuration Manager Upgrade Checklist



This guide assumes that you have first setup Windows Server 2008 and configured it for Active Directory, with DHCP (you only need steps 1 and 2 this guide). If you want to deploy operating systems within SCCM you will then also need the Windows Deployment Services installed, and that is covered in steps 3 and 4 of this guide).

You must have installed and configured IIS (for SCCM) and installed SQL Server 2005 SP2 (or SQL Server 2008 with this hotfix) and WSUS (you can install WSUS later if you want, it's only required for the SUP role).

Please note: WSUS SP2 is a role within Server 2008 R2 so if you are using Server 2008 R2 you can install WSUS Sp2 by adding the role.

If you are thinking about hosting SQL Server on another server than the SCCM server then please read this post.

You should also read the SCCM prerequisites on Technet.




We will be using the MSDN version of SCCM 2007 Sp1 namely en_system_center_configuration_manager_2007_with_service_pack_1_x86_dvd_x14-66461.iso so burn it to DVD or mount it in Daemon tools (or similar).

Part 1. Run the prerequisite checker and fix the warnings/errors.

When the menu appears, click on Run the prerequisite checker, we'll do this to see if our Windows Server 2008 needs any additional tasks performed prior to installing SCCM 2007 sp1.

sccm splash org.jpg

enter your servername as below (leave OUT the instance name or you may get errors explained in the Final Note)

prereq.jpg

this gave me two prerequisites which needed looking at, the AD Schema extensions, Microsoft Remote Differential compression.

prereq_to_be_fixed.jpg

If you want to get more details of the problems identified, then check c:\ConfigMgrPrereq.log (and c:\ConfigMgrSetup.log) or double click each warning/error in turn to get a short description (scrollable) of the problem.

<08-22-2008 10:33:16> WIN-2SDX7MZCDA7; Schema extensions; Warning; Configuration Manager Active Directory schema extensions are not required, for site server installation, but are recommended to fully support the use of all Configuration Manager features.



My first problem was that I needed to extend the Active directory schema, to do so I followed this guide.

Once I had extended the active directory schema, I ran the prerequisite checker again,

That left me with the RDC error,

The Microsoft Remote Differential Compression (RDC) library must be registered for Configuration Manager site server installation


That led me here and that in turn had this info

Site servers and branch distribution points require Remote Differential Compression (RDC) to generate package signatures and perform signature comparison. RDC is not installed by default on computers running Windows Server 2008 and is not installed automatically during Configuration Manager Setup. For information about installing RDC on Windows Server 2008 computers, see How to Configure Windows Server 2008 for Site System Roles.

Site servers and branch distribution points require Remote Differential Compression (RDC) to generate package signatures and perform signature comparison. RDC is not installed by default on computers running Windows Server 2008.



To add Remote Differential Compression to site servers and branch distribution points

In Server Manager, on the Features node, start the Add Features Wizard.

add_features.jpg

On the Select Features page, select Remote Differential Compression, and then click Next.

rdc.jpg

Complete the rest of the wizard by clicking install then close.

rdc_done.jpg


Now run the prerequisite checker again and the RDC error should be gone

prereq_ok.jpg

Once you have no warnings or errors, please proceed to Part 2.







Final Note: if you entered the instance name at the start of this guide, you may get an error which states


Either the user account running Configuration Manager Setup does not have sysadmin SQL Server role permissions on the SQL Server instance targeted for site database installation or the SQL Server instance could not be contacted to verify permissions. Setup cannot continue.


The Technet page for Setup Prerequisite checks states:-

A SQL Server best practice is to remove the Builtin\Administrators group from the sysadmin role on installed SQL Server instances. If the Builtin\Administrators group has been removed from the sysadmin role, the user account running Configuration Manager Setup must be granted sysadmin role permissions for setup to succeed.


Microsoft MVP > Enterprise Client Management
My linkedin profile at > linkedin.com
Follow me on Twitter > ncbrady
Follow windowsnoob.com on Twitter > windowsnoob
My blog

#2 anyweb

anyweb

    Administrator

  • Root Admin
  • PipPipPip
  • 4,924 posts
  • Gender:Male
  • Location:Sweden
  • Interests:Deploying Operating systems and more with System Center Configuration Manager

Posted 25 August 2008 - 07:52 PM

Part 2. Install it !

Start the SCCM 2007 SP1 DVD and click on Configuration Manager 2007 SP1 under Install

install.jpg

review the welcome screen

welcome.jpg

Choose the first option, Install a Configuration Manager site server

install_a_configuration.jpg

accept the license...

eula.jpg

Next we get to choose the type of installation, as we want to see all the options, choose Custom

custom.jpg

For Site Type, stick with the default (primary site)

site_type.jpg

decide if you want to participate in CEIP

ceip.jpg

Specify your key

key.jpg

where to install it

install_where.jpg

enter your Site Settings and Site Code name

settings.jpg

For the mode type, choose mixed mode (it is easier to setup and we can always migrate to Native mode in the future).

mixed_mode.jpg

specify your client agent settings...

client_agent_settings.jpg

enter your Database server details

database_server.jpg

specify your SMS provider settings

sms_provider_settings.jpg

Note: The SMS Provider can be installed on the site database server computer, site server computer, or another server class computer (during setup at this point). The SMS Provider is used by the Configuration Manager console, Resource Explorer, tools and custom scripts used by Configuration Manager Admins to access site information stored in the site database.

specify the management point

management_point.jpg

decide your TCP port settings

port_settings.jpg

check for updates

check_for_updates.jpg

create a local folder to store these updates if necessary

local_folder.jpg

updates will be downloaded...

downloading.jpg

once done, click ok to review your settings summary

settings_summary.jpg

and click Next to start the prerequisite check (final)

as everything is ok, you can click on Begin Install

begin.jpg

After a long wait you should see this

status.jpg

lets launch the configuration manager after closing

launch.jpg

and click on Finish to finish the installation.

Congratulations, SCCM 2007 SP1 is now installed !

Note: At this point REBOOT your server.


sccm_installed.jpg



Next step > SCCM 2007 SP1 configuration guide - Part 1


The guide covers:-

Adding SCCM computer account to SMS groups, setting site boundries and verifying the site name is configured for Active Directory and setting and configuring the site system roles.
Microsoft MVP > Enterprise Client Management
My linkedin profile at > linkedin.com
Follow me on Twitter > ncbrady
Follow windowsnoob.com on Twitter > windowsnoob
My blog

#3 preddy

preddy

    Member

  • Members
  • PipPip
  • 12 posts
  • Gender:Male

Posted 25 September 2009 - 06:00 AM

Hi,
I am new to this web site,

I am trying install SCCM 2007 on virtual machine, I run the prerequisite checker, i got one warning message of WSUS SDK, After that

when i am trying to install SCCM, i am unable to choose primary site( attached error message), please advise on this, i need to create an image urgently.

thanks.

Attached Files

  • Attached File  sccm.doc   134.5K   2146 downloads


#4 Peter van der Woude

Peter van der Woude

    Advanced Member

  • Moderators
  • PipPipPip
  • 1,641 posts
  • Gender:Male
  • Location:The Netherlands

Posted 25 September 2009 - 06:24 AM

That is not an error it is just a warning that doesn't influence installing SCCM. Just click Ok and the installation will continue

My Blog: http://www.petervanderwoude.nl/
Follow me on twitter: pvanderwoude


#5 preddy

preddy

    Member

  • Members
  • PipPip
  • 12 posts
  • Gender:Male

Posted 27 September 2009 - 08:47 AM

That is not an error it is just a warning that doesn't influence installing SCCM. Just click Ok and the installation will continue

Hi, thanks for the reply,

I am unable to install SCCM, i think i need to choose primary site as described in the topic, pls advise.

#6 anyweb

anyweb

    Administrator

  • Root Admin
  • PipPipPip
  • 4,924 posts
  • Gender:Male
  • Location:Sweden
  • Interests:Deploying Operating systems and more with System Center Configuration Manager

Posted 27 September 2009 - 08:59 AM

looks like you are using the upgrade media from your screenshot....

try using the correct media for installing sccm 2007 sp1
Microsoft MVP > Enterprise Client Management
My linkedin profile at > linkedin.com
Follow me on Twitter > ncbrady
Follow windowsnoob.com on Twitter > windowsnoob
My blog

#7 preddy

preddy

    Member

  • Members
  • PipPip
  • 12 posts
  • Gender:Male

Posted 28 September 2009 - 08:31 AM

looks like you are using the upgrade media from your screenshot....

try using the correct media for installing sccm 2007 sp1


Hi,

I am trying SCCM 2007 SP1, i un installed and reinstalled SQL 2008, but still same problem, i am unable to choose primary site, pla advise.

#8 anyweb

anyweb

    Administrator

  • Root Admin
  • PipPipPip
  • 4,924 posts
  • Gender:Male
  • Location:Sweden
  • Interests:Deploying Operating systems and more with System Center Configuration Manager

Posted 28 September 2009 - 08:40 AM

what SCCM iso did you download from msdn/technet ? what is the filename ?
Microsoft MVP > Enterprise Client Management
My linkedin profile at > linkedin.com
Follow me on Twitter > ncbrady
Follow windowsnoob.com on Twitter > windowsnoob
My blog

#9 preddy

preddy

    Member

  • Members
  • PipPip
  • 12 posts
  • Gender:Male

Posted 28 September 2009 - 08:47 AM

what SCCM iso did you download from msdn/technet ? what is the filename ?


From Technet, file name: SCConfigMgr07_UPD_EN.exe

#10 anyweb

anyweb

    Administrator

  • Root Admin
  • PipPipPip
  • 4,924 posts
  • Gender:Male
  • Location:Sweden
  • Interests:Deploying Operating systems and more with System Center Configuration Manager

Posted 28 September 2009 - 09:26 AM

ok

that is only for upgrading an existing SCCM 2007 installation

see > http://www.microsoft...&displaylang=en

assuming that you are trying to install SCCM 2007 sp1 for the first time., you need to download and install the following from technet/msdn

System Center Configuration Manager 2007 with Service Pack 1 (x86) - DVD (English)

the ISO is called

en_system_center_configuration_manager_2007_with_service_pack_1_x86_dvd_x14-66461.iso

do you see that file anywhere ??? the numbers after dvd_ may be different for you...
Microsoft MVP > Enterprise Client Management
My linkedin profile at > linkedin.com
Follow me on Twitter > ncbrady
Follow windowsnoob.com on Twitter > windowsnoob
My blog

#11 preddy

preddy

    Member

  • Members
  • PipPip
  • 12 posts
  • Gender:Male

Posted 29 September 2009 - 09:04 AM

ok

that is only for upgrading an existing SCCM 2007 installation

see > http://www.microsoft...&displaylang=en

assuming that you are trying to install SCCM 2007 sp1 for the first time., you need to download and install the following from technet/msdn

System Center Configuration Manager 2007 with Service Pack 1 (x86) - DVD (English)

the ISO is called

en_system_center_configuration_manager_2007_with_service_pack_1_x86_dvd_x14-66461.iso

do you see that file anywhere ??? the numbers after dvd_ may be different for you...

Hi,

Thank you so much, i am able to install SCCM.

#12 preddy

preddy

    Member

  • Members
  • PipPip
  • 12 posts
  • Gender:Male

Posted 06 October 2009 - 05:15 AM

Hi All,

when i am trying to create a capture media i am receiving error message "Certificates for the default management point are not available (internal error", i think i need add boot media certificates, please advise me how to create certificate.

#13 anyweb

anyweb

    Administrator

  • Root Admin
  • PipPipPip
  • 4,924 posts
  • Gender:Male
  • Location:Sweden
  • Interests:Deploying Operating systems and more with System Center Configuration Manager

Posted 06 October 2009 - 06:35 AM

please raise a new topic in the correct section, this topic is for how to install SCCM 2007 SP1 in Windows Server 2008..
Microsoft MVP > Enterprise Client Management
My linkedin profile at > linkedin.com
Follow me on Twitter > ncbrady
Follow windowsnoob.com on Twitter > windowsnoob
My blog

#14 Wyatt Wong

Wyatt Wong

    Newbie

  • Members
  • Pip
  • 5 posts

Posted 15 July 2010 - 07:11 AM

Do I need to promote the Windows Server 2008 to an Active Directory instead of joining the Windows Server 2008 to an existing Active Directory forest ?

#15 Peter van der Woude

Peter van der Woude

    Advanced Member

  • Moderators
  • PipPipPip
  • 1,641 posts
  • Gender:Male
  • Location:The Netherlands

Posted 15 July 2010 - 08:25 AM

Nope, you can just add it to an existing AD.

My Blog: http://www.petervanderwoude.nl/
Follow me on twitter: pvanderwoude


#16 138car

138car

    Newbie

  • Members
  • Pip
  • 1 posts

Posted 01 October 2010 - 05:41 PM

I followed this guide for my lab build. I was getting pretty frustrated with failures. It turned out my initial extraction of "SCConfigMgr07_EVAL_EN.exe" was corrupt. After I re extracted and ran the setup locally it worked fine.

Great guide.

Thank You!

My lab environment

2003 AD
DL 380 G3 4GB RAM /2003 Server running VMware Server
VM Running 2008 Server SP2, SQL 2008R2 & SCCM

#17 Wyatt Wong

Wyatt Wong

    Newbie

  • Members
  • Pip
  • 5 posts

Posted 06 October 2010 - 12:16 AM

I am using Windows Server 2008 R2 standard edition and when I run the SCCM 2007 Prerequisite checker, I got the following warning:

Posted Image

I followed the URL http://go.microsoft....k/?LinkId=98350

and download the KB941078, however when I try to install it, I got the following error:

Posted Image

How do I resolve this ?

#18 Eswar Koneti

Eswar Koneti

    MCTS

  • Moderators
  • PipPipPip
  • 635 posts
  • Gender:Male
  • Location:Singapore
  • Interests:Computers,Gaming

Posted 06 October 2010 - 04:05 AM

I am using Windows Server 2008 R2 standard edition and when I run the SCCM 2007 Prerequisite checker, I got the following warning:



I followed the URL http://go.microsoft....k/?LinkId=98350

and download the KB941078, however when I try to install it, I got the following error:

Posted Image

How do I resolve this ?


Do you have .NET Framework 2.0 with SP levels installed on the compter ?
try uninstalling the .net framework and installing.
What does the eventvwr says ?
Microsoft Community Contributor Award 2013 - MCTS
Configmgr Blog @ www.eskonr.com
My LinkedIn profile @ linkedin.com

#19 Wyatt Wong

Wyatt Wong

    Newbie

  • Members
  • Pip
  • 5 posts

Posted 06 October 2010 - 04:31 AM

Do you have .NET Framework 2.0 with SP levels installed on the compter ?
try uninstalling the .net framework and installing.
What does the eventvwr says ?


I checked that .NET Framework 2.0 is already installed with Windows Server 2008 R2, I have not applied any SP for the .NET Framework 2.0

Check Event Viewer and no abnormal message.

#20 Peter van der Woude

Peter van der Woude

    Advanced Member

  • Moderators
  • PipPipPip
  • 1,641 posts
  • Gender:Male
  • Location:The Netherlands

Posted 06 October 2010 - 05:05 AM

Are you experiencing that particular issue (about the software updates browse error dialog box) then? Because only then should this update be applied and otherwise its just a waste of your time trying to install it...

My Blog: http://www.petervanderwoude.nl/
Follow me on twitter: pvanderwoude





0 user(s) are reading this topic

0 members, 0 guests, 0 anonymous users

Locations of visitors to this page