IT tutorials
 
Technology
 

System Center Configuration Manager 2007 : Client Deployment (part 2) - Manual Installation, Client Push Installation

12/2/2013 3:17:54 AM
- Free product key for windows 10
- Free Product Key for Microsoft office 365
- Malwarebytes Premium 3.7.1 Serial Keys (LifeTime) 2019

2. Manual Installation

Although manual client installation is probably not the method you will use to install all clients, it is a method that all environments will use, most often in service desk or on-site support scenarios. Having a well-documented process for reinstalling a ConfigMgr client is essential.

First, you must locate the installation files. By default, you will find these files in the %ProgramFiles%\Microsoft Configuration Manager\Client folder. CCMSetup.exe is the file you will use to initiate the installation, and depending on the operating system version, additional windows components (XML Parser, Windows Update Agent, BITS, and so on) are installed from this folder. ConfigMgr requires these additional components for a healthy client. Fortunately, you don’t have to manage the installation of each of these components. There are three primary methods to install the client manually:

  • The most basic method to install the ConfigMgr client is to copy the entire Client folder (and subfolders) to the local system and then launch CCMSetup.exe from the local drive. By using this method, CCMSetup automatically obtains the dependent source files from the local source. Alternatively, you could map a drive to a remote server and run CCMSetup. Typically, running CCMSetup from a UNC path will be unsuccessful.

  • Execute CCMSetup.exe (either remote or local) and specify the /source: command-line switch. For example, if you have a share named \\TUMBLEWEED\ConfigMgrClient that contains the client installation files, you could execute the following statement:

    \\TUMBLEWEED\ConfigMgrClient\CCMSETUP.EXE
    /source:"\\TUMBLEWEED\ConfigMgrClient"

    You can use the /source: switch multiple times to give CCMSetup alternative locations to download installation files. Also, verify the user account that launches CCMSetup.exe has read access to the share.

  • Execute CCMSetup.exe (either remote or local) and specify the /mp: command-line switch with a valid management point. Note that this switch simply specifies access to client installation source files—it has no impact on site assignment. For example, using the same share mentioned in the previous bullet, you could execute the following statement:

    \\TUMBLEWEED\ConfigMgrClient\CCMSETUP.EXE /mp:TUMBLEWEED.SCCMUnleashed.com

    Similar to the /source: switch, the /mp: switch can be specified multiple times for alternative download locations.

Now that you have seen these three options, you may ask which one is the best. As with all things technical, it depends. The authors prefer the /mp: switch for almost all manual installation scenarios. Using this switch means you need access to CCMSetup.exe (and of course a healthy management point). ConfigMgr handles the source file folder, and the files are accessed by the client via HTTP.

3. Client Push Installation

Enable Client Push Installation to deploy the client agent automatically to those systems discovered and assigned to the site. Before enabling Client Push Installation, it is highly recommended you use the Client Push Installation Wizard for testing individual systems and individual collections. The only configuration difference between Client Push Installation and the Client Push Installation Wizard is the first check box in Figure 1. Figure 2 shows the General tab of the Client Push Installation Properties dialog box.

Figure 1. The General tab of the Client Push Installation Properties dialog box


As you can see in Figure 1, the Enable Client Push Installation to assigned resources box is checked. When you enable this check box, you can then determine the system types to target. Servers and workstations are enabled by default; domain controllers and site systems are disabled. Click the Accounts tab to configure Client Push Installation accounts, as displayed in Figure 2.

Figure 1. The Accounts tab of the Client Push Installation Properties dialog box


Use the Accounts tab to add accounts to install the ConfigMgr client. To add a local account, simply follow the same pattern shown in Figure 2. For the local administrator account, simply enter .\Administrator and the appropriate password. Enter multiple accounts to ensure you have at least one administrator account for each system you desire to install. To configure installation settings, use the Client tab, as shown in Figure 3.

Figure 3. The Client tab of the Client Push Installation Properties dialog box


By default, the SMSSITECODE public property is visible. You can add Windows Installer command-line properties (see Table 2) to configure the client at install time. As an example, to modify the cache size, add the property SMSCACHESIZE=1024, where 1024 is the size (in MB) to configure. The ccm.log file on the site server provides client installation information.

If the site is unable to install the client (because of rights, the system not being on the network, and so on), the site attempts to install the client every hour for 168 hours (1 week). See Microsoft’s document on Client Push at http://technet.microsoft.com/en-us/library/bb632380.aspx for additional information. Note that Client Push does not need to be enabled to push clients, as discussed in the next section.

 
Others
 
- System Center Configuration Manager 2007 : Client Deployment (part 1) - Command-Line Properties
- Troubleshooting Exchange Server 2010 : Troubleshooting Client Connectivity (part 2)
- Troubleshooting Exchange Server 2010 : Troubleshooting Client Connectivity (part 1) - Troubleshooting Autodiscover
- Troubleshooting Exchange Server 2010 : Troubleshooting Mail Flow (part 3) - Exchange Mail Flow Troubleshooter
- Troubleshooting Exchange Server 2010 : Troubleshooting Mail Flow (part 2) - Message Tracking
- Troubleshooting Exchange Server 2010 : Troubleshooting Mail Flow (part 1) - Queue Viewer in the EMC
- SQL Server 2012 : SQL Server Developer Tools (part 2) - Working with SSDT in Offline Mode, Application Versioning
- SQL Server 2012 : SQL Server Developer Tools (part 1) - Working with SSDT in Connected Mode
- Windows Server 2012 : Using the Task Manager for Logging and Debugging - Monitoring Details, Monitoring Services, Related PowerShell Functionality
- Windows Server 2012 : Using the Task Manager for Logging and Debugging - Monitoring Performance
 
 
Top 10
 
- Microsoft Visio 2013 : Adding Structure to Your Diagrams - Finding containers and lists in Visio (part 2) - Wireframes,Legends
- Microsoft Visio 2013 : Adding Structure to Your Diagrams - Finding containers and lists in Visio (part 1) - Swimlanes
- Microsoft Visio 2013 : Adding Structure to Your Diagrams - Formatting and sizing lists
- Microsoft Visio 2013 : Adding Structure to Your Diagrams - Adding shapes to lists
- Microsoft Visio 2013 : Adding Structure to Your Diagrams - Sizing containers
- Microsoft Access 2010 : Control Properties and Why to Use Them (part 3) - The Other Properties of a Control
- Microsoft Access 2010 : Control Properties and Why to Use Them (part 2) - The Data Properties of a Control
- Microsoft Access 2010 : Control Properties and Why to Use Them (part 1) - The Format Properties of a Control
- Microsoft Access 2010 : Form Properties and Why Should You Use Them - Working with the Properties Window
- Microsoft Visio 2013 : Using the Organization Chart Wizard with new data
Technology FAQ
- Is possible to just to use a wireless router to extend wireless access to wireless access points?
- Ruby - Insert Struct to MySql
- how to find my Symantec pcAnywhere serial number
- About direct X / Open GL issue
- How to determine eclipse version?
- What SAN cert Exchange 2010 for UM, OA?
- How do I populate a SQL Express table from Excel file?
- code for express check out with Paypal.
- Problem with Templated User Control
- ShellExecute SW_HIDE
programming4us programming4us