SlideShare a Scribd company logo
1 of 17
Download to read offline
Search for:
Advertisement
KB ID 0000297 Dtd 19/07/10
Problem
I had to work out how to do this for a client, and as is my modus operandi, I’ll try and save you some of the pain I
endured,
Products Used
System Center Configuration Manager 2007 SP2 Windows Server 2008 R2 SQL 2008 R2 (At time of writing neither
HomeHome MicrosoftMicrosoft Install SCCM 2007 on Windows Server 2008Install SCCM 2007 on Windows Server 2008
R2 – Step by StepR2 – Step by Step
MicrosoftMicrosoft CiscoCisco VMwareVMware CertificatesCertificates Advertise on PeteNetLiveAdvertise on PeteNetLive The Author ‘Pete Long’The Author ‘Pete Long’ ContactContact ‘The Archives’‘The Archives’
PeteNetLive - KB0000297 - Install SCCM 2007 on Windows Server 200... https://www.petenetlive.com/KB/Article/0000297
1 of 17 9/27/2016 7:48 AM
officially supported or not supported on SCCM)
Note: I was originally going to use SQL 2005 – hence the reason the SQL servers name is SCCM-SQL2005,
however I bit the bullet and used SQL 2008 R2 instead.
Solution
Step 1: SCCM Domain pre install work.
1. Create two groups in Active Directory.
a. sccm administrator group SCCM-ADMIN b. sql administrator group SQL-ADMIN
2. Add both groups to the Domain Admin’s group.
3. Create two new users: sccmadmin and sqladmin.
4. Add sccmadmin to SCCM-ADMIN group and add sqladmin to SQL-ADMIN group.
PeteNetLive - KB0000297 - Install SCCM 2007 on Windows Server 200... https://www.petenetlive.com/KB/Article/0000297
2 of 17 9/27/2016 7:48 AM
Step 2: SCCM Pre requisites
1. Add the IIS (Web Server Role).
2. Add the following IIS Role Services:
a. HTTP redirection. b. ASP.Net
c. Windows Authentication. d. IIS6 Metabase compatibility. e. IIS6 WMI compatibility.
PeteNetLive - KB0000297 - Install SCCM 2007 on Windows Server 200... https://www.petenetlive.com/KB/Article/0000297
3 of 17 9/27/2016 7:48 AM
3. Add the following “server Features”:
a. Background Intelligent Transfer Service. b. Remote Differential Compression.
4. If you are NOT running Windows Server 2008 R2 Download and install WebDav (already included in Windows
Server 2008 R2). If you are running R2 skip to the next step.
5. Server Manager > Roles > Web Server (IIS) > Add Role Services > WebDAV Publishing > Next > Close.
6. To enable WebDav > Start > Administrative Tools > Internet Information Services (IIS) Manager > Expand {server
name} > Sites > Default Web Site > WebDav Authoring Rules.
PeteNetLive - KB0000297 - Install SCCM 2007 on Windows Server 200... https://www.petenetlive.com/KB/Article/0000297
4 of 17 9/27/2016 7:48 AM
7. Select Enable WebDav (On the right hand side).
8. Select add authoring Rule > All Content > All Users > Permissions > Read > OK.
9. Select the rule you have just created > WebDav Settings.
PeteNetLive - KB0000297 - Install SCCM 2007 on Windows Server 200... https://www.petenetlive.com/KB/Article/0000297
5 of 17 9/27/2016 7:48 AM
10. Change “Allow Anonymous Properties Queries” to True > Change “Allow Custom Properties” to False > Change
“Allow Property Query with Infinite Depth” to True > Change “Allow hidden files to be listed” to True > Apply.
11. WSUS needs to installed on the SCCM server – Note Server 2008 R2 needs (WSUS Server Update Services 3.0
SP2). If you try and install SP 1 you will see this error.
12. From the WSUS installation choose “Full server installation” > DO NOT accept the default “Use the existing IIS
Default Web site” > Use “”Create a Windows Server Update Services 3.0 SP2 Web site” (Note: this will use port TCP
8530 by default).
PeteNetLive - KB0000297 - Install SCCM 2007 on Windows Server 200... https://www.petenetlive.com/KB/Article/0000297
6 of 17 9/27/2016 7:48 AM
Step 3: SCCM Install SQL Server.
1. From the SQL install media run setup.exe > Installation > “New Installation or add features to an existing
Installation” > OK.
2. Enter product Key if applicable > Next > “I accept…” > Next > Install > Next > Next.
3. Tick Database Engine Services > Tick Management Tools (Basic and Complete) > Next.
PeteNetLive - KB0000297 - Install SCCM 2007 on Windows Server 200... https://www.petenetlive.com/KB/Article/0000297
7 of 17 9/27/2016 7:48 AM
4. Next > Accept the defaults > Next > Next.
5. On the Server configuration Page > Select “Use the same account for all SQL Server services > Select the User
you created originally (sqladmin) > Set the SQL Server Agent and SQL Server Database Engine Startup type to
“Automatic” > Next.
6. Accept “Windows Authentication” > Add in your SCCM-ADMIN group and SQL-ADMIN group > Next > Next >
Next > Install.
7. When it’s completed click close.
PeteNetLive - KB0000297 - Install SCCM 2007 on Windows Server 200... https://www.petenetlive.com/KB/Article/0000297
8 of 17 9/27/2016 7:48 AM
Step 4: Prepare Active Directory for SCCM
1. Extend the schema > From the install media > SMSSETUP > BIN > 1386 > extadsch.exe
2. Check the above was successful by opening the c:extADsch.txt file it should say “”successfully extended the
Active Directory Schema”.
3. We now need to create some active directory objects go to a domain controller > Start > Administrative tools >
ADSI Edit > Action > connect to > leave everything on its defaults > OK.
PeteNetLive - KB0000297 - Install SCCM 2007 on Windows Server 200... https://www.petenetlive.com/KB/Article/0000297
9 of 17 9/27/2016 7:48 AM
4. Expand the Default naming context > Expand your domain name > Right click “system” > New > Object >
Container > Next.
5. Call it “System Management” > Next > Finish > Close ADSI Edit.
6. Still on the domain controller > Start > dsa.msc {enter} > View > Advanced.
PeteNetLive - KB0000297 - Install SCCM 2007 on Windows Server 200... https://www.petenetlive.com/KB/Article/0000297
10 of 17 9/27/2016 7:48 AM
7. Expand “system” > Locate the container you created “System Management” > right click it and select properties
> Security Tab > Add > Object Types > Tick Computers > OK.
8. Click Advanced > Find Now > Locate and add the SCCM-ADMIN group you created earlier > Also add the SCCM
Server itself > OK.
9. Grant allow “Full Control” to both the SCCM admin group and the SCCMserver.
PeteNetLive - KB0000297 - Install SCCM 2007 on Windows Server 200... https://www.petenetlive.com/KB/Article/0000297
11 of 17 9/27/2016 7:48 AM
10. Now click advanced > Select the SCCM-ADMIN group > Edit.
11. Change the “Apply to” section from “This object only” to “This object and all descendant objects” > OK > Apply >
OK.
12. Repeat the above for the SCCM-Server object.
PeteNetLive - KB0000297 - Install SCCM 2007 on Windows Server 200... https://www.petenetlive.com/KB/Article/0000297
12 of 17 9/27/2016 7:48 AM
Step 5: Install SCCM
1. Log on as the sccadmin user.
2. From within the SCCM setup media run splash.hta > Run the Pre requisite checker > Enter the SQL Server name
> SCCM server name and the FQDN of the SCCM server > OK.
3. Note If you cannot talk to the SQL server then check that the Windows firewall is not blocking you (on the SQL
server Start > run > firewall.cpl > Turn it off).
4. All being well it should say “All required pre requisite tests have completed successfully” > OK.
PeteNetLive - KB0000297 - Install SCCM 2007 on Windows Server 200... https://www.petenetlive.com/KB/Article/0000297
13 of 17 9/27/2016 7:48 AM
5. Re-run Splash.hta > This time choose > Install configuration Manager 2007 SP2 > Next > “Install Configuration
Manager site Server > Next.
6. Tick “I accept these License terms > Next > Custom Install > Next > Primary Site > Next > Next > enter unlock
code is applicable > Next > Accept/change the install directory > Next > Enter a Site code and friendly name >
Next.
DO NOT ever try and change this code and don’t forget it!!
7. Change the Site mode to “Configuration Manager Mixed Mode” (Native mode requires certificate services and
considerably more work). > Next.
PeteNetLive - KB0000297 - Install SCCM 2007 on Windows Server 200... https://www.petenetlive.com/KB/Article/0000297
14 of 17 9/27/2016 7:48 AM
8. Accept the defaults (everything except NAP) > Next.
9. Enter your SQL server name > Next > Next > Next > Next > Next.
10. Select a location to install the updates to > Next.
PeteNetLive - KB0000297 - Install SCCM 2007 on Windows Server 200... https://www.petenetlive.com/KB/Article/0000297
15 of 17 9/27/2016 7:48 AM
11. Updates will download this may take some time > when finished it should say it was successful > OK > Next.
12. It will run the pre requisite check again > when finished click begin install.
13. When finished click Next > Finish.
PeteNetLive - KB0000297 - Install SCCM 2007 on Windows Server 200... https://www.petenetlive.com/KB/Article/0000297
16 of 17 9/27/2016 7:48 AM
14.Now you need to send out the clients and configure SCCM, I’ll cover that in a later article.
Related Articles, References, Credits, or External Links
SCCM 2007 Initial Setup and Configuration
SCCM OSD Capture a Windows 7 Reference Machine
Copyright PeteNetLive © 2016
PeteNetLive - KB0000297 - Install SCCM 2007 on Windows Server 200... https://www.petenetlive.com/KB/Article/0000297
17 of 17 9/27/2016 7:48 AM

More Related Content

What's hot

Installing Websphere Portal in the IBM Smartcloud
Installing Websphere Portal in the IBM SmartcloudInstalling Websphere Portal in the IBM Smartcloud
Installing Websphere Portal in the IBM SmartcloudDjalma Britto
 
O C S Inventory N G Installation And Administration Guide 1
O C S  Inventory  N G  Installation And  Administration  Guide 1O C S  Inventory  N G  Installation And  Administration  Guide 1
O C S Inventory N G Installation And Administration Guide 1rossodavide
 
Addmi 04-va installation
Addmi 04-va installationAddmi 04-va installation
Addmi 04-va installationodanyboy
 
ELW_Symantec_SD 7 1 Upgrade and Install_Draft1_Charles_edited
ELW_Symantec_SD 7 1 Upgrade and Install_Draft1_Charles_editedELW_Symantec_SD 7 1 Upgrade and Install_Draft1_Charles_edited
ELW_Symantec_SD 7 1 Upgrade and Install_Draft1_Charles_editedElizabeth Wilcox
 
vRealize Operations (vROps) Management Pack for Citrix XenDesktop Installatio...
vRealize Operations (vROps) Management Pack for Citrix XenDesktop Installatio...vRealize Operations (vROps) Management Pack for Citrix XenDesktop Installatio...
vRealize Operations (vROps) Management Pack for Citrix XenDesktop Installatio...Blue Medora
 
Microsoft exchange-server-2013-installation
Microsoft exchange-server-2013-installationMicrosoft exchange-server-2013-installation
Microsoft exchange-server-2013-installationtakdirlovely09
 
ESX Server 3i Installable Setup Guide
ESX Server 3i Installable Setup GuideESX Server 3i Installable Setup Guide
ESX Server 3i Installable Setup Guidewebhostingguy
 
Obiee installation guide v2
Obiee installation guide v2Obiee installation guide v2
Obiee installation guide v2Amit Sharma
 
Obiee 11g installation
Obiee 11g installationObiee 11g installation
Obiee 11g installationAmit Sharma
 
(CRUD) How To Connect To Microsoft Access Database Insert Update Delete Clear...
(CRUD) How To Connect To Microsoft Access Database Insert Update Delete Clear...(CRUD) How To Connect To Microsoft Access Database Insert Update Delete Clear...
(CRUD) How To Connect To Microsoft Access Database Insert Update Delete Clear...mauricemuteti2015
 
( 16 ) Office 2007 Create An Extranet Site With Forms Authentication
( 16 ) Office 2007   Create An Extranet Site With Forms Authentication( 16 ) Office 2007   Create An Extranet Site With Forms Authentication
( 16 ) Office 2007 Create An Extranet Site With Forms AuthenticationLiquidHub
 
( 1 ) Office 2007 Installation
( 1 ) Office 2007   Installation( 1 ) Office 2007   Installation
( 1 ) Office 2007 InstallationLiquidHub
 
obiee 12c installation guidelines
obiee 12c installation guidelinesobiee 12c installation guidelines
obiee 12c installation guidelineskumud thakur
 
Inmagic Content Server Enterprise/Standard v1.3 Install Notes
Inmagic Content Server Enterprise/Standard v1.3 Install NotesInmagic Content Server Enterprise/Standard v1.3 Install Notes
Inmagic Content Server Enterprise/Standard v1.3 Install Noteswebhostingguy
 
NT341 Mail Server Integration
NT341 Mail Server IntegrationNT341 Mail Server Integration
NT341 Mail Server IntegrationRyan Ellingson
 

What's hot (20)

Installing Websphere Portal in the IBM Smartcloud
Installing Websphere Portal in the IBM SmartcloudInstalling Websphere Portal in the IBM Smartcloud
Installing Websphere Portal in the IBM Smartcloud
 
Share point
Share pointShare point
Share point
 
O C S Inventory N G Installation And Administration Guide 1
O C S  Inventory  N G  Installation And  Administration  Guide 1O C S  Inventory  N G  Installation And  Administration  Guide 1
O C S Inventory N G Installation And Administration Guide 1
 
V mware view 4
V mware view 4V mware view 4
V mware view 4
 
How To Install Windows 11
How To Install Windows 11How To Install Windows 11
How To Install Windows 11
 
KB Article 1-FINAL
KB Article 1-FINALKB Article 1-FINAL
KB Article 1-FINAL
 
Addmi 04-va installation
Addmi 04-va installationAddmi 04-va installation
Addmi 04-va installation
 
ELW_Symantec_SD 7 1 Upgrade and Install_Draft1_Charles_edited
ELW_Symantec_SD 7 1 Upgrade and Install_Draft1_Charles_editedELW_Symantec_SD 7 1 Upgrade and Install_Draft1_Charles_edited
ELW_Symantec_SD 7 1 Upgrade and Install_Draft1_Charles_edited
 
2. install os
2. install os2. install os
2. install os
 
vRealize Operations (vROps) Management Pack for Citrix XenDesktop Installatio...
vRealize Operations (vROps) Management Pack for Citrix XenDesktop Installatio...vRealize Operations (vROps) Management Pack for Citrix XenDesktop Installatio...
vRealize Operations (vROps) Management Pack for Citrix XenDesktop Installatio...
 
Microsoft exchange-server-2013-installation
Microsoft exchange-server-2013-installationMicrosoft exchange-server-2013-installation
Microsoft exchange-server-2013-installation
 
ESX Server 3i Installable Setup Guide
ESX Server 3i Installable Setup GuideESX Server 3i Installable Setup Guide
ESX Server 3i Installable Setup Guide
 
Obiee installation guide v2
Obiee installation guide v2Obiee installation guide v2
Obiee installation guide v2
 
Obiee 11g installation
Obiee 11g installationObiee 11g installation
Obiee 11g installation
 
(CRUD) How To Connect To Microsoft Access Database Insert Update Delete Clear...
(CRUD) How To Connect To Microsoft Access Database Insert Update Delete Clear...(CRUD) How To Connect To Microsoft Access Database Insert Update Delete Clear...
(CRUD) How To Connect To Microsoft Access Database Insert Update Delete Clear...
 
( 16 ) Office 2007 Create An Extranet Site With Forms Authentication
( 16 ) Office 2007   Create An Extranet Site With Forms Authentication( 16 ) Office 2007   Create An Extranet Site With Forms Authentication
( 16 ) Office 2007 Create An Extranet Site With Forms Authentication
 
( 1 ) Office 2007 Installation
( 1 ) Office 2007   Installation( 1 ) Office 2007   Installation
( 1 ) Office 2007 Installation
 
obiee 12c installation guidelines
obiee 12c installation guidelinesobiee 12c installation guidelines
obiee 12c installation guidelines
 
Inmagic Content Server Enterprise/Standard v1.3 Install Notes
Inmagic Content Server Enterprise/Standard v1.3 Install NotesInmagic Content Server Enterprise/Standard v1.3 Install Notes
Inmagic Content Server Enterprise/Standard v1.3 Install Notes
 
NT341 Mail Server Integration
NT341 Mail Server IntegrationNT341 Mail Server Integration
NT341 Mail Server Integration
 

Similar to Install sccm 2007 on windows server 2008 r2 – step by step

SOP - 2013 Server Build
SOP - 2013 Server BuildSOP - 2013 Server Build
SOP - 2013 Server BuildRobert Jones
 
Microsoft System Center Operation Manager 2012 Beta Installation
Microsoft System Center Operation Manager 2012 Beta InstallationMicrosoft System Center Operation Manager 2012 Beta Installation
Microsoft System Center Operation Manager 2012 Beta InstallationShahab Al Yamin Chawdhury
 
Configuration manager
Configuration managerConfiguration manager
Configuration managerRaghu nath
 
VMukti SQL Server Configuration during server installation For V1034 to V1038
VMukti SQL Server Configuration during server installation For V1034 to V1038VMukti SQL Server Configuration during server installation For V1034 to V1038
VMukti SQL Server Configuration during server installation For V1034 to V1038vmukti
 
Configuration manager
Configuration managerConfiguration manager
Configuration managerRaghu nath
 
Epm 1 2_2_instl_config
Epm 1 2_2_instl_configEpm 1 2_2_instl_config
Epm 1 2_2_instl_configDeeksha Gupta
 
Step by step installation of microsoft dynamics 365 finance and operations on...
Step by step installation of microsoft dynamics 365 finance and operations on...Step by step installation of microsoft dynamics 365 finance and operations on...
Step by step installation of microsoft dynamics 365 finance and operations on...Umesh Pandit
 
Monitoring Windows Server Systems Demo Setup
Monitoring Windows Server Systems Demo SetupMonitoring Windows Server Systems Demo Setup
Monitoring Windows Server Systems Demo SetupMicrosoft TechNet
 
SCUGBE_Lowlands_Unite_2017_Servicing your new Windows workplace like a boss.
SCUGBE_Lowlands_Unite_2017_Servicing your new Windows workplace like a boss.SCUGBE_Lowlands_Unite_2017_Servicing your new Windows workplace like a boss.
SCUGBE_Lowlands_Unite_2017_Servicing your new Windows workplace like a boss.Kenny Buntinx
 
Installing web sphere application server v7 on red hat enterprise linux v6.3
Installing web sphere application server v7 on red hat enterprise linux v6.3Installing web sphere application server v7 on red hat enterprise linux v6.3
Installing web sphere application server v7 on red hat enterprise linux v6.3Dave Hay
 
VMukti IIS Configuration during server installation For V1034 to V1038
VMukti IIS Configuration during server installation For V1034 to V1038VMukti IIS Configuration during server installation For V1034 to V1038
VMukti IIS Configuration during server installation For V1034 to V1038vmukti
 
Kl 031.30 eng_class_setup_guide_1.2
Kl 031.30 eng_class_setup_guide_1.2Kl 031.30 eng_class_setup_guide_1.2
Kl 031.30 eng_class_setup_guide_1.2Freddy Ortiz
 
Migrating dhcp from windows server 2003 to 2012 r2
Migrating dhcp from windows server 2003 to 2012 r2Migrating dhcp from windows server 2003 to 2012 r2
Migrating dhcp from windows server 2003 to 2012 r2laonap166
 
SQL Server 2000 Installation Rollout Backout Plan
SQL Server 2000 Installation Rollout Backout PlanSQL Server 2000 Installation Rollout Backout Plan
SQL Server 2000 Installation Rollout Backout Plan► Supreme Mandal ◄
 
Sdwest2008 V101 F Dpowerpoint Final
Sdwest2008 V101 F Dpowerpoint FinalSdwest2008 V101 F Dpowerpoint Final
Sdwest2008 V101 F Dpowerpoint FinalStephen Rose
 
Windows Server Core : environnement pour SQL Server 2012 - Stéphane Haby - db...
Windows Server Core : environnement pour SQL Server 2012 - Stéphane Haby - db...Windows Server Core : environnement pour SQL Server 2012 - Stéphane Haby - db...
Windows Server Core : environnement pour SQL Server 2012 - Stéphane Haby - db...dbi services
 
1 y0 201 citrix xendesktop exam
1 y0 201 citrix xendesktop exam1 y0 201 citrix xendesktop exam
1 y0 201 citrix xendesktop examadam_jhon
 
Arcelor Mittal intern
Arcelor Mittal internArcelor Mittal intern
Arcelor Mittal internAnshul Jain
 

Similar to Install sccm 2007 on windows server 2008 r2 – step by step (20)

SOP - 2013 Server Build
SOP - 2013 Server BuildSOP - 2013 Server Build
SOP - 2013 Server Build
 
Microsoft Lync Server 2010 Installation
Microsoft Lync Server 2010 InstallationMicrosoft Lync Server 2010 Installation
Microsoft Lync Server 2010 Installation
 
Microsoft System Center Operation Manager 2012 Beta Installation
Microsoft System Center Operation Manager 2012 Beta InstallationMicrosoft System Center Operation Manager 2012 Beta Installation
Microsoft System Center Operation Manager 2012 Beta Installation
 
Configuration manager
Configuration managerConfiguration manager
Configuration manager
 
VMukti SQL Server Configuration during server installation For V1034 to V1038
VMukti SQL Server Configuration during server installation For V1034 to V1038VMukti SQL Server Configuration during server installation For V1034 to V1038
VMukti SQL Server Configuration during server installation For V1034 to V1038
 
Configuration manager
Configuration managerConfiguration manager
Configuration manager
 
Epm 1 2_2_instl_config
Epm 1 2_2_instl_configEpm 1 2_2_instl_config
Epm 1 2_2_instl_config
 
Step by step installation of microsoft dynamics 365 finance and operations on...
Step by step installation of microsoft dynamics 365 finance and operations on...Step by step installation of microsoft dynamics 365 finance and operations on...
Step by step installation of microsoft dynamics 365 finance and operations on...
 
Monitoring Windows Server Systems Demo Setup
Monitoring Windows Server Systems Demo SetupMonitoring Windows Server Systems Demo Setup
Monitoring Windows Server Systems Demo Setup
 
SCUGBE_Lowlands_Unite_2017_Servicing your new Windows workplace like a boss.
SCUGBE_Lowlands_Unite_2017_Servicing your new Windows workplace like a boss.SCUGBE_Lowlands_Unite_2017_Servicing your new Windows workplace like a boss.
SCUGBE_Lowlands_Unite_2017_Servicing your new Windows workplace like a boss.
 
Installing web sphere application server v7 on red hat enterprise linux v6.3
Installing web sphere application server v7 on red hat enterprise linux v6.3Installing web sphere application server v7 on red hat enterprise linux v6.3
Installing web sphere application server v7 on red hat enterprise linux v6.3
 
VMukti IIS Configuration during server installation For V1034 to V1038
VMukti IIS Configuration during server installation For V1034 to V1038VMukti IIS Configuration during server installation For V1034 to V1038
VMukti IIS Configuration during server installation For V1034 to V1038
 
MCITP
MCITPMCITP
MCITP
 
Kl 031.30 eng_class_setup_guide_1.2
Kl 031.30 eng_class_setup_guide_1.2Kl 031.30 eng_class_setup_guide_1.2
Kl 031.30 eng_class_setup_guide_1.2
 
Migrating dhcp from windows server 2003 to 2012 r2
Migrating dhcp from windows server 2003 to 2012 r2Migrating dhcp from windows server 2003 to 2012 r2
Migrating dhcp from windows server 2003 to 2012 r2
 
SQL Server 2000 Installation Rollout Backout Plan
SQL Server 2000 Installation Rollout Backout PlanSQL Server 2000 Installation Rollout Backout Plan
SQL Server 2000 Installation Rollout Backout Plan
 
Sdwest2008 V101 F Dpowerpoint Final
Sdwest2008 V101 F Dpowerpoint FinalSdwest2008 V101 F Dpowerpoint Final
Sdwest2008 V101 F Dpowerpoint Final
 
Windows Server Core : environnement pour SQL Server 2012 - Stéphane Haby - db...
Windows Server Core : environnement pour SQL Server 2012 - Stéphane Haby - db...Windows Server Core : environnement pour SQL Server 2012 - Stéphane Haby - db...
Windows Server Core : environnement pour SQL Server 2012 - Stéphane Haby - db...
 
1 y0 201 citrix xendesktop exam
1 y0 201 citrix xendesktop exam1 y0 201 citrix xendesktop exam
1 y0 201 citrix xendesktop exam
 
Arcelor Mittal intern
Arcelor Mittal internArcelor Mittal intern
Arcelor Mittal intern
 

Recently uploaded

KubeKraft presentation @CloudNativeHooghly
KubeKraft presentation @CloudNativeHooghlyKubeKraft presentation @CloudNativeHooghly
KubeKraft presentation @CloudNativeHooghlysanyuktamishra911
 
Top Rated Pune Call Girls Budhwar Peth ⟟ 6297143586 ⟟ Call Me For Genuine Se...
Top Rated  Pune Call Girls Budhwar Peth ⟟ 6297143586 ⟟ Call Me For Genuine Se...Top Rated  Pune Call Girls Budhwar Peth ⟟ 6297143586 ⟟ Call Me For Genuine Se...
Top Rated Pune Call Girls Budhwar Peth ⟟ 6297143586 ⟟ Call Me For Genuine Se...Call Girls in Nagpur High Profile
 
(MEERA) Dapodi Call Girls Just Call 7001035870 [ Cash on Delivery ] Pune Escorts
(MEERA) Dapodi Call Girls Just Call 7001035870 [ Cash on Delivery ] Pune Escorts(MEERA) Dapodi Call Girls Just Call 7001035870 [ Cash on Delivery ] Pune Escorts
(MEERA) Dapodi Call Girls Just Call 7001035870 [ Cash on Delivery ] Pune Escortsranjana rawat
 
College Call Girls Nashik Nehal 7001305949 Independent Escort Service Nashik
College Call Girls Nashik Nehal 7001305949 Independent Escort Service NashikCollege Call Girls Nashik Nehal 7001305949 Independent Escort Service Nashik
College Call Girls Nashik Nehal 7001305949 Independent Escort Service NashikCall Girls in Nagpur High Profile
 
MANUFACTURING PROCESS-II UNIT-2 LATHE MACHINE
MANUFACTURING PROCESS-II UNIT-2 LATHE MACHINEMANUFACTURING PROCESS-II UNIT-2 LATHE MACHINE
MANUFACTURING PROCESS-II UNIT-2 LATHE MACHINESIVASHANKAR N
 
MANUFACTURING PROCESS-II UNIT-5 NC MACHINE TOOLS
MANUFACTURING PROCESS-II UNIT-5 NC MACHINE TOOLSMANUFACTURING PROCESS-II UNIT-5 NC MACHINE TOOLS
MANUFACTURING PROCESS-II UNIT-5 NC MACHINE TOOLSSIVASHANKAR N
 
(SHREYA) Chakan Call Girls Just Call 7001035870 [ Cash on Delivery ] Pune Esc...
(SHREYA) Chakan Call Girls Just Call 7001035870 [ Cash on Delivery ] Pune Esc...(SHREYA) Chakan Call Girls Just Call 7001035870 [ Cash on Delivery ] Pune Esc...
(SHREYA) Chakan Call Girls Just Call 7001035870 [ Cash on Delivery ] Pune Esc...ranjana rawat
 
AKTU Computer Networks notes --- Unit 3.pdf
AKTU Computer Networks notes ---  Unit 3.pdfAKTU Computer Networks notes ---  Unit 3.pdf
AKTU Computer Networks notes --- Unit 3.pdfankushspencer015
 
High Profile Call Girls Nagpur Isha Call 7001035870 Meet With Nagpur Escorts
High Profile Call Girls Nagpur Isha Call 7001035870 Meet With Nagpur EscortsHigh Profile Call Girls Nagpur Isha Call 7001035870 Meet With Nagpur Escorts
High Profile Call Girls Nagpur Isha Call 7001035870 Meet With Nagpur Escortsranjana rawat
 
Sheet Pile Wall Design and Construction: A Practical Guide for Civil Engineer...
Sheet Pile Wall Design and Construction: A Practical Guide for Civil Engineer...Sheet Pile Wall Design and Construction: A Practical Guide for Civil Engineer...
Sheet Pile Wall Design and Construction: A Practical Guide for Civil Engineer...Dr.Costas Sachpazis
 
result management system report for college project
result management system report for college projectresult management system report for college project
result management system report for college projectTonystark477637
 
APPLICATIONS-AC/DC DRIVES-OPERATING CHARACTERISTICS
APPLICATIONS-AC/DC DRIVES-OPERATING CHARACTERISTICSAPPLICATIONS-AC/DC DRIVES-OPERATING CHARACTERISTICS
APPLICATIONS-AC/DC DRIVES-OPERATING CHARACTERISTICSKurinjimalarL3
 
The Most Attractive Pune Call Girls Manchar 8250192130 Will You Miss This Cha...
The Most Attractive Pune Call Girls Manchar 8250192130 Will You Miss This Cha...The Most Attractive Pune Call Girls Manchar 8250192130 Will You Miss This Cha...
The Most Attractive Pune Call Girls Manchar 8250192130 Will You Miss This Cha...ranjana rawat
 
Structural Analysis and Design of Foundations: A Comprehensive Handbook for S...
Structural Analysis and Design of Foundations: A Comprehensive Handbook for S...Structural Analysis and Design of Foundations: A Comprehensive Handbook for S...
Structural Analysis and Design of Foundations: A Comprehensive Handbook for S...Dr.Costas Sachpazis
 
VIP Call Girls Service Kondapur Hyderabad Call +91-8250192130
VIP Call Girls Service Kondapur Hyderabad Call +91-8250192130VIP Call Girls Service Kondapur Hyderabad Call +91-8250192130
VIP Call Girls Service Kondapur Hyderabad Call +91-8250192130Suhani Kapoor
 
Call for Papers - Educational Administration: Theory and Practice, E-ISSN: 21...
Call for Papers - Educational Administration: Theory and Practice, E-ISSN: 21...Call for Papers - Educational Administration: Theory and Practice, E-ISSN: 21...
Call for Papers - Educational Administration: Theory and Practice, E-ISSN: 21...Christo Ananth
 
Call Girls Pimpri Chinchwad Call Me 7737669865 Budget Friendly No Advance Boo...
Call Girls Pimpri Chinchwad Call Me 7737669865 Budget Friendly No Advance Boo...Call Girls Pimpri Chinchwad Call Me 7737669865 Budget Friendly No Advance Boo...
Call Girls Pimpri Chinchwad Call Me 7737669865 Budget Friendly No Advance Boo...roncy bisnoi
 
Call Girls Service Nagpur Tanvi Call 7001035870 Meet With Nagpur Escorts
Call Girls Service Nagpur Tanvi Call 7001035870 Meet With Nagpur EscortsCall Girls Service Nagpur Tanvi Call 7001035870 Meet With Nagpur Escorts
Call Girls Service Nagpur Tanvi Call 7001035870 Meet With Nagpur EscortsCall Girls in Nagpur High Profile
 
HARDNESS, FRACTURE TOUGHNESS AND STRENGTH OF CERAMICS
HARDNESS, FRACTURE TOUGHNESS AND STRENGTH OF CERAMICSHARDNESS, FRACTURE TOUGHNESS AND STRENGTH OF CERAMICS
HARDNESS, FRACTURE TOUGHNESS AND STRENGTH OF CERAMICSRajkumarAkumalla
 
Call Girls Service Nashik Vaishnavi 7001305949 Independent Escort Service Nashik
Call Girls Service Nashik Vaishnavi 7001305949 Independent Escort Service NashikCall Girls Service Nashik Vaishnavi 7001305949 Independent Escort Service Nashik
Call Girls Service Nashik Vaishnavi 7001305949 Independent Escort Service NashikCall Girls in Nagpur High Profile
 

Recently uploaded (20)

KubeKraft presentation @CloudNativeHooghly
KubeKraft presentation @CloudNativeHooghlyKubeKraft presentation @CloudNativeHooghly
KubeKraft presentation @CloudNativeHooghly
 
Top Rated Pune Call Girls Budhwar Peth ⟟ 6297143586 ⟟ Call Me For Genuine Se...
Top Rated  Pune Call Girls Budhwar Peth ⟟ 6297143586 ⟟ Call Me For Genuine Se...Top Rated  Pune Call Girls Budhwar Peth ⟟ 6297143586 ⟟ Call Me For Genuine Se...
Top Rated Pune Call Girls Budhwar Peth ⟟ 6297143586 ⟟ Call Me For Genuine Se...
 
(MEERA) Dapodi Call Girls Just Call 7001035870 [ Cash on Delivery ] Pune Escorts
(MEERA) Dapodi Call Girls Just Call 7001035870 [ Cash on Delivery ] Pune Escorts(MEERA) Dapodi Call Girls Just Call 7001035870 [ Cash on Delivery ] Pune Escorts
(MEERA) Dapodi Call Girls Just Call 7001035870 [ Cash on Delivery ] Pune Escorts
 
College Call Girls Nashik Nehal 7001305949 Independent Escort Service Nashik
College Call Girls Nashik Nehal 7001305949 Independent Escort Service NashikCollege Call Girls Nashik Nehal 7001305949 Independent Escort Service Nashik
College Call Girls Nashik Nehal 7001305949 Independent Escort Service Nashik
 
MANUFACTURING PROCESS-II UNIT-2 LATHE MACHINE
MANUFACTURING PROCESS-II UNIT-2 LATHE MACHINEMANUFACTURING PROCESS-II UNIT-2 LATHE MACHINE
MANUFACTURING PROCESS-II UNIT-2 LATHE MACHINE
 
MANUFACTURING PROCESS-II UNIT-5 NC MACHINE TOOLS
MANUFACTURING PROCESS-II UNIT-5 NC MACHINE TOOLSMANUFACTURING PROCESS-II UNIT-5 NC MACHINE TOOLS
MANUFACTURING PROCESS-II UNIT-5 NC MACHINE TOOLS
 
(SHREYA) Chakan Call Girls Just Call 7001035870 [ Cash on Delivery ] Pune Esc...
(SHREYA) Chakan Call Girls Just Call 7001035870 [ Cash on Delivery ] Pune Esc...(SHREYA) Chakan Call Girls Just Call 7001035870 [ Cash on Delivery ] Pune Esc...
(SHREYA) Chakan Call Girls Just Call 7001035870 [ Cash on Delivery ] Pune Esc...
 
AKTU Computer Networks notes --- Unit 3.pdf
AKTU Computer Networks notes ---  Unit 3.pdfAKTU Computer Networks notes ---  Unit 3.pdf
AKTU Computer Networks notes --- Unit 3.pdf
 
High Profile Call Girls Nagpur Isha Call 7001035870 Meet With Nagpur Escorts
High Profile Call Girls Nagpur Isha Call 7001035870 Meet With Nagpur EscortsHigh Profile Call Girls Nagpur Isha Call 7001035870 Meet With Nagpur Escorts
High Profile Call Girls Nagpur Isha Call 7001035870 Meet With Nagpur Escorts
 
Sheet Pile Wall Design and Construction: A Practical Guide for Civil Engineer...
Sheet Pile Wall Design and Construction: A Practical Guide for Civil Engineer...Sheet Pile Wall Design and Construction: A Practical Guide for Civil Engineer...
Sheet Pile Wall Design and Construction: A Practical Guide for Civil Engineer...
 
result management system report for college project
result management system report for college projectresult management system report for college project
result management system report for college project
 
APPLICATIONS-AC/DC DRIVES-OPERATING CHARACTERISTICS
APPLICATIONS-AC/DC DRIVES-OPERATING CHARACTERISTICSAPPLICATIONS-AC/DC DRIVES-OPERATING CHARACTERISTICS
APPLICATIONS-AC/DC DRIVES-OPERATING CHARACTERISTICS
 
The Most Attractive Pune Call Girls Manchar 8250192130 Will You Miss This Cha...
The Most Attractive Pune Call Girls Manchar 8250192130 Will You Miss This Cha...The Most Attractive Pune Call Girls Manchar 8250192130 Will You Miss This Cha...
The Most Attractive Pune Call Girls Manchar 8250192130 Will You Miss This Cha...
 
Structural Analysis and Design of Foundations: A Comprehensive Handbook for S...
Structural Analysis and Design of Foundations: A Comprehensive Handbook for S...Structural Analysis and Design of Foundations: A Comprehensive Handbook for S...
Structural Analysis and Design of Foundations: A Comprehensive Handbook for S...
 
VIP Call Girls Service Kondapur Hyderabad Call +91-8250192130
VIP Call Girls Service Kondapur Hyderabad Call +91-8250192130VIP Call Girls Service Kondapur Hyderabad Call +91-8250192130
VIP Call Girls Service Kondapur Hyderabad Call +91-8250192130
 
Call for Papers - Educational Administration: Theory and Practice, E-ISSN: 21...
Call for Papers - Educational Administration: Theory and Practice, E-ISSN: 21...Call for Papers - Educational Administration: Theory and Practice, E-ISSN: 21...
Call for Papers - Educational Administration: Theory and Practice, E-ISSN: 21...
 
Call Girls Pimpri Chinchwad Call Me 7737669865 Budget Friendly No Advance Boo...
Call Girls Pimpri Chinchwad Call Me 7737669865 Budget Friendly No Advance Boo...Call Girls Pimpri Chinchwad Call Me 7737669865 Budget Friendly No Advance Boo...
Call Girls Pimpri Chinchwad Call Me 7737669865 Budget Friendly No Advance Boo...
 
Call Girls Service Nagpur Tanvi Call 7001035870 Meet With Nagpur Escorts
Call Girls Service Nagpur Tanvi Call 7001035870 Meet With Nagpur EscortsCall Girls Service Nagpur Tanvi Call 7001035870 Meet With Nagpur Escorts
Call Girls Service Nagpur Tanvi Call 7001035870 Meet With Nagpur Escorts
 
HARDNESS, FRACTURE TOUGHNESS AND STRENGTH OF CERAMICS
HARDNESS, FRACTURE TOUGHNESS AND STRENGTH OF CERAMICSHARDNESS, FRACTURE TOUGHNESS AND STRENGTH OF CERAMICS
HARDNESS, FRACTURE TOUGHNESS AND STRENGTH OF CERAMICS
 
Call Girls Service Nashik Vaishnavi 7001305949 Independent Escort Service Nashik
Call Girls Service Nashik Vaishnavi 7001305949 Independent Escort Service NashikCall Girls Service Nashik Vaishnavi 7001305949 Independent Escort Service Nashik
Call Girls Service Nashik Vaishnavi 7001305949 Independent Escort Service Nashik
 

Install sccm 2007 on windows server 2008 r2 – step by step

  • 1. Search for: Advertisement KB ID 0000297 Dtd 19/07/10 Problem I had to work out how to do this for a client, and as is my modus operandi, I’ll try and save you some of the pain I endured, Products Used System Center Configuration Manager 2007 SP2 Windows Server 2008 R2 SQL 2008 R2 (At time of writing neither HomeHome MicrosoftMicrosoft Install SCCM 2007 on Windows Server 2008Install SCCM 2007 on Windows Server 2008 R2 – Step by StepR2 – Step by Step MicrosoftMicrosoft CiscoCisco VMwareVMware CertificatesCertificates Advertise on PeteNetLiveAdvertise on PeteNetLive The Author ‘Pete Long’The Author ‘Pete Long’ ContactContact ‘The Archives’‘The Archives’ PeteNetLive - KB0000297 - Install SCCM 2007 on Windows Server 200... https://www.petenetlive.com/KB/Article/0000297 1 of 17 9/27/2016 7:48 AM
  • 2. officially supported or not supported on SCCM) Note: I was originally going to use SQL 2005 – hence the reason the SQL servers name is SCCM-SQL2005, however I bit the bullet and used SQL 2008 R2 instead. Solution Step 1: SCCM Domain pre install work. 1. Create two groups in Active Directory. a. sccm administrator group SCCM-ADMIN b. sql administrator group SQL-ADMIN 2. Add both groups to the Domain Admin’s group. 3. Create two new users: sccmadmin and sqladmin. 4. Add sccmadmin to SCCM-ADMIN group and add sqladmin to SQL-ADMIN group. PeteNetLive - KB0000297 - Install SCCM 2007 on Windows Server 200... https://www.petenetlive.com/KB/Article/0000297 2 of 17 9/27/2016 7:48 AM
  • 3. Step 2: SCCM Pre requisites 1. Add the IIS (Web Server Role). 2. Add the following IIS Role Services: a. HTTP redirection. b. ASP.Net c. Windows Authentication. d. IIS6 Metabase compatibility. e. IIS6 WMI compatibility. PeteNetLive - KB0000297 - Install SCCM 2007 on Windows Server 200... https://www.petenetlive.com/KB/Article/0000297 3 of 17 9/27/2016 7:48 AM
  • 4. 3. Add the following “server Features”: a. Background Intelligent Transfer Service. b. Remote Differential Compression. 4. If you are NOT running Windows Server 2008 R2 Download and install WebDav (already included in Windows Server 2008 R2). If you are running R2 skip to the next step. 5. Server Manager > Roles > Web Server (IIS) > Add Role Services > WebDAV Publishing > Next > Close. 6. To enable WebDav > Start > Administrative Tools > Internet Information Services (IIS) Manager > Expand {server name} > Sites > Default Web Site > WebDav Authoring Rules. PeteNetLive - KB0000297 - Install SCCM 2007 on Windows Server 200... https://www.petenetlive.com/KB/Article/0000297 4 of 17 9/27/2016 7:48 AM
  • 5. 7. Select Enable WebDav (On the right hand side). 8. Select add authoring Rule > All Content > All Users > Permissions > Read > OK. 9. Select the rule you have just created > WebDav Settings. PeteNetLive - KB0000297 - Install SCCM 2007 on Windows Server 200... https://www.petenetlive.com/KB/Article/0000297 5 of 17 9/27/2016 7:48 AM
  • 6. 10. Change “Allow Anonymous Properties Queries” to True > Change “Allow Custom Properties” to False > Change “Allow Property Query with Infinite Depth” to True > Change “Allow hidden files to be listed” to True > Apply. 11. WSUS needs to installed on the SCCM server – Note Server 2008 R2 needs (WSUS Server Update Services 3.0 SP2). If you try and install SP 1 you will see this error. 12. From the WSUS installation choose “Full server installation” > DO NOT accept the default “Use the existing IIS Default Web site” > Use “”Create a Windows Server Update Services 3.0 SP2 Web site” (Note: this will use port TCP 8530 by default). PeteNetLive - KB0000297 - Install SCCM 2007 on Windows Server 200... https://www.petenetlive.com/KB/Article/0000297 6 of 17 9/27/2016 7:48 AM
  • 7. Step 3: SCCM Install SQL Server. 1. From the SQL install media run setup.exe > Installation > “New Installation or add features to an existing Installation” > OK. 2. Enter product Key if applicable > Next > “I accept…” > Next > Install > Next > Next. 3. Tick Database Engine Services > Tick Management Tools (Basic and Complete) > Next. PeteNetLive - KB0000297 - Install SCCM 2007 on Windows Server 200... https://www.petenetlive.com/KB/Article/0000297 7 of 17 9/27/2016 7:48 AM
  • 8. 4. Next > Accept the defaults > Next > Next. 5. On the Server configuration Page > Select “Use the same account for all SQL Server services > Select the User you created originally (sqladmin) > Set the SQL Server Agent and SQL Server Database Engine Startup type to “Automatic” > Next. 6. Accept “Windows Authentication” > Add in your SCCM-ADMIN group and SQL-ADMIN group > Next > Next > Next > Install. 7. When it’s completed click close. PeteNetLive - KB0000297 - Install SCCM 2007 on Windows Server 200... https://www.petenetlive.com/KB/Article/0000297 8 of 17 9/27/2016 7:48 AM
  • 9. Step 4: Prepare Active Directory for SCCM 1. Extend the schema > From the install media > SMSSETUP > BIN > 1386 > extadsch.exe 2. Check the above was successful by opening the c:extADsch.txt file it should say “”successfully extended the Active Directory Schema”. 3. We now need to create some active directory objects go to a domain controller > Start > Administrative tools > ADSI Edit > Action > connect to > leave everything on its defaults > OK. PeteNetLive - KB0000297 - Install SCCM 2007 on Windows Server 200... https://www.petenetlive.com/KB/Article/0000297 9 of 17 9/27/2016 7:48 AM
  • 10. 4. Expand the Default naming context > Expand your domain name > Right click “system” > New > Object > Container > Next. 5. Call it “System Management” > Next > Finish > Close ADSI Edit. 6. Still on the domain controller > Start > dsa.msc {enter} > View > Advanced. PeteNetLive - KB0000297 - Install SCCM 2007 on Windows Server 200... https://www.petenetlive.com/KB/Article/0000297 10 of 17 9/27/2016 7:48 AM
  • 11. 7. Expand “system” > Locate the container you created “System Management” > right click it and select properties > Security Tab > Add > Object Types > Tick Computers > OK. 8. Click Advanced > Find Now > Locate and add the SCCM-ADMIN group you created earlier > Also add the SCCM Server itself > OK. 9. Grant allow “Full Control” to both the SCCM admin group and the SCCMserver. PeteNetLive - KB0000297 - Install SCCM 2007 on Windows Server 200... https://www.petenetlive.com/KB/Article/0000297 11 of 17 9/27/2016 7:48 AM
  • 12. 10. Now click advanced > Select the SCCM-ADMIN group > Edit. 11. Change the “Apply to” section from “This object only” to “This object and all descendant objects” > OK > Apply > OK. 12. Repeat the above for the SCCM-Server object. PeteNetLive - KB0000297 - Install SCCM 2007 on Windows Server 200... https://www.petenetlive.com/KB/Article/0000297 12 of 17 9/27/2016 7:48 AM
  • 13. Step 5: Install SCCM 1. Log on as the sccadmin user. 2. From within the SCCM setup media run splash.hta > Run the Pre requisite checker > Enter the SQL Server name > SCCM server name and the FQDN of the SCCM server > OK. 3. Note If you cannot talk to the SQL server then check that the Windows firewall is not blocking you (on the SQL server Start > run > firewall.cpl > Turn it off). 4. All being well it should say “All required pre requisite tests have completed successfully” > OK. PeteNetLive - KB0000297 - Install SCCM 2007 on Windows Server 200... https://www.petenetlive.com/KB/Article/0000297 13 of 17 9/27/2016 7:48 AM
  • 14. 5. Re-run Splash.hta > This time choose > Install configuration Manager 2007 SP2 > Next > “Install Configuration Manager site Server > Next. 6. Tick “I accept these License terms > Next > Custom Install > Next > Primary Site > Next > Next > enter unlock code is applicable > Next > Accept/change the install directory > Next > Enter a Site code and friendly name > Next. DO NOT ever try and change this code and don’t forget it!! 7. Change the Site mode to “Configuration Manager Mixed Mode” (Native mode requires certificate services and considerably more work). > Next. PeteNetLive - KB0000297 - Install SCCM 2007 on Windows Server 200... https://www.petenetlive.com/KB/Article/0000297 14 of 17 9/27/2016 7:48 AM
  • 15. 8. Accept the defaults (everything except NAP) > Next. 9. Enter your SQL server name > Next > Next > Next > Next > Next. 10. Select a location to install the updates to > Next. PeteNetLive - KB0000297 - Install SCCM 2007 on Windows Server 200... https://www.petenetlive.com/KB/Article/0000297 15 of 17 9/27/2016 7:48 AM
  • 16. 11. Updates will download this may take some time > when finished it should say it was successful > OK > Next. 12. It will run the pre requisite check again > when finished click begin install. 13. When finished click Next > Finish. PeteNetLive - KB0000297 - Install SCCM 2007 on Windows Server 200... https://www.petenetlive.com/KB/Article/0000297 16 of 17 9/27/2016 7:48 AM
  • 17. 14.Now you need to send out the clients and configure SCCM, I’ll cover that in a later article. Related Articles, References, Credits, or External Links SCCM 2007 Initial Setup and Configuration SCCM OSD Capture a Windows 7 Reference Machine Copyright PeteNetLive © 2016 PeteNetLive - KB0000297 - Install SCCM 2007 on Windows Server 200... https://www.petenetlive.com/KB/Article/0000297 17 of 17 9/27/2016 7:48 AM