Leveraging Microsoft System Center Configuration Manager 2007 for Dell Factory Customization

Size: px
Start display at page:

Download "Leveraging Microsoft System Center Configuration Manager 2007 for Dell Factory Customization"

Transcription

1 Leveraging Microsoft System Center Configuration Manager 2007 for Dell Factory Customization A Dell Technical White Paper Dell Services Product Development Greg Ramsey and Warren Byle Edited by Tony Villarreal October

2 THIS WHITE PAPER IS FOR INFORMATIONAL PURPOSES ONLY, AND MAY CONTAIN TYPOGRAPHICAL ERRORS AND TECHNICAL INACCURACIES. THE CONTENT IS PROVIDED AS IS, WITHOUT EXPRESS OR IMPLIED WARRANTIES OF ANY KIND Dell Inc. All rights reserved. Reproduction of this document in any manner whatsoever without the express written permission of Dell, Inc. is strictly forbidden. For more information, contact Dell. Dell, the DELL logo, Latitude, and OpenManage are trademarks of Dell Inc. Microsoft, Windows, and Windows Vista are either trademarks or registered trademarks of Microsoft Corporation in the United States and/or other countries. Other trademarks and trade names may be used in this document to refer to either the entities claiming the marks and names or their products. Dell Inc. disclaims any proprietary interest in trademarks and trade names other than its own. 2

3 Executive Summary This whitepaper provides an overview on how to leverage Dell Hardware Customization with the operating system deployment capabilities of Microsoft System Center Configuration Manager 2007 to deploy a customized system image (OS, applications, settings) on new Dell client systems. 3

4 Table of Contents Executive Summary... 3 Table of Contents... 4 Introduction... 5 Benefits of Dell Hardware Customization... 6 Dell Hardware Configuration Process Overview... 7 Prerequisite Activities Create a stand alone media build... 8 A. Use the Task Sequence Step Apply Driver Package instead of Auto Apply Drivers... 8 B. Install Software Updates is not supported with Stand alone Media... 8 C. Dell Best Practices Apply the Stand Alone Media Build to an offline PC and validate the build process... 9 Configuring your Stand-Alone Media Build for Dell Custom Factory Integration Using conditional statements to enhance your existing task sequence Modify the Partition Disk Step so that it does not run in the Dell factory Add Required Apply Driver Package Steps to support models ordered from Dell Factory Create and configure a new Group Dell CFI Integration A. Create the step Handoff to CFI B. Create the Restart Computer Step C. Create the Post Delivery Configuration Group Create the Media Build.iso Test the Stand Alone Media Build to Simulate Dell CFI Advanced Scenarios Create a Custom Computer Name Summary References

5 Introduction Today s enterprise information technology (IT) departments typically manage a heterogeneous mix of decentralized client hardware and various software applications. Large scale enterprise administration requires centralized systems management processes that utilize consistent management methods for diverse network clients. Some typical IT administrator activities involve deploying standardized OS builds on client hardware, and gathering application software, hardware, and operating systems (OS) information across the network from a central management console. Dell offers several ways to assist IT administrators with rapid development and deployment of a customized build on Dell client systems. To further simplify the initial operating system deployment (OSD) and configuration activities, administrators can leverage their customized build process for Dell client systems within the Dell factory. This white paper provides an overview of using the operating systems deployment capabilities of Microsoft System Center Configuration Manager 2007 (ConfigMgr) to deploy a customized OS build on new Dell client systems. The intended audience for this paper is IT and network administrators or managers who use ConfigMgr to perform OSD activities within their organization. In order to successfully follow the guidelines presented in this white paper, administrators need to understand creating and deploying customized builds on Dell client systems and have experience in creating and validating a stand alone media build from a ConfigMgr OSD task sequence. 5

6 Benefits of Dell Hardware Customization The timeline diagram below details the benefits of using Dell Hardware Customization with your existing ConfigMgr OSD task sequence; the time and effort normally required to launch and complete your OSD build can be moved from the local site and into the Dell factory, freeing up time and resources for other tasks. Dell refers to this process as Custom Factory Integration (CFI). 6

7 Dell Hardware Configuration Process Overview The diagram below outlines the basics steps in ConfigMgr OSD task sequence integration with the Dell factory. 7

8 Prerequisite Activities The ConfigMgr task sequence must support the following scenarios before configuration for use with CFI. 1. Create a stand alone media build Creating a stand alone media build should be a simple process. Review the Microsoft document How to Create a Stand-alone Media for detailed information. As a review, there are a few key items to note: A. Use the Task Sequence Step Apply Driver Package instead of Auto Apply Drivers Auto Apply drivers is not supported in a stand alone media scenario, as the system does not have access to your ConfigMgr site. A Dell OS deployment best practice is to use the OSD CAB files, and WMI queries to ensure that the proper drivers are applied to the proper model. Review the walk through on Dell TechCenter to learn how to use the OSD CABs and Apply Driver Packages. Also review the information on Microsoft s TechCenter for the Apply Driver Package step. B. Install Software Updates is not supported with Stand alone Media The Install Software Updates Task Sequence step is not supported in a stand alone media scenario, as the system does not have access to your ConfigMgr site. Install all security updates into your base.wim using ConfigMgr s Build and Capture Process. 8 C. Dell Best Practices In addition to ConfigMgr requirements for a stand alone media build, Dell also has requirements (and reminders) for successful integration into the factory integration (CFI) process. 1. Do not run custom actions to configure the local disk. Running diskpart or similar tools to manage the disk and partitions will disrupt the CFI process; work with your CFI project engineer to have CFI create the needed disk/partition configuration. 2. Systems will not join your domain while in the Dell Factory. As your systems will not have domain access in Dell factories, the Apply Network Settings task sequence step will not successfully join your domain. Follow the steps later in this document for how to modify your task sequence to join your domain (if required) later in the task sequence. 3. Move task sequence steps that require network connectivity to the end of the overall task sequence process. For the custom factory integration to be successful there must be a point in your task sequence where offline build tasks complete and your system hands off control back to CFI. In the factory, this allows the hardware to be shut down, boxed, and shipped directly to the user (if desired). At that point, your user will power up the system and the task sequence can resume with on network tasks. These tasks can leverage your enterprise LAN/WAN connectivity (if desired) to complete additional steps, such as join the domain, activate Windows, and other domain/network specific actions. 4. Enable Continue on Error. For build process consistency, you may want to enable the Continue On Error checkbox on each task sequence step. Some application installations may return an unexpected error code during the build process that may cause the entire process to fail.

9 2. Apply the Stand Alone Media Build to an offline PC and validate the build process It is very important to validate your task sequence prior to adding the steps for Dell CFI. Use the information in the previous section to modify your standard task sequence and create a standalone media build. After successfully completing the stand alone media build, validate that the steps you modified are working properly, such as Apply Driver Package and other custom steps. For more detail on this process, refer to the section: Test the Stand Alone Media Build to Simulate Dell CFI. 9

10 Configuring your Stand-Alone Media Build for Dell Custom Factory Integration For successful factory integration, you will need to modify your standard task sequence so that it will perform properly in the Dell factories. This section walks you through the basic process to modify the task sequence to work properly with the Dell CFI process. For more information, visit the ConfigMgr section on Dell TechCenter. 1. Using conditional statements to enhance your existing task sequence Figure 1 displays the standard task sequence created when you use the Install an existing image package option in the New Task Sequence Wizard; you should modify your existing task sequence to simplify your deployment process. Using multiple task sequences to deploy the same OS should be avoided as it increases the deployment solution complexity. Figure 1 Standard Task Sequence In Figure 1, the highlighted sections are the ones that run based on conditional statements. Read more information on conditional statements in Microsoft TechNet s coverage of the Task Sequence Options Tab. If you select the task sequence group Capture Files and Settings, and click the Options tab, that step will only run if the task sequence variable _SMSTSInWinPE equals false. This variable is automatically configured at the start of the task sequence. Bare metal and media builds set this variable to false so that it will only run if the task sequence was launched from Windows. Take a few minutes to review the other conditional statements to become more familiar with the flexibility of the task sequencer. 10

11 NOTE: The following groups/steps do not execute during a stand alone media build process: Capture Files and Settings Restart in Windows PE not needed, as you start in WinPE. Apply Device Drivers not needed, as it uses the Auto Apply Drivers process. Install Updates not needed, as it uses the Install Software Updates step. 2. Modify the Partition Disk Step so that it does not run in the Dell factory. The only task sequence step we need to modify is the Partition Disk step. We need to ensure that this step does not run during the CFI process in the factory. Modify the conditional statements for Partition Disk step to appear as shown in Figure 2. Figure 2 Modifying the Partition Disk Step The modifications in Figure 2 allow this step to run only if neither of these conditions is true: The task sequence is launched from Windows (Mandatory Assignment or Run Advertised Programs). A custom variable (inserted during media creation) CFI is equal to True. So if CFI=True, this step will not run. 3. Add Required Apply Driver Package Steps to support models ordered from Dell Factory. As mentioned previously, the Auto Apply Drivers step is not supported when using a standalone media build; review the walk through on Dell TechCenter for complete details. To properly apply drivers, create an Apply Driver Package step, select a valid driver package, and then add the conditional statement as shown in Figure 3. Figure 3 Apply Driver Package and Conditional Statement Repeat this step for each model that you will support using Dell CFI Integration. 11

12 4. Create and configure a new Group Dell CFI Integration. The Dell CFI Integration group consists of three primary sections: A. Handing the process back to CFI that signals CFI to exit the process on the next system restart. B. System restart step occurs in Dell factory. C. Post Delivery configuration a group of all task sequence steps that occur once the system is installed, connects to the network, and powers up. D. The Dell CFI Integration Task is placed at the end of your existing task sequence Figure 4 shows how to create the conditional statement in the Dell CFI Integration task sequence group. This is the last conditional statement required for CFI integration. Figure 4 The Dell CFI Integration Group A. Create the step Handoff to CFI Next, create a Run Command Line task sequence step called Handoff to CFI, and configure it as show in Figure 5. Figure 5 The Handoff to CFI Task Sequence Step 12

13 Specify the information exactly as shown in Figure 5. The CFI integration team will provide CFI_Launch.bat at the factory. Verify that D:\ is entered in the Start in: text box, unless instructed differently by the CFI team. B. Create the Restart Computer Step This is the last step required for CFI, and is the last step that will occur in the Dell factory. All additional steps execute upon first boot in your facility. C. Create the Post Delivery Configuration Group Include all steps in this group that you need to complete your build process. Figure 6 displays the Post Delivery Configuration group, which includes the following: Join Domain step that runs while the system is connected to the customer network. Install Custom Business Application On Network step, to simulate installing applications that may require network resources (query a database, AD Site information, etc). Activate Windows step to trigger activation of Windows to an internal KMS Server; your environment may or may not require this, but is a good example of a step required to run on network. CFI Cleanup step that removes unneeded files from the disk. Configure this step exactly as shown in Figure 6. The CFI integration team will provide CFI_cleanup.bat at the factory. Verify that c:\dell\cfi\ is entered into the Start in: text box, unless instructed differently by the CFI team. Figure 6 CFI Cleanup Step 13

14 5. Create the Media Build.iso Use the standard ConfigMgr Process to create the stand alone media build. A. Right Click on your task sequence, and select Create Task Sequence Media. B. Select Stand alone Media. C. Select CD/DVD Set, and enter the File Name for the media. D. Clear the Protect Media with a password checkbox. E. On the Variables tab, create a new variable, with a name of CFI, and a value of True. Figure 7 Setting CFI=True Task Sequence Variable for Stand Alone Media F. Complete the Wizard to create the media build file(s). 6. Test the Stand Alone Media Build to Simulate Dell CFI Although you cannot replicate the entire Hardware Customization process, you should perform a simulation of the process to identify potential failures. If your process is similar to our example, with post delivery configuration that requires network access such as join domain, do your best to simulate the system being off and on the network. The following steps represent a brief test simulation walk through: A. Create the stand alone media DVD(s). B. Disconnect the test system from the network. C. Prepare your disk/partitions manually, if required. D. Boot the test system using the media DVD. E. Click Next to start the build process. F. Watch the build for the Restart Computer step to occur at the beginning of the Dell CFI integration group, and during the restart, connect the system back to the network; this represents the point where the system will be delivered to your facility. G. Allow the task sequence process to complete. H. Log into the system, and verify all configuration and application installation settings to confirm a successful deployment. 14

15 Advanced Scenarios Create a Custom Computer Name You may require a custom computer name for your systems. If your custom computer name depends on hardware information, you can to customize it during the task sequence. Here's an example of how to set the computer name equal to the service tag during the OSD Process. 1. Create a vbscript named "SetComputerName.vbs", and insert the following information into the script: SET env = CreateObject("Microsoft.SMS.TSEnvironment") ' Connect to WMI Set objwmiservice=getobject("winmgmts:" & "{impersonationlevel=impersonate}!\\" _ & strcomputer & "\root\cimv2") ' Find the Service Tag, which will make up the last part of the computer name Set colservicetag=objwmiservice.execquery("select * from Win32_Bios") For Each objservicetag in colservicetag strname = objservicetag.serialnumber Next ' Set the variable env("osdcomputername") = strname 2. Save the script. 3. Create a new ConfigMgr package, and send to distribution points (DPs). 4. Edit your task sequence. 5. Immediately following the "Partition Disk" step, insert a new task for "Run Command Line". 6. Select the package that contains the vbscript. For the command line, enter: Cscript //nologo SetComputerName.vbs 7. Click OK to save the task sequence. 8. Re create the stand alone media. For more information, review About Task Sequence Variables in the Microsoft TechCenter. 15

16 Figure 8 Example Task Sequence Summary The Dell Hardware Customization integration process simplifies IT for ConfigMgr administrators by enabling a single source provisioning solution for all deployment scenarios, including direct from the Dell factory. This reduces operating expenses by reduction or elimination of time and resources previously required for the deployment of new Dell systems. 16

17 References Additional Dell documentation can be found on DellTechCenter.com CONFIGURATION MANAGER 2007 Product Overview Microsoft Corporation Operating System Deployment in Configuration Manager Microsoft Corporation How to Create a Stand alone Media Microsoft Corporation Deploy Windows Vista to the Dell Latitude E6400 Using ConfigMgr Operating System Deployment Dell TechCenter Apply Driver Package Dell TechCenter Build and Capture Process Microsoft Corporation SCCM System Center Configuration Manager Dell TechCenter Task Sequence Options Tab Microsoft Corporation About Task Sequence Variables Microsoft Corporation 17

Integrating Microsoft System Center Configuration Manager 2007 Operating System Deployment (ConfigMgr OSD) in the Dell Factory

Integrating Microsoft System Center Configuration Manager 2007 Operating System Deployment (ConfigMgr OSD) in the Dell Factory Microsoft System Center Manager 2007 Operating System Deployment (ConfigMgr OSD) User Guide July 2012 to in Dell Factories Administrators of Microsoft System Center Manager 2007 (referenced as Manager

More information

Microsoft System Center Configuration Manager 2012 Dell Factory Integration

Microsoft System Center Configuration Manager 2012 Dell Factory Integration Microsoft System Center Manager 2012 Dell Factory Integration User Guide January 2017 to ConfigMgr 2012 OSD in Dell Factories Administrators of Microsoft System Center Manager 2012 (referenced as Manager

More information

Microsoft System Center Configuration Manager Dell Factory Integration

Microsoft System Center Configuration Manager Dell Factory Integration Microsoft System Center Manager Dell Factory Integration User Guide September 2018 to ConfigMgr OSD in Dell Factories Administrators of Microsoft System Center Manager (referenced as Manager or ConfigMgr

More information

Integrating Microsoft Deployment Toolkit 2012 (MDT 2012) in the Dell Factory

Integrating Microsoft Deployment Toolkit 2012 (MDT 2012) in the Dell Factory Microsoft Deployment Toolkit 2012 () User Guide July 2012 to OSD in Dell Factories Microsoft Deployment Toolkit 2012 (MDT) provides a common console with a comprehensive toolset for Operating System Deployments

More information

Deploying Operating System Images on Latitude and Precision E-Series Systems using Microsoft System Center Configuration Manager 2007

Deploying Operating System Images on Latitude and Precision E-Series Systems using Microsoft System Center Configuration Manager 2007 Deploying Operating System Images on Latitude and Precision E-Series Systems using Microsoft System Center Configuration Manager 2007 A Dell Best Practices Paper Dell OpenManage Systems Management By Sandeep

More information

Scheduled Automatic Search using Dell Repository Manager

Scheduled Automatic Search using Dell Repository Manager Scheduled Automatic Search using Dell Repository Manager A Dell Technical White Paper Dell, Inc. Dell Repository Manager Team THIS WHITE PAPER IS FOR INFORMATIONAL PURPOSES ONLY, AND MAY CONTAIN TYPOGRAPHICAL

More information

Using Dell Repository Manager to Update Your Local Repository

Using Dell Repository Manager to Update Your Local Repository Using Dell Repository Manager to Update Your Local Repository A Dell Technical White Paper Dell Inc. Dell Repository Manager Team i THIS WHITE PAPER IS FOR INFORMATIONAL PURPOSES ONLY, AND MAY CONTAIN

More information

Setting Up Replication between Dell DR Series Deduplication Appliances with NetVault 9.2 as Backup Software

Setting Up Replication between Dell DR Series Deduplication Appliances with NetVault 9.2 as Backup Software Setting Up Replication between Dell DR Series Deduplication Appliances with NetVault 9.2 as Backup Software Dell Engineering A Dell Technical White Paper Revisions Date Description Initial release THIS

More information

Dell PowerVault NX1950 configuration guide for VMware ESX Server software

Dell PowerVault NX1950 configuration guide for VMware ESX Server software Dell PowerVault NX1950 configuration guide for VMware ESX Server software January 2008 Dell Global Solutions Engineering www.dell.com/vmware Dell Inc. 1 Table of Contents 1. Introduction... 3 2. Architectural

More information

Lifecycle Controller with Dell Repository Manager

Lifecycle Controller with Dell Repository Manager Lifecycle Controller with Dell Repository Manager Dell, Inc. Dell Repository Manager Team Chandrasekhar G Dell Engineering October 2013 A Dell Technical White Paper Revisions Date October 2013 Description

More information

Deploying Windows Server 2008 with System Center

Deploying Windows Server 2008 with System Center Windows Server 2008 At a glance: Configuration Manager deployment features Creating and customising a server task sequence Adding server roles Setting computer-specific variables Deploying Windows Server

More information

Deploying Dell Open Manage Server Administrator from IT Assistant 7.0

Deploying Dell Open Manage Server Administrator from IT Assistant 7.0 Deploying Dell Open Manage Server Administrator from IT Assistant 7.0 Enterprise Systems Group (ESG) Dell OpenManage Systems Management Dell White Paper By Annapurna Dasari Annapurna_Dasari@dell.com May

More information

Agentless In-Band System Update With Dell OpenManage Essentials

Agentless In-Band System Update With Dell OpenManage Essentials Agentless In-Band System Update With Dell OpenManage Essentials This Dell technical white paper describes how OpenManage Essentials enables you to manage in-band system updates on target servers that do

More information

Dell OpenManage Essentials v2.0 Support for Dell Client Devices

Dell OpenManage Essentials v2.0 Support for Dell Client Devices Dell OpenManage Essentials v2.0 Support for Dell Client Devices This Dell technical white paper provides the required information about Dell client devices (OptiPlex, Precision, Latitude, and Venue 11

More information

Using Dell Repository Manager with Dell OpenManage Essentials

Using Dell Repository Manager with Dell OpenManage Essentials Using Dell Repository Manager with Dell OpenManage Essentials Dell, Inc. Dell Repository Manager Team AVS Sashi Kiran December 2013 A Dell Technical White Paper Revisions Date December 2013 Description

More information

Using Dell Repository Manager to Manage Your Repositories Efficiently

Using Dell Repository Manager to Manage Your Repositories Efficiently Using Dell Repository Manager to Manage Your Repositories Efficiently A Dell Technical White Paper Dell Inc. Dell Repository Manager Team i THIS WHITE PAPER IS FOR INFORMATIONAL PURPOSES ONLY, AND MAY

More information

Dell OpenManage Essentials v1.1 Supporting Dell Client Devices

Dell OpenManage Essentials v1.1 Supporting Dell Client Devices Dell OpenManage Essentials v1.1 Supporting Dell Client Devices This Dell technical white paper provides the required information about Dell client devices (OptiPlex, Precision, Latitude) support in OpenManage

More information

Reinstalling the Operating System on the Dell PowerVault 745N

Reinstalling the Operating System on the Dell PowerVault 745N Reinstalling the Operating System on the Dell PowerVault 745N This document details the following steps to reinstall the operating system on a PowerVault 745N system: 1. Install the Reinstallation Console

More information

Dell Management Console Best Practices

Dell Management Console Best Practices Dell Management Console Best Practices Dell Technical White Paper Dell Product Group - Enterprise THIS WHITE PAPER IS FOR INFORMATIONAL PURPOSES ONLY, AND MAY CONTAIN TYPOGRAPHICAL ERRORS AND TECHNICAL

More information

Using Network Manager to Setup Automatic Notifications

Using Network Manager to Setup Automatic  Notifications Using Network Manager to Setup Automatic Email Notifications Dell OpenManage Network Manager 3.0 By Victor Teeter Development Engineer, Sr. Analyst PowerConnect Engineering Overview With an email server

More information

Virtualization Support in Dell Management Console v1.0

Virtualization Support in Dell Management Console v1.0 Virtualization Support in Dell Management Console v1.0 Dell Technical White Paper By Rajaneesh Shresta, Nilesh Bagad Dell Product Group - Enterprise 1 THIS WHITE PAPER IS FOR INFORMATIONAL PURPOSES ONLY,

More information

Patch Management using Dell Management Console v1.0

Patch Management using Dell Management Console v1.0 Patch Management using Dell Management Console v1.0 Dell Technical White Paper By Abhijit Pathak Dell Product Group - Enterprise Revision History Version Date Description Author(s) 1.0 13 April 2009 First

More information

SCOM 2012 with Dell Compellent Storage Center Management Pack 2.0. Best Practices

SCOM 2012 with Dell Compellent Storage Center Management Pack 2.0. Best Practices SCOM 2012 with Dell Compellent Storage Center Management Pack 2.0 Best Practices Document revision Date Revision Comments 4/30/2012 A Initial Draft THIS BEST PRACTICES GUIDE IS FOR INFORMATIONAL PURPOSES

More information

Configuring Alert Actions in OpenManage Essentials

Configuring Alert Actions in OpenManage Essentials Configuring Alert Actions in OpenManage Essentials This Dell technical white paper explains how to configure various alert actions in order to monitor the data center remotely. OME Engineering Team This

More information

Dell Compellent Storage Center

Dell Compellent Storage Center Dell Compellent Storage Center How to Setup a Microsoft Windows Server 2012 Failover Cluster Reference Guide Dell Compellent Technical Solutions Group January 2013 THIS BEST PRACTICES GUIDE IS FOR INFORMATIONAL

More information

OpenManage TM Integration for VMware vcenter FAQ

OpenManage TM Integration for VMware vcenter FAQ OpenManage TM Integration for VMware vcenter FAQ THIS FAQ IS FOR INFORMATIONAL PURPOSES ONLY, AND MAY CONTAIN TYPOGRAPHICAL ERRORS AND TECHNICAL INACCURACIES. THE CONTENT IS PROVIDED AS IS, WITHOUT EXPRESS

More information

Dell DX Object Storage Platform Remote Replication Configuration

Dell DX Object Storage Platform Remote Replication Configuration Dell DX Object Storage Platform Remote Replication Configuration A Dell Technical White Paper Dell Storage Engineering THIS WHITE PAPER IS FOR INFORMATIONAL PURPOSES ONLY, AND MAY CONTAIN TYPOGRAPHICAL

More information

Setting Up the Dell DR Series System as an NFS Target on Amanda Enterprise 3.3.5

Setting Up the Dell DR Series System as an NFS Target on Amanda Enterprise 3.3.5 Setting Up the Dell DR Series System as an NFS Target on Amanda Enterprise 3.3.5 Dell Engineering September 2015 A Dell Technical White Paper Revisions Date June 2015 September 2015 Description Initial

More information

Dell Client Manager 2.0 FAQ

Dell Client Manager 2.0 FAQ ; Dell Client Manager 2.0 FAQ Table of Contents Do I need to license Dell Client Manager Standard Edition?... 2 What are the system requirements and prerequisites for installation?... 2 When installing

More information

Setting Up the DR Series System as an NFS Target on Amanda Enterprise 3.3.5

Setting Up the DR Series System as an NFS Target on Amanda Enterprise 3.3.5 Setting Up the DR Series System as an NFS Target on Amanda Enterprise 3.3.5 Dell Engineering November 2016 A Quest Technical White Paper Revisions Date June 2015 November 2016 Description Initial release

More information

IBM Deployment Pack for Microsoft System Center Configuration Manager 2007 Installation and User s Guide

IBM Deployment Pack for Microsoft System Center Configuration Manager 2007 Installation and User s Guide IBM System x IBM Deployment Pack for Microsoft System Center Configuration Manager 2007 Installation and User s Guide Version 1.0 IBM System x IBM Deployment Pack for Microsoft System Center Configuration

More information

INFOBrief. Dell OpenManage Client Administrator 3.0. Key Points

INFOBrief. Dell OpenManage Client Administrator 3.0. Key Points Dell OpenManage Client Administrator 3.0 Key Points Dell OpenManage Client Administrator is an integrated suite of client management applications developed in partnership with Altiris. This product provides

More information

Dell Lifecycle Controller Integration Version 3.0 For Microsoft System Center Configuration Manager User's Guide

Dell Lifecycle Controller Integration Version 3.0 For Microsoft System Center Configuration Manager User's Guide Dell Lifecycle Controller Integration Version 3.0 For Microsoft System Center Configuration Manager User's Guide Notes, Cautions, and Warnings NOTE: A NOTE indicates important information that helps you

More information

A Dell technical white paper By Fabian Salamanca, Javier Jiménez, and Leopoldo Orona

A Dell technical white paper By Fabian Salamanca, Javier Jiménez, and Leopoldo Orona Implementing cost-effective disaster recovery A Dell technical white paper By Fabian Salamanca, Javier Jiménez, and Leopoldo Orona THIS WHITE PAPER IS FOR INFORMATIONAL PURPOSES ONLY, AND MAY CONTAIN TYPOGRAPHICAL

More information

Dell Server Deployment Pack Version 2.0 for Microsoft System Center Configuration Manager User's Guide

Dell Server Deployment Pack Version 2.0 for Microsoft System Center Configuration Manager User's Guide Dell Server Deployment Pack Version 2.0 for Microsoft System Center Configuration Manager User's Guide Notes, Cautions, and Warnings NOTE: A NOTE indicates important information that helps you make better

More information

Deploying Windows 7 Using MDT UDI

Deploying Windows 7 Using MDT UDI The Microsoft Deployment Toolkit (MDT) supports three types of deployments Zero Touch Installation (ZTI), Lite Touch Installation (LTI), and User Driven Installation (UDI). However each deployment type

More information

Dell OpenManage Cluster Configurator on Dell PowerEdge VRTX

Dell OpenManage Cluster Configurator on Dell PowerEdge VRTX Dell OpenManage Cluster Configurator on Dell PowerEdge VRTX This document provides an overview of the benefits and advantages of the Dell OpenManage Cluster Configurator when used with the PowerEdge VRTX

More information

Dell Wyse Datacenter for VMware Horizon View Cloud Pod Architecture

Dell Wyse Datacenter for VMware Horizon View Cloud Pod Architecture Dell Wyse Datacenter for VMware Horizon View Cloud Pod Architecture A brief guide for the configuration and management of a Cloud Pod environment. Dell Wyse Solutions Engineering May 2014 A Dell Technical

More information

Dell PowerVault DL Backup-to-Disk Appliance Powered by CommVault

Dell PowerVault DL Backup-to-Disk Appliance Powered by CommVault Dell PowerVault DL Backup-to-Disk Appliance Powered by CommVault Remote Office Backup Strategy CommVault DL Team Dell CommVault delltechcenter.com commvault.com/dell THIS WHITE PAPER IS FOR INFORMATIONAL

More information

Configuring Direct-Connect between a DR Series System and Backup Media Server

Configuring Direct-Connect between a DR Series System and Backup Media Server Configuring Direct-Connect between a DR Series System and Backup Media Server Dell Engineering October 2014 A Dell Technical White Paper Revisions Date October 2014 Description Initial release THIS WHITE

More information

Using Lifecycle Controller to Configure UEFI Secure Boot and OS Deployment

Using Lifecycle Controller to Configure UEFI Secure Boot and OS Deployment Using Lifecycle Controller to Configure UEFI Secure Boot and OS Deployment This Dell technical white paper describes the capabilities of using Lifecycle Controller to configure UEFI Secure Boot and OS

More information

Deployment of VMware ESX 2.5.x Server Software on Dell PowerEdge Blade Servers

Deployment of VMware ESX 2.5.x Server Software on Dell PowerEdge Blade Servers Deployment of VMware ESX 2.5.x Server Software on Dell PowerEdge Blade Servers The purpose of this document is to provide best practices for deploying VMware ESX 2.5.x Server Software on Dell PowerEdge

More information

Lifecycle Controller 2 Release 1.0 Version Readme

Lifecycle Controller 2 Release 1.0 Version Readme Lifecycle Controller 2 Release 1.0 Version 1.0.8 Readme Lifecycle Controller 2 GUI provides advanced embedded systems management and is delivered as part of Integrated Dell(R) Remote Access Controller

More information

Installing Dell OpenManage 4.5 Software in a VMware ESX Server Software 2.5.x Environment

Installing Dell OpenManage 4.5 Software in a VMware ESX Server Software 2.5.x Environment Installing Dell OpenManage 4.5 Software in a VMware ESX Server Software 2.5.x Environment Notes, Notices, and Cautions NOTE: A NOTE indicates important information that helps you make better use of your

More information

Lenovo Deployment Pack for Microsoft System Center Configuration Manager Installation and User's Guide

Lenovo Deployment Pack for Microsoft System Center Configuration Manager Installation and User's Guide Lenovo Deployment Pack for Microsoft System Center Configuration Manager Installation and User's Guide Version 6.3 Note Before using this information and the product it supports, read the information in

More information

Data Protection Using Premium Features

Data Protection Using Premium Features Data Protection Using Premium Features A Dell Technical White Paper PowerVault MD3200 and MD3200i Series Storage Arrays www.dell.com/md3200 www.dell.com/md3200i THIS WHITE PAPER IS FOR INFORMATIONAL PURPOSES

More information

Virtualization Support in Dell Management Console

Virtualization Support in Dell Management Console Virtualization Support in Dell Management Console Dell Technical White Paper By Rajaneesh Shresta, Nilesh Bagad, Manoj Poonia Dell Product Group - Enterprise 1 THIS WHITE PAPER IS FOR INFORMATIONAL PURPOSES

More information

Deploying and Managing Dell Big Data Clusters with StackIQ Cluster Manager

Deploying and Managing Dell Big Data Clusters with StackIQ Cluster Manager Deploying and Managing Dell Big Data Clusters with StackIQ Cluster Manager A Dell StackIQ Technical White Paper Dave Jaffe, PhD Solution Architect Dell Solution Centers Greg Bruno, PhD VP Engineering StackIQ,

More information

Dell DR4000 Replication Overview

Dell DR4000 Replication Overview Dell DR4000 Replication Overview Contents Introduction... 1 Challenges with Data Disaster Recovery... 1 The Dell DR4000 Solution A Replication Overview... 2 Advantages of using DR4000 replication for disaster

More information

Dell Lifecycle Controller Integration Version 2.2 For Microsoft System Center Configuration Manager User's Guide

Dell Lifecycle Controller Integration Version 2.2 For Microsoft System Center Configuration Manager User's Guide Dell Lifecycle Controller Integration Version 2.2 For Microsoft System Center Configuration Manager User's Guide Notes, Cautions, and Warnings NOTE: A NOTE indicates important information that helps you

More information

Sccm 2012 Manually Remove Package From Distribution Point

Sccm 2012 Manually Remove Package From Distribution Point Sccm 2012 Manually Remove Package From Distribution Point When you try to remove a package that was prestaged to a distribution point in Microsoft System Center 2012 R2 Configuration Manager, the package

More information

Competitive Power Savings with VMware Consolidation on the Dell PowerEdge 2950

Competitive Power Savings with VMware Consolidation on the Dell PowerEdge 2950 Competitive Power Savings with VMware Consolidation on the Dell PowerEdge 2950 By Scott Hanson Dell Enterprise Technology Center Dell Enterprise Technology Center www.delltechcenter.com August 2007 Contents

More information

Using Network Manager to Deploy Firmware and Backup/ Restore Configuration Files

Using Network Manager to Deploy Firmware and Backup/ Restore Configuration Files Using Network Manager to Deploy Firmware and Backup/ Restore Configuration Files Dell OpenManage Network Manager Kyon Holman Software Engineer PowerConnect Engineering PowerConnect November 17, 2003 Contents

More information

Best Practices for Configuring the Dell Compellent SMI-S Provider for Microsoft SCVMM 2012

Best Practices for Configuring the Dell Compellent SMI-S Provider for Microsoft SCVMM 2012 Dell Compellent Storage Center Best Practices for Configuring the Dell Compellent SMI-S Provider for Microsoft SCVMM 2012 Document Revisions Date Revision Comments 04/11/2012 A First Revision THIS BEST

More information

Overview of Dell AIM Integration with Microsoft System Center 2012

Overview of Dell AIM Integration with Microsoft System Center 2012 Overview of Dell AIM Integration with Microsoft System Center 2012 A Dell Technical White Paper Dell Sridhar Chakravarthy Karthik Sethuramalingam THIS WHITE PAPER IS FOR INFORMATIONAL PURPOSES ONLY, AND

More information

Managing Windows-based Dell Wyse Thin Clients using System Center Configuration Manager Administrator s Guide

Managing Windows-based Dell Wyse Thin Clients using System Center Configuration Manager Administrator s Guide Managing Windows-based Dell Wyse Thin Clients using System Center Configuration Manager 2016 Administrator s Guide Notes, cautions, and warnings NOTE: A NOTE indicates important information that helps

More information

Intel Responsiveness Technologies. Dell Setup Guide

Intel Responsiveness Technologies. Dell Setup Guide Intel Responsiveness Technologies Dell Setup Guide Notes, Cautions, and Warnings NOTE: A NOTE indicates important information that helps you make better use of your computer. CAUTION: A CAUTION indicates

More information

Maintaining High Availability for Enterprise Voice in Microsoft Office Communication Server 2007

Maintaining High Availability for Enterprise Voice in Microsoft Office Communication Server 2007 Maintaining High Availability for Enterprise Voice in Microsoft Office Communication Server 2007 A Dell Technical White Paper By Farrukh Noman Dell Product Group - Enterprise THIS WHITE PAPER IS FOR INFORMATIONAL

More information

Dell Compellent Storage Center. Microsoft Server 2008 R2 Hyper-V Best Practices for Microsoft SCVMM 2012

Dell Compellent Storage Center. Microsoft Server 2008 R2 Hyper-V Best Practices for Microsoft SCVMM 2012 Dell Compellent Storage Center Microsoft Server 2008 R2 Hyper-V Best Practices for Microsoft SCVMM 2012 Document Revisions Date Revision Comments 05/18/2012 A First Revision THIS BEST PRACTICES GUIDE IS

More information

Dell Compellent Storage Center with CommVault Simpana 9.0. Best Practices

Dell Compellent Storage Center with CommVault Simpana 9.0. Best Practices Dell Compellent Storage Center with CommVault Simpana 9.0 Best Practices Document revision Date Revision Comments 1/30/2012 A Initial Draft THIS BEST PRACTICES GUIDE IS FOR INFORMATIONAL PURPOSES ONLY,

More information

How to Execute a Successful Proof-of-Concept in the Dell Solution Centers

How to Execute a Successful Proof-of-Concept in the Dell Solution Centers How to Execute a Successful Proof-of-Concept in the Dell Solution Centers A Dell White Paper Kris Applegate Solution Architect Dell Solution Centers THIS WHITE PAPER IS FOR INFORMATIONAL PURPOSES ONLY,

More information

Dell IT Assistant Migration To OpenManage Essentials

Dell IT Assistant Migration To OpenManage Essentials Dell IT Assistant Migration To OpenManage Essentials This Dell technical white paper provides step-by-step instructions for migrating from Dell IT Assistant to Dell OpenManage Essentials. Ranveer Singh

More information

Setting Up the Dell DR Series System on Veeam

Setting Up the Dell DR Series System on Veeam Setting Up the Dell DR Series System on Veeam Dell Engineering April 2016 A Dell Technical White Paper Revisions Date January 2014 May 2014 July 2014 April 2015 June 2015 November 2015 April 2016 Description

More information

Managing and Monitoring a Virtualization Environment Using OpenManage Essentials

Managing and Monitoring a Virtualization Environment Using OpenManage Essentials Managing and Monitoring a Virtualization Environment Using OpenManage Essentials This Dell Technical White Paper explains how to manage and monitor a virtualization environment which includes VMware ESXi,

More information

Access Control Policies

Access Control Policies Access Control Policies The new feature within EqualLogic firmware 7.0 that enables centralized management of access controls for volume access. Dell Engineering January 2014 A Dell Technical White Paper

More information

Deployment of VMware Infrastructure 3 on Dell PowerEdge Blade Servers

Deployment of VMware Infrastructure 3 on Dell PowerEdge Blade Servers Deployment of VMware Infrastructure 3 on Dell PowerEdge Blade Servers The purpose of this document is to provide best practices for deploying VMware Infrastructure 3.x on Dell PowerEdge Blade Servers.

More information

DELL. Global Solutions Engineering. PERC5 Storage Management in Novell NetWare 6.5. Support Pack 6 and Support Pack 7

DELL. Global Solutions Engineering. PERC5 Storage Management in Novell NetWare 6.5. Support Pack 6 and Support Pack 7 DELL PERC5 Storage Management in Novell NetWare 6.5 Support Pack 6 and Support Pack 7 Global Solutions Engineering By Faisal Ahmed, Mike Novak, Naveen Harsani, Ankit Goel, and Cindy Lee Stap Dell Custom

More information

Deploying Windows 8.1 with ConfigMgr 2012 R2 and MDT 2013

Deploying Windows 8.1 with ConfigMgr 2012 R2 and MDT 2013 Deploying Windows 8.1 with ConfigMgr 2012 R2 and MDT 2013 Windows 8.1 Hands-on lab In this lab, you will learn how to deploy a Windows 8.1 image with ConfigMgr 2012 R2 and MDT 2013. Produced by Deployment

More information

Deploying Solaris 11 with EqualLogic Arrays

Deploying Solaris 11 with EqualLogic Arrays Deploying Solaris 11 with EqualLogic Arrays Step-by-step guide to integrating an Oracle Solaris 11 server with a Dell EqualLogic PS Series Array Dell Storage Engineering February 2014 A Dell Deployment

More information

Using DMC to Manage VMWare ESXi Servers

Using DMC to Manage VMWare ESXi Servers Using DMC to Manage VMWare ESXi Servers Dell Technical White Paper By Madhav Karri, Sean-Marc Castruita, Sankara Gara Dell Product Group - Enterprise Revision History Version Date Description Author(s)

More information

Storage Consolidation with the Dell PowerVault MD3000i iscsi Storage

Storage Consolidation with the Dell PowerVault MD3000i iscsi Storage Storage Consolidation with the Dell PowerVault MD3000i iscsi Storage By Dave Jaffe Dell Enterprise Technology Center and Kendra Matthews Dell Storage Marketing Group Dell Enterprise Technology Center delltechcenter.com

More information

Setting Up the DR Series System on Veeam

Setting Up the DR Series System on Veeam Setting Up the DR Series System on Veeam Quest Engineering June 2017 A Quest Technical White Paper Revisions Date January 2014 May 2014 July 2014 April 2015 June 2015 November 2015 April 2016 Description

More information

IBM Endpoint Manager. OS Deployment V3.5 User's Guide

IBM Endpoint Manager. OS Deployment V3.5 User's Guide IBM Endpoint Manager OS Deployment V3.5 User's Guide IBM Endpoint Manager OS Deployment V3.5 User's Guide Note Before using this information and the product it supports, read the information in Notices

More information

Lifecycle Controller Part Replacement

Lifecycle Controller Part Replacement This Dell Technical White Paper provides information on the Lifecycle Controller Part Replacement feature on Dell Power Edge servers. Authors Sundar Dasar Texas Roemer This document is for informational

More information

Shared LOM support on Modular

Shared LOM support on Modular Dell Engineering February 2015 Author(s): Rajeswari Ayyaswamy Bala Nagaiah A Dell Technical White Paper THIS WHITE PAPER IS FOR INFORMATIONAL PURPOSES ONLY, AND MAY CONTAIN TYPOGRAPHICAL ERRORS AND TECHNICAL

More information

SUU Supporting the DUP Dependency

SUU Supporting the DUP Dependency SUU Supporting the DUP Dependency Server Update Utility (SUU) is a tool for updating Dell servers, which is now enhanced to identify and apply the depdencies during the updates. Dell Update Packages (DUP)s

More information

DELL TM PowerVault TM DL Backup-to-Disk Appliance

DELL TM PowerVault TM DL Backup-to-Disk Appliance DELL TM PowerVault TM DL Backup-to-Disk Appliance Powered by Symantec TM Backup Exec TM Configuring the Dell EqualLogic PS Series Array as a Backup Target A Dell Technical White Paper by Dell Engineering

More information

Dell Server Deployment Pack Version 2.1 for Microsoft System Center Configuration Manager User's Guide

Dell Server Deployment Pack Version 2.1 for Microsoft System Center Configuration Manager User's Guide Dell Server Deployment Pack Version 2.1 for Microsoft System Center Configuration Manager User's Guide Notes, Cautions, and Warnings NOTE: A NOTE indicates important information that helps you make better

More information

DELL TM PowerVault TM DL Backup-to-Disk Appliance

DELL TM PowerVault TM DL Backup-to-Disk Appliance DELL TM PowerVault TM DL Backup-to-Disk Appliance Powered by CommVault TM Simpana TM Configuring the Dell EqualLogic PS Series Array as a Backup Target A Dell Technical White Paper by Dell Engineering

More information

Dell Lifecycle Controller Integration Version 3.1 For Microsoft System Center Configuration Manager User's Guide

Dell Lifecycle Controller Integration Version 3.1 For Microsoft System Center Configuration Manager User's Guide Dell Lifecycle Controller Integration Version 3.1 For Microsoft System Center Configuration Manager User's Guide Messaggi di N.B., Attenzione e Avvertenza N.B.: Un messaggio di N.B. indica informazioni

More information

Q A F 2.2 ger A n A m client dell dell client manager 2.2 FAQ

Q A F 2.2 ger A n A m client dell dell client manager 2.2 FAQ DELL CLIENT MANAGER 2.2 FAQ dell client manager 2.2 FAQ Do i need to license dell client manager standard edition? 2 What are the system requirements and prerequisites for installation? 2 When installing

More information

Dell Reference Configuration for Large Oracle Database Deployments on Dell EqualLogic Storage

Dell Reference Configuration for Large Oracle Database Deployments on Dell EqualLogic Storage Dell Reference Configuration for Large Oracle Database Deployments on Dell EqualLogic Storage Database Solutions Engineering By Raghunatha M, Ravi Ramappa Dell Product Group October 2009 Executive Summary

More information

Configuring a Microsoft Windows Server 2012/R2 Failover Cluster with Storage Center

Configuring a Microsoft Windows Server 2012/R2 Failover Cluster with Storage Center Configuring a Microsoft Windows Server 2012/R2 Failover Cluster with Storage Center Dell Compellent Solution Guide Kris Piepho, Microsoft Product Specialist October, 2013 Revisions Date Description 1/4/2013

More information

Deployment of VMware ESX 2.5 Server Software on Dell PowerEdge Blade Servers

Deployment of VMware ESX 2.5 Server Software on Dell PowerEdge Blade Servers Deployment of VMware ESX 2.5 Server Software on Dell PowerEdge Blade Servers The purpose of this document is to provide best practices for deploying VMware ESX 2.5 Server Software on Dell PowerEdge Blade

More information

IBM Deployment Pack for Microsoft System Center Configuration Manager 2007 Installation and User's Guide

IBM Deployment Pack for Microsoft System Center Configuration Manager 2007 Installation and User's Guide IBM System x IBM Deployment Pack for Microsoft System Center Configuration Manager 2007 Installation and User's Guide Version 1.4 IBM System x IBM Deployment Pack for Microsoft System Center Configuration

More information

A Dell Technical White Paper Dell Virtualization Solutions Engineering

A Dell Technical White Paper Dell Virtualization Solutions Engineering Dell vstart 0v and vstart 0v Solution Overview A Dell Technical White Paper Dell Virtualization Solutions Engineering vstart 0v and vstart 0v Solution Overview THIS WHITE PAPER IS FOR INFORMATIONAL PURPOSES

More information

Citrix Connector Citrix Systems, Inc. All rights reserved. p.1. About this release. System requirements. Technical overview.

Citrix Connector Citrix Systems, Inc. All rights reserved. p.1. About this release. System requirements. Technical overview. Citrix Connector 3.1 May 02, 2016 About this release System requirements Technical overview Plan Install Citrix Connector Upgrade Create applications Deploy applications to machine catalogs Publish applications

More information

FUJITSU Software ServerView Suite

FUJITSU Software ServerView Suite FUJITSU Software ServerView Suite Deployment Pack for Microsoft System Center Configuration Manager V2.5 User Guide August 2017 Edition Copyright 2015 FUJITSU LIMITED All hardware and software names used

More information

Dell OpenManage Product and Services Guide

Dell OpenManage Product and Services Guide Dell OpenManage Product and Services Guide Capabilities Overview Capability Client Server Storage Switches Disaster Recovery Peace of Mind for the Entire Enterprise. Easy as Dell OpenManage Product and

More information

Dell OpenManage Essentials Device Support

Dell OpenManage Essentials Device Support Dell OpenManage Essentials Device Support This Dell technical white paper provides information about the various Dell devices for which discovery/inventory and classification is supported in Dell OpenManage

More information

Dell Fault Resilient Memory

Dell Fault Resilient Memory Dell Fault Resilient Memory A Dell Technical White Paper December 2013 Avinash Bendigeri Shiva Katta Krishnaprasad K Dell Hypervisor Engineering Dell Fault Resilient Memory Page 1 THIS WHITE PAPER IS FOR

More information

Understanding Discovery and Inventory of Dell Devices

Understanding Discovery and Inventory of Dell Devices Understanding Discovery and Inventory of Dell Devices R Rajiv Nair Ashish Suyal Dell Product Group Enterprise This document is for informational purposes only and may contain typographical errors and technical

More information

Dell EMC Server Deployment Pack Version 4.0 for Microsoft System Center Configuration Manager. User's Guide

Dell EMC Server Deployment Pack Version 4.0 for Microsoft System Center Configuration Manager. User's Guide Dell EMC Server Deployment Pack Version 4.0 for Microsoft System Center Configuration Manager User's Guide Notes, cautions, and warnings NOTE: A NOTE indicates important information that helps you make

More information

PowerVault MD3 SSD Cache Overview

PowerVault MD3 SSD Cache Overview PowerVault MD3 SSD Cache Overview A Dell Technical White Paper Dell Storage Engineering October 2015 A Dell Technical White Paper TECHNICAL INACCURACIES. THE CONTENT IS PROVIDED AS IS, WITHOUT EXPRESS

More information

FluidFS Antivirus Integration

FluidFS Antivirus Integration FluidFS Antivirus Integration Dell Storage Engineering May 2014 A Dell Technical Whitepaper Revisions Date May 2014 Description Initial release THIS WHITE PAPER IS FOR INFORMATIONAL PURPOSES ONLY, AND

More information

Cisco UCS C-Series. Installation Guide

Cisco UCS C-Series. Installation Guide Installation Guide UPDATED: 04 October 2018 Copyright Notices Copyright 2002-2018 KEMP Technologies, Inc. All rights reserved. KEMP Technologies and the KEMP Technologies logo are registered trademarks

More information

Managing Modular Infrastructure by using OpenManage Essentials (OME)

Managing Modular Infrastructure by using OpenManage Essentials (OME) Managing Modular Infrastructure by using OpenManage Essentials (OME) This technical white paper describes how to manage the modular infrastructure by using Dell EMC OME. Dell Engineering June 2017 A Dell

More information

Accelerating storage performance in the PowerEdge FX2 converged architecture modular chassis

Accelerating storage performance in the PowerEdge FX2 converged architecture modular chassis Accelerating storage performance in the PowerEdge FX2 converged architecture modular chassis This white paper highlights the impressive storage performance of the PowerEdge FD332 storage node in the FX2

More information

Boot and Network Configuration Deployment using Server Template with Dell EMC OpenManage Essentials (OME)

Boot and Network Configuration Deployment using Server Template with Dell EMC OpenManage Essentials (OME) Boot and Network Configuration Deployment using Server Template with Dell EMC OpenManage Essentials (OME) Dell EMC Engineering February 2018 A Dell EMC Technical White Paper Revisions Date August 2017

More information

Utilizing Advanced Scheduling with Network Manager

Utilizing Advanced Scheduling with Network Manager Utilizing Advanced Scheduling with Network Manager Dell OpenManage Network Manager Kyon Holman Software Engineer PowerConnect Engineering PowerConnect December 18, 2003 Contents Section 1... 4 Introduction...

More information