Integrating HP Cloud Service Automation with HP Virtualization Performance Viewer

Size: px
Start display at page:

Download "Integrating HP Cloud Service Automation with HP Virtualization Performance Viewer"

Transcription

1 Technical white paper Integrating HP Cloud Service Automation with HP Virtualization Performance Viewer Instruction steps to configure single sign-on between HP CSA 4.5 and HP vpv 2.20 Table of contents Pre-requsites for configuring single sign-on 2 Configuring single sign-on between CSA admin portal and vpv admin view 2 Configuring LWSSO in CSA 2 Update CSA console dashboard to launch vpv 3 Launch vpv admin page from CSA s Service Management Console (SMC) 3 Configuring single sign-on between CSA s Marketplace portal and vpv s consumer view 3 Configuring HPSSO in Marketplace portal 3 Configuring vpv URL in CSA 6 Configuration steps on HP vpv 7 Register data source 7 Configure CSA end point in vpv 7 Configure LDAP settings in vpv 8 SSO configuration on vpv 8 Launch vpv s consumer view from MPP 9 Known Issues 10 Troubleshooting issues 11 More information 11

2 Integrating HP CSA with HP vpv HP Cloud Service Automation (HP CSA) is cloud management software to automate the management of cloud-based IT-as-a-service, from order, to provision, and retirement. HP CSA orchestrates the provisioning and deployment of complex IT services such as of databases, middleware, and packaged applications onto private, public cloud or hybrid cloud for the end users. HP Virtualization Performance Viewer (HP vpv) is a tool for performance monitoring and capacity management of the virtualized and cloud environment. For more information, refer to the solution brief. HP CSA and HP vpv are both web based solutions which require users to login to view or perform their corresponding activities. A HP CSA user subscribed to cloud infrastructure would like to monitor the performance of the cloud services deployed in the cloud infrastructure and find ways to optimize the resources without having to re-login to HP vpv. A HP CSA administrator would like to monitor the performance, manage and optimize the capacity of the cloud infrastructure through vpv without having to re-login into vpv. This is achieved by integrating HP CSA and HP vpv using single signon. This document lists all the steps to configure single sign-on between CSA 4.5 and vpv 2.20 versions. Pre-requsites for configuring single sign-on Cloud Service Automation version 4.50 Virtualization Performance Viewer consolidated hotfix 3 (VPV_HF_ _3) or later Configuring single sign-on between CSA admin portal and vpv admin view Configuring LWSSO in CSA A CSA administrator can seamlessly launch vpv s administrator view by configuring LWSSO on both CSA and vpv. The following configuration steps are required on CSA to enable LWSSO. 1. Edit file: $CSA_HOME\jboss-as\standalone\deployments\csa.war\WEB-INF\web.xml Mention the correct path to hpssoconfiguration.xml in <param-value> in web.xml. By default, the file location is correctly set. Change the location of the file only if necessary. web.xml <!-- The file below is used by the HP SSO Framework for the configurations required --> <context-param> <param-name>com.hp.sw.bto.ast.security.lwsso.conf.filelocation</param-name> <param-value>c:/program Files/Hewlett-Packard/CSA/jboss-as/standalone/deployments/csa.war/WEB- INF/hpssoConfiguration.xml</param-value> </context-param> 2. Edit file: $CSA_HOME\jboss-as\standalone\deployments\csa.war\WEB-INF\hpssoConfiguration.xml All applications that are integrated with HP SSO needs to have the same cryptography and signing settings as mentioned in hpssoconfig.xml. The domain name specified in this hpssoconfig.xml should be the same as the domain name mentioned in the other applications supporting HP SSO. All the applications should be in the same domain. In the file, replace the domain name place holder as highlighted below in the hpssoconfiguration.xml file. Note: If load balancer is configured with CSA, then domain of the load balancer will be replaced with domain.com. The initstring place holder in the crypto tag has to be updated to reflect the same initstring which is part of the other applications HP SSO configuration. Update the highlighted place holders below to be same as the HP SSO configurations in other applications. hpssoconfig.xml <!-- hpssoconfig is root element. required--> <creationdomains> <domain>domain.com</domain> </creationdomains> <crypto initstring="init string must be replaced for production" ciphertype="symmetricblockcipher" enginename="aes" paddingmode="cbc" keysize="256" encodingmode="base64url" algorithmpaddingname="pkcs7padding" checkintegrity="disabled" cryptosource="lw" directkeyencoded="false" directkeyencoding="hex" jcepbealgorithmname="pbewithhmacsha1" jcepbemacalgorithmname="pbewithhmacsha1" macalgorithmname="sha1" mackeysize="256" macpbecount="20" mactype="hmac"

3 pbecount="20" pbedigestalgorithm="sha1" /> Update CSA console dashboard to launch vpv CSA by default provides Cloud Optimizer widget on management console dashboard. Widget content has to be updated to reflect vpv URL. 2. Edit file: $CSA_HOME\CSA\jboss-as\standalone\deployments\csa.war\dashboard\config.json config.json... "id": "cloud_optimizer", "name": "cloud_optimizer", "description": "cloud_optimizer_description", "enabled": true, "style": "cloud_optimizer", "target": "new", "data": " FQDN OR IP>:8444/PV?CTX=CSA", Restart CSA services. Configure vpv LDAP configuration for Admin SSO CSA administrator user or group should be configured as a vpv administrator user or group in vpv LDAP s settings. This can be set from the Settings section of vpv. See the section Configure LDAP settings in vpv for more details. Note: initstring should be same for Admin SSO and MPP SSO, as vpv can have only one initstring in its configuration. Launch vpv admin page from CSA s Service Management Console (SMC) One can see a tile on CSA s SMC view with the caption Cloud Optimizer. Clicking on the tile will launch vpv s administrator view without being prompted for vpv credentials. Figure 1 Click on the "Cloud Optimizer" tile to launch vpv's administrator view Configuring single sign-on between CSA s Marketplace portal and vpv s consumer view Configuring HPSSO in Marketplace portal CSA s Marketplace portal consumers can view performance and optimization reports from vpv by integrating HP SSO MPP with LWSSO on both CSA and vpv. The following configuration steps are required on CSA to enable LWSSO. 1. Edit file: $CSA_HOME\jboss-as\standalone\deployments\idm-service.war\WEB-INF\web.xml

4 Uncomment the hpsso listener and update hpssoconfig.xml file s path in the highlighted section of the web.xml file. By default, hpssoconfig.xml file is available at: $CSA_HOME\jboss-as\standalone\deployments\idm-service.war\WEB- INF\hpssoConfig.xml. web.xml <!-- <listener> <listener-class>com.hp.hpsso.hpssocontextlistener</listener-class> </listener> <context-param> <param-name>com.hp.sw.bto.ast.security.lwsso.conf.filelocation</param-name> <param-value>c:\program Files\Hewlett-Packard\CSA\jboss-as\standalone\deployments\idmservice.war\WEB-INF\hpssoConfig.xml</param-value> </context-param> --> 2. Edit file: $CSA_HOME\ jboss-as\standalone\deployments\idm-service.war\web-inf\hpssoconfig.xml All applications that are integrated with HP SSO needs to have the same cryptography and signing settings as mentioned in hpssoconfig.xml. The domain name specified in this hpssoconfig.xml should be the same as the domain name mentioned in the other applications supporting HP SSO. All the applications should be in the same domain. In the file, replace the domain name place holder as highlighted below in the hpssoconfig.xml file. Note: If load balancer is configured with CSA, then domain of loadbalancer will be replaced with domain.com. The initstring place holder in the crypto tag has to be updated to reflect the same initstring which is part of the other applications HP SSO configuration. Update the highlighted place holders below to be same as the HP SSO configurations in other applications. hpssoconfig.xml <!-- hpssoconfig is root element. required--> <creationdomains> <domain>domain.com</domain> </creationdomains> <crypto initstring="init string must be replaced for production" ciphertype="symmetricblockcipher" enginename="aes" paddingmode="cbc" keysize="256" encodingmode="base64url" algorithmpaddingname="pkcs7padding" checkintegrity="disabled" cryptosource="lw" directkeyencoded="false" directkeyencoding="hex" jcepbealgorithmname="pbewithhmacsha1" jcepbemacalgorithmname="pbewithhmacsha1" macalgorithmname="sha1" mackeysize="256" macpbecount="20" mactype="hmac" pbecount="20" pbedigestalgorithm="sha1" /> 3. Edit file: $CSA_HOME\jboss-as\standalone\deployments\idm-service.war\WEB-INF\spring \applicationcontextsecurity.xml The applicationcontext-security.xml file contains most of the HP SSO integration configuration. Check for these entries and uncomment the highlighted XML comments. applicationcontext-security.xml <!-- START HP SSO Configuration --> <!-- <security:http pattern="/idm/v0/login" use-expressions="true" auto-config="false"> <security:custom-filter ref="requesttokencompositefilter" position="first" /> <security:custom-filter ref="hpssoprovidedfilter" before="pre_auth_filter" /> <security:custom-filter ref="hpssointegrationfilter" after="pre_auth_filter" /> <security:custom-filter ref="nopromptfilter" before="form_login_filter" /> <security:http-basic /> </security:http>

5 <security:http pattern="/idm/v0/logout" use-expressions="true" auto-config="false"> <security:custom-filter ref="requesttokencompositefilter" position="first" /> <security:custom-filter ref="hpssoprovidedfilter" before="pre_auth_filter" /> <security:custom-filter ref="hpssointegrationfilter" after="pre_auth_filter" /> <security:http-basic /> </security:http> --> <!-- END HP SSO Configuration --> applicationcontext-security.xml <!-- START CAC HPSSO CONFIGURATION --> <!-- <bean id="hpssofederatingprovider" class="com.hp.ccue.identity.filter.certificate.certificateldapauthenticationprovider"> <property name="config" ref="csaauthconfig" /> <property name="templatefactory" ref="csatemplatefactory" /> </bean> <security:authentication-manager id="hpssoauthmanager"> <security:authentication-provider ref="hpssofederatingprovider" /> </security:authentication-manager> <bean id="hpssoprovidedfilter" class="com.hp.hpsso.api.hpssofilter" /> <bean id="hpssointegrationfilter" class="com.hp.ccue.identity.filter.hpsso.hpssofilter"> <constructor-arg ref="hpssoauthmanager" /> <property name="generatetokenutil" ref="generatetokenutil" /> <property name="tokenfactory" ref="tokenfactory"/> <property name="loginredirectionhandler" ref="loginredirectionhandler"/> </bean> <bean id="hpssotokenwriter" class="com.hp.ccue.identity.hpsso.hpssocookietokenwriter"> <property name="tokenstore" ref="tokenstore" /> <property name="tokenservice" ref="tokenservice" /> <property name="tokenfactory" ref="tokenfactory" /> </bean> --> <!-- END CAC HP SSO Configuration --> applicationcontext-security.xml <!-- START Certificate Authentication / SiteMinder SSO / HP SSO Configuration --> <!-- <bean id="loginredirectionhandler" class="com.hp.ccue.identity.filter.loginredirectionhandler"> <property name="tokenservice" ref="tokenservice"/> </bean> <bean name="generatetokenutil" class="com.hp.ccue.identity.utilities.generateresponsetokenutil" /> --> <!-- END Certificate Authentication / SiteMinder SSO / HP SSO Configuration --> 4. Edit file: $CSA_HOME\jboss-as\standalone\deployments\idm-service.war\WEB-INF\spring applicationcontextv0.xml The applicationcontext-v0.xml file configures to write the HP SSO token to the HP SSO cookie. Check and uncomment the highlighted comments from following configurations. applicationcontext-v0.xml. <!-- START HP SSO Configuration --> <!-- <property name="tokenwriter" ref="hpssotokenwriter" /> --> <!-- END HP SSO Configuration -->

6 5. Edit file: $CSA_HOME\jboss-as \standalone\deployments\idm-service.war\web- INF\spring\applicationContext.properties Update the hostname in the applicationcontext.properties file to match the environment. Replace the idm.csa.hostname place holder highlighted below in the applicatoncontext.properties file. applicationcontext.properties # Properties of CSA server that manages organization LDAP configurations idm.csa.protocol = https idm.csa.hostname = <CSA FQDN> Configuring vpv URL in CSA Create a URL link for the consumer s organization in CSA to enable launching vpv s consumer view from Marketplace portal. The URL link will appear as a widget on Marketplace portal dashboard for CSA consumers. On accessing the link, a separate browser window will launch vpv s consumer view. Consider you have created a consumer organization Finance in Organizations section. Add vpv URL link as shown in Figure 1. URL to configure vpv: vpv_fqdn: Fully Qualified Domain name (FQDN) of vpv server. Note: IP Address should not be used in this URL. On Windows, add IP Address and FQDN name of VPV in hosts file. Replace the OrganizationId with the name of the CSA Consumer Organization in your setup. For example, replace Finance with the consumer organization in your setup. Figure 2 Example: Adding vpv URL link to Finance organization that displays a widget on MPP dashboard.

7 Configuration steps on HP vpv Note: The pre-requisites are vpv version 2.20 and consolidated hotfix 3 (VPV_HF_ _3) or later. Register data source To monitor a VMware vsphere virtualized environment, vpv connects to the VMware vcenter Server to source performance and capacity metrics. Follow the steps provided below to add a VMware vcenter data source target in vpv. For other data sources, refer to the online help of vpv. - Launch vpv in a web browser and add a vcenter data source as shown in Figure 2. vpv URL: Default port for VPV: 8081 Figure 3 Register VMware vcenter a data source The vcenter Server added to HP vpv should be same vcenter Server which is used as a provider by HP CSA to deploy the virtual machines. Configure CSA end point in vpv Configure the CSA server details in vpv to enable vpv to retrieve user subscription and organization details. Provide CSA URL and credentials in vpv as shown in Figure 3. CSA URL: CSA admin portal URL as FQDN>:<PORT> User Name: CSA user having admin privileges to access CSA artifacts Server Component Type: Base component type name for a Server. Leave it blank if using OOTB server component in your service designs. Hostname Property: Property name on the component which identifies hostname of the server instance. Leave it blank if using hostname as property on the component.

8 Configure LDAP settings in vpv User authentication in HP vpv is provided using Microsoft Active Directory, AD LDS and OpenLDAP. You can configure LDAP from the Settings page of HP vpv. To know more about each configuration items, use the context relevant help. SSO configuration on vpv 1. Login into the vpv system. 2. Edit file: /opt/ov/www/webapps/pv/web-inf/classes/lwssofmconf.xml The domain name and crypto settings like initstring should be the same as what is configured in the hpssoconfig.xml file in HP CSA. Update the highlighted lines to match the environment and the HP SSO configurations made on other applications like HP CSA supporting HP SSO. lwssofmconf.xml <validation> <in-ui-lwsso> <lwssovalidation id="id000001"> <domain>mention the domain here for e.g. (refer to domain name in hpssoconfig.xml )</domain> <crypto ciphertype="symmetricblockcipher" enginename="aes" paddingmodename="cbc" keysize="256" encodingmode="base64url" initstring="mention the init string here"></crypto> </lwssovalidation> </in-ui-lwsso> </validation>

9 3. Restart the Tomcat service of vpv. Login into vpv system and run the command the following command to restart the Tomcat service. # /opt/ov/bin/ovc restart ovtomcatb Launch vpv s consumer view from MPP Login into CSA Marketplace Portal (MPP) as an Organization user. Click on the Cloud Optimizer widget to launch vpv s consumer view.

10 Known Issues Issue Description Workaround Issue Description Workaround Consumer logging out of vpv does not logout on HP MPP. Consider customer launches vpv consumer view from MPP. vpv consumer view is launched in a separate browser window displaying resource consumption reports. Customer logs out on vpv consumer view. Customer session is still active on CSA MPP page. No workaround available. MPP browser maintains SSO session cookie and logging out on vpv report page does not terminate session on MPP browser server. HP CSA cannot support FIPS with HP SSO enabled HP CSA cannot support FIPS with HP SSO enabled No workaround available. HP SSO does not comply with the FIPS 140-2, so the initialization string in the encryption configuration is stored in clear text.

11 Troubleshooting issues Problem Unable to launch vpv consumer view from MPP. Cause 1. Timezones of CSA and vpv servers are different. 2. Firewall on vpv is enabled. Solution CSA and vpv server are in different timezones. Set vpv timezone to match timezone on MPP server: 1. Launch vpv s VAMI portal: 2. Login with vpv system s root credentails 3. Go to System->Timezone 4. Select the timezone and save the settings Firewall on vpv is enabled Disable firewall on vpv server to allow MPP communication to vpv. Execute the following commands in the vpv server: service iptables save service iptables stop chkconfig iptables off service iptables status To enable trace logs in vpv, run the following command: pv trace on More information For help, visit the HP Live Network Portal at To access other toolkits to design and extend cloud services running on HP CloudSystem, go to hp.com/go/csdevelopers. HP software product manuals and documentation for the following products can be found at You will need an HP Passport to sign in and gain access. To help us improve our documents, please send feedback to CSAdocs@hp.com. Learn more at hp.com/go/csa hp.com/go/vpv Copyright 2015 Hewlett-Packard Development Company, L.P. The information contained herein is subject to change without notice. The only warranties for HP products and services are set forth in the express warranty statements accompanying such products and services. Nothing herein should be construed as constituting an additional warranty. HP shall not be liable for technical or editorial errors or omissions contained herein. Trademark acknowledgments, if needed. October 2015

HP AutoPass License Server

HP AutoPass License Server HP AutoPass License Server Software Version: 9.0 Windows, Linux and CentOS operating systems Support Matrix Document Release Date: October 2015 Software Release Date: October 2015 Page 2 of 10 Legal Notices

More information

HP Operations Orchestration

HP Operations Orchestration HP Operations Orchestration Software Version: 7.20 HP Business Availability Center Integration Document Release Date: July 2008 Software Release Date: July 2008 Legal Notices Warranty The only warranties

More information

HP ALM Client MSI Generator

HP ALM Client MSI Generator HP ALM Client MSI Generator Software Version: 1.00 User Guide Document Release Date: October 2010 Software Release Date: October 2010 Legal Notices Warranty The only warranties for HP products and services

More information

Release Notes. Operations Smart Plug-in for Virtualization Infrastructure

Release Notes. Operations Smart Plug-in for Virtualization Infrastructure Operations Smart Plug-in for Virtualization Infrastructure Software Version: 12.04 Operations Manager for Windows, HP-UX, Linux, and Solaris operating systems Release Notes Document Release Date: August

More information

HP D6000 Disk Enclosure Direct Connect Cabling Guide

HP D6000 Disk Enclosure Direct Connect Cabling Guide HP D6000 Disk Enclosure Direct Connect Cabling Guide Abstract This document provides cabling examples for when an HP D6000 Disk Enclosure is connected directly to a server. Part Number: 682251-001 September

More information

HP Business Availability Center

HP Business Availability Center HP Business Availability Center for the Windows and Solaris operating systems Software Version: 8.00 Embedded UCMDB Applets Using Direct Links Document Release Date: January 2009 Software Release Date:

More information

HPE ilo mobile app for ios

HPE ilo mobile app for ios HPE ilo mobile app for ios User Guide Abstract The HPE ilo mobile app provides access to the remote console, web interface, and scripting features of HPE ProLiant servers. Part Number: 689175-004 Published:

More information

HP CloudSystem Matrix Federation using CSA

HP CloudSystem Matrix Federation using CSA Technical white paper HP CloudSystem Matrix Federation using CSA Integrating CSA and MOE for maximum Cloud agility Table of Contents Introduction 2 HP CloudSystem Matrix 2 HP Cloud Service Automation (CSA)

More information

QuickSpecs. HPE Insight Online. Overview. Retired

QuickSpecs. HPE Insight Online. Overview. Retired Overview provides the information you need to monitor the devices in your IT environment from anywhere, anytime - at no additional cost as part of your HPE warranty and contract services. is a cloud-based

More information

HP Operations Orchestration Software

HP Operations Orchestration Software HP Operations Orchestration Software Software Version: 7.51 HP SiteScope Integration Guide Document Release Date: August 2009 Software Release Date: August 2009 Legal Notices Warranty The only warranties

More information

HP SM Service Catalog-PPM Center Project Proposal Integration Solution

HP SM Service Catalog-PPM Center Project Proposal Integration Solution HP SM Service Catalog-PPM Center Project Proposal Integration Solution Software Version: 1.01 For the supported Windows operating system Configuration Guide Document Release Date: September 2015 Software

More information

HPE ALM Client MSI Generator

HPE ALM Client MSI Generator HPE ALM Client MSI Generator Software Version: 12.55 User Guide Document Release Date: August 2017 Software Release Date: August 2017 HPE ALM Client MSI Generator Legal Notices Warranty The only warranties

More information

HPE Security Fortify WebInspect Enterprise Software Version: Windows operating systems. Installation and Implementation Guide

HPE Security Fortify WebInspect Enterprise Software Version: Windows operating systems. Installation and Implementation Guide HPE Security Fortify WebInspect Enterprise Software Version: 17.10 Windows operating systems Installation and Implementation Guide Document Release Date: May 2017 Software Release Date: April 2017 Legal

More information

HP OneView for VMware vcenter User Guide

HP OneView for VMware vcenter User Guide HP OneView for VMware vcenter User Guide Abstract This document contains detailed instructions for configuring and using HP OneView for VMware vcenter (formerly HP Insight Control for VMware vcenter Server).

More information

OMi Management Pack for Microsoft SQL Server. Software Version: For the Operations Manager i for Linux and Windows operating systems.

OMi Management Pack for Microsoft SQL Server. Software Version: For the Operations Manager i for Linux and Windows operating systems. OMi Management Pack for Microsoft Software Version: 1.01 For the Operations Manager i for Linux and Windows operating systems User Guide Document Release Date: April 2017 Software Release Date: December

More information

HP Data Protector Integration with Autonomy IDOL Server

HP Data Protector Integration with Autonomy IDOL Server Technical white paper HP Data Protector Integration with Autonomy IDOL Server Introducing e-discovery for HP Data Protector environments Table of contents Summary 2 Introduction 2 Integration concepts

More information

VMware Identity Manager Connector Installation and Configuration (Legacy Mode)

VMware Identity Manager Connector Installation and Configuration (Legacy Mode) VMware Identity Manager Connector Installation and Configuration (Legacy Mode) VMware Identity Manager This document supports the version of each product listed and supports all subsequent versions until

More information

HP Operations Orchestration Software

HP Operations Orchestration Software HP Operations Orchestration Software Software Version: 7.51 HP Operations Manager Integration Guide Document Release Date: August 2009 Software Release Date: August 2009 Legal Notices Warranty The only

More information

HP Universal CMDB. Software Version: DDMI to Universal Discovery Migration Walkthrough Guide

HP Universal CMDB. Software Version: DDMI to Universal Discovery Migration Walkthrough Guide HP Universal CMDB Software Version: 10.22 DDMI to Universal Discovery Migration Walkthrough Guide Document Release Date: December 2015 Software Release Date: December 2015 Legal Notices Warranty The only

More information

HP Data Center Automation Appliance

HP Data Center Automation Appliance HP Data Center Automation Appliance DCAA at-a-glance Express Edition Software Version: 1.00 Release Date: April 2015 Legal Notices Warranty The only warranties for HP products and services are set forth

More information

HPE ComputeSensor. User Guide. Software Version: 3.02 Windows and Linux operating systems. Document Release Date: August 2017

HPE ComputeSensor. User Guide. Software Version: 3.02 Windows and Linux operating systems. Document Release Date: August 2017 HPE ComputeSensor Software Version: 3.02 Windows and Linux operating systems User Guide Document Release Date: August 2017 Software Release Date: August 2017 Legal Notices Warranty The only warranties

More information

HP Service Test Management

HP Service Test Management HP Service Test Management for the Windows operating system Software Version: 11.00 Installation Guide Document Release Date: February 2011 Software Release Date: February 2011 Legal Notices Warranty The

More information

Monitoring a VMware ESX/ESXi Environment

Monitoring a VMware ESX/ESXi Environment Monitoring a VMware ESX/ESXi Environment Introduction... 2 Target Audience... 2 Terms Used in the Document... 2 How the Monitoring Solution Works... 2 Features of the Monitoring Solution... 4 HP Products

More information

HPE Security ArcSight Connectors

HPE Security ArcSight Connectors HPE Security ArcSight Connectors SmartConnector for Microsoft Office 365 Configuration Guide October 17, 2017 SmartConnector for Microsoft Office 365 October 17, 2017 Copyright 2016 2017 Hewlett Packard

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

HP OneView for VMware vcenter User Guide

HP OneView for VMware vcenter User Guide HP OneView for VMware vcenter User Guide Abstract This document contains detailed instructions for configuring and using HP OneView for VMware vcenter (formerly HP Insight Control for VMware vcenter Server).

More information

Configuring LDAP Authentication for HPE OBR

Configuring LDAP Authentication for HPE OBR Technical White Paper Configuring LDAP Authentication for HPE OBR For the Windows and Linux Operation System Software Version 10.00 Table of Contents Introduction... 2 Supported Directory servers for LDAP...

More information

Setting Up Resources in VMware Identity Manager (On Premises) Modified on 30 AUG 2017 VMware AirWatch 9.1.1

Setting Up Resources in VMware Identity Manager (On Premises) Modified on 30 AUG 2017 VMware AirWatch 9.1.1 Setting Up Resources in VMware Identity Manager (On Premises) Modified on 30 AUG 2017 VMware AirWatch 9.1.1 Setting Up Resources in VMware Identity Manager (On Premises) You can find the most up-to-date

More information

HP Helion Codar. Software Version: 1.00 Windows and Linux operating systems. Installation and Configuration Guide

HP Helion Codar. Software Version: 1.00 Windows and Linux operating systems. Installation and Configuration Guide HP Helion Codar Software Version: 1.00 Windows and Linux operating systems Installation and Configuration Guide Document Release Date: December 2014 Software Release Date: December 2014 Legal Notices Warranty

More information

HPE Operations Bridge Reporter

HPE Operations Bridge Reporter HPE Operations Bridge Reporter Software Version: 10.00 Windows and Linux operating systems Support Matrix Document Release Date: June 2017 Software Release Date: December 2015 Legal Notices Warranty The

More information

HP Service Health Reporter

HP Service Health Reporter HP Service Health Reporter Software Version: 9.40 Windows and Linux operating systems Configuration Guide Document Release Date: October 2015 Software Release Date: January 2015 Legal Notices Warranty

More information

HP Project and Portfolio Management Center

HP Project and Portfolio Management Center HP Project and Portfolio Management Center Software Version: 9.30 HP Demand Management User s Guide Document Release Date: September 2014 Software Release Date: September 2014 Legal Notices Warranty The

More information

HP Service Manager. Software Version: 9.41 For the supported Windows and UNIX operating systems. Collaboration Guide

HP Service Manager. Software Version: 9.41 For the supported Windows and UNIX operating systems. Collaboration Guide HP Service Manager Software Version: 9.41 For the supported Windows and UNIX operating systems Collaboration Guide Document Release Date: September 2015 Software Release Date: September 2015 Legal Notices

More information

HP Operations Orchestration Software

HP Operations Orchestration Software HP Operations Orchestration Software Software Version: 9.00 Procedure and Technical Support Best Practices for Configuring SSO using Active Directory George Daflidis-Kotsis GSD OO Support - Hewlett-Packard

More information

Change HP Cloud Service Automation Out-of-the-Box User Accounts

Change HP Cloud Service Automation Out-of-the-Box User Accounts HP Cloud Service Automation Out-of-the-Box User Accounts Cloud Service Management Console User Accounts The following users ship out-of-the-box and are used with the Cloud Service Management Console: admin

More information

HP SiteScope. Software Version: Deployment Guide

HP SiteScope. Software Version: Deployment Guide HP SiteScope Software Version: 11.30 Deployment Guide Document Release Date: November 2015 Software Release Date: March 2015 Legal Notices Warranty The only warranties for HP products and services are

More information

HP Operations Orchestration

HP Operations Orchestration HP Operations Orchestration Software Version: 7.20 HP Network Node Manager (i series) Integration Document Release Date: July 2008 Software Release Date: July 2008 Legal Notices Warranty The only warranties

More information

OMi Management Pack for Oracle Database. Software Version: Operations Manager i for Linux and Windows operating systems.

OMi Management Pack for Oracle Database. Software Version: Operations Manager i for Linux and Windows operating systems. OMi Management Pack for Oracle Database Software Version: 1.10 Operations Manager i for Linux and Windows operating systems User Guide Document Release Date: June 2017 Software Release Date: February 2014

More information

HPE Security ArcSight Connectors

HPE Security ArcSight Connectors HPE Security ArcSight Connectors SmartConnector for Application Security AppDetective DB Configuration Guide October 17, 2017 SmartConnector for Application Security AppDetective DB October 17, 2017 Copyright

More information

VMware Identity Manager Cloud Deployment. DEC 2017 VMware AirWatch 9.2 VMware Identity Manager

VMware Identity Manager Cloud Deployment. DEC 2017 VMware AirWatch 9.2 VMware Identity Manager VMware Identity Manager Cloud Deployment DEC 2017 VMware AirWatch 9.2 VMware Identity Manager You can find the most up-to-date technical documentation on the VMware website at: https://docs.vmware.com/

More information

VMware Identity Manager Cloud Deployment. Modified on 01 OCT 2017 VMware Identity Manager

VMware Identity Manager Cloud Deployment. Modified on 01 OCT 2017 VMware Identity Manager VMware Identity Manager Cloud Deployment Modified on 01 OCT 2017 VMware Identity Manager You can find the most up-to-date technical documentation on the VMware Web site at: https://docs.vmware.com/ The

More information

HP Business Service Management

HP Business Service Management HP Business Service Management For the Windows, Linux operating systems Software Version: 9.24 BSM Platform Administration Guide Document Release Date: April 2014 Software Release Date: April 2014 Legal

More information

vcenter Server Installation and Setup Update 1 Modified on 30 OCT 2018 VMware vsphere 6.7 vcenter Server 6.7

vcenter Server Installation and Setup Update 1 Modified on 30 OCT 2018 VMware vsphere 6.7 vcenter Server 6.7 vcenter Server Installation and Setup Update 1 Modified on 30 OCT 2018 VMware vsphere 6.7 vcenter Server 6.7 You can find the most up-to-date technical documentation on the VMware website at: https://docs.vmware.com/

More information

HPE Security ArcSight Connectors

HPE Security ArcSight Connectors HPE Security ArcSight Connectors SmartConnector for Microsoft System Center Configuration Manager DB Configuration Guide October 17, 2017 SmartConnector for Microsoft System Center Configuration Manager

More information

VMware Skyline Collector Installation and Configuration Guide. VMware Skyline 1.4

VMware Skyline Collector Installation and Configuration Guide. VMware Skyline 1.4 VMware Skyline Collector Installation and Configuration Guide VMware Skyline 1.4 You can find the most up-to-date technical documentation on the VMware website at: https://docs.vmware.com/ If you have

More information

HP ALM. Software Version: patch 2. Business Views Microsoft Excel Add-in User Guide

HP ALM. Software Version: patch 2. Business Views Microsoft Excel Add-in User Guide HP ALM Software Version: 12.21 patch 2 Business Views Microsoft Excel Add-in User Guide Document Release Date: September 2016 Software Release Date: September 2016 Legal Notices Warranty The only warranties

More information

HP Business Service Management

HP Business Service Management HP Business Service Management Software Version: 9.26 BSM Platform Administration Guide Document Release Date: September 2016 Software Release Date: September 2016 HP Business Service Management (9.26)

More information

VMware Skyline Collector Installation and Configuration Guide. VMware Skyline Collector 2.0

VMware Skyline Collector Installation and Configuration Guide. VMware Skyline Collector 2.0 VMware Skyline Collector Installation and Configuration Guide VMware Skyline Collector 2.0 You can find the most up-to-date technical documentation on the VMware website at: https://docs.vmware.com/ If

More information

SAML-Based SSO Configuration

SAML-Based SSO Configuration Prerequisites, page 1 SAML SSO Configuration Task Flow, page 5 Reconfigure OpenAM SSO to SAML SSO Following an Upgrade, page 9 SAML SSO Deployment Interactions and Restrictions, page 9 Prerequisites NTP

More information

HPE Security ArcSight SmartConnectors. Format Preserving Encryption Environment Setup Guide

HPE Security ArcSight SmartConnectors. Format Preserving Encryption Environment Setup Guide HPE Security ArcSight SmartConnectors Format Preserving Encryption Environment Setup Guide October 19, 2017 Legal Notices Warranty The only warranties for Hewlett Packard Enterprise products and services

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

Table of Contents. Configure and Manage Logging in to the Management Portal Verify and Trust Certificates

Table of Contents. Configure and Manage Logging in to the Management Portal Verify and Trust Certificates Table of Contents Configure and Manage Logging in to the Management Portal Verify and Trust Certificates Configure System Settings Add Cloud Administrators Add Viewers, Developers, or DevOps Administrators

More information

HPE Security ArcSight User Behavior Analytics

HPE Security ArcSight User Behavior Analytics HPE Security ArcSight Analytics Software Version: 5.0 Integration and Content Guide July 21, 2016 Legal Notices Warranty The only warranties for Hewlett Packard Enterprise products and services are set

More information

HPE StoreEver MSL6480 Tape Library CLI Utility Version 1.0 User Guide

HPE StoreEver MSL6480 Tape Library CLI Utility Version 1.0 User Guide HPE StoreEver MSL6480 Tape Library CLI Utility Version 1.0 User Guide Abstract This document explains how to install and use the HPE StoreEver MSL6480 Tape Library CLI utility, which provides a non-graphical

More information

xcp 2.0 SSO Integrations RAJAKUMAR THIRUVASAGAM

xcp 2.0 SSO Integrations RAJAKUMAR THIRUVASAGAM xcp 2.0 SSO Integrations RAJAKUMAR THIRUVASAGAM Contents Overview... 4 General Information... 5 Kerberos Integration... 6 Snapshots... 6 Demo Environment... 7 Setup Instructions... 7 Kerberos setup...

More information

HPE Project and Portfolio Management Center

HPE Project and Portfolio Management Center HPE Project and Portfolio Management Center Software Version: 9.41 Security Guide Go to HELP CENTER ONLINE http://ppm-help.saas.hpe.com Document Release Date: March 2017 Software Release Date: March 2017

More information

HP Operations Orchestration

HP Operations Orchestration HP Operations Orchestration Software Version: 10.20 Windows and Linux Operating Systems Shell Wizard Guide Document Release Date: November 2014 Software Release Date: November 2014 Legal Notices Warranty

More information

HySecure Quick Start Guide. HySecure 5.0

HySecure Quick Start Guide. HySecure 5.0 HySecure Quick Start Guide HySecure 5.0 Last Updated: 25 May 2017 2012-2017 Propalms Technologies Private Limited. All rights reserved. The information contained in this document represents the current

More information

vcenter Server Installation and Setup Modified on 11 MAY 2018 VMware vsphere 6.7 vcenter Server 6.7

vcenter Server Installation and Setup Modified on 11 MAY 2018 VMware vsphere 6.7 vcenter Server 6.7 vcenter Server Installation and Setup Modified on 11 MAY 2018 VMware vsphere 6.7 vcenter Server 6.7 You can find the most up-to-date technical documentation on the VMware website at: https://docs.vmware.com/

More information

HPE Application Performance Management

HPE Application Performance Management HPE Application Performance Management Software Version: 9.30 APM Platform Administration Guide Document Release Date: July 2016 Software Release Date: July 2016 Legal Notices Warranty The only warranties

More information

Configuring Embedded LDAP Authentication

Configuring Embedded LDAP Authentication HP Restricted Configuring Embedded LDAP Authentication configure Configuring Embedded LDAP Authentication For HP product models: LaserJet 4345mfp, LaserJet 9040mfp, LaserJet 9050mfp, LaserJet 9500mfp,

More information

VMware Skyline Collector User Guide. VMware Skyline 1.4

VMware Skyline Collector User Guide. VMware Skyline 1.4 VMware Skyline Collector User Guide VMware Skyline 1.4 VMware Skyline Collector User Guide You can find the most up-to-date technical documentation on the VMware website at: https://docs.vmware.com/ If

More information

Additional License Authorizations

Additional License Authorizations Additional License Authorizations For HPE Cloud Center software products Products and suites covered PRODUCTS E-LTU OR E-MEDIA AVAILABLE * NON-PRODUCTION USE CATEGORY ** HPE Cloud Service Automation (previously

More information

HP Management Integration Framework 1.7

HP Management Integration Framework 1.7 HP Management Integration Framework 1.7 Administrator Guide Abstract This document describes the use of HP Management Integration Framework interfaces and is intended for administrators involved in the

More information

IDOL Site Admin. Software Version Installation Guide

IDOL Site Admin. Software Version Installation Guide IDOL Site Admin Software Version 12.0 Installation Guide Document Release Date: June 2018 Software Release Date: June 2018 Legal notices Copyright notice Copyright 2015-2018 Micro Focus or one of its affiliates.

More information

Additional License Authorizations

Additional License Authorizations Additional License Authorizations For HPE Cloud Center and HPE Helion Cloud Suite software products Products and suites covered PRODUCTS E-LTU OR E-MEDIA AVAILABLE * NON-PRODUCTION USE CATEGORY ** HPE

More information

vrealize Operations Manager Customization and Administration Guide vrealize Operations Manager 6.4

vrealize Operations Manager Customization and Administration Guide vrealize Operations Manager 6.4 vrealize Operations Manager Customization and Administration Guide vrealize Operations Manager 6.4 vrealize Operations Manager Customization and Administration Guide You can find the most up-to-date technical

More information

Setting Up Resources in VMware Identity Manager (SaaS) Modified 15 SEP 2017 VMware Identity Manager

Setting Up Resources in VMware Identity Manager (SaaS) Modified 15 SEP 2017 VMware Identity Manager Setting Up Resources in VMware Identity Manager (SaaS) Modified 15 SEP 2017 VMware Identity Manager Setting Up Resources in VMware Identity Manager (SaaS) You can find the most up-to-date technical documentation

More information

ZENworks Service Desk 8.0 Using ZENworks with ZENworks Service Desk. November 2018

ZENworks Service Desk 8.0 Using ZENworks with ZENworks Service Desk. November 2018 ZENworks Service Desk 8.0 Using ZENworks with ZENworks Service Desk November 2018 Legal Notices For information about legal notices, trademarks, disclaimers, warranties, export and other use restrictions,

More information

Project and Portfolio Management Center

Project and Portfolio Management Center Project and Portfolio Management Center Software Version: 9.42 Security Guide Go to HELP CENTER ONLINE http://admhelp.microfocus.com/ppm/ Document Release Date: September 2017 Software Release Date: September

More information

Integrating VMware Horizon Workspace and VMware Horizon View TECHNICAL WHITE PAPER

Integrating VMware Horizon Workspace and VMware Horizon View TECHNICAL WHITE PAPER Integrating VMware Horizon Workspace and VMware Horizon View TECHNICAL WHITE PAPER Table of Contents Introduction.... 3 Requirements.... 3 Horizon Workspace Components.... 3 SAML 2.0 Standard.... 3 Authentication

More information

HP ITSM Deployment Manager

HP ITSM Deployment Manager HP ITSM Deployment Manager Software Version: 2.0 For supported Windows operating systems HP ITSM Deployment Manager Quick Start Guide Document Release Date: December 2014 Software Release Date: December

More information

CONFIGURING AD FS AS A THIRD-PARTY IDP IN VMWARE IDENTITY MANAGER: VMWARE WORKSPACE ONE OPERATIONAL TUTORIAL VMware Workspace ONE

CONFIGURING AD FS AS A THIRD-PARTY IDP IN VMWARE IDENTITY MANAGER: VMWARE WORKSPACE ONE OPERATIONAL TUTORIAL VMware Workspace ONE GUIDE MARCH 2019 PRINTED 28 MARCH 2019 CONFIGURING AD FS AS A THIRD-PARTY IDP IN VMWARE IDENTITY MANAGER: VMWARE WORKSPACE ONE VMware Workspace ONE Table of Contents Overview Introduction Audience AD FS

More information

HPE Security ArcSight Connectors

HPE Security ArcSight Connectors HPE Security ArcSight Connectors SmartConnector for Windows Event Log Unified: Microsoft Network Policy Server Supplemental Configuration Guide March 29, 2013 Supplemental Configuration Guide SmartConnector

More information

HP Operations Orchestration Software

HP Operations Orchestration Software HP Operations Orchestration Software Software Version: 7.50 Guide to Enabling Single Sign-on Document Release Date: March 2009 Software Release Date: March 2009 Legal Notices Warranty The only warranties

More information

Integrated Smart Update Tools for Windows and Linux User Guide

Integrated Smart Update Tools for Windows and Linux User Guide Integrated Smart Update Tools for Windows and Linux User Guide Version 2.2.0 Abstract This document describes how to use Integrated Smart Update Tools to update firmware and operating system drivers on

More information

Setting Up Resources in VMware Identity Manager. VMware Identity Manager 2.8

Setting Up Resources in VMware Identity Manager. VMware Identity Manager 2.8 Setting Up Resources in VMware Identity Manager VMware Identity Manager 2.8 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

HPE OneView for VMware vcenter User Guide

HPE OneView for VMware vcenter User Guide HPE OneView for VMware vcenter User Guide Abstract This document contains detailed instructions for configuring and using HPE OneView for VMware vcenter. It is intended for system administrators who are

More information

Release Notes: ProCurve Mobility Manager Version 1.0, Update 1

Release Notes: ProCurve Mobility Manager Version 1.0, Update 1 Release Notes: ProCurve Mobility Manager Version 1.0, Update 1 Installation Pre-Requisites: The ProCurve Mobility Manager (PMM 1.0) Update 1 requires that you have the following software installed and

More information

Managed Platform for Adaptive Computing mpac

Managed Platform for Adaptive Computing mpac Brochure Managed Platform for Adaptive Computing mpac mpac for IT - ImPACT Managed Platform for Adaptive Computing - mpac Creating Adaptive Infrastructure In this digital era, there is a need for datacenters

More information

OMi Management Pack for Microsoft Active Directory. Software Version: Operations Manager i for Linux and Windows operating systems.

OMi Management Pack for Microsoft Active Directory. Software Version: Operations Manager i for Linux and Windows operating systems. OMi Management Pack for Microsoft Active Directory Software Version: 1.00 Operations Manager i for Linux and Windows operating systems User Guide Document Release Date: June 2017 Software Release Date:

More information

HP StoreOnce Recovery Manager Central for VMware User Guide

HP StoreOnce Recovery Manager Central for VMware User Guide HP StoreOnce Recovery Manager Central 1.2.0 for VMware User Guide Abstract The guide is intended for VMware and database administrators who are responsible for backing up databases. This guide provides

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

Virtual Recovery Assistant user s guide

Virtual Recovery Assistant user s guide Virtual Recovery Assistant user s guide Part number: T2558-96323 Second edition: March 2009 Copyright 2009 Hewlett-Packard Development Company, L.P. Hewlett-Packard Company makes no warranty of any kind

More information

HPE Security ArcSight Connectors

HPE Security ArcSight Connectors HPE Security ArcSight Connectors SmartConnector for HPE H3C Syslog Configuration Guide October 17, 2017 Configuration Guide SmartConnector for HPE H3C Syslog October 17, 2017 Copyright 2012 2017 Hewlett

More information

HP Universal CMDB. Software Version: Content Pack (CP18) Discovery and Integrations Content Guide - Discovery Activities

HP Universal CMDB. Software Version: Content Pack (CP18) Discovery and Integrations Content Guide - Discovery Activities HP Universal CMDB Software Version: Content Pack 18.00 (CP18) Discovery and Integrations Content Guide - Discovery Activities Document Release Date: December 2015 Software Release Date: December 2015 Legal

More information

With Aruba Central, you get anywhere-anytime access to ensure that your network is up and performing efficiently.

With Aruba Central, you get anywhere-anytime access to ensure that your network is up and performing efficiently. Product overview Aruba Central, a cloud platform for managing Aruba Instant wireless LANs and Aruba Mobility Access Switches, offers IT organizations a simple and effective way to manage and monitor their

More information

Deploying VMware Identity Manager in the DMZ. JULY 2018 VMware Identity Manager 3.2

Deploying VMware Identity Manager in the DMZ. JULY 2018 VMware Identity Manager 3.2 Deploying VMware Identity Manager in the DMZ JULY 2018 VMware Identity Manager 3.2 You can find the most up-to-date technical documentation on the VMware website at: https://docs.vmware.com/ If you have

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

HP Service Health Reporter

HP Service Health Reporter HP Service Health Reporter Versions 9.30 & 9.31 Report Scheduling Table of contents Overview... 2 Scheduling... 2 Type of Scheduling... 2 How to schedule?... 2 Schedule Parameters... 2 Report (instance)

More information

SiteScope Adapter for HP OpenView Operations

SiteScope Adapter for HP OpenView Operations SiteScope Adapter for HP OpenView Operations for the UNIX and Windows Operating System Software Version: 1.00, 1.01 User s Guide Document Release Date: 24 November 2009 Software Release Date: December

More information

Operations Orchestration. Software Version: Windows and Linux Operating Systems. Central User Guide

Operations Orchestration. Software Version: Windows and Linux Operating Systems. Central User Guide Operations Orchestration Software Version: 10.70 Windows and Linux Operating Systems Central User Guide Document Release Date: November 2016 Software Release Date: November 2016 Legal Notices Warranty

More information

QuickSpecs. Aruba ClearPass OnGuard Software. Overview. Product overview. Key Features

QuickSpecs. Aruba ClearPass OnGuard Software. Overview. Product overview. Key Features Enterprise-class endpoint protection, posture assessments and health checks Product overview ClearPass OnGuard agents perform advanced endpoint posture assessments on leading computer operating systems

More information

HP Identity Driven Manager Software Series

HP Identity Driven Manager Software Series HP Identity Driven Manager Software Series Data sheet Product overview HP Identity Driven Manager (IDM), a plug-in to HP PCM+, dynamically provisions network security and performance settings based on

More information

Configuration Guide. SmartConnector for Apache Tomcat File. February 14, 2014

Configuration Guide. SmartConnector for Apache Tomcat File. February 14, 2014 SmartConnector for Apache Tomcat File February 14, 2014 SmartConnector for Apache Tomcat File February 14, 2014 Copyright 2013, 2014 Hewlett-Packard Development Company, L.P.Confidential computer software.

More information

HP ALM Lab Management

HP ALM Lab Management HP ALM Lab Management Software Version: 12.00 Lab Management Guide Document Release Date: March 2014 Software Release Date: March 2014 Legal Notices Warranty The only warranties for HP products and services

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

HP VMware ESXi and vsphere 5.x and Updates Getting Started Guide

HP VMware ESXi and vsphere 5.x and Updates Getting Started Guide HP VMware ESXi and vsphere 5.x and Updates Getting Started Guide Abstract This guide is intended to provide setup information for HP VMware ESXi and vsphere. HP Part Number: 616896-409 Published: September

More information

HP UFT Connection Agent

HP UFT Connection Agent HP UFT Connection Agent Software Version: For UFT 12.53 User Guide Document Release Date: June 2016 Software Release Date: June 2016 Legal Notices Warranty The only warranties for Hewlett Packard Enterprise

More information

HP XP7 Performance Advisor Software Installation Guide (v6.1.1)

HP XP7 Performance Advisor Software Installation Guide (v6.1.1) HP XP7 Performance Advisor Software Installation Guide (v6.1.1) Abstract This document describes how to install and configure the HP XP7 Performance Advisor Software. This document is intended for users

More information