Thursday 16 February 2012

Prerequisites setup for SCCM

 

Before proceed to installation of SCCM 2007 SP1, we need to add roles & features in the Windows server 2008.

A. Roles

1. Open Server Manager, Click on Add Roles

clip_image001

2. In Add Roles Wizard, Click Next 

clip_image002

3. Select Web Server (IIS), Click Next

clip_image003

4. Click Next 

clip_image004

5. Select ASP.NET

clip_image005

6. Click Add Required Role Services 

clip_image006

7. Please ensure roles are checked as below:

Static Content
Default Document
Directory Browsing
HTTP Errors
ASP.NET
.NET Extensibility
ASP
ISAPI Extensions
ISAPI Filters
HTTP Logging
Request Monitor
Windows Authentication
Request Filtering
Static Content Compression
IIS Management Console
IIS 6 Metabase Compatibility
IIS 6 WMI Compatibility

clip_image007

clip_image008

8. Click Next

clip_image010

9. Click Install

clip_image011

10. Installation Completed. Click Close

clip_image012

B. Add Features 

1. Click Add Features

clip_image013

2. Select Background Intelligent Transfer Service (BITS)

clip_image014

3. Click Add Required Role Services 

clip_image015

4. Select Remote Differential Compression, Click Next

clip_image016

5. Click Next

clip_image017

6. Select WebDAV Publishing, Click Next

clip_image018

7. Click Install 

clip_image019

8. Installation completed. Click Close 

clip_image020

C. Enabling WebDAV Publishing by Using IIS Manager

1. Go to select Roles > Web Server (IIS) > Internet Information Service

clip_image021

2. In Connection Pane, Select Sites > Default Web Site. Double Click on WebDAV Authoring Rules

clip_image022

3. When the WebDAV Authoring Rules page is displayed, click the Enable WebDAV task in the Actions page.

clip_image023

4. Once WebDAV has been enabled, click the Add Authoring Rule task in the Actions pane.

clip_image024

5. In Add Authoring Rule window, Select All Content, All users, READ then OK

clip_image025

6. Result will shown on WebDAV Authoring Rules window.

clip_image026

7. Click WebDAV Setting in Action pane

clip_image027

8. Change Allow Anonymous Proper value to True 

clip_image028

9. Change Allow Custom Properties value to False 

clip_image029

10. Change Allow Property Queries value to True 

clip_image030

11. Change Allow Hidden File… value to True

clip_image031

12. Once complete, click Apply in Action pane.

clip_image032

13. After apply, The changes have been successfully saved.

clip_image033

14.  From C:\Windows\System32\inetsrv\config open applicationHost.config file.

clip_image034

15. At the <requestFiltering> section verify that allowUnlisted=”true”. The file extensions from the list are blocked if they are part of the packages on the Distribution Points.

clip_image035

16.  At the <handlers accessPolicy=”Read, Script”> section verify that a WebDAV entry exists.

clip_image036

No comments:

Post a Comment