SCCM 2007 Deployments

Embed Size (px)

Citation preview

SCCM Deployment Guide System Center Configuration Manager 2007

Prepared for NY Limited May 2009 on 1. 0 Prepared by Ramesh Oddepally Microland Ltd COMPA Tuesday, 12 Versi

Document: SCCM 2007 Deployment Guide Page 1 of 181

Revision and Signoff SheetChange RecordDate 01-04-2008 Author Version 1.0 Change reference Initial draft

Table of Contents 1 Pre-requisites for Installation of SCCM 2007 at COMPANY...............................................5

Document: SCCM 2007 Deployment Guide Page 2 of 181

1.1 Software requirements for Installing SCCM 2007 Server .......................................5 1.2 Creation of SCCMService account.............................................................................6 1.3 Creation of SCCM2007 Group:...................................................................................6 2 Extending Active Directory Schema for SCCM 2007.....................................................8 3 Additional Configurations on SCCM servers.................................................................12 4 Installing and Configuring IIS for SCCM 2007..............................................................13 5 Installing SQL 2005.....................................................................................................16 6 Installation and Configuration of SCCM Primary Site Server.........................................17 6.1 Installion of SCCM 2007 Primary Site..................................................................17 6.2 Installation of Winodws Software Update Services 3.0 ...........................................27 7 Configuring SCCM 2007 Site........................................................................................32 7.1 Configuring SCCM Site Configuration ...................................................................32 7.2 Configuring Address................................................................................................35 7.3 Configuring Boundaries...........................................................................................38 7.4 Configuring SCCM Site Settings ............................................................................39 7.5 Configuring Client Agents.....................................................................................45 7.5.1 Configuring Hardware Client Inventory Agents.................................................46 7.5.2 Configuring Software Client Inventory Agents.................................................47 7.5.3 Configuring Remote Tools Client Agents..........................................................48 7.5.4 Configuring Advertised Programs Client Agents...............................................54 7.5.5 Configuring Software Metering Client Agents..................................................56 7.5.6 Configuring Computer Client Agent................................................................56 7.5.7 Software Updates Client Agent.........................................................................58 7.6 Configuring Client Installation Methods...................................................................60 7.7 Component Configuration .....................................................................................63 7.8 Configuring Discovery Methods ...........................................................................68 7.8.1 Configuring Active Directory System Discovery ...............................................69 7.8.2 Configuring Heartbeat Discovery .....................................................................70 7.9 Configuring SCCM Collections.................................................................................72 7.9.1 Creating Query-based membership Collection..................................................72 7.9.2 Creating direct membership Collection.............................................................78 7.10 Performing Hardware & Software Inventory..........................................................85 7.11 Configuring Software Metering..............................................................................91 8 Configuring Software Distribution.................................................................................93 8.1 Software Distribution - Office 2007.........................................................................93 8.1.1 Creation of an Administrative folder ................................................................94 8.1.2 Creation of Package for Office 2007 .................................................................98 8.1.3 Assigning Package to Distribution Point..........................................................103 8.1.4 Creation of Program for Office 2007 Package.................................................105 8.1.5 Creation of Advertisement for office 2007......................................................107 8.2 Software Distribution - File Format Convertor 2007..............................................113 8.2.1 Creation of Package for File Format Convertor 2007.......................................113 8.2.2 Assigning Package to Distribution Point..........................................................118 8.2.3 Creation of Program for File Format Convertor 2007 Package........................120 8.2.4 Creation of Advertisement for File Format Convertor 2007.............................125 9 Patch deployment using SCCM 2007...........................................................................130 9.1 9.2 9.3 9.4 Update Synchronization........................................................................................130 Update List............................................................................................................131 Deployment Template...........................................................................................135 Deploy Software Updates......................................................................................141

Document: SCCM 2007 Deployment Guide Page 3 of 181

Monitoring Software Updates Deployment..............................................................142 9.4.1 Creating Deployment Package........................................................................142 9.4.2 Creating Deployment Management................................................................146 9.4.3 Monitoring Software Updates Deployment......................................................151 9.4.3.1 Evaluation Phase .....................................................................................151 9.4.3.2 Enforcement Phase...................................................................................156 10 Additional SCCM Configuration & Other Details .......................................................162 10.1 10.2 10.3 10.4 10.5 10.6 Deploying SCCM Clients ..................................................................................162 Installing ConfigMgr2007 Toolkit ....................................................................166 Troubleshooting SCCM Client Installation ..........................................................169 Executing SCCM Reports ...................................................................................172 Viewing SCCM Logs ...........................................................................................176 Backing Up SCCM Site .......................................................................................179

11 References .............................................................................................................181

Document: SCCM 2007 Deployment Guide Page 4 of 181

1 Pre-requisites for Installation of SCCM 2007 at COMPANY1.1

Software requirements for Installing SCCM 2007 ServerThe following softwares are required for completing SCCM 2007 server installation Windows 2003 Standard Edition with Service Pack 2 plus all latest patches, updates and applicable hotfixes Microsoft Internet Information Services (IIS) 6.0 Microsoft SQL Server 2005 Standard version Microsoft SQL Server 2005 Service Pack 2 Windows Software Update Services (WSUS 3.0) Microsoft System Center Configuration Manager 2007 Media

Document: SCCM 2007 Deployment Guide Page 5 of 181

1.2 Creation of SCCMService accountSCCM service account is required for SCCM 2007 server installation and configuration and this account should have domain admin, schema admin and enterprise admin rights. However in COMPANY a separate existing domain user account would be used for SCCM installation and Domain admin account would be used for SCCM configuration for decentralized administration at each primary site.

1.3 Creation of SCCM2007 Group:Create a SCCM security group SCCM2007 in active directory.

Add the SCCM Service account and the SCCM server ESSHAZCES01 and ESSHAZPRI01 as members

Document: SCCM 2007 Deployment Guide Page 6 of 181

Document: SCCM 2007 Deployment Guide Page 7 of 181

2

Extending Active Directory Schema for SCCM 2007

In System Center Configuration Manager 2007, SCCM clients can use Active Directory to locate SCCM resources. Before SCCM clients can query Active Directory for these resources, the Active Directory schema must be extended and the SCCM resource information must be published to Active Directory. Clients running Windows XP, Windows 2000 or Windows Server 2003 will automatically detect the server locator points and management points without generating Windows Internet Name Service (WINS) traffic The Systems Management container must be created and SCCM must be granted full control to the container so that SCCM publishes information to active directory. If SCCM is granted full control to the System container, SCCM can automatically create the System Management container under the System container. If the neccompanyy permissions are not granted, SCCM cannot publish any information to Active Directory, and SCCM clients cannot use features such as automatic site assignment and global roaming. By default, SCCM also generates status error message 4913 until it can successfully publish to Active Directory. To extend the active directory schema, Run the command-line tool ExtADSch prior or post SCCM installation. This ExtADSch.exe can be located in the \SMSSETUP\BIN\I386 folder on the SCCM 2007 CD. The ExtADSch tool results can be found in the ExtADSch.log. These log files are created in the root directory of %system% drive

Document: SCCM 2007 Deployment Guide Page 8 of 181

To verify the Active Directory schema is extended, go to C: drive and open ExtADSch.log file as show below

.

Document: SCCM 2007 Deployment Guide Page 9 of 181

Active Directory schema extension creates four classes and 10 attributes. The details of which are provided below ManagementpPoint -ServerLocatorPoint -Site -RoamingBoundaryRange MS-SMSMSMSMSSMS SMS SMS

Attribute common names that are implemented and used by SCCM 2007 sites include the following: -Site-Code -Assignment-Site-Code -Site-Boundaries -Default-MP -Device-Management-Point MP-Name -MP-Address -Ranged-IP-Low -Ranged-IP-High MSMSMSMSMSMSMSMSMSSMS SMS SMS SMS SMS SMSSMS SMS SMS

Document: SCCM 2007 Deployment Guide Page 10 of 181

The snapshot below displays the four classes that have been created after extending the active directory schema

Document: SCCM 2007 Deployment Guide Page 11 of 181

3

Additional Configurations on SCCM servers

On the SCCM server, Select the local SMS Admin groups and add the SCCM2007 group and the SCCM Service account as members in each of the group.

Document: SCCM 2007 Deployment Guide Page 12 of 181

4

Installing and Configuring IIS for SCCM 2007

IIS needs to be installed prior to installing SCCM 2007. The following snapshots detail the procedures that are required for configuring IIS. Click on Start < Control Panel and Select Add / Remove Programs Select Application Server and click on details to install the components required under IIS. Click on next.

Select ASP.NET and highlight IIS as shown below. Click on details.

Document: SCCM 2007 Deployment Guide Page 13 of 181

Select BITS (Background Intelligent Transfer Service) including its extensions or subcomponents and click on Ok as shown.

Click on Ok as shown below

Next, After installing IIS, Launch IIS manager by going to Start > Programs > Administrative tools > Internet Information Service (IIS) Manager as shown below. Click

Document: SCCM 2007 Deployment Guide Page 14 of 181

on Web Server Extensions in the left pane. The web server extensions with their status are displayed in the right pane as shown below. The following components needs to be allowed under web server components as shown Active Server Pages BITS Server Extensions WebDAV

Document: SCCM 2007 Deployment Guide Page 15 of 181

5

Installing SQL 2005

Install SQL 2005 with Service Pack 2 using Local system account and Windows Authentication. SQL 2005 needs to be installed with the default options.

Document: SCCM 2007 Deployment Guide Page 16 of 181

6 Installation and Configuration of SCCM Primary Site ServerThe SCCM 2007 server can be installed as a central, primary and secondary site server. In COMPANY SCCM hierarchy, Primary SCCM site server is configured for Hazira, Mahalaxmi, BKC and Vadinar with Hazira being the central site. In this section, we would be detailing the procedures required for installing and configuring SCCM 2007 primary site for COMPANY. Since, the installation and configuration procedures for SCCM primary site is similar for other locations in COMPANY

6.1

Installion of SCCM 2007 Primary Site

In this sub-section, We would be mentioning the procedures applicable for installing SCCM primary sites. Insert the System Center Configuration Manager and go to bin\i386 folder then click on setup.exe which would launch the below setup wizard, click on Next to continue

Select Install a Configure Manager site server and click on next to continue

Document: SCCM 2007 Deployment Guide Page 17 of 181

On the Microsoft Software License Terms, Select I accept these license terms as shown below

Select Custom settings as shown below and click on Next to continue

Document: SCCM 2007 Deployment Guide Page 18 of 181

Select Primary Site option for Primary Site installation and click on Next to continue

Select No, I do not want to participate right now option as shown below

Document: SCCM 2007 Deployment Guide Page 19 of 181

Enter the Product Key and click on Next to continue

Select the Destination Folder for Configuration Manager Installation as shown below

Document: SCCM 2007 Deployment Guide Page 20 of 181

Select the applicable Site code and Site name as shown below

Site Code HC1 HP1 MP1 KP1 VP1

Site Name ESSHAZ-CES-01 ESSHAZ-PRI-01 ESSMAH-PRI-01 ESSBKC-PRI-01 ESSVAD-PRI-01

Parent Site HC1 HC1 HC1 HC1

In Site Mode, select Configuration Manager Mixed Mode as shown below

Document: SCCM 2007 Deployment Guide Page 21 of 181

Select the Client agents as shown below and click on Next to continue

Type applicable SQL Server and database name as shown below

Document: SCCM 2007 Deployment Guide Page 22 of 181

Type SCCM server name as shown below in SMS provider Settings

Type the Management Point as shown below and click on Next to continue

Document: SCCM 2007 Deployment Guide Page 23 of 181

Select the Port Settings as shown below and click on Next to continue

If the Updated Prerequisite Components are already downloaded then select The latest updates have already been downloaded to an alternate path as shown below

Document: SCCM 2007 Deployment Guide Page 24 of 181

Specify the folder name in Updated Prerequisite Component Path as shown below

Verify the Settings Summary, and then click on Next to continue

Document: SCCM 2007 Deployment Guide Page 25 of 181

Installation progress bar window would be displayed as shown below

Click on Finish to complete the setup wizard

Document: SCCM 2007 Deployment Guide Page 26 of 181

This completes the installation of SCCM primary site

6.2 Installation of Winodws Software Update Services 3.0In this sub-section, we would describe the procedure for installing WSUS 3.0 which would be required for software updates feature in SCCM 2007 To install WSUS 3.0 services, double click on downloadable file WSUS3setupx86.exe then a following Windows server Update Services 3.0 Setup Wizard would be displayed as shown below.Document: SCCM 2007 Deployment Guide Page 27 of 181

Select Full server installation including Administration Console as shown below and click on Next to continue

Accept the License Agreement as shown below and click on Next to continue

Document: SCCM 2007 Deployment Guide Page 28 of 181

Select the existing database server in Database Options as show below and click on Next to continue

After successfully connecting to SQL server instance, Click on Next to continue

Document: SCCM 2007 Deployment Guide Page 29 of 181

Select the Web Site Selection as shown below and click on Next to continue

Installing progress bar window would be displayed as shown below

Document: SCCM 2007 Deployment Guide Page 30 of 181

Click on Finish: to complete the complete the wizard

Document: SCCM 2007 Deployment Guide Page 31 of 181

7 Configuring SCCM 2007 SiteThe procedures mentioned in this section are applicable to either or both SCCM Central and Primary sites. In this sub-section, the following tasks are covered for configuring SCCM 2007 Configuring Configuring Configuring Configuring Configuring Configuring Component Configuring SCCM Site Configuration Addresses Boundaries SCCM Site Settings Client Agents Client Installation Methods Configuration Discovery Methods

7.1

Configuring SCCM Site Configuration

In this sub-section, The following SCCM site configuration details are explained

Document: SCCM 2007 Deployment Guide Page 32 of 181

Boundaries

Note: This is applicable for Primary site configurations Navigate to Site Hierarchy > SCCM Primary Site Name> Right click the SCCM site as shown below and select properties.

The SCCM site properties page is displayed. The General tab indicates the SCCM site configuration details such as Site Type, Site Server Name, SQL Server Name, Parent Site Details, etc. Click on the Set Parent Site button as displayed below.

Document: SCCM 2007 Deployment Guide Page 33 of 181

The snapshot below indicates that the SCCM site configured is a central site and in case of COMPANY SCCM hierarchy, Hazira would be the central site.

In case of SCCM Primary sites, select the option Report to Parent Site as shown below. Ex In case of primary site servers such as Mahalaxmi then specify the option Report to parent site mentioning the central site (Hazira) server details as shown, click on Ok.

Document: SCCM 2007 Deployment Guide Page 34 of 181

7.2 Configuring AddressIn this sub-section, We would be configuring addresses. This is required for communication or replication between primary and central or primary and secondary site servers. Note: - This is applicable for only primary site configurations Go to Site Hierarchy > Site Settings, Right Click on Addresses as shown below. Select New > Standard Sender Address as shown.

Document: SCCM 2007 Deployment Guide Page 35 of 181

Specify the Primary Site Code details along with the Site Server name for primary sites as mentioned below.

In case of Primary SCCM sites, Specify the site code and site server name details of central site as shown

Document: SCCM 2007 Deployment Guide Page 36 of 181

Document: SCCM 2007 Deployment Guide Page 37 of 181

7.3 Configuring BoundariesNavigate to Site Hierarchy > SCCM Primary Site Name>Boundaries Right click and Select New Boundary as displayed below

On the Site Boundaries tab, Specify the site boundaries based on applicable Active Directory Ste, IP Subnets or IP addresses range as displayed below. Boundaries defined on Active Directory Site as shown below

Boundaries defined on IP Addresses as shown below

Document: SCCM 2007 Deployment Guide Page 38 of 181

7.4

Configuring SCCM Site Settings

In this sub-section, The following are the roles which can be configured under SCCM site settings and are explained belowDocument: SCCM 2007 Deployment Guide Page 39 of 181

Management Point Distribution Point Server Locator Point Reporting Point. Software Update Point

Note: This is applicable for both Central and primary and site configurations Under the SCCM Site Hierarchy for COMPANY, Go to Site Settings > Site Systems and Click on the SCCM Server name and by default the Management Point, Distribution Point would be displayed in the right pane as shown below

To configure other additional roles right click on Site Systems Server and click on New Role as shown below

Document: SCCM 2007 Deployment Guide Page 40 of 181

Type the FQDN name of the SSCM server and select the remaining options as shown below

We can install multiple roles at one time, so select the applicable roles which needs to Installed as shown below

Document: SCCM 2007 Deployment Guide Page 41 of 181

Select the options as shown below for Server Locator Point and click on Next to continue

Select the options as shown below for Reporting Point and click on Next to continue

Document: SCCM 2007 Deployment Guide Page 42 of 181

Enter the Proxy Settings for Software Update point as shown below and click on Next to continue

Select the option as shown below for Active software update point settings and click on Next to continue

Document: SCCM 2007 Deployment Guide Page 43 of 181

Click on Next to continue

Click on Close to complete the wizard

Document: SCCM 2007 Deployment Guide Page 44 of 181

7.5

Configuring Client Agents

In this sub-section, We would be configuring client agents. The following client agent configurations are mentioned below Hardware Inventory Client Agent

Document: SCCM 2007 Deployment Guide Page 45 of 181

Software Inventory Client Agent Computer Client Agents Remote Tools Client Agent Advertised Programs Client Agent Software Metering Client Agent Software Update Client Agent

This is required to configure agents for software inventory, hardware inventory at central and primary site servers. Note: This is applicable for all primary site configurations Go to Site Hierarchy > Site Settings, Double Click on Client Agents as shown below. The different client agents are shown in the right pane.

7.5.1 Configuring Hardware Client Inventory AgentsRight click on the Hardware Inventory Client Agent and select properties On the Hardware Inventory Client Agent properties, Navigate to General Tab and enable the following Enable Hardware inventory on clients Simple Schedule

Document: SCCM 2007 Deployment Guide Page 46 of 181

Configure the Hardware client inventory schedule as per COMPANY requirement

7.5.2

Configuring Software Client Inventory Agents

Right click on the Software Inventory Client Agent and select properties. Following configuration need to be done in the Software Inventory Client Agent Enable Software inventory on clients Simple Schedule

Configure the software client inventory schedule as per COMPANY requirement

Document: SCCM 2007 Deployment Guide Page 47 of 181

7.5.3

Configuring Remote Tools Client Agents

Right click on the Remote Tools Client Agent and select properties On the Remote Tools Client Agent properties, Navigate to General Tab and enable the following Options Enable Remote Tools on Clients Clients running Windows 2000 Clients running Windows XP or later

Document: SCCM 2007 Deployment Guide Page 48 of 181

Document: SCCM 2007 Deployment Guide Page 49 of 181

Navigate to Security Tab in Remote Tools client agent and perform the following configuration. On the Security Tab Click use for Remote Client connection. Click Ok and Specify the Windows users account to

Document: SCCM 2007 Deployment Guide Page 50 of 181

Specified user name would be displayed as shown below

Document: SCCM 2007 Deployment Guide Page 51 of 181

Navigate to Notification Tab in Remote Tools client agent and perform the following configuration Select the following options Display a visual indicator Show status icon on taskbar Play a sound Repeatedly during session

Document: SCCM 2007 Deployment Guide Page 52 of 181

Navigate to Advanced Tab in Remote Tools client agent and perform the following configuration Select the following options Configure solicited Remote Assistance settings Level of access allowed

Navigate to Remote Desktop Tab in Remote Tools client agent and perform the following configuration Select the following options Configure Remote Desktop settings Allow permitted viewers to connect using Remote desktop Connection

Document: SCCM 2007 Deployment Guide Page 53 of 181

7.5.4

Configuring Advertised Programs Client Agents

Right click on the Advertised Programs Client Agent and select properties On the Advertised Programs Client Agent properties, Navigate to General Tab and enable the following options Enable software distribution to Clients New program notification icon

On the Advertised Programs Client Agent properties, Navigate to Notification Tab and enable the following options

Document: SCCM 2007 Deployment Guide Page 54 of 181

Display a notification message Provide a countdown

Document: SCCM 2007 Deployment Guide Page 55 of 181

7.5.5

Configuring Software Metering Client Agents

Right click on the Software Metering Client Agent and select properties On the Software Metering Client Agent properties, navigate to General Tab and enable Software metering on clients option On the Schedule tab, Specify the schedule based on COMPANYs requirements

7.5.6

Configuring Computer Client Agent

Document: SCCM 2007 Deployment Guide Page 56 of 181

Right click on the Computer Client Agent and select properties and configure the following options General Customization Reminders BITS Restart On the Computer Client Agent properties, navigate to General Tab and Click on Set to specify the Network Access Account

Specify the SRHOUSE\backup as the Windows User Account under as displayed below.

Click on OK to close the window

Document: SCCM 2007 Deployment Guide Page 57 of 181

7.5.7 Software Updates Client AgentRight click on the Software Updates Client Agent and select properties On the Software Updates Client Agent properties, navigate to General Tab and specify the settings as shown below

Document: SCCM 2007 Deployment Guide Page 58 of 181

Then navigate to Update Installation Tab and specify the settings as shown below

Then navigate to Deployment Re-evolution Tab and specify the settings as shown below

Document: SCCM 2007 Deployment Guide Page 59 of 181

7.6 Configuring Client Installation MethodsIn this sub-section, We would be describing the procedures for client installation methods. Note: This is applicable for all primary site configurationsDocument: SCCM 2007 Deployment Guide Page 60 of 181

Go to Site Hierarchy > Site Settings, Click on Client Installation Methods in the right pane double click on Client Push Installation and select the following options as shown below

On the Accounts tab of Client Push Installation properties page, specify the respective administrator credentials for your location. In the example below, we have specified Domain admin account of COMPANY, Click on Ok

Document: SCCM 2007 Deployment Guide Page 61 of 181

On the advanced client tab, The Site code should be as shown below

Document: SCCM 2007 Deployment Guide Page 62 of 181

7.7

Component Configuration

In this sub-section, We would be performing the component configuration. This is required for defining the appropriate site servers as management points and for specifying software distribution drive and configuring software updates settings. Note: This is applicable for all primary site configurations Go to Site Hierarchy > Site Settings, Double Click on Component Configurations as shown below. The applicable components under this category are displayed in the right pane.

Document: SCCM 2007 Deployment Guide Page 63 of 181

Right click on Software Distribution option under Component configuration and select properties. On the properties page, Navigate to the General tab and specify the location for stored packages as Drive-E

Right click on Management Point option under Component configuration and select properties. On the properties page, Navigate to the General tab and specify the site server that would be defined as the management point. Ex Site server at COMPANY Mahalaxmi i.e. ESSMAHPRI defined as management point for Mahalaxmi SCCM site

Document: SCCM 2007 Deployment Guide Page 64 of 181

Right click on Software Update Point Component option under Component configuration and select properties. On the properties page, Navigate to the General tab and specify the settings as shown below

Then navigate to the Sync Settings tab and specify the settings as shown below

Then navigate to the Classifications tab and specify the settings as shown below

Document: SCCM 2007 Deployment Guide Page 65 of 181

Select the Products as shown below and click on Next to continue

Select the Products as shown below and click on Next to continue

Document: SCCM 2007 Deployment Guide Page 66 of 181

Set the Sync Schedule as shown below and click on Next to continue

Select the applicable Language as shown below

Document: SCCM 2007 Deployment Guide Page 67 of 181

7.8

Configuring Discovery Methods

Document: SCCM 2007 Deployment Guide Page 68 of 181

In this sub-section, We would be configuring discovery methods for SCCM 2007 at COMPANY. This is required because SCCM site databases needs to be populated with resources and information about the network. This is applicable for all primary site configurations

7.8.1 Configuring Active Directory System DiscoveryGo to Site Hierarchy > Site Settings, Double Click on Discovery Methods as shown below. The applicable components under this category are displayed in the right pane. In COMPANY case, Active Directory System Discovery and Heartbeat discovery methods would be primarily used.

Highlight Active Directory System Discovery in the right pane and select properties. On the Active Directory System Discovery properties page, Ensure that Enable Active Directory System Discovery is selected as shown below. Click on to specify the active directory container or organizational unit. In COMPANY case, specify the OU that represents your respective location and which contains the system resources for that particular location. As shown

Document: SCCM 2007 Deployment Guide Page 69 of 181

Navigate to the Polling Schedule for active directory system properties page and click on schedule button as shown below to define a specific schedule for system discovery purpose. Optionally, if active directory system discovery to be performed immediately then select the checkbox for option Run discovery as soon as possible as shown In the schedule provided below, Active Directory System Discovery is performed every day at 12.00 AM as shown below.

7.8.2 Configuring Heartbeat Discovery Go to Site Hierarchy > Site Settings, Double Click on Discovery Methods Highlight Heartbeat Discovery in the right pane and select properties Select the option Enable Heartbeat Discovery as shown below. Specify the applicable schedule for heartbeat discovery.

Document: SCCM 2007 Deployment Guide Page 70 of 181

Document: SCCM 2007 Deployment Guide Page 71 of 181

7.9 Configuring SCCM CollectionsIn this sub-section, We would define creation of collections, Collections can be defined for Software Distribution, Patch Management, Report Generation, etc. In case of COMPANY, Collections have to be defined for four categories mainly All Systems, All Windows 2003 Servers, All Windows 2000 and All Windows XP. This section would describe the following two procedures for creating collections in COMPANY. Creating Query-based membership Collection Creating Direct membership Collection

7.9.1 Creating Query-based membership Collection In COMPANY there is a SCCM hierarchy with Central and primary sites, so the default collections would be owned and locked by the Central site as shown below and to manage primary site computers we need to collections for each respective location.

The procedure for creating query-based collection for Hazira locations All Windows XP systems is explained below. Right-click on Queries as shown below and select New > Query as shownDocument: SCCM 2007 Deployment Guide Page 72 of 181

Type the applicable collection name as shown below and click on Next to continue

Click on Icon

to create query based collection as shown below

Document: SCCM 2007 Deployment Guide Page 73 of 181

Type the Query Rule Name and click on Import Query Statement as shown below

Select the applicable Query from the Browse Query list as shown below

Document: SCCM 2007 Deployment Guide Page 74 of 181

Click on OK to continue

Specify the applicable Update the collection on a schedule as shown below

Document: SCCM 2007 Deployment Guide Page 75 of 181

Click on Next to continue

Click on Next to continue

Document: SCCM 2007 Deployment Guide Page 76 of 181

Click on Close to confirm the New Collection Wizard as shown below

A newly created Collection would be displayed as shown below

Document: SCCM 2007 Deployment Guide Page 77 of 181

7.9.2 Creating direct membership Collection The procedure for creating direct membership based collection is explained below. Right-click on Collections and select New > Collections as shown

Document: SCCM 2007 Deployment Guide Page 78 of 181

Specify the name for the collection to be created and in this case a new collection for office 2007 desktops is being defined as shown below

On the Membership rules tab, Click on the icon to create a new collection as displayed below. Click on the option Update this collection on a schedule to update the new collection.

Document: SCCM 2007 Deployment Guide Page 79 of 181

Click on Next to continue

Resource Class category can consists of options such as System Resource Attribute Name category can consist of the following options as shown below. Click on next.

Document: SCCM 2007 Deployment Guide Page 80 of 181

On the Collection Limiting screen as shown below, specify All Systems as the collection from where the resources can be searched so that these can be added as part of this new collection. Click on next.

Select the applicable computers which would part of the new office 2007 desktop collection as shown below

Document: SCCM 2007 Deployment Guide Page 81 of 181

Click Finish to complete the membership rule wizard

Click on Next to continue with Membership Rule wizard

Document: SCCM 2007 Deployment Guide Page 82 of 181

Click on Next to continue

Click on Next to continue with default security settings

Document: SCCM 2007 Deployment Guide Page 83 of 181

Click on Close to complete the creation of the new Office 2007 desktop collection. This procedure needs to be followed for creation of any additional collections as required by COMPANY.

The newly created office 2007 desktop collection would displayed as shown below

Document: SCCM 2007 Deployment Guide Page 84 of 181

7.10 Performing Hardware & Software InventoryHardware and Software inventory would be run at pre-defined schedules. By Default, Hardware and Software Inventory are run at a periodic interval of a week. These can be scheduled to run earlier or later than this.

Document: SCCM 2007 Deployment Guide Page 85 of 181

In case of COMPANY, Specify the time interval that is appropriate for running software and hardware inventory. The schedule for Hardware and Software Inventory may be required to be run earlier than the pre-defined schedule in the following scenarios Software Metering Software Updates (Patch Management)

Software Metering If a new software component has been installed and for which software metering reports are desired then one may require to run the software and hardware inventory for a lesser time interval than originally set, Ex 1 min. Note: - Once the activity has been completed it is advisable to revert back to the original schedule. Else, the hardware and software inventory would keep on executing based on the new schedule defined and this may lead to an increase in network utilization

Software Updates (Patch Management) Prior to deploying software updates, Hardware and Software inventory needs to be executed. This is necessitated to display the software updates installed and in addition the latest updates that are required to be installed on the clients machines.

Document: SCCM 2007 Deployment Guide Page 86 of 181

The procedure for setting time interval for hardware and software inventory is explained below Navigate to Hardware Inventory Client Agent under Site Hierarchy > Site Settings > Client Agents as shown below Right click on Hardware Inventory Client Agent and click on properties as displayed.

On the General tab of Hardware Inventory Client agent properties as displayed, Select the custom schedule option as shown.

Document: SCCM 2007 Deployment Guide Page 87 of 181

On the schedule screen as shown, specify the interval applicable to COMPANYs requirement

Note: - Similar procedure as explained above needs to be followed for defining the schedule interval in case of Software Inventory The software inventory and hardware inventory details can be viewed as shown. Select the appropriate collection for which software and hardware inventory needs to be displayed. Right click on the specific collection and select All Tasks > Start Resource Explorer as displayed below

Document: SCCM 2007 Deployment Guide Page 88 of 181

The resource explorer displays details as shown below

The hardware inventory displays the hardware details as shown below

The details for the last successful software scan is shown as below

Document: SCCM 2007 Deployment Guide Page 89 of 181

The details for software products installed are shown as below

Document: SCCM 2007 Deployment Guide Page 90 of 181

7.11 Configuring Software MeteringIn this sub-section, We would be configuring software metering. Software metering allows you to monitor program usage on SCCM client computers. Software metering enables to collect data about software usage in your organization. Right-click on the Software Metering Rules and select New > Software Metering Rule as shown below to configure a new software metering rule

On the Software Metering Ruler properties page as displayed, assign a name for the software metering rule to be configured and specify a path for the software program that needs to be metered. The version details are automatically picked once the particular executable for the program is specified. Specify the applicable language option for the program to be installed.

Document: SCCM 2007 Deployment Guide Page 91 of 181

Click on Next to continue

The specified application for software metering would be displayed in the right pane as shown below

Note: - Run the reports under software metering to display the specific details. Refer to reports section for running reports.

Document: SCCM 2007 Deployment Guide Page 92 of 181

8 Configuring Software DistributionIn this section, We would be configuring software distribution using SCCM 2007. Software Distribution enables to perform a software implementation in unattended installation mode using a MSI file or installation mode using user intervention such as running an executable file As an example, We would be discussing the procedures required for performing a software distribution for Office 2007 and File Format Convertor 2007. Software Distribution for any software that needs to be distributed using SCCM 2007 consists of the following steps 1 2 3 4 Package Creation Assigning Package to Distribution Point Program Creation Advertisement Creation

8.1 Software Distribution - Office 2007To perform an unattended installation of Office 2007 using SCCM 2007 software distribution, the following activities needs to be carried out. We would be performing a silent installation of Office 2007. Creation of an Administrative folder (containing Office 2007 source files) Assign permissions to Administrative folder Creation of Package for Office 2007 Assigning the Office 2007 package to a Distribution Point Creation of Program for Office 2007 package Creation of an Advertisement for distributing Office 2007 package

Document: SCCM 2007 Deployment Guide Page 93 of 181

8.1.1 Creation of an Administrative folderThe creation of Office 2007 .msp file can be performed on any machine on the LAN and later on the folder containing the Office 2007 files can be copied onto the distribution point to be used for software distribution. Insert the Office 2007 DVD-ROM into the DVD-ROM drive or navigate to the drive that contains the Office 2007 setup file. Run setup with the command switch admin as shown below. This command line switch is used to generate an Office 2007 MSP file.

Click on Create a new Setup customization file for the following product.

Now the office customization tool will open. On the first tab specify the location where you want to install office. By default it installs in Program files\Microsoft office folder. Also enter the organization name.

Document: SCCM 2007 Deployment Guide Page 94 of 181

On the licensing and user interface tab specify the product key details for completing the creation of Office 2007 MSP file. Accept the license agreement, select display level to None, remove the check mark from the completion notice, select suppress nodal and no cancel as shown in the below figure.

On the Remove previous installations tab click on remove the following earlier versions of Microsoft office programs as shown below.

Document: SCCM 2007 Deployment Guide Page 95 of 181

If you dont want to remove the earlier versions of i.e. Word then double click on Microsoft Office Word. The following windows will popup, remove the check mark from Microsoft Office Word (All versions)

Below figure shows that after removal of the check mark Microsoft Office Word displays Remove None.

Document: SCCM 2007 Deployment Guide Page 96 of 181

On the set feature Installation states drop down on the office components you dont want to install and click on not available. Now you will see a red cross on that component.

Close this window and you will be prompted to save the changes you have made through the customization tool. Name the file as custom.msp and save this .msp file in Updates folder in the Office dump.

Document: SCCM 2007 Deployment Guide Page 97 of 181

Office customization is over and the Custom.msp file is saved in Updates folder as shown below.

8.1.2 Creation of Package for Office 2007The next step is to create a package for Office 2007, which would be used to perform software distribution Right click on Packages as shown below and Click on New > Package from Definition (Package from Definition option needs to be used when performing software distribution using Office 2007 files)Document: SCCM 2007 Deployment Guide Page 98 of 181

Click on Next to continue

Click on browse button to specify the location for Office 2007 administrative folder on the SCCM server containing the MSI files. Alternatively, the administrative folder can also be specified from a machine on COMPANY LAN. In COMPANY case, we have specified the administrative folder on the SCCM server. Click on Browse

Document: SCCM 2007 Deployment Guide Page 99 of 181

Specify the path to the OFFICE12.SMS file under the administrative folder created for Office 2007 as shown below. Click on open to proceed further. Note: Please down load the OFFICE12.sms file from the below URL and copy it to the office2007 folder as shown below http://www.microsoft.com/downloads/details.aspx?FamilyID=590B8EB2-9EDA-441BA972-B38E17883063&displaylang=en

The specified Microsoft Office 2007 package is displayed as shown below. Click on next

Document: SCCM 2007 Deployment Guide Page 100 of 181

Specify the option to always obtain files from the source directory as displayed below. Click on next.

Document: SCCM 2007 Deployment Guide Page 101 of 181

Specify the source directory location as the local drive on SCCM site server. This source directory contains the source files for the package that is being created as shown below. Click on next.

Click on Finish to complete the Package Wizard

Document: SCCM 2007 Deployment Guide Page 102 of 181

8.1.3 Assigning Package to Distribution PointTo assign a package to the Distribution Point, Go to package and right click on Distribution Point>and click on New Distribution Point as shown below

Document: SCCM 2007 Deployment Guide Page 103 of 181

Click on Next to continue

Select the distribution point as shown below and click on Next to continue

Click on Close to complete the wizard

Document: SCCM 2007 Deployment Guide Page 104 of 181

8.1.4 Creation of Program for Office 2007 Package To create a program for un-attended installation, go to Package>Program as shown below

Right click on Silent (No UI) from the list of programs and go to properties as shown below

Document: SCCM 2007 Deployment Guide Page 105 of 181

Remove the default command line and specify only the Setup.exe as shown below

Document: SCCM 2007 Deployment Guide Page 106 of 181

8.1.5 Creation of Advertisement for office 20077 To create an advertisement for office 2007, right click on Silent (No UI) program>Distribute>Software as shown below

Click on Next to continue

Document: SCCM 2007 Deployment Guide Page 107 of 181

Select the Distribution Point as shown below

Click on Browse to select the Collection

Document: SCCM 2007 Deployment Guide Page 108 of 181

Once the Collection is selected, click on Next to continue

Click on Next to continue

Document: SCCM 2007 Deployment Guide Page 109 of 181

On the Advertise to Sub collections page select Advertise the program to members of the specified collection. And click next

On the Advertise Schedule select the Date and Time and Select if and when the Advertisement should expire. Select No, This advertisement does not expire.

Document: SCCM 2007 Deployment Guide Page 110 of 181

On the Assign the Program page select Yes, Assign the Program and select the schedule for the same. Click Next.

Click on Next to continue

Document: SCCM 2007 Deployment Guide Page 111 of 181

Click on Close to complete the Wizard

Document: SCCM 2007 Deployment Guide Page 112 of 181

8.2 Software Distribution - File Format Convertor 2007To perform an unattended installation of File Format Convertor 2007 using SCCM 2007 software distribution, the following activities needs to be carried out. We would be performing a silent installation for an executable file. Creation of Package for File Format Convertor 2007 Assigning the Package to a Distribution Point Creation of Program for File Format Convertor 2007 Creation of an Advertisement for File Format Convertor 2007

8.2.1 Creation of Package for File Format Convertor 2007To create a package, Go to Software Distribution>Right click on Packages>New>Select Package a shown below

Document: SCCM 2007 Deployment Guide Page 113 of 181

Enter the name of the Exe Application as shown below

Document: SCCM 2007 Deployment Guide Page 114 of 181

Specify the application source folder path and select other details as shown below

Select the Data Access options as shown below and click on Next to continue

Document: SCCM 2007 Deployment Guide Page 115 of 181

Select the Distribution Settings options as shown below and click on Next to continue

Select the Reporting option as shown below and click on Next to continue

Document: SCCM 2007 Deployment Guide Page 116 of 181

Click on Next to continue

Click on Next to continue

Document: SCCM 2007 Deployment Guide Page 117 of 181

Click on Close to complete the Wizard

8.2.2 Assigning Package to Distribution Point

Document: SCCM 2007 Deployment Guide Page 118 of 181

To assign a package to the Distribution Point, Go to package and right click on Distribution Point>and click on New Distribution Point as shown below

Click on Next to continue

Select the Distribution Point and click on Next to continue

Document: SCCM 2007 Deployment Guide Page 119 of 181

Click on Close to complete the Wizard

8.2.3 Creation of Program for File Format Convertor 2007 PackageTo create a program, Go to package and right click on Program>and click on New

Document: SCCM 2007 Deployment Guide Page 120 of 181

Program as shown below

Type the Program name and Command line as shown below for quiet installation and no restart

`4 Click on Next to continue with default options

Document: SCCM 2007 Deployment Guide Page 121 of 181

Select Whether or not user is logged on option as shown below and click on Next to continue

Click on Next to continue

Document: SCCM 2007 Deployment Guide Page 122 of 181

Click on Next to continue

Click on Next to continue

Document: SCCM 2007 Deployment Guide Page 123 of 181

Click on Next to continue

Click on Close to complete the Wizard

Document: SCCM 2007 Deployment Guide Page 124 of 181

8.2.4 Creation of Advertisement for File Format Convertor 2007To create an Advertisement, Right New>Advertisement as shown below click on Advertisements and select

Document: SCCM 2007 Deployment Guide Page 125 of 181

Type the Advertisement name, then select Package, Program and Collection as shown below

Select the Applicable Schedule and Priority as shown below

Document: SCCM 2007 Deployment Guide Page 126 of 181

Select the Distribution Points option as shown below and click on Next to continue

Select the required Interaction settings and click on Next to continue

Document: SCCM 2007 Deployment Guide Page 127 of 181

Click on Next to continue

Click on Next to continue

Document: SCCM 2007 Deployment Guide Page 128 of 181

Click on Close to complete the Wizard

Document: SCCM 2007 Deployment Guide Page 129 of 181

9 Patch deployment using SCCM 2007This section would describe the procedure for deploying patches using SCCM 2007.There are many tasks which need to be performed to successfully manage patch deployment in Configuration Manager 2007. This section provides information about managing software updates synchronization, Update List, Deployment Template and Software Update Deployment. Update Synchronization Update List Deployment Template Deploy Software Updates

9.1 Update SynchronizationSoftware updates in SCCM 2007 must be synchronized before the update information is available in the Configuration Manager console and before software updates can be deployed to client computers Synchronization is initiated on a configured schedule or by manually. To manually synchronize software updates metadata from the Microsoft update site, Go to Software Updates in the SCCM Administration Console > Right click on Update Request and click on Run Synchronization as shown below

Document: SCCM 2007 Deployment Guide Page 130 of 181

Once the synchronization completes all the updates would be displayed in Software updates as shown below

9.2 Update ListUpdate lists provide the ability to initiate a deployment for a set of software updates contained in the list. Update lists allow administrators to create a deployment from theDocument: SCCM 2007 Deployment Guide Page 131 of 181

update list instead of manually selecting the set of updates every time a new deployment is created. . Update lists also allow administrators to create update lists with approved updates, and then delegate the responsibility to deploy the update lists. Select the patches which needs to be installed, then click on Update List as shown below

Select Create a new update list as shown below

Click on Next to continue

Document: SCCM 2007 Deployment Guide Page 132 of 181

Click on Next to continue

Updating progress bar window would be displayed as shown below

Document: SCCM 2007 Deployment Guide Page 133 of 181

Click on Close to complete the Update List Wizard

All the selected patches would be displayed under Update List folder as shown below

Document: SCCM 2007 Deployment Guide Page 134 of 181

9.3 Deployment TemplateA deployment template in Configuration Manager 2007 removes the update installation settings from the package properties, and eliminates the requirement to re-enter standard settings for each new deployment and they are configured with the

Document: SCCM 2007 Deployment Guide Page 135 of 181

following deployment properties Collection Display/Time Settings Restart Settings Event Generation Download Settings SCCM 2007 Settings

To create a Template for all Windows XP systems, right click on Deployment Template, and then click on New Deployment Template as shown below

Type the Template Name as shown below and click on Next to continue

Document: SCCM 2007 Deployment Guide Page 136 of 181

Select the applicable Collection as shown below

Select the applicable Date/Time Settings as shown below

Document: SCCM 2007 Deployment Guide Page 137 of 181

Select the applicable Restart Settings as shown below

Since there is no Microsoft Operations Manager (MOM) server in COMPANY, Select the Event Generation settings as shown below

Document: SCCM 2007 Deployment Guide Page 138 of 181

Select Download Settings as shown below and click on Next to continue

Since there are no legacy SMS 2003 clients in COMPANY, click on Next to continue

Document: SCCM 2007 Deployment Guide Page 139 of 181

Click on Next in Summary window

Click on Close to complete the Deployment template Wizard

Document: SCCM 2007 Deployment Guide Page 140 of 181

The newly created Deployment Template would be displayed as shown below

9.4 Deploy Software UpdatesIn this sub-section we would be describing the final procedure for deploying softwareDocument: SCCM 2007 Deployment Guide Page 141 of 181

updates to the clients. This sub-section would contain the following two activities: Creating Deployment Package Creating Deployment Management Monitoring Software Updates Deployment

9.4.1 Creating Deployment PackageTo create a Deployment Package, right click on the selected Update list and then click on Deploy Software Updates as shown below

Type the applicable Software Update Deployment name and description as shown below

Document: SCCM 2007 Deployment Guide Page 142 of 181

Click on Browse to specify the Distribution Point a shown below

Select the Data Access settings as shown below and click on Next to continue

Document: SCCM 2007 Deployment Guide Page 143 of 181

Click on Next to continue

Select the Download Location options as shown below

Document: SCCM 2007 Deployment Guide Page 144 of 181

Select the applicable Language as shown below

Click on Close to complete the Wizard

Document: SCCM 2007 Deployment Guide Page 145 of 181

The Deployment Package would be displayed as show below

9.4.2 Creating Deployment Management

Document: SCCM 2007 Deployment Guide Page 146 of 181

To create a Deployment Management right click on selected patches Update List>and click on Deploy Software Updates as shown below

Enter the unique name and detailed description for Deployment Management

Either create or select applicable deployment template as shown below

Document: SCCM 2007 Deployment Guide Page 147 of 181

Select the Deployment Schedule as shown below

Select the Set NAP Evaluation as shown below

Document: SCCM 2007 Deployment Guide Page 148 of 181

Click on Next to continue

Click on Close to complete the Wizard

Document: SCCM 2007 Deployment Guide Page 149 of 181

The Deployment Management would be display with all the active software updates as shown below

Document: SCCM 2007 Deployment Guide Page 150 of 181

9.4.3

Monitoring Software Updates Deployment

In this sub-section we would describing the procedure for monitoring the status of the software updates deployments. This sub-section would include following two main phases for monitoring the status of the updates deployment. Evaluation Phase Enforcement Phase

9.4.3.1 Evaluation PhaseThe evaluation phase determines whether the software updates in the deployment are required by the computer. To monitor client evaluation for software update deployments, three main reports should be used. States 2 - Evaluation states for a deployment report summarizes the evaluation state of client computers for a specified deployment. This report provides information about whether the client computer was able to successfully evaluate the deployment. States 4 - Computers in a specific state for a deployment report can be drilled into to get more information about the client computer within a specified state. States 7 - Error status messages for a computer can be drilled into to get all error messages for the deployment on the specific computer.

In the Configuration Manager console, navigate to System Center Configuration Manager > Site Database > Computer Management >Reporting > Reports>Go to Software Updates - C. Deployment States category as shown below

Document: SCCM 2007 Deployment Guide Page 151 of 181

Right-click States 2 - Evaluation states for a deployment, and then click Run.

Enter the user name and password as shown below and click on OK

Document: SCCM 2007 Deployment Guide Page 152 of 181

In the Deployment ID box, click Values to view a list of possible deployments to choose

Select the applicable Deployment ID as shown below

Document: SCCM 2007 Deployment Guide Page 153 of 181

Click on Display to view the report. The evaluation states for the deployment are listed with the number of client computers in each state

Click the Report Link icon in the first column on any row to open the States 4 Computers in a specific state for a deployment report to display the computer information, the last time a state message was received from the client computer, the evaluation state for the deployment, and the error status if one exists.Document: SCCM 2007 Deployment Guide Page 154 of 181

If there are errors, click the Report Link icon in the row that contains the error to open

the States 7 - Error status messages for a computer report.

Since there are no errors for the deployment the States 7 - Error status messages for a computer report is blank as shown below

Document: SCCM 2007 Deployment Guide Page 155 of 181

9.4.3.2 Enforcement PhaseThe enforcement phase computers report the compliance state for the deployment. To monitor client enforcement for software update deployments, three main reports should be used.

Document: SCCM 2007 Deployment Guide Page 156 of 181

States 1 - Enforcement states for a deployment report summarizes the enforcement state of client computers for a specified deployment. This report provides information about the state for installing the updates in the deployment; for example, downloading the update, installing the update, successfully installed the update, and so on.

States 4 - Computers in a specific state for a deployment report can be drilled into to get more information about the client computer within a specified state.

States 7 - Error status messages for a computer can be drilled into to get all error messages for the deployment on the specific computer.

In the Configuration Manager console, navigate to System Center Configuration Manager > Site Database > Computer Management >Reporting > Reports>Go to Software Updates C Deployment States category as shown below

Right-click States 1 - Enforcement states for a deployment, and then click Run.

Document: SCCM 2007 Deployment Guide Page 157 of 181

Enter the user name and password as shown below and click on OK

In the Deployment ID box, click Values to view a list of possible deployments to choose, and then click the deployment. To limit the list, in the Deployment ID text box enter part of the deployment name followed by the percent wildcard and then click Values.

Document: SCCM 2007 Deployment Guide Page 158 of 181

Select the applicable Deployment ID as shown below

Click Display to view the report. The enforcement states for the deployment are listed with the number of client computers in each state.

Document: SCCM 2007 Deployment Guide Page 159 of 181

Click the Report Link icon in the first column on any row to open the States 4 Computers in a specific state for a deployment report to display the computer information, the last time a state message was received from the client computer, the enforcement state for the deployment, and the error status if one exists.

If there are errors, click the Report Link icon in the row that contains the error to open the States 7 - Error status messages for a computer report.

Document: SCCM 2007 Deployment Guide Page 160 of 181

Since there are no errors reported in the enforcement phase of the deployment, the States 7 - Error status messages for a computer report is blank as shown below

Document: SCCM 2007 Deployment Guide Page 161 of 181

10 Additional Details

SCCM

Configuration

&

Other

In this sub-section, the following topics would be covered Deploying SCCM Clients Installing CinfigMgr2007 Toolkit Troubleshooting SCCM Client Installation Executing SCCM Reports Viewing SCCM logs Backing Up SCCM Site Performing Hardware & Software Inventory

10.1 Deploying SCCM ClientsIn case of COMPANY we would be deploying only advanced clients as the installed computer base at COMPANY consists of Windows XP and Windows 2000 Professional Right click on a particular collection containing the system resources for which you want to deploy SCCM clients as shown. Click on All Tasks > Install Client as shown

On the Welcome page for SCCM Client Push Installation Wizard, Click on next

Document: SCCM 2007 Deployment Guide Page 162 of 181

Select the option Always Install (Repair or Upgrade existing Client) to Install the SCCM Client. Click Next to continue the installation. If you are pushing the SCCM clients on the collections for the first time then you can use this option, IF some of the machines in this collection have already SCCM clients while some dont have SCCM clients installed then you can de-select this option in order to avoid re-installation of SCCM clients on those machines where SCCM clients have already been installed. Alternatively, One can select SCCM clients assigned to a particular site to allow SCCM clients to be installed on machines that are part of the particular SCCM site. Click on next.

Click on finish to complete the SCCM client installation

Document: SCCM 2007 Deployment Guide Page 163 of 181

The installation of SCCM client can be confirmed by navigating to control panel and one would see the icon of Configuration Manager as shown below

Double click on Configuration Manager Icon to view the SCCM client properties for that particular machine. It includes details such as ConfigMgr Site Code, ConfigMgr Client Version, AD Site Name, Hostname, IP Address details, etc

Document: SCCM 2007 Deployment Guide Page 164 of 181

The SCCM Component details as part of the SCCM client program and their respective status such as Installed / Enabled are displayed.

On the actions tab, One can initiate action manually for a particular category by selecting the particular action and click on initiate action button

Document: SCCM 2007 Deployment Guide Page 165 of 181

On the Advanced tab as shown below, One can discover the SCCM Site details by clicking on the discover button. One needs to be logged in with the domain administrative privileges in order for the site discovery to be successful.

10.2

Installing ConfigMgr2007 Toolkit

Document: SCCM 2007 Deployment Guide Page 166 of 181

The SMS Trace is a log viewer that provides a way to easily view and monitor all SCCM logging activity. The SMS trace is part of the ConfigMgr2007 toolkit. The procedure for installing the ConfigMgr2007 toolkit is explained below Note: - The ConfigMgr2007 toolkit provides useful tools to help with the tracking of an SCCM installation and diagnostics of that install and subsequent usage. Download the latest version of ConfigMgr2007 toolkit from http://www.microsoft.com/downloads/details.aspx?FamilyID=948e477e-fd3b-4a09-9015141683c7ad5f&DisplayLang=en Double click on CcmTools.msi to launch the ConfigMgr2007 toolkit installation.

Document: SCCM 2007 Deployment Guide Page 167 of 181

Click on Next to initiate the installation of CCM Framework Tools

Click on I accept the license agreement to accept the licensing terms and click on next

Click on finish to complete the installation of ConfigMgr2007 toolkit

Document: SCCM 2007 Deployment Guide Page 168 of 181

The SMS Trace utility can be launched from the following path

10.3 Troubleshooting SCCM Client InstallationIn this sub-section, The steps for troubleshooting SCCM client installation are mentioned. These need to be confirmed at the client computers

Document: SCCM 2007 Deployment Guide Page 169 of 181

Windows Firewall Service needs to be disabled on the client desktop Remote Registry service needs to be started on the client desktop Windows Management Instrumentation (WMI) service needs to be started on client desktop Administrator credentials specified during the SCCM client installation such as backup need to be added in the local administrators group on the client computers or should be part of Domain Admin group Admin$ share needs to be accessible on client machine Time specified on the client machine needs to be synchronized with the time server

If a problem with SCCM Client installation still persists then check the CCM logs using SMS Trace as mentioned below Launch SMS Trace by navigating to Programs > ConfigMgr2007 Toolkit > Trace32 as shown

On the SMS Trace screen, Click on open to view the appropriate log files

Document: SCCM 2007 Deployment Guide Page 170 of 181

Specify the location for SCCM log files as shown below

Specify the appropriate log file to view. In case of SCCM client installation, select CCM log file.

Document: SCCM 2007 Deployment Guide Page 171 of 181

A sample CCM log file is displayed below.

10.4 Executing SCCM ReportsIn this sub-section, We would be providing the procedure needed for executing SCCM reports.

Document: SCCM 2007 Deployment Guide Page 172 of 181

Click on Reports under Site Database > Reporting to display the out-of-box reports available with SCCM 2007. These reports are available for different categories such as Hardware Inventory, Software Inventory, Software Metering, Software Distribution, Software Updates, Software Files, Status Messages, etc.

Document: SCCM 2007 Deployment Guide Page 173 of 181

To run a report, Right click on any particular report under a particular category and click on All Tasks > Run as shown below.

Specify the appropriate credentials and click on Ok.

The particular report is displayed as shown below

Document: SCCM 2007 Deployment Guide Page 174 of 181

Document: SCCM 2007 Deployment Guide Page 175 of 181

10.5 Viewing SCCM LogsSCCM messages or logs can be viewed for the following Advertisement Status Package Status Site Status

To view the logs or messages, Navigate to System Status under Site Database as shown. Select the appropriate category you want to view the status for. Ex If one wants to view the messages or status for the particular site then click on Site Status under System Status and once can view two categories under site status. These are component system status and site system status. Messages are displayed with the following identifications i.e. Green for normal, Yellow for warnings and Red for critical messages as shown below.

Document: SCCM 2007 Deployment Guide Page 176 of 181

To view a particular message, Right click on the component in the right pane for which messages need to be viewed and select show messages. You are presented with an option to view all messages including errors, warnings and normal status messages or one can view only a particular category such as errors or warnings or all messages. Also, If the old messages needs to be purged then select the option reset counts and select for all or for warnings or errors

Messages specific for that component are displayed as shown below. Double click on a particular message or error to be viewed as shown.

Document: SCCM 2007 Deployment Guide Page 177 of 181

The specific message is displayed as below

Document: SCCM 2007 Deployment Guide Page 178 of 181

10.6 Backing Up SCCM SiteSystem Center Configuration Manager (SCCM) uses Microsoft SQL Server to store data about sites and about the resources in those sites. In the SCCM Administrator console, one can use Site Maintenance to perform general site maintenance tasks. Under Site Maintenance, you can use Tasks to run a predetermined operation, such as backing up the SCCM site database, deleting old or unneeded data, and rebuilding indexes to improve database performance.

Document: SCCM 2007 Deployment Guide Page 179 of 181

Select the Backup ConfigMgr site server task and right click on that task and go to properties. Ex Backup ConfigMgr Site server task. Right click on that task to launch properties page. The following configuration needs to be done in the Backup ConfigMgr Site Server properties Select the Enable this Task Click on Set Paths and Specify the backup location E.g. C:\SCCMBACKUP Specify the backup schedule time and days

Document: SCCM 2007 Deployment Guide Page 180 of 181

11 ReferencesFollowing is the list of public references that could be useful in the daily-basis: SCCM 2007 System Center Configuration Manager Server Home http://technet.microsoft.com/en-us/library/bb735860.aspx System Center Configuration Manager 2007 Features http://technet.microsoft.com/en-us/library/bb680550.aspx Desired Configuration Management in Configuration Manager http://technet.microsoft.com/en-us/library/bb693504.aspx System Center Configuration Manager 2007 Configuration Pack http://www.microsoft.com/downloads/details.aspx?familyid=45586F82-18164AEBA0DC-ADE1859820B9&displaylang=en System Center Configuration Configuration Pack Manager 2007 Vulnerability Assessment

http://www.microsoft.com/downloads/details.aspx?FamilyId=FC6989E9-68A343B1-8019-72BC1B9C5FF3&displaylang=en System Center Configuration Manager 2007 Toolkit http://www.microsoft.com/downloads/details.aspx?familyid=948E477E-FD3B4A09-9015-141683C7AD5F&displaylang=en Troubleshooting Configuration Manager 2007 http://technet.microsoft.com/en-us/library/bb632812.aspx

Document: SCCM 2007 Deployment Guide Page 181 of 181