Overview of Dell AIM Integration with Microsoft System Center 2012

Size: px
Start display at page:

Download "Overview of Dell AIM Integration with Microsoft System Center 2012"

Transcription

1 Overview of Dell AIM Integration with Microsoft System Center 2012 A Dell Technical White Paper Dell Sridhar Chakravarthy Karthik Sethuramalingam

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 material in any manner whatsoever without the express written permission of Dell Inc. is strictly forbidden. For more information, contact Dell. Dell, the DELL logo, and the DELL badge are trademarks of Dell Inc. Microsoft, Windows, Windows Server, and System Center 2012 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. May 2012 Page ii

3 Contents Introduction... 2 AIM Overview... 2 System Center Orchestrator Overview... 2 Integration Pack... 2 Overview of Integration Pack Activity... 3 Workflow for Adding Network Connection to Persona... 5 Creating a Network Connection for a Persona... 5 Sample Workflows in the Integration Pack... 8 Proactive Failover Workflow... 8 P2V and V2V Workflow... 8 References... 8 Tables Table 1. Overview of Integration Pack Activities... 4 Figures Figure 1. Integration Pack Architecture... 3 Figure 2. Create Network Connection Configuration... 5 Figure 3. Create Persona... 6 Figure 4. Create Network Object... 7 Figure 5. Create Network Connection... 7 Figure 6. Complete Workflow... 8 Page 1

4 Introduction This white paper provides an overview of the Dell Advanced Infrastructure Manager (AIM) Integration Pack for Microsoft System Center Opalis. The specific activities provided by this integration pack along with a sample use case are discussed. AIM Overview Dell (AIM) is a software solution designed to help build a next generation datacenter. Dell AIM provides rapid workload mobility and recovery management across physical and virtual machines in the heterogeneous datacenter. Dell AIM lets you move workloads and repurpose servers in minutes, and dynamically controls not only which workloads run on a server, but also each server s associated network (LAN/WAN) connectivity, storage (SAN/NAS) access, and power state. The result is a dynamic and flexible data center infrastructure that completes technology migration and consolidation projects quickly instead of waiting for days, weeks or months unifies and manages your infrastructure as a single pool, and lets you scale infrastructure capacity up or down based on business needs and/or power footprint improves business continuity and recovery management with AIM s fast response and workload mobility simplifies test and development operations, thus minimizing the time to build and reconfigure the testing environment Dell AIM web services provide comprehensive client-side application programming interfaces which allow administrators to perform management operations. The web services use XML-based messaging using the SOAP protocol over an HTTP (or HTTPS) connection between the management application and the Dell AIM Controller. The AIM-System Center integration is based on this web interface. System Center Orchestrator Overview System Center Orchestrator enables the creation of a workflow across systems in a consistent, documented, and compliant mechanism. It integrates System-Center with non-microsoft tools to enable interoperability across the datacenter. Integration Pack The goal of this integration between AIM and Microsoft System Center Orchestrator is to combine the workflow automation capabilities offered by System Center and the infrastructure management capabilities of Dell AIM. Dell AIM and Microsoft System Center 2012 integration essentially exposes the Dell AIM web interfaces as activities in the SC Orchestrator environment. The integration pack itself is based on the SC Orchestrator QIK framework. The integration pack exposes the interfaces as Create, Read, Update, and Delete activities. Page 2

5 Figure 1. Integration Pack Architecture Figure 1 depicts the overall architecture of the solution where several management entities co-exist in a datacenter. Traditionally, workflow automation would require the administrator to be expert in the various interfaces required by these management entities. These interfaces could be in different languages (e.g. Powershell or Web Services), and have different structures and operational semantics. Creating a workflow would be a specialized task requiring significant development time. In an SC Orchestrator environment, the administrator works with interfaces (activities in SC Opalis) provided by different integration packs (for each management entity). The activity abstractions hide the details of various interfaces from different management consoles and provide the administrator with a uniform view of the associated functionality. The activities associated with different management entities are available in a centralized location in the SC Orchestrator framework and an administrator can deploy a workflow rapidly and diagrammatically. This enables rapid creation and deployment of workflows. Overview of Integration Pack Activity The integration pack has activities listed in Figure 2 that are AIM APIs hooked into the Orchestrator framework. As mentioned earlier, the integration pack activities follow the CRUD pattern in general (Create, Read, Update, Delete). Each activity has a set of inputs, their associated set of filters, and the results that are published on the Orchestrator data bus. The integration pack requires Dell AIM and SC Orchestrator version 6.3. Page 3

6 Table 1 summarizes the activities and their associated functionality. The Add-Relationship, Get- Relationship, Add-Object, Update-Object, and Delete-Object activities describe operations on different kinds of objects. The Add Object activity creates various objects like Network, VMRac and Switch, etc. Similarly, the Run Operation activity provides a mechanism to execute any Dell AIM web service interface call. The section below illustrates how these generic activities operate in context of adding a network connection to a persona. Table 1. Overview of Integration Pack Activities Activity Name Add Persona Add Object Add Relationship Get Object Get Persona Get Relationship Maintenance Mode Remove Object Remove Persona Run Operation Start Stop Update Object Update Persona Description The Add Persona activity is used in a policy to add a new Persona to the Dell AIM environment. The Add Object activity is used in a policy to add new objects to the Dell AIM environment such as a Network, Server Pool, or VMRack. The Add Relationship activity is used in a policy to add a new child object to an existing Dell AIM object such as a Network Connection or Image to a Persona. The Get Object activity is used in a policy to retrieve objects of a specified type from the Dell AIM environment such as retrieving all of the Networks, Hosts, or VMRacks. The Get Persona activity is used in a policy to retrieve information about the personas in the Dell AIM environment. The Get Relationship activity is used in a policy to retrieve child objects of a certain type from a specified parent such as the Images assigned to a Persona or the Switches assigned to a Rack. The Maintenance Mode activity is used in a policy to set the maintenance mode of a host, persona, or VMRack. The Remove Object activity is used in a policy to remove an object from the Dell AIM environment such as a Network, Switch, or VMRack. The Remove Persona activity is used in a policy to remove a persona from the Dell AIM environment. The Run Operation activity is used in a policy to invoke an AimWS Method, for example locking a persona to the server it has been assigned to or disabling a network connection. The Start activity is used in a policy to start a persona or VMRack that is currently stopped. The Stop activity is used in a policy to stop persona or VMRack that is currently running. The Update Object activity is used in a policy to update existing objects in the Dell AIM environment, as in changing the Name of a Server Pool. The Update Persona activity is used in a policy to update an existing persona, as in enabling a health monitor and setting a health monitor hostname. Page 4

7 Workflow for Adding Network Connection to Persona The add relationship activity creates relationships between two objects. For example, it is used to create a relationship between a persona and an associated network object. The activity requires the ID of the parent persona and the ID of the child network object. Apart from creating the connection, the user must specify the value of the attributes related to the network connection. For example while adding a network connection to a persona, the user must specify if the IP address must be obtained via DHCP or be manually assigned. While adding a network connection object to a persona using the generic activity like add relationship, the user must be able to specify configuration parameters related to network connection. In order to achieve this, a context needs to be passed to the Add Relationship activity. This context is created as a configuration of the network connection object type, and is then passed to the Add Relationship activity Creating a Network Connection for a Persona 1. Creating the network connection configuration: The user first creates a network and network connection configuration type. In the example used here, the network configuration is created with the name AIMObject-Network and the network connection configuration name is AIMObject- NetworkConnection. The Integration Pack uses two types of configuration: Dell AIM and Dell AIM Object. The Dell AIM type is used to capture the AIM connection details, and this will be used by non-generic activities like Start/Stop or Add Persona. The Dell AIM Object type also captures the object context (object type) along with AIM connection details, and it can be used by generic activities like Add/Get- Object and Add Relationship. Figure 2. Create Network Connection Configuration Page 5

8 2. Create persona: The user uses the Add Persona activity to create a persona and configure its parameters. Figure 3. Create Persona 3. Create network: The user uses the add object activity to create a network object named Public- Network. To indicate that the generic add object needs to create a network object, the AIMObject-Network is passed as the configuration to add object. The user creates a workflow connecting add persona to add object. Page 6

9 Figure 4. Create Network Object 4. Create network connection: The user connects the persona object to the network object via add relationship activity. To indicate that the relationship is of type network connection, AIMObject- NetworkConnection is passed as the configuration to add relationship. Here the parent ID is the persona ID returned by add persona activity and the network ID is the ID of the network returned by add object (Network) activity. Figure 5. Create Network Connection Page 7

10 5. Complete workflow: Then the user connects add object to add relationship, completing the workflow Figure 6. Complete Workflow Sample Workflows in the Integration Pack The integration pack is pre-packaged with the following two sample workflows. The details of the workflow are present along with the User Guide. Proactive Failover Workflow This workflow showcases the power of the integration pack. It combines the functionality of the Microsoft System Center Operation Manager and Dell AIM to proactively re-target the workloads when a critical failure occurs on physical hardware that is part of Dell AIM environment. The workflow executes various AIM operations as well as logs an event into SCOM to indicate workflow progress. Dell server management pack for SCOM monitors health of Dell servers. It raises critical/warning events in SCOM by talking to Dell Open Manage. When a critical failure event like OMSA Temperature sensor detected a failure value occurs, this workflow gets triggered. The workflow retargets all the workloads from that physical server to another available server. P2V and V2V Workflow The P2V workflow demonstrates re-targeting of persona across physical and virtual machines. This workflow could be triggered to consolidate physical assets, or to scale down to meet load conditions in the environment. The V2V workflow demonstrates AIM capability to operate across hypervisors. References 1. Dell AIM resources 2. SC Orchestrator workflow references Page 8

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

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

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

Proactive maintenance and adaptive power management using Dell OpenManage Systems Management for VMware DRS Clusters

Proactive maintenance and adaptive power management using Dell OpenManage Systems Management for VMware DRS Clusters Proactive maintenance and adaptive power management using Dell OpenManage Systems Management for ware DRS Clusters White Paper Balasubramanian Chandrasekaran, Puneet Dhawan Dell Virtualization Solutions

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

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

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

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

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 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

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

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 SupportAssist: Alert Policy

Dell SupportAssist: Alert Policy Dell SupportAssist: Alert Policy This Dell Technical FAQ provides details on how SupportAssist processes alerts and automatically creates support cases with SupportAssist for OpenManage Essentials or Microsoft

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

Dell Server Migration Utility (SMU)

Dell Server Migration Utility (SMU) Using SMU to simplify migration to a boot from SAN architecture Aaron Prince, Technical Marketing Dell Virtualization Solutions This document is for informational purposes only and may contain typographical

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

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

for Power Energy and

for Power Energy and Engineered for Power Management: Dell PowerEdge Servers Are Designed to Help Save Energy and Reduce Costs ABSTRACT Keeping up with the rising cost of energy is one of the greatest challenges facing IT

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

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

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

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

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

Datacenter Management and The Private Cloud. Troy Sharpe Core Infrastructure Specialist Microsoft Corp, Education

Datacenter Management and The Private Cloud. Troy Sharpe Core Infrastructure Specialist Microsoft Corp, Education Datacenter Management and The Private Cloud Troy Sharpe Core Infrastructure Specialist Microsoft Corp, Education System Center Helps Deliver IT as a Service Configure App Controller Orchestrator Deploy

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 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

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

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

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

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

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

vstart 50 VMware vsphere Solution Specification

vstart 50 VMware vsphere Solution Specification vstart 50 VMware vsphere Solution Specification Release 1.3 for 12 th Generation Servers Dell Virtualization Solutions Engineering Revision: A00 March 2012 THIS WHITE PAPER IS FOR INFORMATIONAL PURPOSES

More information

Exchange Server 2007 Performance Comparison of the Dell PowerEdge 2950 and HP Proliant DL385 G2 Servers

Exchange Server 2007 Performance Comparison of the Dell PowerEdge 2950 and HP Proliant DL385 G2 Servers Exchange Server 2007 Performance Comparison of the Dell PowerEdge 2950 and HP Proliant DL385 G2 Servers By Todd Muirhead Dell Enterprise Technology Center Dell Enterprise Technology Center dell.com/techcenter

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 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

Microsoft Lync Server 2010 on Dell Systems. Solutions for 500 to 25,000 Users

Microsoft Lync Server 2010 on Dell Systems. Solutions for 500 to 25,000 Users Microsoft Lync Server 2010 on Dell Systems Solutions for 500 to 25,000 Users This document is for informational purposes only. Dell reserves the right to make changes without further notice to any products

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

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

Will Traffic Spikes Overwhelm Your Data Center Network? A Dell Technical White Paper

Will Traffic Spikes Overwhelm Your Data Center Network? A Dell Technical White Paper Will Traffic Spikes Overwhelm Your Data Center Network? A Dell Technical White Paper THIS WHITE PAPER IS FOR INFORMATIONAL PURPOSES ONLY, AND MAY CONTAIN TYPOGRAPHICAL ERRORS AND TECHNICAL INACCURACIES.

More information

Oracle Enterprise Manager 12c Sybase ASE Database Plug-in

Oracle Enterprise Manager 12c Sybase ASE Database Plug-in Oracle Enterprise Manager 12c Sybase ASE Database Plug-in May 2015 Safe Harbor Statement The following is intended to outline our general product direction. It is intended for information purposes only,

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

Reference Architecture for Dell VIS Self-Service Creator and VMware vsphere 4

Reference Architecture for Dell VIS Self-Service Creator and VMware vsphere 4 Reference Architecture for Dell VIS Self-Service Creator and VMware vsphere 4 Solutions for Small & Medium Environments Virtualization Solutions Engineering Ryan Weldon and Tom Harrington THIS WHITE PAPER

More information

INFOBrief. Dell PowerEdge Key Points

INFOBrief. Dell PowerEdge Key Points INFOBrief Dell PowerEdge 1855 Key Points The Dell PowerEdge 1855 can pack up to 43% more processor, memory and storage density into a 42U rack than traditional Dell 1U servers 5 while using up to 13% less

More information

Reference Architecture: XenMobile with NetScaler

Reference Architecture: XenMobile with NetScaler ARCHITECTURE XenMobile Reference Architecture: XenMobile with NetScaler Configuration Guide for Establishing NS Load Balancing Front End www.citrix.com Table of Contents Table of Contents... 2 Introduction...

More information

Oracle Enterprise Manager 12c IBM DB2 Database Plug-in

Oracle Enterprise Manager 12c IBM DB2 Database Plug-in Oracle Enterprise Manager 12c IBM DB2 Database Plug-in May 2015 Safe Harbor Statement The following is intended to outline our general product direction. It is intended for information purposes only, and

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 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

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

Leveraging Microsoft System Center Configuration Manager 2007 for Dell Factory Customization

Leveraging Microsoft System Center Configuration Manager 2007 for Dell Factory Customization 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

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

OpenManage Printer Manager FAQ

OpenManage Printer Manager FAQ OpenManage Printer Manager FAQ Information in this document is subject to change without notice. Copyright 2006 Dell Inc. All rights reserved. Reproduction in any manner whatsoever without the written

More information

Installing Dell OpenManage Essentials

Installing Dell OpenManage Essentials This technical white paper describes how to install OpenManage Essentials. OME Engineering Team This document is for informational purposes only and may contain typographical errors and technical inaccuracies.

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

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

vstart 50 VMware vsphere Solution Overview

vstart 50 VMware vsphere Solution Overview vstart 50 VMware vsphere Solution Overview Release 1.3 for 12 th Generation Servers Dell Virtualization Solutions Engineering Revision: A00 March 2012 THIS WHITE PAPER IS FOR INFORMATIONAL PURPOSES ONLY,

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

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

Cable Routing Procedures for Dell PowerEdge T710 Systems

Cable Routing Procedures for Dell PowerEdge T710 Systems Cable Routing Procedures for Dell PowerEdge T710 Systems A Dell Technical White Paper Dell Datacenter Infrastructure Engineering By Chris Kitten and Jose L. Flores March 2011 THIS WHITE PAPER 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

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

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

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

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

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

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

Mounting and Cable Routing Procedures for Dell Digital KVM s (1082DS, 2162DS, 4322DS)

Mounting and Cable Routing Procedures for Dell Digital KVM s (1082DS, 2162DS, 4322DS) Mounting and Cable Routing Procedures for Dell Digital KVM s (1082DS, 2162DS, 4322DS) A Dell Technical White Paper Dell Datacenter Infrastructure Engineering By Daniel Whittaker and Jose L. Flores August

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

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

Impact of Dell FlexMem Bridge on Microsoft SQL Server Database Performance

Impact of Dell FlexMem Bridge on Microsoft SQL Server Database Performance Impact of Dell FlexMem Bridge on Microsoft SQL Server Database Performance A Dell Technical White Paper Dell Database Solutions Engineering Jisha J Leena Basanthi October 2010 THIS WHITE PAPER IS FOR INFORMATIONAL

More information

Microsoft SharePoint Server 2010 on Dell Systems

Microsoft SharePoint Server 2010 on Dell Systems Microsoft SharePoint Server 2010 on Dell Systems Solutions for up to 10,000 users This document is for informational purposes only. Dell reserves the right to make changes without further notice to any

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

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

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

Linux Multipathing Solutions: MPP vs. DM-RDAC

Linux Multipathing Solutions: MPP vs. DM-RDAC Linux Multipathing Solutions: MPP vs. DM-RDAC A Dell Technical White Paper Dell TM PowerVault TM MD Series Storage Arrays THIS WHITE PAPER IS FOR INFORMATIONAL PURPOSES ONLY, AND MAY CONTAIN TYPOGRAPHICAL

More information

Dell PowerEdge 11 th Generation Servers: R810, R910, and M910 Memory Guidance

Dell PowerEdge 11 th Generation Servers: R810, R910, and M910 Memory Guidance Dell PowerEdge 11 th Generation Servers: R810, R910, and M910 Memory Guidance A Dell Technical White Paper Dell Product Group Armando Acosta and James Pledge THIS WHITE PAPER IS FOR INFORMATIONAL PURPOSES

More information

A Dell Technical White Paper Dell Storage Engineering

A Dell Technical White Paper Dell Storage Engineering Moving from Dell PowerVault MD3000 Series 3 Gbit/sec. SAS Storage Arrays to MD3200/MD3220 6 Gbit/sec. SAS Storage Arrays A Dell Technical White Paper Dell Storage Engineering THIS DOCUMENT IS FOR INFORMATIONAL

More information

Microsoft SQL Server in a VMware Environment on Dell PowerEdge R810 Servers and Dell EqualLogic Storage

Microsoft SQL Server in a VMware Environment on Dell PowerEdge R810 Servers and Dell EqualLogic Storage Microsoft SQL Server in a VMware Environment on Dell PowerEdge R810 Servers and Dell EqualLogic Storage A Dell Technical White Paper Dell Database Engineering Solutions Anthony Fernandez April 2010 THIS

More information

Web Service Eventing Support for Hardware Inventory and Monitoring

Web Service Eventing Support for Hardware Inventory and Monitoring Web Service Eventing Support for Hardware Inventory and Monitoring Dell Engineering January 2015 Hari Venkatachalam Chitrak Gupta 1 White Paper Web Service Eventing Support for Hardware Inventory and Monitoring

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 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

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

Four-Socket Server Consolidation Using SQL Server 2008

Four-Socket Server Consolidation Using SQL Server 2008 Four-Socket Server Consolidation Using SQL Server 28 A Dell Technical White Paper Authors Raghunatha M Leena Basanthi K Executive Summary Businesses of all sizes often face challenges with legacy hardware

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

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 EMC 100GE SDN using OpenDaylight (Beryllium) Dell Networking Data Center Technical Marketing September 2016

Dell EMC 100GE SDN using OpenDaylight (Beryllium) Dell Networking Data Center Technical Marketing September 2016 Dell 100GE SDN-WAN Dell EMC 100GE SDN using OpenDaylight (Beryllium) Dell Networking Data Center Technical Marketing September 2016 THIS WHITE PAPER IS FOR INFORMATIONAL PURPOSES ONLY, AND MAY CONTAIN

More information

Automatic Backup Server Profile in Dell PowerEdge 12 th Generation Servers

Automatic Backup Server Profile in Dell PowerEdge 12 th Generation Servers Automatic Backup Server Profile in Dell PowerEdge 12 th Generation Servers A Dell Technical White Paper on scheduling periodic Automatic Backup Server Profile using various interfaces such as RACADM, WS-Man,

More information

Compatibility Matrix for VMware Infrastructure 3 and Dell PowerEdge Systems

Compatibility Matrix for VMware Infrastructure 3 and Dell PowerEdge Systems VMware VMotion and 64-Bit Virtual Machine Compatibility Matrix for VMware Infrastructure 3 and Dell PowerEdge Systems www.dell.com support.dell.com Notes and Cautions NOTE: A NOTE indicates important information

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

Performance Comparisons of Dell PowerEdge Servers with SQL Server 2000 Service Pack 4 Enterprise Product Group (EPG)

Performance Comparisons of Dell PowerEdge Servers with SQL Server 2000 Service Pack 4 Enterprise Product Group (EPG) Performance Comparisons of Dell PowerEdge Servers with SQL Server 2000 Service Pack 4 Enterprise Product Group (EPG) Dell White Paper By Neelima Chinthamani (Enterprise OS Releases) Ravikanth Chaganti

More information

VMware ESX and ESXi. Support Matrix for Dell PowerEdge Systems and Storage Platforms

VMware ESX and ESXi. Support Matrix for Dell PowerEdge Systems and Storage Platforms VMware and i Support Matrix for Dell Systems and Storage Platforms Notes NOTE: A NOTE indicates important information that helps you make better use of your computer. Information in this document is subject

More information

Easily Managing Hybrid IT with Transformation Technology

Easily Managing Hybrid IT with Transformation Technology White Paper White Paper Managing Public Cloud Computing in the Enterprise Easily Managing Hybrid IT with Transformation Technology A Quick Start Guide 1 Table of Contents Abstract... 3 Traditional Approaches

More information

Discovering Features in the idrac Remote Services API

Discovering Features in the idrac Remote Services API Discovering Features in the idrac Remote Services API A Dell technical white paper. Chris A. Poblete Khachatur Papanyan Enterprise Product Group This document is for informational purposes only and may

More information

DELL POWERVAULT NX3500 INTEGRATION WITHIN A MICROSOFT WINDOWS ENVIRONMENT

DELL POWERVAULT NX3500 INTEGRATION WITHIN A MICROSOFT WINDOWS ENVIRONMENT DELL POWERVAULT NX3500 INTEGRATION WITHIN A MICROSOFT WINDOWS ENVIRONMENT A Dell Technology White Paper Version 1.0 THIS TECHNOLOGY WHITE PAPER IS FOR INFORMATIONAL PURPOSES ONLY, AND MAY CONTAIN TYPOGRAPHICAL

More information

Dell Client System Update Version 1.0. User s Guide

Dell Client System Update Version 1.0. User s Guide Dell Client System Update Version 1.0 User s Guide Notes and Cautions NOTE: A NOTE indicates important information that helps you make better use of your computer. CAUTION: A CAUTION indicates potential

More information

Transforming your IT infrastructure Journey to the Cloud Mike Sladin

Transforming your IT infrastructure Journey to the Cloud Mike Sladin Transforming your IT infrastructure Journey to the Cloud Mike Sladin Director, Global Strategic Partners, APJ Symantec Corporation IT Infrastructure Transformation Journey Business Agility IT as a Service

More information

Get on-premise private cloud with enterprise managed services.

Get on-premise private cloud with enterprise managed services. Get on-premise private cloud with enterprise managed services. Dell Cloud Onsite Service Dell reference architectures get your cloud operational quickly and speed your return on investment. Journey to

More information

Dell OpenManage Power Center s Power Policies for 12 th -Generation Servers

Dell OpenManage Power Center s Power Policies for 12 th -Generation Servers Dell OpenManage Power Center s Power Policies for 12 th -Generation Servers This Dell white paper describes the advantages of using the Dell OpenManage Power Center to set power policies in a data center.

More information

FluidFS in a Multi-protocol (SMB/NFS) Environment

FluidFS in a Multi-protocol (SMB/NFS) Environment FluidFS in a Multi-protocol (SMB/NFS) Environment Dell Fluid File System is an easy-to-use, secure solution for simultaneously sharing files in both SMB and NFS domains. Greg Deffenbaugh Marek Roll Contents

More information

VMware VAAI Integration. VMware vsphere 5.0 VAAI primitive integration and performance validation with Dell Compellent Storage Center 6.

VMware VAAI Integration. VMware vsphere 5.0 VAAI primitive integration and performance validation with Dell Compellent Storage Center 6. VMware vsphere 5.0 VAAI primitive integration and performance validation with Dell Compellent Storage Center 6.0 Document revision Date Revision Comments /9/0 A Initial Draft THIS GUIDE IS FOR INFORMATIONAL

More information

Intel Cloud Builder Guide: Cloud Design and Deployment on Intel Platforms

Intel Cloud Builder Guide: Cloud Design and Deployment on Intel Platforms EXECUTIVE SUMMARY Intel Cloud Builder Guide Intel Xeon Processor-based Servers Novell* Cloud Manager Intel Cloud Builder Guide: Cloud Design and Deployment on Intel Platforms Novell* Cloud Manager Intel

More information