Using the vcenter Orchestrator SQL Plug-In 1.1

Size: px
Start display at page:

Download "Using the vcenter Orchestrator SQL Plug-In 1.1"

Transcription

1 Using the vcenter Orchestrator SQL Plug-In 1.1 vcenter Orchestrator 4.1 vcenter Orchestrator 4.2 This document supports the version of each product listed and supports all subsequent versions until the document is replaced by a new edition. To check for more recent editions of this document, see EN

2 You can find the most up-to-date technical documentation on the VMware Web site at: The VMware Web site also provides the latest product updates. If you have comments about this documentation, submit your feedback to: Copyright 2011, 2012 VMware, Inc. All rights reserved. This product is protected by U.S. and international copyright and intellectual property laws. VMware products are covered by one or more patents listed at VMware is a registered trademark or trademark of VMware, Inc. in the United States and/or other jurisdictions. All other marks and names mentioned herein may be trademarks of their respective companies. VMware, Inc Hillview Ave. Palo Alto, CA VMware, Inc.

3 Contents Using the vcenter Orchestrator SQL Plug-In Introduction to the VMware vcenter Orchestrator SQL Plug-In Role of vcenter Orchestrator with the SQL Plug-In 7 Installing the SQL Plug-In 7 SQL Plug-In Functional Prerequisites 7 Install the SQL Plug-In 8 2 Using the SQL Plug-In 11 Using the SQL Plug-In Inventory 11 Configuring the SQL Plug-In 11 Configuration Workflows 11 Add a Database 12 Add Tables to a Database 13 Update a Database 13 Using the SQL Plug-In Standard Workflows 14 Generate CRUD Workflows for a Table 14 Exporting and Importing Database Configuration 15 Export Database Configuration as a Package 15 Import Database Configuration from a Package 15 Access the SQL Plug-In API 16 Index 17 VMware, Inc. 3

4 4 VMware, Inc.

5 Using the vcenter Orchestrator SQL Plug-In 1.1 provides information and instructions about configuring and using the VMware vcenter Orchestrator SQL Plug-In 1.1. Intended Audience This book is intended for anyone who is installing and configuring the plug-in, using the API of the plug-in, and using the workflow library. The information in Using the vcenter Orchestrator SQL Plug-In 1.1 is written for experienced users who are familiar with Orchestrator workflow development and with databases. For more information about Orchestrator, see VMware, Inc. 5

6 6 VMware, Inc.

7 Introduction to the VMware vcenter 1 Orchestrator SQL Plug-In 1.1 The SQL plug-in allows interaction between vcenter Orchestrator and databases. You use the plug-in to access and manage data stored in a database. The plug-in contains a set of standard workflows that allow you to manage databases and generate Create, Read, Update, and Delete (CRUD) workflows. You can also create custom workflows that implement the plug-in API. The Database plug-in retains the workflows from the existing Database plug-in. For more information about the Database plug-in, see Using the Database Plug-In. This chapter includes the following topics: Role of vcenter Orchestrator with the SQL Plug-In, on page 7 Installing the SQL Plug-In, on page 7 Role of vcenter Orchestrator with the SQL Plug-In You must use the Orchestrator configuration interface to install the SQL plug-in. You use the Orchestrator client to run and create workflows and access the plug-in API. The SQL plug-in is powered by vcenter Orchestrator. Orchestrator is a development and process-automation platform that provides a library of extensible workflows to manage the VMware vcenter infrastructure and other technologies. Orchestrator allows integration with management and administration solutions through its open plug-in architecture. SQL is one example of a database management system that you can integrate with Orchestrator by using plug-ins. Installing the SQL Plug-In You must use the Orchestrator configuration interface to install the SQL plug-in. SQL Plug-In Functional Prerequisites To be able to install and use the SQL plug-in, your system must meet the functional prerequisites. vcenter Orchestrator Verify that you have a running instance of Orchestrator. You can log in to the Orchestrator configuration interface at Version 1.1 of the plug-in works with vcenter Orchestrator 4.1.x and 4.2. For information about setting up Orchestrator, see the documentation about installing and configuring the respective Orchestrator version. VMware, Inc. 7

8 Database Verify that you can establish a connection to a database. The plug-in supports Oracle, Microsoft SQL Server, and PostgreSQL databases. Optionally, you can enable support for MySQL databases. The plug-in does not support inserting data into database columns of type BLOB. The plug-in can only read data from database columns of type BLOB. Enable Support for MySQL Databases on Windows To use a MySQL database, you must download the driver and copy it to the appropriate location. The Orchestrator installer does not install drivers for MySQL databases. Prerequisites Verify that you have downloaded the latest MySQL driver from Procedure 1 Extract the MySQL driver archive. 2 In the extracted folder, locate the mysql-connector-java-x.x.x.jar file, where x.x.x is the current version. 3 Copy mysql-connector-java-x.x.x.jar to the following location: install_directory\vmware\orchestrator\app-server\server\vmo\lib\ext\ 4 Restart the Orchestrator server. a b c Right-click My Computer on your desktop and select Manage. In the Computer Management dialog box, expand Services and Applications and select Services. In the right pane, right-click and select VMware vcenter Orchestrator Server > Restart. You installed the MySQL database driver. Install the SQL Plug-In To be able to use the SQL plug-in, you must download the.vmoapp file containing the plug-in and install it by using the Orchestrator configuration interface. Prerequisites Verify that you are logged in to the Orchestrator configuration interface at Verify that you have downloaded the.vmoapp file from Procedure 1 On the General tab, click Install Application. 2 Upload the SQL plug-in. a b c d Click the magnifying glass icon. Select the.vmoapp file to install. Click Open. Click Install. 8 VMware, Inc.

9 Chapter 1 Introduction to the VMware vcenter Orchestrator SQL Plug-In 1.1 A message appears after successful installation. The SQL and an empty Database plug-ins are installed without a tab in the Orchestrator configuration interface. NOTE The new Database plug-in retains the workflows from the existing JDBC plug-in. 3 On the Startup Options tab, click Restart service to complete the plug-in installation. VMware, Inc. 9

10 10 VMware, Inc.

11 Using the SQL Plug-In 2 The SQL plug-in workflow library contains workflows that allow you to manage databases and generate CRUD workflows for database tables. You can use the Inventory view in the Orchestrator client to manage the available database resources. You can use the scripting API of the plug-in to develop custom workflows. This chapter includes the following topics: Using the SQL Plug-In Inventory, on page 11 Configuring the SQL Plug-In, on page 11 Using the SQL Plug-In Standard Workflows, on page 14 Exporting and Importing Database Configuration, on page 15 Access the SQL Plug-In API, on page 16 Using the SQL Plug-In Inventory The SQL plug-in exposes all objects in the connected databases in the Inventory view. You can use the Inventory view to add authorization elements or to run workflows on database objects. The Inventory view of the plug-in contains three levels of database inventory objects. The first level contains the database configuration objects. The second level contains the database table objects. The third level contains the database column objects. All inventory objects are exposed as scriptable objects and can be accessed from the JavaScript API. You can enable the Use contextual menu in inventory option to display the workflows that are available for an inventory object. After the option is enabled, when you right-click an object in the Orchestrator inventory, all available workflows for the object are displayed. Configuring the SQL Plug-In You must use the Orchestrator client to configure the SQL plug-in. Configuration Workflows The Configuration workflow category contains workflows that allow you to manage databases and database tables. You can access these workflows from Library > SQL > Configuration on the Workflows view in the Orchestrator client. VMware, Inc. 11

12 Workflow Name Add a database Add tables to a database Remove a database Remove a table from a database Update a database Validate a database Description Adds a database object to the plug-in's inventory. Adds database tables to a database in the plug-in's inventory. Removes a database object from the plug-in's inventory. Removes a database table from a database in the plug-in's inventory. Updates the configuration of a database object in the plug-in's inventory. Validates a database in the plug-in's inventory. Add a Database You can run a workflow to add a database and configure the host connection parameters. When you add a database that requires a secure connection, you must import the SSL certificate for the database, from the Network view in the Orchestrator configuration interface. Procedure 1 Log in to the Orchestrator client as an administrator. 2 Click the Workflows view in the Orchestrator client. 3 In the workflows hierarchical list, select Library > SQL > Configuration and navigate to the Add a database workflow. 4 Right-click the Add a database workflow and select Start workflow. 5 In the Name text box, type the name of the database. The database appears in the Inventory view with the name that you specify. 6 Select the type of the database. 7 In the Connection URL text box, type the address of the database. Database Type Oracle MS SQL PostgreSQL MySQL Syntax jdbc:oracle:thin:@host_url:port_number:sid jdbc:jtds:sqlserver://host_url:port_number/database_name jdbc:postgresql://host_url:port_number/database_name jdbc:mysql://host_url:port_number/database_name 8 Select the session mode that the plug-in uses to connect to the database. Option Shared Session Per User Session Description The plug-in uses shared credentials to connect to the database. You must provide the database credentials for the shared session. The Orchestrator client retrieves credentials from the user who is logged in. 9 Click Submit to run the workflow. After the workflow runs successfully, the database and all tables that belong to it appear in the Inventory view. 12 VMware, Inc.

13 Chapter 2 Using the SQL Plug-In Add Tables to a Database You can run a workflow to add tables to a database that is in the plug-in's inventory. Prerequisites Verify that you are logged in to the Orchestrator client as an administrator. Verify that you have a connection to a database from the Inventory view. Procedure 1 Click the Workflows view in the Orchestrator client. 2 In the workflows hierarchical list, select Library > SQL > Configuration and navigate to the Add tables to a database workflow. 3 Right-click the Add tables to a database workflow and select Start workflow. 4 Select a database to which to add tables. 5 Select the tables that you want to add. 6 Click Submit to run the workflow. After the workflow runs successfully, the added database tables appear in the Inventory view. Update a Database You can run a workflow to update the configuration of a database that is in the plug-in's inventory. Procedure 1 Log in to the Orchestrator client as an administrator. 2 Click the Workflows view in the Orchestrator client. 3 In the workflows hierarchical list, select Library > SQL > Configuration and navigate to the Update a database workflow. 4 Right-click the Update a database workflow and select Start workflow. 5 Select a database that you want to update. 6 In the Name text box, type the new name of the database. The database appears in the Inventory view with the name that you specify. 7 Select the type of the database. 8 In the Connection URL text box, type the new address of the database. 9 Select the session mode that the plug-in uses to connect to the database. Option Shared Session Per User Session Description The plug-in uses shared credentials to connect to the database. You must provide the database credentials for the shared session. The Orchestrator client retrieves credentials from the user who is logged in. 10 Click Submit to run the workflow. VMware, Inc. 13

14 Using the SQL Plug-In Standard Workflows You can use the SQL workflows to run SQL operations. You can access these workflows from Library > SQL on the Workflows view in the Orchestrator client. Workflow Execute a custom query on a database Generate CRUD workflows for a table Read a custom query from a database Description Runs a custom query on a database and returns the number of affected rows. You can run the workflow to update, delete, insert, and write queries. Generates Create, Read, Update and Delete workflows for a particular table. Runs a custom query on a specified database and returns the result in an array of ActiveRecord objects. You can run the workflow to select and read queries. Generate CRUD Workflows for a Table You can run a workflow to generate Create, Read, Update, and Delete workflows for a particular table. Prerequisites Verify that you are logged in to the Orchestrator client as an administrator. Verify that you have a connection to a database from the Inventory view. Procedure 1 Click the Workflows view in the Orchestrator client. 2 In the workflows hierarchical list, select Library > SQL and navigate to the Generate CRUD workflows for a table workflow. 3 Right-click the Generate CRUD workflows for a table workflow and select Start workflow. 4 Select a table for which to generate the workflows. 5 Select the workflow folder in which to generate the workflows. 6 Select whether to overwrite any existing workflows. Option Yes No Description The generated workflows overwrite existing workflows of the same name. New workflows are not generated if workflows of the same name exist in the folder. 7 (Optional) Select columns that should not be populated. You cannot edit the selected columns with the generated CRUD workflows. 8 Click Submit to run the workflow. After the workflow runs successfully, the CRUD workflows appear in the selected workflow folder. What to do next You can run the generated workflows on the selected database table. 14 VMware, Inc.

15 Chapter 2 Using the SQL Plug-In Exporting and Importing Database Configuration You can transfer the configuration of the SQL plug-in from one Orchestrator instance to another by creating a configuration package. You can export all plug-in elements, such as database objects and custom workflows, or export a selection of elements. You cannot update existing databases by importing a configuration package. If you want to import a new version of a database, you must remove the existing database and all elements related to it. You can back up the existing database by exporting it as a package. If a configuration package contains a database that has the same name as an existing database, but has different content, you should rename the existing database before importing the package. Export Database Configuration as a Package You can export elements of the SQL plug-in configuration as an Orchestrator package. Prerequisites Verify that you are logged in to the Orchestrator client as an administrator. Procedure 1 Click the Packages view in the Orchestrator client. 2 From the Packages drop-down menu, select Add package. 3 Type the name of the package and click Ok. 4 Right-click the package that you added and select Edit. 5 From the Resources tab, select Insert Resource Element (tree browsing). Option Add all available databases Add a specific database Action In the hierarchical list, select Library > SQL and click Select. Expand the hierarchical list to Library > SQL, select a database, and click Select. 6 (Optional) From the Workflows tab, add custom SQL plug-in workflows. 7 (Optional) From the General tab, provide a description of the package. 8 Click Save and close. 9 Right-click the edited package and select Export package. 10 Type the filename, select a location, and click Save. Import Database Configuration from a Package You can import elements of the SQL plug-in configuration from an Orchestrator package. Prerequisites Verify that you are logged in to the Orchestrator client as an administrator. Verify that the SQL plug-in is installed on the Orchestrator instance. Procedure 1 Click the Packages view in the Orchestrator client. 2 From the Packages drop-down menu, select Import package. VMware, Inc. 15

16 3 Browse to select the package to import and click Open. Certificate information about the exporter appears. 4 Review the package import details and select Import or Import and trust provider. The Import package view appears. If the version of the imported package element is later than the server version, the system selects the element for import. 5 Click Import checked elements. The imported package appears in the list of packages. 6 (Optional) Verify that the databases are imported successfully. a b c d In the workflows hierarchical list, select Library > SQL > Configuration to navigate to the Validate a database workflow. Right-click the Validate a database workflow and select Start workflow. Select a database to validate. Click Submit to run the workflow. What to do next You can edit the configuration of an imported database by running the Update a database workflow. See Update a Database, on page 13. Access the SQL Plug-In API Orchestrator provides an API Explorer to allow you to search the SQL plug-in API and see the documentation for JavaScript objects that you can use in scripted elements. Procedure 1 Log in to the Orchestrator client as an administrator. 2 Access the API Explorer from either the Orchestrator client or from the Scripting tabs of the workflow, policy, and action editors. To access the API Explorer from the Orchestrator client, click Tools > API Explorer in the Orchestrator client toolbar. To access the API Explorer from the Scripting tabs of the workflow, policy, and action editors, click Search API on the left. 3 To expand the hierarchical list of SQL plug-in API objects, double-click the SQL module in the left pane. What to do next You can copy code from API elements and paste it into scripting boxes. For more information about API scripting, see the vcenter Orchestrator Developer's Guide. 16 VMware, Inc.

17 Index A adding a database 12 adding tables to a database 13 API access 16 audience 5 C configuration exporting 15 importing 15 configuration transfer 15 F functional prerequisites 7 G generating CRUD workflows 14 I installation 7 installation process 8 introduction 7 Inventory 11 M MySQL, installing MySQL driver 8 O Orchestrator 7 P prerequisites 7 U updating a database 13 usage 11 W workflows configuration 11 standard workflows 14 VMware, Inc. 17

18 18 VMware, Inc.

Using the vcenter Orchestrator Plug-In for vsphere Auto Deploy 1.0

Using the vcenter Orchestrator Plug-In for vsphere Auto Deploy 1.0 Using the vcenter Orchestrator Plug-In for vsphere Auto Deploy 1.0 vcenter Orchestrator 4.2 This document supports the version of each product listed and supports all subsequent versions until the document

More information

Using the vcenter Orchestrator Plug-In for Microsoft Active Directory

Using the vcenter Orchestrator Plug-In for Microsoft Active Directory Using the vcenter Orchestrator Plug-In for Microsoft Active Directory vcenter Orchestrator 4.1 This document supports the version of each product listed and supports all subsequent versions until the document

More information

Using the vcenter Orchestrator HTTP-REST Plug-In 1.0.x

Using the vcenter Orchestrator HTTP-REST Plug-In 1.0.x Using the vcenter Orchestrator HTTP-REST Plug-In 1.0.x vcenter Orchestrator This document supports the version of each product listed and supports all subsequent versions until the document is replaced

More information

Reconfiguration of VMware vcenter Update Manager

Reconfiguration of VMware vcenter Update Manager Reconfiguration of VMware vcenter Update Manager Update 1 vcenter Update Manager 4.1 This document supports the version of each product listed and supports all subsequent versions until the document is

More information

Management Pack for vrealize Infrastructure Navigator

Management Pack for vrealize Infrastructure Navigator Management Pack for vrealize Infrastructure Navigator This document supports the version of each product listed and supports all subsequent versions until the document is replaced by a new edition. To

More information

Reconfiguring VMware vsphere Update Manager

Reconfiguring VMware vsphere Update Manager Reconfiguring VMware vsphere Update Manager vsphere Update Manager 5.5 This document supports the version of each product listed and supports all subsequent versions until the document is replaced by a

More information

Using the VMware vrealize Orchestrator Client

Using the VMware vrealize Orchestrator Client Using the VMware vrealize Orchestrator Client vrealize Orchestrator 7.0 This document supports the version of each product listed and supports all subsequent versions until the document is replaced by

More information

Advanced Service Design

Advanced Service Design vcloud Automation Center 6.0 This document supports the version of each product listed and supports all subsequent versions until the document is replaced by a new edition. To check for more recent editions

More information

vsphere App HA Installation and Configuration Guide

vsphere App HA Installation and Configuration Guide vsphere App HA Installation and Configuration Guide VMware vsphere App HA 1.0 This document supports the version of each product listed and supports all subsequent versions until the document is replaced

More information

Reconfiguring VMware vsphere Update Manager

Reconfiguring VMware vsphere Update Manager Reconfiguring VMware vsphere Update Manager vsphere Update Manager 6.0 This document supports the version of each product listed and supports all subsequent versions until the document is replaced by a

More information

VMware vcenter Configuration Manager and VMware vcenter Application Discovery Manager Integration Guide

VMware vcenter Configuration Manager and VMware vcenter Application Discovery Manager Integration Guide VMware vcenter Configuration Manager and VMware vcenter Application Discovery Manager Integration Guide vcenter Configuration Manager 5.6 vcenter Application Discovery Manager 6.2 This document supports

More information

SNMP Adapter Installation and Configuration Guide

SNMP Adapter Installation and Configuration Guide SNMP Adapter Installation and Configuration Guide vcenter Operations Manager 1.0 This document supports the version of each product listed and supports all subsequent versions until the document is replaced

More information

VMware vcenter Discovered Machines Import Tool User's Guide Version 5.3.0.25 for vcenter Configuration Manager 5.3

VMware vcenter Discovered Machines Import Tool User's Guide Version 5.3.0.25 for vcenter Configuration Manager 5.3 VMware vcenter Discovered Machines Import Tool User's Guide Version 5.3.0.25 for vcenter Configuration Manager 5.3 This document supports the version of each product listed and supports all subsequent

More information

Developing Web Views for VMware vcenter Orchestrator

Developing Web Views for VMware vcenter Orchestrator Developing Web Views for VMware vcenter Orchestrator vcenter Orchestrator 5.1 This document supports the version of each product listed and supports all subsequent versions until the document is replaced

More information

VMware vcenter Configuration Manager SQL Migration Helper Tool User's Guide vcenter Configuration Manager 5.6

VMware vcenter Configuration Manager SQL Migration Helper Tool User's Guide vcenter Configuration Manager 5.6 VMware vcenter Configuration Manager SQL Migration Helper Tool User's Guide vcenter Configuration Manager 5.6 This document supports the version of each product listed and supports all subsequent versions

More information

vcenter Configuration Manager Backup and Disaster Recovery Guide VCM 5.3

vcenter Configuration Manager Backup and Disaster Recovery Guide VCM 5.3 vcenter Configuration Manager Backup and Disaster Recovery Guide VCM 5.3 This document supports the version of each product listed and supports all subsequent versions until the document is replaced by

More information

Offline Data Transfer to VMWare vcloud Hybrid Service

Offline Data Transfer to VMWare vcloud Hybrid Service Offline Data Transfer to VMWare vcloud Hybrid Service vcloud Connector 2.5.0 This document supports the version of each product listed and supports all subsequent versions until the document is replaced

More information

vcenter Operations Manager for Horizon Supplement

vcenter Operations Manager for Horizon Supplement vcenter Operations Manager for Horizon Supplement vcenter Operations Manager for Horizon 1.6 This document supports the version of each product listed and supports all subsequent versions until the document

More information

Active Directory Solution 1.0 Guide

Active Directory Solution 1.0 Guide This document supports the version of each product listed and supports all subsequent versions until the document is replaced by a new edition. To check for more recent editions of this document, see http://www.vmware.com/support/pubs.

More information

Installing and Configuring vcloud Connector

Installing and Configuring vcloud Connector Installing and Configuring vcloud Connector vcloud Connector 2.0.0 This document supports the version of each product listed and supports all subsequent versions until the document is replaced by a new

More information

VMware vcenter Operations Manager Administration Guide

VMware vcenter Operations Manager Administration Guide VMware vcenter Operations Manager Administration Guide Custom User Interface vcenter Operations Manager 5.6 This document supports the version of each product listed and supports all subsequent versions

More information

Installing and Administering VMware vsphere Update Manager

Installing and Administering VMware vsphere Update Manager Installing and Administering VMware vsphere Update Manager Update 1 vsphere Update Manager 5.1 This document supports the version of each product listed and supports all subsequent versions until the document

More information

Installing and Configuring vcenter Multi-Hypervisor Manager

Installing and Configuring vcenter Multi-Hypervisor Manager Installing and Configuring vcenter Multi-Hypervisor Manager vcenter Server 5.1 vcenter Multi-Hypervisor Manager 1.1 This document supports the version of each product listed and supports all subsequent

More information

Upgrading Horizon Workspace

Upgrading Horizon Workspace Horizon Workspace 1.5 This document supports the version of each product listed and supports all subsequent versions until the document is replaced by a new edition. To check for more recent editions of

More information

vcenter Orchestrator Developer's Guide

vcenter Orchestrator Developer's Guide vcenter Orchestrator 4.0 EN-000129-02 You can find the most up-to-date technical documentation on the VMware Web site at: http://www.vmware.com/support/ The VMware Web site also provides the latest product

More information

Using VMware vrealize Orchestrator Plug-Ins

Using VMware vrealize Orchestrator Plug-Ins Using VMware vrealize Orchestrator Plug-Ins vrealize Orchestrator 6.0 This document supports the version of each product listed and supports all subsequent versions until the document is replaced by a

More information

Obtaining SSL Certificates for VMware Horizon View Servers

Obtaining SSL Certificates for VMware Horizon View Servers Obtaining SSL Certificates for VMware Horizon View Servers View 5.2 View Composer 5.2 This document supports the version of each product listed and supports all subsequent versions until the document is

More information

vcenter Operations Management Pack for SAP HANA Installation and Configuration Guide

vcenter Operations Management Pack for SAP HANA Installation and Configuration Guide vcenter Operations Management Pack for SAP HANA Installation and Configuration Guide This document supports the version of each product listed and supports all subsequent versions until a new edition replaces

More information

VMware vcenter Operations Manager Enterprise Administration Guide

VMware vcenter Operations Manager Enterprise Administration Guide VMware vcenter Operations Manager Enterprise Administration Guide vcenter Operations Manager Enterprise 5.0 This document supports the version of each product listed and supports all subsequent versions

More information

vsphere Host Profiles

vsphere Host Profiles ESXi 5.1 vcenter Server 5.1 This document supports the version of each product listed and supports all subsequent versions until the document is replaced by a new edition. To check for more recent editions

More information

vcloud Suite Licensing

vcloud Suite Licensing vcloud Suite 5.5 This document supports the version of each product listed and supports all subsequent versions until the document is replaced by a new edition. To check for more recent editions of this

More information

VMware vcenter Configuration Manager Backup and Disaster Recovery Guide vcenter Configuration Manager 5.4.1

VMware vcenter Configuration Manager Backup and Disaster Recovery Guide vcenter Configuration Manager 5.4.1 VMware vcenter Configuration Manager Backup and Disaster Recovery Guide vcenter Configuration Manager 5.4.1 This document supports the version of each product listed and supports all subsequent versions

More information

Configuring Single Sign-on from the VMware Identity Manager Service to Dropbox

Configuring Single Sign-on from the VMware Identity Manager Service to Dropbox Configuring Single Sign-on from the VMware Identity Manager Service to Dropbox VMware Identity Manager SEPTEMBER 2015 V1 Configuring Single Sign-On from VMware Identity Manager to Dropbox Table of Contents

More information

vcenter Chargeback User s Guide

vcenter Chargeback User s Guide vcenter Chargeback 1.6 This document supports the version of each product listed and supports all subsequent versions until the document is replaced by a new edition. To check for more recent editions

More information

VMware vrealize Operations for Horizon Installation

VMware vrealize Operations for Horizon Installation VMware vrealize Operations for Horizon Installation vrealize Operations for Horizon 6.0 This document supports the version of each product listed and supports all subsequent versions until the document

More information

VMware vcenter Update Manager Administration Guide

VMware vcenter Update Manager Administration Guide VMware vcenter Update Manager Administration Guide Update 1 vcenter Update Manager 4.0 This document supports the version of each product listed and supports all subsequent versions until the document

More information

Integrated Virtual Debugger for Visual Studio Developer s Guide VMware Workstation 8.0

Integrated Virtual Debugger for Visual Studio Developer s Guide VMware Workstation 8.0 Integrated Virtual Debugger for Visual Studio Developer s Guide VMware Workstation 8.0 This document supports the version of each product listed and supports all subsequent versions until the document

More information

Managing Multi-Hypervisor Environments with vcenter Server

Managing Multi-Hypervisor Environments with vcenter Server Managing Multi-Hypervisor Environments with vcenter Server vcenter Server 5.1 vcenter Multi-Hypervisor Manager 1.0 This document supports the version of each product listed and supports all subsequent

More information

VMware Horizon FLEX User Guide

VMware Horizon FLEX User Guide Horizon FLEX 1.5 This document supports the version of each product listed and supports all subsequent versions until the document is replaced by a new edition. To check for more recent editions of this

More information

Installing and Configuring vcloud Connector

Installing and Configuring vcloud Connector Installing and Configuring vcloud Connector vcloud Connector 2.7.0 This document supports the version of each product listed and supports all subsequent versions until the document is replaced by a new

More information

VMware Horizon FLEX User Guide

VMware Horizon FLEX User Guide Horizon FLEX 1.1 This document supports the version of each product listed and supports all subsequent versions until the document is replaced by a new edition. To check for more recent editions of this

More information

vcloud Automation Center Self-Service Portal Guide

vcloud Automation Center Self-Service Portal Guide vcloud Automation Center Self-Service Portal Guide vcloud Automation Center 5.1 Second_Product_Name_and_Version_Number Third_Product_Name_and_Version_Number Fourth_Product_Name_and_Version_Number Fifth_Product_Name_and_Version_Number

More information

HP Cloud Service Automation

HP Cloud Service Automation Technical white paper HP Cloud Service Automation Integration with HP Service Manager Table of contents Introduction 2 Required software components 2 Configuration requirements 2 Downloading the distribution

More information

Obtaining SSL Certificates for VMware View Servers

Obtaining SSL Certificates for VMware View Servers Obtaining SSL Certificates for VMware View Servers View 5.1 View Composer 3.0 This document supports the version of each product listed and supports all subsequent versions until the document is replaced

More information

VMware vcenter Operations Manager for Horizon Supplement

VMware vcenter Operations Manager for Horizon Supplement VMware vcenter Operations Manager for Horizon Supplement vcenter Operations Manager for Horizon 1.7 This document supports the version of each product listed and supports all subsequent versions until

More information

VMware vcenter Update Manager Administration Guide

VMware vcenter Update Manager Administration Guide VMware vcenter Update Manager Administration Guide vcenter Update Manager 4.0 This document supports the version of each product listed and supports all subsequent versions until the document is replaced

More information

VMware vcenter Configuration Manager Backup and Disaster Recovery Guide vcenter Configuration Manager 5.7

VMware vcenter Configuration Manager Backup and Disaster Recovery Guide vcenter Configuration Manager 5.7 VMware vcenter Configuration Manager Backup and Disaster Recovery Guide vcenter Configuration Manager 5.7 This document supports the version of each product listed and supports all subsequent versions

More information

VMware Horizon FLEX User Guide

VMware Horizon FLEX User Guide Horizon FLEX 1.0 This document supports the version of each product listed and supports all subsequent versions until the document is replaced by a new edition. To check for more recent editions of this

More information

Configuring Single Sign-on from the VMware Identity Manager Service to Amazon Web Services

Configuring Single Sign-on from the VMware Identity Manager Service to Amazon Web Services Configuring Single Sign-on from the VMware Identity Manager Service to Amazon Web Services VMware Identity Manager OCTOBER 2015 V1 Configuring Single Sign-On from VMware Identity Manager to Amazon Web

More information

vcenter Chargeback User s Guide vcenter Chargeback 1.0 EN-000186-00

vcenter Chargeback User s Guide vcenter Chargeback 1.0 EN-000186-00 vcenter Chargeback 1.0 EN-000186-00 You can find the most up-to-date technical documentation on the VMware Web site at: http://www.vmware.com/support/ The VMware Web site also provides the latest product

More information

Installing and Configuring vcenter Support Assistant

Installing and Configuring vcenter Support Assistant Installing and Configuring vcenter Support Assistant vcenter Support Assistant 5.5 This document supports the version of each product listed and supports all subsequent versions until the document is replaced

More information

vrealize Operations Manager Customization and Administration Guide

vrealize Operations Manager Customization and Administration Guide vrealize Operations Manager Customization and Administration Guide vrealize Operations Manager 6.0.1 This document supports the version of each product listed and supports all subsequent versions until

More information

VMware Software Manager - Download Service User's Guide

VMware Software Manager - Download Service User's Guide VMware Software Manager - Download Service User's Guide VMware Software Manager 1.1 This document supports the version of each product listed and supports all subsequent versions until the document is

More information

WatchDox Administrator's Guide. Application Version 3.7.5

WatchDox Administrator's Guide. Application Version 3.7.5 Application Version 3.7.5 Confidentiality This document contains confidential material that is proprietary WatchDox. The information and ideas herein may not be disclosed to any unauthorized individuals

More information

vcenter Support Assistant User's Guide

vcenter Support Assistant User's Guide vcenter Support Assistant 5.5 This document supports the version of each product listed and supports all subsequent versions until the document is replaced by a new edition. To check for more recent editions

More information

Scenarios for Setting Up SSL Certificates for View

Scenarios for Setting Up SSL Certificates for View Scenarios for Setting Up SSL Certificates for View VMware Horizon 6.0 This document supports the version of each product listed and supports all subsequent versions until the document is replaced by a

More information

SonicWALL CDP 5.0 Microsoft Exchange InfoStore Backup and Restore

SonicWALL CDP 5.0 Microsoft Exchange InfoStore Backup and Restore SonicWALL CDP 5.0 Microsoft Exchange InfoStore Backup and Restore Document Scope This solutions document describes how to configure and use the Microsoft Exchange InfoStore Backup and Restore feature in

More information

Cloud Director User's Guide

Cloud Director User's Guide Cloud Director 1.0 This document supports the version of each product listed and supports all subsequent versions until the document is replaced by a new edition. To check for more recent editions of this

More information

EMC Smarts Integration Guide

EMC Smarts Integration Guide vcenter Operations Manager Enterprise 1.0 This document supports the version of each product listed and supports all subsequent versions until the document is replaced by a new edition. To check for more

More information

VMware vcenter Support Assistant 5.1.1

VMware vcenter Support Assistant 5.1.1 VMware vcenter.ga September 25, 2013 GA Last updated: September 24, 2013 Check for additions and updates to these release notes. RELEASE NOTES What s in the Release Notes The release notes cover the following

More information

vsphere Replication for Disaster Recovery to Cloud

vsphere Replication for Disaster Recovery to Cloud vsphere Replication for Disaster Recovery to Cloud vsphere Replication 5.8 This document supports the version of each product listed and supports all subsequent versions until the document is replaced

More information

VMware Mirage Web Manager Guide

VMware Mirage Web Manager Guide Mirage 5.1 This document supports the version of each product listed and supports all subsequent versions until the document is replaced by a new edition. To check for more recent editions of this document,

More information

vsphere Upgrade vsphere 6.0 EN-001721-03

vsphere Upgrade vsphere 6.0 EN-001721-03 vsphere 6.0 This document supports the version of each product listed and supports all subsequent versions until the document is replaced by a new edition. To check for more recent editions of this document,

More information

Installation and Configuration Guide

Installation and Configuration Guide VMware Common Components Catalog Release Notes Installation and Configuration Guide For VMware vrealize Automation OpenStack Havana Plug-In 100 2014 VMware, Inc All rights reserved VMware vrealize Automation

More information

Microsoft Internet Information Services Solution 1.0

Microsoft Internet Information Services Solution 1.0 Microsoft Internet Information Services Solution 1.0 vrealize Operations Manager This document supports the version of each product listed and supports all subsequent versions until the document is replaced

More information

Application Discovery Manager User s Guide vcenter Application Discovery Manager 6.2.1

Application Discovery Manager User s Guide vcenter Application Discovery Manager 6.2.1 Application Discovery Manager User s Guide vcenter Application Discovery Manager 6.2.1 This document supports the version of each product listed and supports all subsequent versions until the document

More information

IaaS Configuration for Cloud Platforms

IaaS Configuration for Cloud Platforms vrealize Automation 6.2.3 This document supports the version of each product listed and supports all subsequent versions until the document is replaced by a new edition. To check for more recent editions

More information

VMware vcenter Log Insight User's Guide

VMware vcenter Log Insight User's Guide VMware vcenter Log Insight User's Guide vcenter Log Insight 1.0 This document supports the version of each product listed and supports all subsequent versions until the document is replaced by a new edition.

More information

Integration with Active Directory

Integration with Active Directory VMWARE TECHNICAL NOTE VMware ACE Integration with Active Directory This document explains how to set up Active Directory to use with VMware ACE. This document contains the following topics: About Active

More information

FileMaker 13. ODBC and JDBC Guide

FileMaker 13. ODBC and JDBC Guide FileMaker 13 ODBC and JDBC Guide 2004 2013 FileMaker, Inc. All Rights Reserved. FileMaker, Inc. 5201 Patrick Henry Drive Santa Clara, California 95054 FileMaker and Bento are trademarks of FileMaker, Inc.

More information

Configuring Single Sign-on from the VMware Identity Manager Service to AirWatch Applications

Configuring Single Sign-on from the VMware Identity Manager Service to AirWatch Applications Configuring Single Sign-on from the VMware Identity Manager Service to AirWatch Applications VMware Identity Manager AUGUST 2015 V1 Configuring Single Sign-On from VMware Identity Manager to AirWatch Applications

More information

IaaS Configuration for Cloud Platforms

IaaS Configuration for Cloud Platforms vcloud Automation Center 6.0 This document supports the version of each product listed and supports all subsequent versions until the document is replaced by a new edition. To check for more recent editions

More information

VMware Virtual Desktop Manager User Authentication Guide

VMware Virtual Desktop Manager User Authentication Guide Technical Note VMware Virtual Desktop Manager User Authentication Guide VMware Virtual Desktop Manager The purpose of this guide is to provide details of user authentication in VMware Virtual Desktop Manager

More information

Configuring Multiple ACE Management Servers VMware ACE 2.0

Configuring Multiple ACE Management Servers VMware ACE 2.0 Technical Note Configuring Multiple ACE Management Servers VMware ACE 2.0 This technical note describes how to configure multiple VMware ACE Management Servers to work together. VMware recommends this

More information

vcenter CapacityIQ Installation Guide

vcenter CapacityIQ Installation Guide vcenter CapacityIQ 1.5.1 This document supports the version of each product listed and supports all subsequent versions until the document is replaced by a new edition. To check for more recent editions

More information

Getting Started with Database Patching

Getting Started with Database Patching Getting Started with Database Patching VMware vfabric Data Director 2.0 This document supports the version of each product listed and supports all subsequent versions until the document is replaced by

More information

VMware Remote Console for vrealize Automation

VMware Remote Console for vrealize Automation VMware Remote Console for vrealize Automation VMware Remote Console 8.0 This document supports the version of each product listed and supports all subsequent versions until the document is replaced by

More information

FileMaker 12. ODBC and JDBC Guide

FileMaker 12. ODBC and JDBC Guide FileMaker 12 ODBC and JDBC Guide 2004 2012 FileMaker, Inc. All Rights Reserved. FileMaker, Inc. 5201 Patrick Henry Drive Santa Clara, California 95054 FileMaker and Bento are trademarks of FileMaker, Inc.

More information

Upgrading VMware Identity Manager Connector

Upgrading VMware Identity Manager Connector Upgrading VMware Identity Manager Connector VMware Identity Manager This document supports the version of each product listed and supports all subsequent versions until the document is replaced by a new

More information

VMware vcenter Configuration Manager Software Provisioning Components Installation and User Guide

VMware vcenter Configuration Manager Software Provisioning Components Installation and User Guide VMware vcenter Configuration Manager Software Provisioning Components Installation and User Guide Package Studio 1.1 Software Repository for Windows 1.1 Package Manager 1.2 This document supports the version

More information

Specops Command. Installation Guide

Specops Command. Installation Guide Specops Software. All right reserved. For more information about Specops Command and other Specops products, visit www.specopssoft.com Copyright and Trademarks Specops Command is a trademark owned by Specops

More information

Getting Started with Database-as-a-Service

Getting Started with Database-as-a-Service Getting Started with Database-as-a-Service VMware vfabric Data Director 2.0 This document supports the version of each product listed and supports all subsequent versions until the document is replaced

More information

Monitoring Oracle Enterprise Performance Management System Release 11.1.2.3 Deployments from Oracle Enterprise Manager 12c

Monitoring Oracle Enterprise Performance Management System Release 11.1.2.3 Deployments from Oracle Enterprise Manager 12c Monitoring Oracle Enterprise Performance Management System Release 11.1.2.3 Deployments from Oracle Enterprise Manager 12c This document describes how to set up Oracle Enterprise Manager 12c to monitor

More information

Replacing vcenter Server 4.0 Certificates VMware vsphere 4.0

Replacing vcenter Server 4.0 Certificates VMware vsphere 4.0 Technical Note Replacing vcenter Server 4.0 Certificates VMware vsphere 4.0 Certificates are automatically generated when you install vcenter Server and ESX/ESXi. These default certificates are not signed

More information

Request Manager Installation and Configuration Guide

Request Manager Installation and Configuration Guide Request Manager Installation and Configuration Guide vcloud Request Manager 1.0.0 This document supports the version of each product listed and supports all subsequent versions until the document is replaced

More information

vsphere Replication for Disaster Recovery to Cloud

vsphere Replication for Disaster Recovery to Cloud vsphere Replication for Disaster Recovery to Cloud vsphere Replication 6.0 This document supports the version of each product listed and supports all subsequent versions until the document is replaced

More information

Veeam Backup Enterprise Manager. Version 7.0

Veeam Backup Enterprise Manager. Version 7.0 Veeam Backup Enterprise Manager Version 7.0 User Guide August, 2013 2013 Veeam Software. All rights reserved. All trademarks are the property of their respective owners. No part of this publication may

More information

Lifecycle Manager Installation and Configuration Guide

Lifecycle Manager Installation and Configuration Guide Lifecycle Manager Installation and Configuration Guide vcenter Lifecycle Manager 1.2 This document supports the version of each product listed and supports all subsequent versions until the document is

More information

Quick Start - Virtual Private Cloud in Germany and Australia

Quick Start - Virtual Private Cloud in Germany and Australia Quick Start - Virtual Private Cloud in Germany and Australia vcloud Air This document supports the version of each product listed and supports all subsequent versions until the document is replaced by

More information

Colligo Email Manager 6.0. Connected Mode - User Guide

Colligo Email Manager 6.0. Connected Mode - User Guide 6.0 Connected Mode - User Guide Contents Colligo Email Manager 1 Benefits 1 Key Features 1 Platforms Supported 1 Installing and Activating Colligo Email Manager 2 Checking for Updates 3 Updating Your License

More information

Installation and Configuration Guide for Windows and Linux

Installation and Configuration Guide for Windows and Linux Installation and Configuration Guide for Windows and Linux vcenter Operations Manager 5.7 This document supports the version of each product listed and supports all subsequent versions until the document

More information

Setup for Failover Clustering and Microsoft Cluster Service

Setup for Failover Clustering and Microsoft Cluster Service Setup for Failover Clustering and Microsoft Cluster Service Update 1 ESX 4.0 ESXi 4.0 vcenter Server 4.0 This document supports the version of each product listed and supports all subsequent versions until

More information

VMware vcenter Log Insight Getting Started Guide

VMware vcenter Log Insight Getting Started Guide VMware vcenter Log Insight Getting Started Guide vcenter Log Insight 1.5 This document supports the version of each product listed and supports all subsequent versions until the document is replaced by

More information

Setting Up Resources in VMware Identity Manager

Setting Up Resources in VMware Identity Manager Setting Up Resources in VMware Identity Manager VMware Identity Manager 2.4 This document supports the version of each product listed and supports all subsequent versions until the document is replaced

More information

Setting up VMware ESXi for 2X VirtualDesktopServer Manual

Setting up VMware ESXi for 2X VirtualDesktopServer Manual Setting up VMware ESXi for 2X VirtualDesktopServer Manual URL: www.2x.com E-mail: info@2x.com Information in this document is subject to change without notice. Companies, names, and data used in examples

More information

How To Use Query Console

How To Use Query Console Query Console User Guide 1 MarkLogic 8 February, 2015 Last Revised: 8.0-1, February, 2015 Copyright 2015 MarkLogic Corporation. All rights reserved. Table of Contents Table of Contents Query Console User

More information

Installation and Configuration Guide for Windows and Linux

Installation and Configuration Guide for Windows and Linux Installation and Configuration Guide for Windows and Linux vcenter Operations Manager 5.0.3 This document supports the version of each product listed and supports all subsequent versions until the document

More information

WatchDox SharePoint Beta Guide. Application Version 1.0.0

WatchDox SharePoint Beta Guide. Application Version 1.0.0 Application Version 1.0.0 Confidentiality This document contains confidential material that is proprietary WatchDox. The information and ideas herein may not be disclosed to any unauthorized individuals

More information

EMC Documentum Connector for Microsoft SharePoint

EMC Documentum Connector for Microsoft SharePoint EMC Documentum Connector for Microsoft SharePoint Version 7.1 Installation Guide EMC Corporation Corporate Headquarters Hopkinton, MA 01748-9103 1-508-435-1000 www.emc.com Legal Notice Copyright 2013-2014

More information