User Guide for configuration of IPM and XenCenter

Size: px
Start display at page:

Download "User Guide for configuration of IPM and XenCenter"

Transcription

1 User Guide for configuration of IPM and XenCenter Revision History Revision Description By 22 nd June 2011 Created Amita 23 rd June 2011 Updated as per comments from Prashant 3 rd Aug 2011 Updated as per the comments from Vageesha after the validation of Xen Advanced Feature done. Amita Amita Configuration Guide XenCenter & IPM

2 Contents 1 Introduction Intelligent Power Plug-in for XenCenter Prerequisites Using Eaton IPM XenCenter Plugin Using IPM with XenCenter Power Event in XenCenter Introduction Download the Script Configure the Web Interface Test the configuration Xen Maintenance Mode on Power Event Concept of maintenance mode Configuration Prerequisites Configuring XenCenter and IPM for maintenance mode Configuration of the Scripts maintenancemode.js Test of the configuration References...16 Eaton and Virtualization...16 Citrix XenServer SDK for Powershell...16 Citrix XenServer and XenCenter...16 Intelligent Power Manager (Eaton Power Supervisor) Appendix...17 Configuration Guide-XenCenter & IPM Page 2/20

3 1 Introduction Eaton s Intelligent Power Manager discovers and supervises Eaton s UPSs and epdus connected to the network (either by means of a card/proxy).it also provides local computer graceful shutdown. Citrix s XenCenter platform forms the foundation for virtualization management. Citrix XenCenter is the Windows-native graphical user interface for managing Citrix XenServer hosts. Our objective is to provide a virtualization support for Eaton s power protection software Intelligent Power Manager and adding the Xen advanced features like maintenance mode, Power events in IPM. Purpose of this document is to guide user to configure IPM with Xen virtualized environment. Following are the Xen advanced features in IPM: 1. Intelligent Power Plug-in for XenCenter 2. Power Event in XenCenter 3. Xen Maintenance Mode on Power Event Configuration Guide XenCenter & IPM Page 3/20

4 2 Intelligent Power Plug-in for XenCenter Intelligent Power Plug-in XenCenter, a utility developed by Eaton, is a very easy to use and deploy Plug-in to manage IPM from XenCenter. This plug-in provides the facility to integrate Intelligent Power Manager (IPM) with XenCenter environment. Once the plug-in is deployed, a tab in XenCenter will open IPM and allow users to configure and manage IPM from XenCenter environment. 2.1 Prerequisites Following are the prerequisites for Intelligent Power Plug-in XenCenter: 1. Citrix s XenCenter installed on physical windows server. 2. IPM installed on any machine in the same network 3. XenServer powershell SDK. (Power shell Snap-In) 4. Domain knowledge of XenServer Infrastructure 2.2 Using Eaton IPM XenCenter Plugin 1. Download the EatonXenPackage from Eaton website 2. Extract zip file to some location 3. Go to folder where files are extracted 4. Double click on InstallXenPlugin.exe, following window will be displayed. Field Information IPM Hostname/IP Address Host name or IP address of the machine where IPM is installed. After entering the field, click on one of the following button. 1. Create Creates (Registers) Plug-in in XenCenter. IPM tab will get added in XenCenter console. 2. Delete Uninstalls(Unregisters) Plug-in in XenCenter. XenCenter needs to be restarted and plugin needs to be rescanned to take an effect. 3. Exit It exits from the InstallXenPlugin application. To check Intelligent Power Plug-in in installed properly in XenCenter 1. Open XenCenter and click Tools->Plug-ins 2. Click Re-Scan Plug-in Directory if you are not able to see Eaton IPM Plug-in in List as shown in below snap-shot Configuration Guide XenCenter & IPM Page 4/20

5 2.3 Using IPM with XenCenter The Intelligent Power Manager tab will now be visible in the XenCenter Console (and in the root folder). IPM is now available and is fully functional with the XenCenter.To learn more about the features and usage of IPM, please consult the IPM User Manual. The IPM screen is shown below, note the Intelligent Power Manager tab on the top is selected. Configuration Guide XenCenter & IPM Page 5/20

6 Configuration Guide XenCenter & IPM Page 6/20

7 3 Power Event in XenCenter 3.1 Introduction The purpose of this task is to forward the power events generated through IPM in XenCenter and integrate alerts. The following are prerequisites: 1. Citrix XenCenter, Citrix XenServer host, XenServer SDK for Powershell. 2. IPM is installed on the machine on which XenCenter is installed. 3. Eaton Software & Scripts Package 4. Security certificate (root certificate) installed on XenCenter machine for every XenServer host. For more information refer appendix A. 5. The server hosting IPM must enable the execution of third party scripts on the local machine (minimum access Remote Signed ) (examples: Set-ExecutionPolicy RemoteSigned 3.2 Download the Script Extract the EatonXenPackage on the IPM machine and copy the script CreateEvent.ps1 in the root folder of IPM. Example: C:\Program Files\EATON\IntelligentPowerManager 3.3 Configure the Web Interface Connect to the Web Interface of IPM (or through Eaton's Plug-in) and go to the view Action on your left. Configuration Guide XenCenter & IPM Page 7/20

8 Click on Create new action on your right Configure the new action with the good parameters Event criticalities: Event categories: Configuration Guide XenCenter & IPM Page 8/20

9 Action Type: Configure the command line: powershell.\createevent.ps1 server $IPAddress -UserName $Username -Password $Password -msg "Alert from IPM {hostname} - {object} = {value} {message}" Parameters: $IPAddress: IP Address Master XenServer in the resource pool. $Username: Username of master XenServer $Password: Password of master XenServer Message : Must be between double quotes; a few parameters like {object} {nodename} can be used after msg. See screen shot below: Configuration Guide XenCenter & IPM Page 9/20

10 3.4 Test the configuration Select the new action that you have created and click on Test selected action Configuration Guide XenCenter & IPM Page 10/20

11 Data on alarms and alerts from Intelligent Power manager is added to System Alerts tab in XenCenter. Configuration Guide XenCenter & IPM Page 11/20

12 4 Xen Maintenance Mode on Power Event 4.1 Concept of maintenance mode In XenCenter, you can take a server offline temporarily by placing it into Maintenance Mode. When a server in a resource pool is placed into Maintenance Mode, all running VMs will be automatically migrated from it to another server in the same pool. If the server is the pool master, a new master will also be selected for the pool. Eaton uses the same virtual machine migration capability through Citrix s XenMotion when a UPS is in a critical power situation to move virtual machines off of a server that has a critical power situation. Intelligent Power Manager will now write alarms/alerts into XenCenter, which, in turn, will trigger XenMotion 4.2 Configuration Prerequisites 1. Citrix XenCenter installed with a resource pool having at least 2 XenServer hosts with guest operating system installed.xenserver tools should be installed on every guest operating system to enable XenMotion Feature. 2. All the guest operating systems should reside in shared iscsi storage. 3. A security certificate (root certificate) should be installed on XenCenter for every XenServer. 4. The server hosting IPM must enable the execution of third party scripts on the local machine (minimum access Remote Signed ) (examples: Set-ExecutionPolicy RemoteSigned) Configuring XenCenter and IPM for maintenance mode 1. Install the IPM on one of the machines in the subnet 2. Install XenServer SDK for Powershell on the machine where IPM is installed. Configuration Guide XenCenter & IPM Page 12/20

13 3. Extract the Eaton package on the machine where IPM is installed. 4. Copy the file CreateEvent.ps1 and MaintenanceMode.ps1 into the root folder of IPM. For example: C:\Program Files\EATON\IntelligentPowerManager 5. Copy the java script file MaintenanceMode.js into the folder IntelligentPowerManager\configs\scripts\ 6. Edit the javascript file, and change all the variables corresponding to the environment as described in section below. 7. Restart the IPM service Configuration Guide XenCenter & IPM Page 13/20

14 4.2.3 Configuration of the Scripts maintenancemode.js //Information about Master XenServer var server= IP or Hostname of master XenServer ; //IP or Name of Master XenServer var username="root"; //Username of Master XenServer var password="eaton01"; //Password of Master XenServer //From here provide the information about XenServer that needs to be //put in Maintenance mode along with UPS information // Here we can configured N number of XenServer hosts and UPS // Following XenServer host must present in XenCenter and must be a part of resource pool. // START SETUP // HOST1/UPS //Information about XenServer host and its corresponding UPS (XenServer Host and Server 1) var host1= IP or Hostname of 1st XenServer host ; // the name of the host in XenCenter (IP or Name) var statusups1 = UserFunctions.getNodeData(" ");//Name of the Node in IPM (IP,DNSName or other) //The UPS1 link to the Host1 //if the status of the UPS1 is on Battery, the Host1 enter in maintenance mode if(statusups1 && statusups1["ups.powersummary.presentstatus.acpresent"]!= 1 ) { UserFunctions.exec("powershell./MaintenanceMode.ps1 -MasterServer "+server+" -UserName "+username+" -Password "+password+" -host1 "+host1+" -IsStartMaintenance 1"); } //if the status of the UPS1 is on the sector, the Host1 exit the maintenance mode else if(statusups1["ups.powersummary.presentstatus.acpresent"] == 1) { UserFunctions.exec("powershell./MaintenanceMode.ps1 -MasterServer "+server+" -UserName "+username+" -Password "+password+" -host1 "+host1+" -IsStartMaintenance 0"); } // END SETUP // START SETUP // HOST2/UPS var host2="ip or Hostname of 2nd XenServer host"; var statusups2 = UserFunctions.getNodeData("IP or hostname of UPS or Node Name in IPM that is powering host2"); //The UPS2 link to the Host2 if(statusups2 && statusups2["ups.powersummary.presentstatus.acpresent"]!= 1 ) { UserFunctions.exec("powershell./MaintenanceMode.ps1 -MasterServer "+server+" -UserName "+username+" -Password "+password+" -host2 "+host2+" -IsStartMaintenance 1"); } else if(statusups2["ups.powersummary.presentstatus.acpresent"] == 1) { UserFunctions.exec("powershell./MaintenanceMode.ps1 -MasterServer "+server+" -UserName "+username+" -Password "+password+" -host2 "+host2+" -IsStartMaintenance 0"); } // END SETUP //... //... //... // START SETUP N // HOST N/UPS N var hostx="ip or Hostname of n-th XenServer host"; Configuration Guide XenCenter & IPM Page 14/20

15 var statusupsx = UserFunctions.getNodeData("IP or hostname of UPS or Node Name in IPM that is powering host n"); //The UPSx link to the Hostx if(statusupsx && statusupsx["ups.powersummary.presentstatus.acpresent"]!= 1 ) { UserFunctions.exec("powershell./MaintenanceMode.ps1 -MasterServer "+server+" -UserName "+username+" -Password "+password+" -hostx "+hostx+" -IsStartMaintenance 1"); } else if(statusupsx["ups.powersummary.presentstatus.acpresent"] == 1) { UserFunctions.exec("powershell./MaintenanceMode.ps1 -MasterServer "+server+" -UserName "+username+" -Password "+password+" -hostx "+hostx+" -IsStartMaintenance 0"); } // END SETUPN Test of the configuration To test the installation, perform a power failure on the UPS and see if the corresponding XenServer host goes in Maintenance mode. Besides, removing from the UPS, the user can initiate a utility failure test from the website of the network management card. To get to the Network management card website, type in the IP address of the network management card. Configuration Guide XenCenter & IPM Page 15/20

16 5 References Eaton and Virtualization Please visit Citrix XenServer SDK for Powershell Please visit for more information about installation and download of Powershell SDK. Please for all power shell sdk commands. Citrix XenServer and XenCenter Please visit for more information about download and installation of XenServer and XenCenter Intelligent Power Manager (Eaton Power Supervisor) Please visit for more information about download and installation of IPM Configuration Guide XenCenter & IPM Page 16/20

17 6 Appendix A. Installation of SSL Cerificate for XenServer While using Xen features like power events, maintenance mode, user may face problems related to SSL certificate. Since, for every XenServer, there is a SSL certificate associated with it; user has to install these certificates in trusted store. Following are the steps to install the SSL certificate. Following steps are applicable to Internet Explorer. These steps may vary according to Web Browsers. 1. In web browser, enter the hostname/ip address of XenServer for which you want to install SSL certificate. The SSL certificate is as shown below. Configuration Guide XenCenter & IPM Page 17/20

18 2. To install SSL certificate, click on The Certificate error tab shown on the right side of the address bar. 3. Click on View Certificates to view it as shown below. Configuration Guide XenCenter & IPM Page 18/20

19 4. Click on Install certificate to install it and then Certificate Import Wizard will be displayed. Click on Place all certificates in the following store. Click Browse and select Trusted Root Certification Authorities->Local Computer as shown in the figure below. Configuration Guide XenCenter & IPM Page 19/20

20 To view the installed certificate, click start-> run. Enter certmgr.msc. The following window will be displayed. In the Trusted Root Certification Authorities->Certificates,all the installed SSL certificates will be stored. Same steps are followed for installing SSL certificates for all the XenServers. These steps are to be followed on the windows machine on which XenCenter is installed and a given XenServer should be added in server list of XenCenter.. Configuration Guide XenCenter & IPM Page 20/20

Eaton Intelligent Power Manager User s Guide / AH Eaton Intelligent Power Manager User s Guide

Eaton Intelligent Power Manager User s Guide / AH Eaton Intelligent Power Manager User s Guide Eaton Intelligent Power Manager User s Guide Table of Contents 1 Introduction... 5 2 Installation... 6 2.1 Installation Prerequisites... 6 2.1.1 On the System Hosting «Intelligent Power Manager»... 6 2.1.2

More information

Migrating vrealize Automation 6.2 to 7.1

Migrating vrealize Automation 6.2 to 7.1 Migrating vrealize Automation 6.2 to 7.1 vrealize Automation 7.1 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

version 5.4 Installation Guide

version 5.4 Installation Guide version 5.4 Installation Guide Document Release Date: February 9, 2012 www.phdvirtual.com Legal Notices PHD Virtual Backup for Citrix XenServer Installation Guide Copyright 2010-2012 PHD Virtual Technologies

More information

Migrating vrealize Automation 6.2 to 7.2

Migrating vrealize Automation 6.2 to 7.2 Migrating vrealize Automation 6.2 to 7.2 vrealize Automation 7.2 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

Intelligent Power Software Manage your power easily

Intelligent Power Software Manage your power easily Manage your power easily Power Quality Software poweronaustralia.com.au 1300 662 435 Intelligent Power Software is a suite of productivity tools for power management from Eaton. It greatly simplifies the

More information

User Guide Eaton Load Shedding Module for VMware vcenter

User Guide Eaton Load Shedding Module for VMware vcenter User Guide Eaton Load Shedding Module for VMware vcenter Version: 1.03 Page 1 Contents 1. Introduction... 4 2. VMware/IPM architecture... 5 3. Installation... 7 2.1 Supported Operating Systems:... 7 2.2

More information

Personal vdisk Implementation Guide. Worldwide Technical Readiness

Personal vdisk Implementation Guide. Worldwide Technical Readiness Worldwide Technical Readiness Table of Contents Table of Contents... 2 Overview... 3 Implementation Guide... 4 Pre-requisites... 5 Preparing PVS vdisk to be used with Personal vdisk... 6 Creating a Desktop

More information

Installation Guide. Mobile Print for Business version 1.0. July 2014 Issue 1.0

Installation Guide. Mobile Print for Business version 1.0. July 2014 Issue 1.0 Installation Guide Mobile Print for Business version 1.0 July 2014 Issue 1.0 Fuji Xerox Australia 101 Waterloo Road North Ryde NSW 2113 For technical queries please contact the Fuji Xerox Australia Customer

More information

Intelligent Power Software

Intelligent Power Software Power Quality Software Intelligent Power Software Manage your power easily www.it-usv.at Intelligent Power Software Intelligent Power Software is a suite of productivity tools for power management from

More information

User Guide Eaton Load Shedding Module for VMware vcenter

User Guide Eaton Load Shedding Module for VMware vcenter User Guide Eaton Load Shedding Module for VMware vcenter Version: 1.02 Page 1 Contents 1. Introduction... 4 2. VMware/IPM architecture... 5 3. Installation... 7 2.1 Supported Operating Systems:... 7 2.2

More information

Installing and Configuring VMware Identity Manager Connector (Windows) OCT 2018 VMware Identity Manager VMware Identity Manager 3.

Installing and Configuring VMware Identity Manager Connector (Windows) OCT 2018 VMware Identity Manager VMware Identity Manager 3. Installing and Configuring VMware Identity Manager Connector 2018.8.1.0 (Windows) OCT 2018 VMware Identity Manager VMware Identity Manager 3.3 You can find the most up-to-date technical documentation on

More information

Configuring ApplicationHA in VMware SRM 5.1 environment

Configuring ApplicationHA in VMware SRM 5.1 environment Configuring ApplicationHA in VMware SRM 5.1 environment Windows Server 2003 and 2003 R2, Windows Server 2008 and 2008 R2 6.0 September 2013 Contents Chapter 1 About the ApplicationHA support for VMware

More information

XenServer Release Notes

XenServer Release Notes Version 5.5.0 Published June 2009 1.0 Edition About this document XenServer Release Notes This document provides important information about the XenServer 5.5.0 Release. Release notes specific to the supported

More information

BROWSER-BASED SUPPORT CONSOLE USER S GUIDE. 31 January 2017

BROWSER-BASED SUPPORT CONSOLE USER S GUIDE. 31 January 2017 BROWSER-BASED SUPPORT CONSOLE USER S GUIDE 31 January 2017 Contents 1 Introduction... 2 2 Netop Host Configuration... 2 2.1 Connecting through HTTPS using Certificates... 3 2.1.1 Self-signed certificate...

More information

XenServer Demo/Evaluation System

XenServer Demo/Evaluation System 1 XenServer Demo/Evaluation System Technical Setup Guide December 2009 2 Overview This document describes the implementation of a simple demonstration and evaluation environment for Citrix XenServer. The

More information

OpenManage Integration for VMware vcenter Using the vsphere Client Quick Install Guide Version 2.0

OpenManage Integration for VMware vcenter Using the vsphere Client Quick Install Guide Version 2.0 OpenManage Integration for VMware vcenter Using the vsphere Client Quick Install Guide Version 2.0 Notes, Cautions, and Warnings NOTE: A NOTE indicates important information that helps you make better

More information

Using ANM With Virtual Data Centers

Using ANM With Virtual Data Centers APPENDIXB Date: 3/8/10 This appendix describes how to integrate ANM with VMware vcenter Server, which is a third-party product for creating and managing virtual data centers. Using VMware vsphere Client,

More information

Dell Multi-UPS Management Console and UPS Local Node Manager Software Version User Guide Update

Dell Multi-UPS Management Console and UPS Local Node Manager Software Version User Guide Update Dell Multi-UPS Management Console and UPS Local Node Manager Version 01.06 User Guide Update MUMC and ULNM v01.06 User Guide Update Operating Systems supported by MUMC and ULNM MUMC and ULNM v01.06 support

More information

Dell SupportAssist Version 1.2 For Dell OpenManage Essentials Quick Start Guide

Dell SupportAssist Version 1.2 For Dell OpenManage Essentials Quick Start Guide Dell SupportAssist Version 1.2 For Dell OpenManage Essentials Quick Start Guide Notes, Cautions, and Warnings NOTE: A NOTE indicates important information that helps you make better use of your computer.

More information

INSTALLATION GUIDE FOR ACPL FM220 RD WINDOWS APPLICATION INDEX

INSTALLATION GUIDE FOR ACPL FM220 RD WINDOWS APPLICATION INDEX INSTALLATION GUIDE FOR ACPL FM220 RD WINDOWS APPLICATION INDEX CONTENT PAGE No. Setup FM220 RD Service 2 Setup FM220 RD Service Support Tool 5 Instructions to enable HTTPS in RD Service 8 RD Service troubleshooting

More information

ATLANTIS USX COMMUNITY EDITION QUICK START GUIDE FOR VMWARE VSPHERE. Version 1.0

ATLANTIS USX COMMUNITY EDITION QUICK START GUIDE FOR VMWARE VSPHERE. Version 1.0 ATLANTIS USX COMMUNITY EDITION QUICK START GUIDE FOR VMWARE VSPHERE Version 1.0 INSTALLATION PRE-REQUISITES Before you deploy, ensure you have: A client (Windows 7+x64) that has access to the internet

More information

Goliath Performance Monitor v11.7 POC Install Guide

Goliath Performance Monitor v11.7 POC Install Guide Goliath Performance Monitor v11.7 POC Install Guide Goliath Performance Monitor Proof of Concept Limitations Goliath Performance Monitor Proof of Concepts (POC) will be limited to monitoring 5 Hypervisor

More information

Using VMware vrealize Orchestrator with VMware vcloud Availability for vcloud Director Version 1.0 April 2017

Using VMware vrealize Orchestrator with VMware vcloud Availability for vcloud Director Version 1.0 April 2017 Using VMware vrealize Orchestrator with VMware vcloud Availability for vcloud Director Version 1.0 April 2017 Page 1 of 53 This product is protected by U.S. and international copyright and intellectual

More information

ACE Live on RSP: Installation Instructions

ACE Live on RSP: Installation Instructions ACE Live on RSP ACE Live on RSP: Installation Instructions These installation instructions apply to OPNET ACE Live on RSP Release 7.1.3. You can find the latest version of this document at the OPNET Support

More information

Citrix XenServer 5.6 Administration

Citrix XenServer 5.6 Administration Citrix 1Y0-A24 Citrix XenServer 5.6 Administration Version: 6.0 QUESTION NO: 1 Citrix 1Y0-A24 Exam To successfully configure Role Based Access Control, an administrator must ensure that Active Directory

More information

Installation Guide. Citrix License Server VPX v1.01

Installation Guide. Citrix License Server VPX v1.01 Installation Guide Citrix License Server VPX Installation Guide Citrix License Server VPX v1.01 This document provides step-by-step instructions for installing and running the Citrix License Server Appliance

More information

AppController :21:56 UTC Citrix Systems, Inc. All rights reserved. Terms of Use Trademarks Privacy Statement

AppController :21:56 UTC Citrix Systems, Inc. All rights reserved. Terms of Use Trademarks Privacy Statement AppController 2.6 2014-03-18 13:21:56 UTC 2014 Citrix Systems, Inc. All rights reserved. Terms of Use Trademarks Privacy Statement Contents AppController 2.6... 6 About This Release... 8 Getting Started...

More information

McMaster Service-Based ehealth Integration Environment (MACSeie) Installation Guide July 24, 2009

McMaster Service-Based ehealth Integration Environment (MACSeie) Installation Guide July 24, 2009 McMaster Service-Based ehealth Integration Environment (MACSeie) Installation Guide July 24, 2009 Richard Lyn lynrf@mcmaster.ca Jianwei Yang yangj29@mcmaster.ca Document Revision History Rev. Level Date

More information

NBC-IG Installation Guide. Version 7.2

NBC-IG Installation Guide. Version 7.2 Installation Guide Version 7.2 2017 Nuance Business Connect 7.2 Installation Guide Document Revision History Revision Date August 8, 2017 Revision List Updated supported SQL Server versions June 14, 2017

More information

USER GUIDE. Snow Integration Manager Version 4.3 Release date Installation Configuration Import provider settings Document date

USER GUIDE. Snow Integration Manager Version 4.3 Release date Installation Configuration Import provider settings Document date USER GUIDE Product Snow Integration Manager Version 4.3 Release date 2014-12-18 Content Prerequisites Installation Configuration Import provider settings Document date 2015-01-19 CONTENT ABOUT THIS DOCUMENT...

More information

Dell SupportAssist Version For Dell OpenManage Essentials Quick Start Guide

Dell SupportAssist Version For Dell OpenManage Essentials Quick Start Guide Dell SupportAssist Version 1.2.1 For Dell OpenManage Essentials Quick Start Guide Notes, Cautions, and Warnings NOTE: A NOTE indicates important information that helps you make better use of your computer.

More information

Ekran System High Availability Deployment Guide

Ekran System High Availability Deployment Guide Ekran System High Availability Deployment Guide Table of Contents About... 3 System Requirements... 4 Program Structure... 5 Deployment Process... 6 About... 6 Prerequisites... 6 General Prerequisites...

More information

USER GUIDE. Snow Integration Manager. Version 4.7. Release date Document date SNOWSOFTWARE.COM

USER GUIDE. Snow Integration Manager. Version 4.7. Release date Document date SNOWSOFTWARE.COM USER GUIDE Product Snow Integration Manager Version 4.7 Release date 2016-05-16 Document date 2016-08-30 CONTENTS Introduction... 4 Prerequisites... 4 Installation... 5 Configuration... 6 General... 6

More information

Web Self Service Administrator Guide. Version 1.1.2

Web Self Service Administrator Guide. Version 1.1.2 Version 1.1.2 Web Self Service Administrator Guide Version 1.1.2 Copyright and Trademark Notice Use of the product documented in this guide is subject to your prior acceptance of the End User License Agreement.

More information

Configuring Microsoft SCVMM

Configuring Microsoft SCVMM This chapter includes the following sections: About Microsoft SCVMM Dependencies, page 1 Installing Cisco Provider Plugin in SCVMM, page 2 Creating a VSEM Instance, page 2 Creating a Logical Switch in

More information

Advanced Service Design. vrealize Automation 6.2

Advanced Service Design. vrealize Automation 6.2 vrealize Automation 6.2 You can find the most up-to-date technical documentation on the VMware website at: https://docs.vmware.com/ If you have comments about this documentation, submit your feedback to

More information

Using vrealize Operations Tenant App as a Service Provider

Using vrealize Operations Tenant App as a Service Provider Using vrealize Operations Tenant App as a Service Provider Using vrealize Operations Tenant App as a Service Provider You can find the most up-to-date technical documentation on the VMware Web site at:

More information

Using VMware vrealize Orchestrator Plug-Ins. vrealize Orchestrator 6.0

Using VMware vrealize Orchestrator Plug-Ins. vrealize Orchestrator 6.0 Using VMware vrealize Orchestrator Plug-Ins vrealize Orchestrator 6.0 You can find the most up-to-date technical documentation on the VMware website at: https://docs.vmware.com/ If you have comments about

More information

User guide NotifySCM Installer

User guide NotifySCM Installer User guide NotifySCM Installer TABLE OF CONTENTS 1 Overview... 3 2 Office 365 Users synchronization... 3 3 Installation... 5 4 Starting the server... 17 2 P a g e 1 OVERVIEW This user guide provides instruction

More information

Configure Windows Server 2003 Release 2 Server Network File Share (NFS) as an authenticated storage repository for XenServer

Configure Windows Server 2003 Release 2 Server Network File Share (NFS) as an authenticated storage repository for XenServer Summary This document outlines the process to perform the following tasks. 1. Configure Windows Server 2003 Release 2 Server Network File Share (NFS) as an authenticated storage repository for XenServer.

More information

Welcome to the e-learning course for SAP Business One Analytics Powered by SAP HANA: Installation and Licensing. This course is valid for release

Welcome to the e-learning course for SAP Business One Analytics Powered by SAP HANA: Installation and Licensing. This course is valid for release Welcome to the e-learning course for SAP Business One Analytics Powered by SAP HANA: Installation and Licensing. This course is valid for release 9.0. 1 At the end of this course, you will be able to discuss

More information

vsphere Web Client SDK Documentation VMware vsphere Web Client SDK VMware ESXi vcenter Server 6.5.1

vsphere Web Client SDK Documentation VMware vsphere Web Client SDK VMware ESXi vcenter Server 6.5.1 vsphere Web Client SDK Documentation VMware vsphere Web Client SDK 6.5.1 VMware ESXi 6.5.1 vcenter Server 6.5.1 You can find the most up-to-date technical documentation on the VMware website at: https://docs.vmware.com/

More information

Document Number ECX-Exchange2010-Migration-QSG, Version 1, May 2015 Copyright 2015 NEC Corporation.

Document Number ECX-Exchange2010-Migration-QSG, Version 1, May 2015 Copyright 2015 NEC Corporation. EXPRESSCLUSTER X for Windows Quick Start Guide for Microsoft Exchange Server 2010 Migration from a single-node configuration to a two-node mirror disk cluster Version 1 NEC EXPRESSCLUSTER X 3.x for Windows

More information

USER GUIDE. Snow Integration Manager Version 4.5 Release date Document date

USER GUIDE. Snow Integration Manager Version 4.5 Release date Document date USER GUIDE Product Snow Integration Manager Version 4.5 Release date 2015-10-20 Document date 2015-10-20 CONTENT ABOUT THIS DOCUMENT... 3 PREREQUISITES... 3 INSTALLATION... 4 CONFIGURATION... 7 GENERAL...

More information

PHD Virtual Backup Exporter. version 6.5 Users Guide. Document Release Date: August 26,

PHD Virtual Backup Exporter. version 6.5 Users Guide. Document Release Date: August 26, PHD Virtual Backup Exporter version 6.5 Users Guide Document Release Date: August 26, 2013 www.phdvirtual.com i PHD Virtual Backup Exporter - Users Guide Legal Notices PHD Virtual Backup Exporter Users

More information

User Inputs for Installation

User Inputs for Installation APPENDIXA This appendix provides information on the user inputs during LMS 4.1 installation. Note For information on the Installation of LMS 4.1, see Performing Installation of LMS 4.1. This appendix contains:

More information

Citrix 1Y0-A09. 1Y0-A09 Implementing Citrix XenServer Enterprise Edition 5.0. Practice Test. Version

Citrix 1Y0-A09. 1Y0-A09 Implementing Citrix XenServer Enterprise Edition 5.0. Practice Test. Version Citrix 1Y0-A09 1Y0-A09 Implementing Citrix XenServer Enterprise Edition 5.0 Practice Test Version 1.3 QUESTION NO: 1 An administrator created a template of a Microsoft Windows XP SP3 virtual machine (VM)

More information

Coveo Platform 7.0. Microsoft SharePoint Legacy Connector Guide

Coveo Platform 7.0. Microsoft SharePoint Legacy Connector Guide Coveo Platform 7.0 Microsoft SharePoint Legacy Connector Guide Notice The content in this document represents the current view of Coveo as of the date of publication. Because Coveo continually responds

More information

Dell Server Management Pack Suite Version For Microsoft System Center Operations Manager And System Center Essentials Installation Guide

Dell Server Management Pack Suite Version For Microsoft System Center Operations Manager And System Center Essentials Installation Guide Dell Server Management Pack Suite Version 5.0.1 For Microsoft System Center Operations Manager And System Center Essentials Installation Guide Notes, Cautions, and Warnings NOTE: A NOTE indicates important

More information

Using VMware vrealize Orchestrator Plug-Ins

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

More information

Using VMware vrealize Orchestrator Plug-Ins. vrealize Orchestrator 7.1

Using VMware vrealize Orchestrator Plug-Ins. vrealize Orchestrator 7.1 Using VMware vrealize Orchestrator Plug-Ins vrealize Orchestrator 7.1 You can find the most up-to-date technical documentation on the VMware website at: https://docs.vmware.com/ If you have comments about

More information

vsphere PowerCLI Installation Guide VMware vsphere PowerCLI 4.1 Update 1 EN

vsphere PowerCLI Installation Guide VMware vsphere PowerCLI 4.1 Update 1 EN VMware vsphere PowerCLI 4.1 Update 1 EN-000407-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

More information

ESET REMOTE ADMINISTRATOR PLUG-IN FOR KASEYA. Technical Setup and User Guide

ESET REMOTE ADMINISTRATOR PLUG-IN FOR KASEYA. Technical Setup and User Guide ESET REMOTE ADMINISTRATOR PLUG-IN FOR KASEYA Technical Setup and User Guide ESET REMOTE ADMINISTRATOR PLUG-INFOR KASEYA Copyright 2014 by ESET, spol. s r.o. ESET REMOTE ADMINISTRATOR Plug-in FOR KASEYA

More information

User Input for Installation and Reinstallation

User Input for Installation and Reinstallation APPENDIX A This appendix provides information on user input for Operations Manager installation, reinstallation, and silent installation. This appendix contains: User Input for a Typical Installation,

More information

Citrix XenServer 6.0 Administration

Citrix XenServer 6.0 Administration Citrix 1Y0-A26 Citrix XenServer 6.0 Administration Version: 5.0 QUESTION NO: 1 When starting up a XenServer from SAN, the BIOS of the contains the instructions that enable the host to find the boot disk.

More information

Data Protection Guide

Data Protection Guide SnapCenter Software 4.0 Data Protection Guide For VMs and Datastores using the SnapCenter Plug-in for VMware vsphere March 2018 215-12931_C0 doccomments@netapp.com Table of Contents 3 Contents Deciding

More information

ConnectUPS-X / -BD /-E How to use and install SSL, SSH

ConnectUPS-X / -BD /-E How to use and install SSL, SSH ConnectUPS-X /-BD /-E product family Root CA Certificate installation Rev. B Page 1/16 Index 1. How to use and install SSL (Secure Socket Layer)...3 1.1. General Certificate warning message if not installed...3

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

Installing and Configuring vcenter Support Assistant

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

More information

StorTrends - Citrix. Introduction. Getting Started: Setup Guide

StorTrends - Citrix. Introduction. Getting Started: Setup Guide StorTrends - Citrix Setup Guide Introduction This guide is to assist in configuring a Citrix virtualization environment with a StorTrends SAN array. It is intended for the virtualization and SAN administrator

More information

REVISED 1 AUGUST REVIEWER'S GUIDE FOR VMWARE APP VOLUMES VMware App Volumes and later

REVISED 1 AUGUST REVIEWER'S GUIDE FOR VMWARE APP VOLUMES VMware App Volumes and later REVISED 1 AUGUST 2018 REVIEWER'S GUIDE FOR VMWARE APP VOLUMES VMware App Volumes 2.13.1 and later Table of Contents Introduction Audience What You Will Learn Navigating This Document for App Volumes Use

More information

Table of Contents. Installing the AD FS Running the PowerShell Script 16. Troubleshooting log in issues 19

Table of Contents. Installing the AD FS Running the PowerShell Script 16. Troubleshooting log in issues 19 ZOHOCORP Installing and configuring AD FS 2.0 to work with ManageEngine SDP On-Demand Step by Step Guide ManageEngine On-Demand 3/21/2012 Table of Contents Installing the AD FS 2.0 2 Running the PowerShell

More information

Course CXS-203 Citrix XenServer 6.0 Administration

Course CXS-203 Citrix XenServer 6.0 Administration Course CXS-203 Citrix XenServer 6.0 Administration Overview In the Citrix XenServer 6.0 classroom training course, students are provided the foundation necessary to effectively install, configure, administer,

More information

Step-by-step installation guide for monitoring untrusted servers using Operations Manager

Step-by-step installation guide for monitoring untrusted servers using Operations Manager Step-by-step installation guide for monitoring untrusted servers using Operations Manager Most of the time through Operations Manager, you may require to monitor servers and clients that are located outside

More information

Upgrading an ObserveIT One-Click Installation

Upgrading an ObserveIT One-Click Installation Upgrading an ObserveIT One-Click Installation This document was written for ObserveIT Enterprise version 7.6.1. This document uses screenshots and procedures written for Windows Server 2012 R2 and SQL

More information

REVISED 1 AUGUST QUICK-START TUTORIAL FOR VMWARE APP VOLUMES VMware App Volumes and later

REVISED 1 AUGUST QUICK-START TUTORIAL FOR VMWARE APP VOLUMES VMware App Volumes and later REVISED 1 AUGUST 2018 QUICK-START TUTORIAL FOR VMWARE APP VOLUMES VMware App Volumes 2.13.1 and later Table of Contents Introduction Audience What You Will Learn Navigating This Document for App Volumes

More information

Installing and Configuring vcloud Connector

Installing and Configuring vcloud Connector Installing and Configuring vcloud Connector vcloud Connector 2.6.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

WhatsUp Gold 2016 Installation and Configuration Guide

WhatsUp Gold 2016 Installation and Configuration Guide WhatsUp Gold 2016 Installation and Configuration Guide Contents Installing and Configuring WhatsUp Gold using WhatsUp Setup 1 Installation Overview 1 Overview 1 Security considerations 2 Standard WhatsUp

More information

PlateSpin Transformation Manager Appliance Guide. June 2018

PlateSpin Transformation Manager Appliance Guide. June 2018 PlateSpin Transformation Manager Appliance Guide June 2018 Legal Notice For information about legal notices, trademarks, disclaimers, warranties, export and other use restrictions, U.S. Government rights,

More information

Dell EMC ME4 Series vsphere Client Plug-in

Dell EMC ME4 Series vsphere Client Plug-in Dell EMC ME4 Series vsphere Client Plug-in User's Guide Regulatory Model: E09J, E10J, E11J Regulatory Type: E09J001, E10J001, E11J001 Notes, cautions, and warnings NOTE: A NOTE indicates important information

More information

MOVE AntiVirus page-level reference

MOVE AntiVirus page-level reference McAfee MOVE AntiVirus 4.7.0 Interface Reference Guide (McAfee epolicy Orchestrator) MOVE AntiVirus page-level reference General page (Configuration tab) Allows you to configure your McAfee epo details,

More information

Enabling Microsoft Outlook Calendar Notifications for Meetings Scheduled from the Cisco Unified MeetingPlace End-User Web Interface

Enabling Microsoft Outlook Calendar Notifications for Meetings Scheduled from the Cisco Unified MeetingPlace End-User Web Interface Enabling Microsoft Outlook Calendar Notifications for Meetings Scheduled from the Cisco Unified MeetingPlace End-User Web Interface Release 7.1 Revised: March 5, 2013 1:53 pm This document describes the

More information

D Using HP SIM and vmedia for Provisioning OpenVMS

D Using HP SIM and vmedia for Provisioning OpenVMS D Using HP SIM and vmedia for Provisioning OpenVMS HP Systems Insight Manager (HP SIM) allows you to provision OpenVMS to one or more Integrity servers in the network. This means that, from a single location

More information

CXS Citrix XenServer 6.0 Administration

CXS Citrix XenServer 6.0 Administration Course Overview View Course Dates & Register Today Students will learn to effectively install, configure, administer, and troubleshoot XenServer 6.0. Students will also learn how to configure a Provisioning

More information

CMB-207-1I Citrix Desktop Virtualization Fast Track

CMB-207-1I Citrix Desktop Virtualization Fast Track Page1 CMB-207-1I Citrix Desktop Virtualization Fast Track This fast-paced course covers select content from training courses CXA-206: Citrix XenApp 6.5 Administration and CXD-202: Citrix XenDesktop 5 Administration

More information

Contents. Anaplan Connector for MuleSoft

Contents. Anaplan Connector for MuleSoft SW Version 1.1.2 Contents 1 Overview... 3 2 Mulesoft Prerequisites... 4 3 Anaplan Prerequisites for the Demos... 5 3.1 export demo mule-app.properties file...5 3.2 import demo mule-app.properties file...5

More information

OpenManage Integration for VMware vcenter Quick Install Guide for vsphere Client, Version 2.3.1

OpenManage Integration for VMware vcenter Quick Install Guide for vsphere Client, Version 2.3.1 OpenManage Integration for VMware vcenter Quick Install Guide for vsphere Client, Version 2.3.1 Notes, Cautions, and Warnings NOTE: A NOTE indicates important information that helps you make better use

More information

GX-V. Quick Start Guide. Citrix Xen Hypervisor. Before You Begin SUMMARY OF TASKS WORKSHEET

GX-V. Quick Start Guide. Citrix Xen Hypervisor. Before You Begin SUMMARY OF TASKS WORKSHEET Quick Start Guide If you re not using Citrix Xen Client 5.6, your screens may vary. GX-V VIRTUAL GMS SERVER Citrix Xen Hypervisor 2012 Silver Peak Systems, Inc. Before You Begin Comply with the GX-V Host

More information

Data Protection Guide

Data Protection Guide SnapCenter Software 4.1 Data Protection Guide For VMs and Datastores using the SnapCenter Plug-in for VMware vsphere September 2018 215-13399_B0 doccomments@netapp.com Table of Contents 3 Contents Deciding

More information

Connection Broker Managing User Connections to Workstations and Blades, OpenStack Clouds, VDI, and More

Connection Broker Managing User Connections to Workstations and Blades, OpenStack Clouds, VDI, and More Connection Broker Managing User Connections to Workstations and Blades, OpenStack Clouds, VDI, and More Quick Start Using Leostream with Citrix XenDesktop 7 and HDX Version 8.1 January 14, 2016 Contacting

More information

COURSE OUTLINE IT TRAINING

COURSE OUTLINE IT TRAINING CMB-207-1I Citrix XenApp and XenDesktop Fast Track Duration: 5 days Overview: This fast-paced course covers select content from training courses CXA-206 and CXD- 202 and provides the foundation necessary

More information

User Inputs for Installation, Reinstallation, and Upgrade

User Inputs for Installation, Reinstallation, and Upgrade APPENDIXA User Inputs for Installation, Reinstallation, and Upgrade This appendix provides information on the user inputs during Service Monitor installation, reinstallation, and upgrade. This appendix

More information

Ekran System v.6.1 Deployment Guide

Ekran System v.6.1 Deployment Guide Ekran System v.6.1 Deployment Guide Table of Contents About... 6 System Requirements... 7 Program Structure... 10 Deployment Process... 12 Server and Database... 13 About... 13 Database Types Comparison...

More information

Executing PowerShell Agent Commands

Executing PowerShell Agent Commands This chapter contains the following sections: Cisco UCS Director Orchestrator Workflow and PowerShell Command, page 1 Execute PowerShell Command Task, page 2 Execute Native PowerShell Command Task, page

More information

Trend Micro Incorporated reserves the right to make changes to this document and to the product described herein without notice. Before installing and using the product, please review the readme files,

More information

Using VMware vrealize Orchestrator Plug-Ins. 12 April 2018 vrealize Automation 7.4 vrealize Orchestrator 7.4

Using VMware vrealize Orchestrator Plug-Ins. 12 April 2018 vrealize Automation 7.4 vrealize Orchestrator 7.4 Using VMware vrealize Orchestrator Plug-Ins 12 April 2018 vrealize Automation 7.4 vrealize Orchestrator 7.4 You can find the most up-to-date technical documentation on the VMware website at: https://docs.vmware.com/

More information

IaaS Integration for HP Server Automation. vrealize Automation 6.2

IaaS Integration for HP Server Automation. vrealize Automation 6.2 IaaS Integration for HP Server Automation vrealize Automation 6.2 You can find the most up-to-date technical documentation on the VMware website at: https://docs.vmware.com/ If you have comments about

More information

Citrix SCOM Management Pack for XenServer

Citrix SCOM Management Pack for XenServer Citrix SCOM Management Pack for XenServer May 21, 2017 Citrix SCOM Management Pack 2.25 for XenServer Citrix SCOM Management Pack 2.24 for XenServer Citrix SCOM Management Pack 2.23 for XenServer Citrix

More information

EventTracker: Virtual Appliance

EventTracker: Virtual Appliance EventTracker: Virtual Appliance Quick Start Guide Version 8.1 Build 9 Publication Date: Feb. 8, 2016 EventTracker 8815 Centre Park Drive Columbia MD 21045 www.eventtracker.com Abstract The EventTracker

More information

CITRIX 1Y0-200 EXAM QUESTIONS & ANSWERS

CITRIX 1Y0-200 EXAM QUESTIONS & ANSWERS CITRIX 1Y0-200 EXAM QUESTIONS & ANSWERS Number: 1Y0-200 Passing Score: 800 Time Limit: 120 min File Version: 38.7 http://www.gratisexam.com/ CITRIX 1Y0-200 EXAM QUESTIONS & ANSWERS Exam Name: Managing

More information

Clientless SSL VPN Troubleshooting

Clientless SSL VPN Troubleshooting Recover from Hosts File Errors When Using Application Access, page 1 WebVPN Conditional Debugging, page 4 Capture Data, page 5 Protect Clientless SSL VPN Session Cookies, page 6 Recover from Hosts File

More information

Entrust Connector (econnector) Venafi Trust Protection Platform

Entrust Connector (econnector) Venafi Trust Protection Platform Entrust Connector (econnector) For Venafi Trust Protection Platform Installation and Configuration Guide Version 1.0.5 DATE: 17 November 2017 VERSION: 1.0.5 Copyright 2017. All rights reserved Table of

More information

Installing and Configuring vcloud Connector

Installing and Configuring vcloud Connector Installing and Configuring vcloud Connector vcloud Connector 2.5.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

Using the vrealize Orchestrator Operations Client. vrealize Orchestrator 7.5

Using the vrealize Orchestrator Operations Client. vrealize Orchestrator 7.5 Using the vrealize Orchestrator Operations Client vrealize Orchestrator 7.5 You can find the most up-to-date technical documentation on the VMware website at: https://docs.vmware.com/ If you have comments

More information

SnapCenter Software 4.0 Installation and Setup Guide

SnapCenter Software 4.0 Installation and Setup Guide SnapCenter Software 4.0 Installation and Setup Guide March 2018 215-12926_C0 doccomments@netapp.com Table of Contents 3 Contents Deciding whether to read the SnapCenter Installation and Setup Guide...

More information

Citrix XenServer 6 Administration

Citrix XenServer 6 Administration Citrix XenServer 6 Administration Duration: 5 Days Course Code: CXS-203 Overview: In the Citrix XenServer 6.0 classroom training course, students are provided the foundation necessary to effectively install,

More information

Upgrade Tool Guide. July

Upgrade Tool Guide. July Upgrade Tool Guide July 2015 http://www.liveaction.com 4.X to 5.0 The Upgrade Guide from 4.X to 5.0 consists of three parts: Upgrading the LiveAction Server Upgrading the LiveAction Node Upgrading the

More information

EventTracker: Virtual Appliance

EventTracker: Virtual Appliance Quick Start Guide Version 7.6 Publication Date: Sep 18, 2014 EventTracker 8815 Centre Park Drive Columbia MD 21045 www.eventtracker.com Abstract The EventTracker Virtual Appliance enables you to capture

More information

Merchandising Server 2.2

Merchandising Server 2.2 Merchandising Server 2.2 2014-12-07 04:31:45 UTC 2014 Citrix Systems, Inc. All rights reserved. Terms of Use Trademarks Privacy Statement Contents Merchandising Server 2.2... 5 About... 6 System Requirements

More information

Security Center CCURE Plugin and Video Integration Guide 3.1. Click here for the most recent version of this guide.

Security Center CCURE Plugin and Video Integration Guide 3.1. Click here for the most recent version of this guide. Security Center CCURE Plugin and Video Integration Guide 3.1 Click here for the most recent version of this guide. Copyright notice 2014 Genetec Inc. All rights reserved. Genetec Inc. distributes this

More information