Web Integration between AssetCenter 5.0 and ServiceCenter 6.2 Using Single Sign-on

Size: px
Start display at page:

Download "Web Integration between AssetCenter 5.0 and ServiceCenter 6.2 Using Single Sign-on"

Transcription

1 Web Integration between AssetCenter 5.0 and ServiceCenter 6.2 Using Single Sign-on How to Customize AssetCenter and ServiceCenter to Share Configuration Item (CI) Information HP OpenView IT Asset Management Introduction...2 Prerequisites...2 Result in AssetCenter...3 Result in ServiceCenter...4 AssetCenter Implementation...4 Wizard Definition...5 Fields...5 Code...5 AssetCenter Filter...6 Fields (new query)...6 AssetCenter URL...6 ServiceCenter Integration...7 Adding an entry in detail menu option to launch an URL...7 ServiceCenter URL...9 Conclusion...9 For more information...10

2 Introduction The Common Web Client (CWC) combines all HP OpenView Web products under a unique interface. The different HP OpenView IT Service Management products now have a Web interface that is based on the CWC, which allows easy integration between specific product functionalities when needed. As HP OpenView products have common or related information, especially configuration item (CI) or Change, Incident or Problems or Inventory data, it might very useful to switch from one product to another in order to get specific information or change information. For instance, if a change process occurs in ServiceCenter, an update of the AssetCenter CI might be needed to reflect the result of the change process. Products like AssetCenter, ServiceCenter, and Enterprise Discovery manage the same configuration items on different processes and scopes: Each product has its specific information which can be accessed when needed from one product to another by using meaningful URLs from each product. As a proof of concept, AssetCenter and ServiceCenter have been integrated together within the same CWC using single sign-on (SSO). Using the Windows login alone (no other login is required), you can access any page from AssetCenter or ServiceCenter, making interaction between both products easy. Please note that from AssetCenter and later, the ability to launch URL actions will be out of the box. (Multiple servers such as Enterprise Discovery or ServiceCenter, for instance, would be set at database options). Prerequisites SSO needs to be implemented. Please refer to the white paper Common Web Client Using NT Authentication Aggregating AssetCenter 5.0 with ServiceCenter 6.2 Using NT Authentication as Single Sign-on. Query hashing needs to be deactivated in ServiceCenter to allow meaningful URLs to be called. To do so refer to sc.querysecurity in the ServiceCenter manual. Reconciliation between ServiceCenter and AssetCenter CIs, which refers to the Connect-It CMDB scenario.

3 Result in AssetCenter As an Asset Manager it becomes easy to access incidents, changes, and problems in ServiceCenter, from any configuration item in AssetCenter (in this case, computers). It is done through a contextual wizard that is accessible from any computer.

4 Result in ServiceCenter As a result of a change management process in ServiceCenter, the Asset Manager can easily access the configuration item in AssetCenter to update its expected state as needed (such as for a RAM change). AssetCenter Implementation AssetCenter 5.0 offers the capability to tailor once and then display the result of the implementation in the Windows client as well as the Web client. IT Service Management data, such as Incidents, Changes or Problems can give a complete view of a CI life cycle. AssetCenter wizards give the opportunity to have HTML code rendered, and have access to objects data within their context. The wizard will generate 3 different URLs for access. The most appropriate context in AssetCenter would be amportfolio.

5 Wizard Definition Fields Name Context Type SQLName Domain Nature View Related Management in ServiceCenter Computers(amComputer) Wizard acscwizaccess /Portfolio management/operations/ STD-WIZARDS Code ;(c) Hewlett-Packard Company, L.P ;================================================================= Image = "wgenbb.bmp" Image16 = "wgenbb16.bmp" Name = "Launch Url" Title = "Service Center Associated Objects" Version = "5473" ;======================================================================= ;Enter new user description ;======================================================================= { Page pgdetails { Label url { Caption = Dim htmlscript As String Dim Header As String Dim webserver As String Dim doceng As String Dim urlincident As String Dim urlchange As String Dim urlproblem As String Header = "<H3>Related information on " + [Name] + "</H3><br><br>" webserver = doceng = "docengine" urlincident=webserver+"?ctx="+doceng+"&file=incidents&query= affected.item=" +Chr(34)+[Name]+Chr(34) urlchange=webserver+"?ctx="+doceng+"&file=cm3r&query=logical.name=" +Chr(34)+[Name]+Chr(34) urlproblem=webserver+"?ctx="+doceng+"&file=knownerror&query= logical.name=" +Chr(34)+[Name]+Chr(34) htmlscript = "<li><a href='"+urlincident+"'>incidents List</a>"

6 htmlscript = htmlscript + "<li><a href='"+urlchange+"'>changes List</a>" htmlscript = htmlscript + "<li> <a href='"+urlproblem+"'>problems/known errors List</a>" } } } RetVal = Header + htmlscript ;======================================================================= ;Finish ;======================================================================= { Finish FINISH { Do = Retval = 0 } Summary = 1 } AssetCenter Filter A filter needs to be added to the portfolio domain in order to access the portfolio table from ServiceCenter using the computer name. The portfolio table gives all necessary information about assets, administratively, physically, and financially. Fields (new query) Name Table SQLName Domain Query Type Query Computer Name Portfolio (amportfolio) Computer_Name /Portfolio management/ Standard Computer.Name LIKE ('%' + $ComputerName + '%') AssetCenter URL AssetCenter URLs are formatted to be meaningful, and thus it is pretty easy to build your own if you have the elements. There are basically 3 different URLs to access data: Objects List: o o <DOMAIN_NAME>/<SCREEN_NAME>list.jsf Example: jsf Objects List with filter: o E>/ list.jsf?filtername=<object_filter_parameters_and_values> o Example: Object Detail: list.jsf&filtername=computer_name&computername=acmepc012&order= None&UseNameAsPattern=true&UseWorkgroupAsPattern=true&Workgroup=

7 o o E>/detail.jsf?id=AssetCenter/<SCREEN_NAME>/<OBJECT_ID> Example: The value passed in the URL has to be determined at the reconciliation proposal. For instance, regarding a computer: AssetCenter: amcomputer.[name] (using filter ComputerName) ServiceCenter: logical.name The easiest way to get a meaningful URL in AssetCenter is to bookmark the page, using the bookmark option from the AssetCenter Web interface, and to look at the propriety of the bookmark in Internet Explorer. ServiceCenter Integration Though ServiceCenter offers a wide array of service management capabilities, AssetCenter might be more relevant, in terms of CI information, because it is often linked to inventory tools. ServiceCenter is also highly customizable. This proof of concept shows how to add, in the dropdown menu option for an incident, a change, or a known error, a new entry which launches AssetCenter Web referring to the associated CI. The process of adding an entry in the drop-down menu option is the same for an incident, change or problem. It just needs to be repeated 3 times on different forms. Adding an entry in detail menu option to launch an URL Using Database Manager, enter displayoption in the form field and press Enter.

8 Then for each of the following Screen IDs, repeat the steps below in order to create a new entry in the drop down menu option: 1. cm.view.display (Change Management) 2. apm.edit.problem (Incident Management) 3. rca.view (Problem Management) Unique ID Action <Screen ID>_do_nothing_450 Do Nothing Gui Option 450 Text Option 450 Bank 1 Condition User condition Default label Text Alternative RAD Pre RAD Expression True True View CI in AssetCenter View CI in AssetCenter $L.url=" +str(logical.name in $L.filed)+"&Order=None&UseNameAsPattern=true&UseWorkgroupAsPattern =true&workgroup=" RAD Rad Rad Application Names Values us.launch.external Name $L.url

9 ServiceCenter URL ServiceCenter has multiple ways to generate URLs, most of them internally. However there is a way to generate URLs outside of ServiceCenter, but to do so query hashing needs to be disabled. The URL will then look like: Example: ACMEpc012 Conclusion Needs may vary among customer integrations, and so the object from which you launch wizards, actions, or URL links can be change to different contexts. However the principle described above doesn t change; only AssetCenter or ServiceCenter URLs might change. With ServiceCenter, you may want to launch the AssetCenter URL out of the drop-down menu option. Refer to the manual for GUI options location (any available number <2000, except 1000).

10 For more information Please visit the HP OpenView support web site at: This web site provides contact information and details about the products, services, and support that HP OpenView offers. HP OpenView online software support provides customer self-solve capabilities. It provides a fast and efficient way to access interactive technical support tools needed to manage your business. As a valuable support customer, you can benefit by being able to: Search for knowledge documents of interest Submit and track progress on support cases Submit enhancement requests online Download software patches Manage a support contract Look up HP support contacts Review information about available services Enter discussions with other software customers Research and register for software training Note: Most of the support areas require that you register as an HP Passport user and sign in. Many also require an active support contract. To find more information about support access levels, go to the following URL: To register for an HP Passport ID, go to the following URL: 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. HP, OpenView, ServiceCenter, AssetCenter, and Enterprise Discovery are registered trademarks of Hewlett-Packard Development Company, L.P. Windows and Internet Explorer are trademarks or registered trademarks of Microsoft Corporation in the United States, other countries, or both. 1/2007

Customizing Asset Manager for Managed Services Providers (MSP) Software Asset Management

Customizing Asset Manager for Managed Services Providers (MSP) Software Asset Management HP Asset Manager Customizing Asset Manager for Managed Services Providers (MSP) Software Asset Management How To Manage Generic Software Counters and Multiple Companies Legal Notices... 2 Introduction...

More information

HP OpenView AssetCenter

HP OpenView AssetCenter HP OpenView AssetCenter Software version: 5.0 Integration with software distribution tools Build number: 50 Legal Notices Warranty The only warranties for HP products and services are set forth in the

More information

HP Asset Manager. Implementing Single Sign On for Asset Manager Web 5.x. Legal Notices... 2. Introduction... 3. Using AM 5.20... 3

HP Asset Manager. Implementing Single Sign On for Asset Manager Web 5.x. Legal Notices... 2. Introduction... 3. Using AM 5.20... 3 HP Asset Manager Implementing Single Sign On for Asset Manager Web 5.x Legal Notices... 2 Introduction... 3 Using AM 5.20... 3 Using AM 5.12... 3 Design Blueprint... 3 Technical Design... 3 Requirements,

More information

HP Quality Center. Software Version: 10.00. Microsoft Word Add-in Guide

HP Quality Center. Software Version: 10.00. Microsoft Word Add-in Guide HP Quality Center Software Version: 10.00 Microsoft Word Add-in Guide Document Release Date: February 2012 Software Release Date: January 2009 Legal Notices Warranty The only warranties for HP products

More information

HP Application Lifecycle Management

HP Application Lifecycle Management HP Application Lifecycle Management Software Version: 11.00 Microsoft Word Add-in Guide Document Release Date: November 2010 Software Release Date: October 2010 Legal Notices Warranty The only warranties

More information

HP Universal CMDB. Software Version: 10.22. Data Flow Management Best Practices

HP Universal CMDB. Software Version: 10.22. Data Flow Management Best Practices HP Universal CMDB Software Version: 10.22 Data Flow Management Best Practices Document Release Date: December 2015 Software Release Date: December 2015 Legal Notices Warranty The only warranties for HP

More information

Legal Notices... 2. Introduction... 3

Legal Notices... 2. Introduction... 3 HP Asset Manager Asset Manager 5.10 Sizing Guide Using the Oracle Database Server, or IBM DB2 Database Server, or Microsoft SQL Server Legal Notices... 2 Introduction... 3 Asset Manager Architecture...

More information

HP Operations Orchestration Software

HP Operations Orchestration Software HP Operations Orchestration Software Software Version: 9.00 HP Business Availability Center Integration Document Release Date: June 2010 Software Release Date: June 2010 Legal Notices Warranty The only

More information

How Service Manager 7 Licensing works

How Service Manager 7 Licensing works How Service Manager 7 Licensing works HP Management Software Service Management Software Introduction to Service Manager Licensing...2 The Licensing Facts...3 The Named license...3 The Floating license...3

More information

Managing Scalability of Web services

Managing Scalability of Web services HP Asset Manager Managing Scalability of Web services Legal Notices... 2 Introduction... 3 Objective of this document... 3 Prerequisites... 3 General Approach... 4 Context... 4 Process... 4 Comments...

More information

HP OpenView AssetCenter

HP OpenView AssetCenter HP OpenView AssetCenter Software version: 5.0 Asset Tracking solution Build number: 120 Legal Notices Warranty The only warranties for HP products and services are set forth in the express warranty statements

More information

Best Practices for Multi-Tenant Environments

Best Practices for Multi-Tenant Environments Best Practices for Multi-Tenant Environments How to Configure Service Manager 7 for Multi-Tenant Implementations. HP Software Service Management Introduction... 2 Techniques used in Multi-Tenant implementations...

More information

HP Business Service Management

HP Business Service Management HP Business Service Management For the Windows and Linux operating systems Software Version: 9.23 High Availability Fine Tuning - Best Practices Document Release Date: December 2013 Software Release Date:

More information

HP Service Manager. Software Version: 9.34 For the supported Windows and UNIX operating systems. Service Desk help topics for printing

HP Service Manager. Software Version: 9.34 For the supported Windows and UNIX operating systems. Service Desk help topics for printing HP Service Manager Software Version: 9.34 For the supported Windows and UNIX operating systems Service Desk help topics for printing Document Release Date: July 2014 Software Release Date: July 2014 Legal

More information

HP SiteScope. HP Vertica Solution Template Best Practices. For the Windows, Solaris, and Linux operating systems. Software Version: 11.

HP SiteScope. HP Vertica Solution Template Best Practices. For the Windows, Solaris, and Linux operating systems. Software Version: 11. HP SiteScope For the Windows, Solaris, and Linux operating systems Software Version: 11.23 HP Vertica Solution Template Best Practices Document Release Date: December 2013 Software Release Date: December

More information

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

HP Service Manager. Collaboration Guide. For the Supported Windows and UNIX operating systems. Software Version: 9.31 HP Service Manager For the Supported Windows and UNIX operating systems Software Version: 9.31 Collaboration Guide Document Release Date: October 2012 Software Release Date: October 2012 Legal Notices

More information

Synchronizing ProCurve IDM and Windows Active Directory

Synchronizing ProCurve IDM and Windows Active Directory An HP ProCurve Networking Application Note Synchronizing ProCurve IDM and Windows Active Directory Contents 1. Introduction... 2 2. Prerequisites... 2 3. Network and Active Directory tree diagrams... 2

More information

HP Software as a Service. Federated SSO Guide

HP Software as a Service. Federated SSO Guide HP Software as a Service Federated SSO Guide Document Release Date: July 2014 Legal Notices Warranty The only warranties for HP products and services are set forth in the express warranty statements accompanying

More information

HP Operations Orchestration Software

HP Operations Orchestration Software HP Operations Orchestration Software Software Version: 9.00 Use Cases for Integrations with HP Applications Document Release Date: June 2010 Software Release Date: June 2010 Legal Notices Warranty The

More information

HP Service Manager. Software Version: 9.40 For the supported Windows and Linux operating systems. Application Setup help topics for printing

HP Service Manager. Software Version: 9.40 For the supported Windows and Linux operating systems. Application Setup help topics for printing HP Service Manager Software Version: 9.40 For the supported Windows and Linux operating systems Application Setup help topics for printing Document Release Date: December 2014 Software Release Date: December

More information

HP Software as a Service

HP Software as a Service HP Software as a Service Software Version: 6.1 Federated SSO Document Release Date: August 2013 Legal Notices Warranty The only warranties for HP products and services are set forth in the express warranty

More information

HP ThinPro. Table of contents. Connection Configuration for RDP Farm Deployments. Technical white paper

HP ThinPro. Table of contents. Connection Configuration for RDP Farm Deployments. Technical white paper Technical white paper HP ThinPro Connection Configuration for RDP Farm Deployments Table of contents Introduction... 2 Obtaining the Load Balance Information URL... 2 Single farm deployments... 2 Multiple

More information

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

HP Service Manager. Software Version: 9.40 For the supported Windows and Linux operating systems. Collaboration Guide HP Service Manager Software Version: 9.40 For the supported Windows and Linux operating systems Collaboration Guide Document Release Date: December 2014 Software Release Date: December 2014 Legal Notices

More information

How to use Data Protector 6.0 or 6.10 with Exchange Recovery Storage Groups to restore a single mailbox

How to use Data Protector 6.0 or 6.10 with Exchange Recovery Storage Groups to restore a single mailbox How to use Data Protector 6.0 or 6.10 with Exchange Recovery Storage Groups to restore a single mailbox Introduction... 3 Exchange 2003... 4 Creating a Recovery Storage Group... 4 Restoring the Information

More information

Tailoring the ServiceCenter Service Catalog

Tailoring the ServiceCenter Service Catalog Tailoring the ServiceCenter Service Catalog Best Practices for Adding, Modifying and Removing Service Catalog Connectors HP Management Software IT Service Management Introduction... 2 Prerequisites...

More information

HP Business Service Management

HP Business Service Management HP Business Service Management Software Version: 9.26 Windows operating system RUM for Citrix - Best Practices Document Release Date: September 2015 Software Release Date: September 2015 RUM for Citrix

More information

Sharing Pictures, Music, and Videos on Windows Media Center Extender

Sharing Pictures, Music, and Videos on Windows Media Center Extender Sharing Pictures, Music, and Videos on Windows Media Center Extender Applies to: Microsoft Windows XP Media Center Edition Microsoft Windows Media Center Extender Microsoft Windows Media Center Extender

More information

HP Service Manager. Service Desk help topics for printing. For the supported Windows and UNIX operating systems. Software Version: 9.

HP Service Manager. Service Desk help topics for printing. For the supported Windows and UNIX operating systems. Software Version: 9. HP Service Manager For the supported Windows and UNIX operating systems Software Version: 9.32 Service Desk help topics for printing Document Release Date: August 2013 Software Release Date: August 2013

More information

HP Change Configuration and Release Management (CCRM) Solution

HP Change Configuration and Release Management (CCRM) Solution HP Change Configuration and Release Management (CCRM) Solution HP Service Manager, HP Release Control, and HP Universal CMDB For the Windows Operating System Software Version: 9.30 Concept Guide Document

More information

HP Business Service Management

HP Business Service Management HP Business Service Management For the Windows and Linux operating systems Software Version: 9.23 HP NNMi - HP BSM Topology Integration Best Practices Document Release Date: December 2013 Software Release

More information

Exam Preparation Guide HP0-M96: Asset Manager 9 Implementation Exam

Exam Preparation Guide HP0-M96: Asset Manager 9 Implementation Exam HP ExpertONE Exam Preparation Guide HP0-M96: Asset Manager 9 Implementation Exam This guide is to set expectations about the context of the certification exam and to help candidates prepare. Recommended

More information

HP OpenView Smart Plug-in for Microsoft Exchange Server

HP OpenView Smart Plug-in for Microsoft Exchange Server HP OpenView Smart Plug-in for Microsoft Exchange Server For the UNIX Operating System Release Notes Software version: 10.00 / November 2006 This document provides an overview of the changes made to HP

More information

HP OpenView Internet Services. SNMP Integration with HP Operations Manager for Windows White Paper

HP OpenView Internet Services. SNMP Integration with HP Operations Manager for Windows White Paper HP OpenView Internet Services SNMP Integration with HP Operations Manager for Windows White Paper Version: 1.00 Overview... 2 Prerequisites... 2 For HPOM Management Server... 2 For OVIS... 2 Configuration...

More information

HP Priority Services. Priority Access

HP Priority Services. Priority Access HP Priority Services Online Case Management tool Web-based submission and tracking solutions. The HP Support Case Manager (SCM) provides 24/7 access and enables users to submit and manage support cases

More information

Additional License Authorizations

Additional License Authorizations Additional License Authorizations for HP Service Management Center Software products and for HP Release Control Software Product use authorizations This document provides Additional License Authorizations

More information

HP Operations Orchestration Software

HP Operations Orchestration Software HP Operations Orchestration Software Software Version: 9.00 HP Project and Portfolio Management Integration Guide Document Release Date: June 2010 Software Release Date: June 2010 Legal Notices Warranty

More information

HP Business Process Monitor

HP Business Process Monitor HP Business Process Monitor For the Windows operating system Software Version: 9.23 BPM Monitoring Solutions Best Practices Document Release Date: December 2013 Software Release Date: December 2013 Legal

More information

HP Real User Monitor. Release Notes. For the Windows and Linux operating systems Software Version: 9.21. Document Release Date: November 2012

HP Real User Monitor. Release Notes. For the Windows and Linux operating systems Software Version: 9.21. Document Release Date: November 2012 HP Real User Monitor For the Windows and Linux operating systems Software Version: 9.21 Release Notes Document Release Date: November 2012 Software Release Date: November 2012 Legal Notices Warranty The

More information

HP Quality Center. Software Version: 10.00. Microsoft Excel Add-in Guide

HP Quality Center. Software Version: 10.00. Microsoft Excel Add-in Guide HP Quality Center Software Version: 10.00 Microsoft Excel Add-in Guide Document Release Date: February 2012 Software Release Date: January 2009 Legal Notices Warranty The only warranties for HP products

More information

HP Project and Portfolio Management Center

HP Project and Portfolio Management Center HP Project and Portfolio Management Center Software Version: 9.20 RESTful Web Services Guide Document Release Date: February 2013 Software Release Date: February 2013 Legal Notices Warranty The only warranties

More information

HP Service Manager. Software Version: 9.34 For the supported Windows and UNIX operating systems. Incident Management help topics for printing

HP Service Manager. Software Version: 9.34 For the supported Windows and UNIX operating systems. Incident Management help topics for printing HP Service Manager Software Version: 9.34 For the supported Windows and UNIX operating systems Incident Management help topics for printing Document Release Date: July 2014 Software Release Date: July

More information

FTP Server Configuration

FTP Server Configuration FTP Server Configuration For HP customers who need to configure an IIS or FileZilla FTP server before using HP Device Manager Technical white paper 2 Copyright 2012 Hewlett-Packard Development Company,

More information

HP Client Manager 6.2

HP Client Manager 6.2 HP Client Manager 6.2 Introduction... 2 New Features in HPCM 6.2... 4 Understanding how HPCM works... 5 Extensive reporting capability... 5 HPCM in operation... 6 Client inventory... 6 Health monitoring...

More information

HP Business Service Management

HP Business Service Management HP Business Service Management for the Windows/Linux operating system Software Version: 9.20 Effective Modeling for BSM Best Practices Document Release Date: August 2012 Software Release Date: August 2012

More information

Self Service Ticketing in ServiceCenter 6.1

Self Service Ticketing in ServiceCenter 6.1 Self Service Ticketing in ServiceCenter 6.1 Best Practices for Implementing the ServiceCenter 6.1 Self Service Ticketing (SST) System HP OpenView IT Service Management Introduction...2 Purpose...2 Best

More information

HP SiteScope. Hadoop Cluster Monitoring Solution Template Best Practices. For the Windows, Solaris, and Linux operating systems

HP SiteScope. Hadoop Cluster Monitoring Solution Template Best Practices. For the Windows, Solaris, and Linux operating systems HP SiteScope For the Windows, Solaris, and Linux operating systems Software Version: 11.23 Hadoop Cluster Monitoring Solution Template Best Practices Document Release Date: December 2013 Software Release

More information

How to Configure Web Authentication on a ProCurve Switch

How to Configure Web Authentication on a ProCurve Switch An HP ProCurve Networking Application Note How to Configure Web Authentication on a ProCurve Switch Contents 1. Introduction... 2 2. Prerequisites... 2 3. Network diagram... 2 4. Configuring the ProCurve

More information

How to configure 802.1X authentication with a Windows XP or Vista supplicant

How to configure 802.1X authentication with a Windows XP or Vista supplicant An HP ProCurve Networking Application Note How to configure 802.1X authentication with a Windows XP or Vista supplicant Contents 1. Introduction... 2 2. Prerequisites... 2 3. Network diagram... 2 4. Configuring

More information

HP Service Manager. Software Version: 9.34 For the supported Windows and UNIX operating systems. Processes and Best Practices Guide

HP Service Manager. Software Version: 9.34 For the supported Windows and UNIX operating systems. Processes and Best Practices Guide HP Service Manager Software Version: 9.34 For the supported Windows and UNIX operating systems Processes and Best Practices Guide Document Release Date: July 2014 Software Release Date: July 2014 Legal

More information

HP ALM. Software Version: 12.50. Tutorial

HP ALM. Software Version: 12.50. Tutorial HP ALM Software Version: 12.50 Tutorial Document Release Date: December 2015 Software Release Date: December 2015 Legal Notices Warranty The only warranties for HP products and services are set forth in

More information

HP OpenView Performance Insight Report Pack for Databases

HP OpenView Performance Insight Report Pack for Databases HP OpenView Performance Insight Report Pack for Databases Data sheet The Report Pack for Databases provides the insight you need to effectively manage your database management system. Because what you

More information

Radia Cloud. User Guide. For the Windows operating systems Software Version: 9.10. Document Release Date: June 2014

Radia Cloud. User Guide. For the Windows operating systems Software Version: 9.10. Document Release Date: June 2014 Radia Cloud For the Windows operating systems Software Version: 9.10 User Guide Document Release Date: June 2014 Software Release Date: June 2014 Legal Notices Warranty The only warranties for products

More information

HP Enterprise Integration module for SAP applications

HP Enterprise Integration module for SAP applications HP Enterprise Integration module for SAP applications Software Version: 2.50 User Guide Document Release Date: May 2009 Software Release Date: May 2009 Legal Notices Warranty The only warranties for HP

More information

HP Service Manager. Software Version: 9.40 For the supported Windows and Linux operating systems. Request Management help topics for printing

HP Service Manager. Software Version: 9.40 For the supported Windows and Linux operating systems. Request Management help topics for printing HP Service Manager Software Version: 9.40 For the supported Windows and Linux operating systems Request Management help topics for printing Document Release Date: December 2014 Software Release Date: December

More information

HP Business Service Management

HP Business Service Management HP Business Service Management Software Version: 9.25 BPM Monitoring Solutions - Best Practices Document Release Date: January 2015 Software Release Date: January 2015 Legal Notices Warranty The only warranties

More information

HP Device Manager 4.6

HP Device Manager 4.6 Technical white paper HP Device Manager 4.6 FTP Server Configuration Table of contents Overview... 2 IIS FTP server configuration... 2 Installing FTP v7.5 for IIS... 2 Creating an FTP site with basic authentication...

More information

HP Thin Client Imaging Tool

HP Thin Client Imaging Tool HP Thin Client Imaging Tool Table of Contents: Abstract... 1 Introduction... 1 System Requirements... 1 Software... 1 Hardware... 1 Getting Started... 2 Formatting a USB Flash Device... 3 Unpacking the

More information

HP One-Button Disaster Recovery (OBDR) Solution for ProLiant Servers

HP One-Button Disaster Recovery (OBDR) Solution for ProLiant Servers Reference guide HP One-Button Disaster Recovery (OBDR) Solution for ProLiant Servers Reference guide Contents One button disaster recovery (OBDR) 2 Requirements 2 HP tape drive and server support 2 Creating

More information

HP Point of Sale (POS) Peripherals Configuration Guide 2D Imaging / Linear / Presentation Scanner

HP Point of Sale (POS) Peripherals Configuration Guide 2D Imaging / Linear / Presentation Scanner HP Point of Sale (POS) Peripherals Configuration Guide 2D Imaging / Linear / Presentation Scanner Document Version 3.42 December 2011 1 Copyright 2007-2011 Hewlett-Packard Development Company, L.P. The

More information

HP Quality Center. Software Version: 9.20. Version Control Add-in Guide

HP Quality Center. Software Version: 9.20. Version Control Add-in Guide HP Quality Center Software Version: 9.20 Version Control Add-in Guide Document Number: QCGENVC9.2/01 Document Release Date: May 2007 Software Release Date: May 2007 Legal Notices Warranty The only warranties

More information

HP Data Protector Integration with Autonomy LiveVault

HP Data Protector Integration with Autonomy LiveVault HP Data Protector Integration with Autonomy LiveVault Introducing cloud backup for HP Data Protector environments Technical white paper Table of contents Summary... 2 Introduction... 2 Integration concepts...

More information

HP Point of Sale (POS) Peripherals Configuration Guide ap5000 VFD Windows (non-opos)

HP Point of Sale (POS) Peripherals Configuration Guide ap5000 VFD Windows (non-opos) HP Point of Sale (POS) Peripherals Configuration Guide ap5000 VFD Windows (non-opos) Document Version 3.23 November 2010 1 Copyright 2007-2010 Hewlett-Packard Development Company, L.P. The information

More information

Storage Health and Event Monitoring

Storage Health and Event Monitoring HP OpenView Operations, Service Desk, Insight Manager and Storage Essentials Integration Storage Health and Event Monitoring HP Storage Essentials, System Insight Manager, Openview Operations and Service

More information

HP OpenView Service Desk Process Insight 2.10 software

HP OpenView Service Desk Process Insight 2.10 software HP OpenView Service Desk Process Insight 2.10 software Data sheet HP OpenView Service Desk Process Insight software provides real-time visibility into the ITIL processes managed by your HP OpenView Service

More information

Monitoring and Operating a Private Cloud with System Center 2012 (10750) H7G37S

Monitoring and Operating a Private Cloud with System Center 2012 (10750) H7G37S HP Education Services course data sheet Monitoring and Operating a Private Cloud with System Center 2012 (10750) H7G37S Course Overview In this course, you will receive an overview of a private cloud infrastructure,

More information

HP Client Manager 6.1

HP Client Manager 6.1 HP Client Manager 6.1 Introduction... 2 New Features in HPCM 6.1... 4 Understanding how HPCM works... 6 Extensive reporting capability... 7 HPCM in operation... 7 Client inventory... 7 Health monitoring...

More information

HP ITSM best practices for HP OpenView Service Desk. HP Services

HP ITSM best practices for HP OpenView Service Desk. HP Services HP ITSM best practices for HP OpenView Service Desk HP Services Reduce effort, cost, and risk. Increase the business value of IT. IT organizations that are seeking to improve their operational effectiveness

More information

HP Systems Insight Manager and HP OpenView

HP Systems Insight Manager and HP OpenView HP Systems Insight Manager and HP OpenView Working Better Together to Deliver End-to-End Management, from Hardware Infrastructure to Business Service Availability Executive Summary... 2 Challenges of Managing

More information

HP Software Technical Support

HP Software Technical Support HP Software Technical Support HP Technology Services - Contractual Services Technical data HP Software Technical Support provides comprehensive remote software support services for HP software products

More information

HP Business Service Management

HP Business Service Management HP Business Service Management for the Windows and Linux operating systems Software Version: 9.10 Business Process Insight Server Administration Guide Document Release Date: August 2011 Software Release

More information

HP Asset Manager. Software version: 5.20. Asset Tracking Solution

HP Asset Manager. Software version: 5.20. Asset Tracking Solution HP Asset Manager Software version: 5.20 Asset Tracking Solution Document Release Date: 01 October 2009 Software Release Date: October 2009 Legal Notices Copyright Notices Copyright 1994-2009 Hewlett-Packard

More information

ProLiant Essentials Intelligent Networking Active Path Failover in Microsoft Windows environments

ProLiant Essentials Intelligent Networking Active Path Failover in Microsoft Windows environments ProLiant Essentials Intelligent Networking Active Path Failover in Microsoft Windows environments white paper Abstract... 2 Introduction... 2 Benefits of Active Path Failover... 3 How the Active Path Failover

More information

HP network adapter teaming: load balancing in ProLiant servers running Microsoft Windows operating systems

HP network adapter teaming: load balancing in ProLiant servers running Microsoft Windows operating systems HP network adapter teaming: load balancing in ProLiant servers running Microsoft Windows operating systems white paper Introduction... 2 Overview of teaming and load balancing... 2 Transmit Load Balancing...

More information

HP LeftHand SAN Solutions

HP LeftHand SAN Solutions HP LeftHand SAN Solutions Support Document Applications Notes Best Practices for Using SolarWinds' ORION to Monitor SANiQ Performance Legal Notices Warranty The only warranties for HP products and services

More information

HP Application Lifecycle Management

HP Application Lifecycle Management HP Application Lifecycle Management Software Version: 11.00 Microsoft Excel Add-in Guide Document Release Date: February 2011 Software Release Date: October 2010 Legal Notices Warranty The only warranties

More information

HP LeftHand SAN Solutions

HP LeftHand SAN Solutions HP LeftHand SAN Solutions Support Document Application Notes Best Practices for Using PRTG Traffic Grapher to Monitor SANiQ Performance Legal Notices Warranty The only warranties for HP products and services

More information

HP Quality Center. Software Version: 9.20. Microsoft Excel Add-in Guide

HP Quality Center. Software Version: 9.20. Microsoft Excel Add-in Guide HP Quality Center Software Version: 9.20 Microsoft Excel Add-in Guide Document Release Date: September 2008 Software Release Date: January 2008 Legal Notices Warranty The only warranties for HP products

More information

HP Access Control Express Installation Guide

HP Access Control Express Installation Guide HP Access Control Express Installation Guide 1 HP Access Control Express Installation Guide Reference number: 20111005 Edition: November 2011 2 Legal notices (c) Copyright 2011 Hewlett-Packard Development

More information

Instructions for installing Microsoft Windows Small Business Server 2003 R2 on HP ProLiant servers

Instructions for installing Microsoft Windows Small Business Server 2003 R2 on HP ProLiant servers Instructions for installing Microsoft Windows Small Business Server 2003 R2 on HP ProLiant servers integration note Abstract... 2 Installation requirements checklists... 3 HP ProLiant server checklist...

More information

HP ALM Best Practices Series

HP ALM Best Practices Series HP ALM Best Practices Series For ALM Practitioners Business Process Models Best Practices Document Release Date: June 2015 Legal Notices Warranty The only warranties for HP products and services are set

More information

Advanced Solutions of Microsoft SharePoint Server 2013 (20332) H6C76S

Advanced Solutions of Microsoft SharePoint Server 2013 (20332) H6C76S HP Education Services course data sheet Advanced Solutions of Microsoft SharePoint Server 2013 (20332) H6C76S Course Description In this class, you will learn how to design, configure, and manage a SharePoint

More information

HP Device Manager 4.6

HP Device Manager 4.6 Technical white paper HP Device Manager 4.6 LDAP Troubleshooting Guide Table of contents Introduction... 2 HPDM LDAP-related context and background... 2 LDAP in HPDM... 2 Configuring User Authentication...

More information

HP ProCurve Identity Driven Manager 3.0

HP ProCurve Identity Driven Manager 3.0 Product overview HP ProCurve Identity Driven Manager (IDM), a plug-in to HP ProCurve Manager Plus, dynamically provisions network security and performance settings based on user, device, location, time,

More information

Installing Microsoft Windows

Installing Microsoft Windows Installing Microsoft Windows on HP Workstations with Advanced Format Hard Drives Technical white paper Table of contents Introduction... 2 Identifying an Advanced Format drive... 2 Installing Windows on

More information

QuickSpecs. HP Data Protector Reporter Software Overview. Powerful enterprise reporting with point and click simplicity

QuickSpecs. HP Data Protector Reporter Software Overview. Powerful enterprise reporting with point and click simplicity Overview Introduction HP Data Protector software, used by more than 41,000 customers around the world, simplifies application protection in virtual and physical environments through unified recovery and

More information

HP OpenView Smart Plug-in for Active Directory

HP OpenView Smart Plug-in for Active Directory HP OpenView Smart Plug-in for Active Directory Data sheet As the primary enterprise directory service in Windows environments, the criticality of monitoring and maintaining Microsoft Active Directory cannot

More information

HP Asset Manager. Software version: 5.20. Integration with software distribution and configuration management tools

HP Asset Manager. Software version: 5.20. Integration with software distribution and configuration management tools HP Asset Manager Software version: 5.20 Integration with software distribution and configuration management tools Document Release Date: 01 October 2009 Software Release Date: October 2009 Legal Notices

More information

HP Service Manager. Software Version: 9.40 For the supported Windows and Linux operating systems. Processes and Best Practices Guide (Codeless Mode)

HP Service Manager. Software Version: 9.40 For the supported Windows and Linux operating systems. Processes and Best Practices Guide (Codeless Mode) HP Service Manager Software Version: 9.40 For the supported Windows and Linux operating systems Processes and Best Practices Guide (Codeless Mode) Document Release Date: December, 2014 Software Release

More information

Server Virtualization with Windows Server Hyper-V and System Center (20409) H8B93S

Server Virtualization with Windows Server Hyper-V and System Center (20409) H8B93S HP Education Services course data sheet Server Virtualization with Windows Server Hyper-V and System Center (20409) H8B93S Course Overview Obtain the skills you need to deploy and manage a Microsoft Server

More information

HP Operations Smart Plug-in for Virtualization Infrastructure

HP Operations Smart Plug-in for Virtualization Infrastructure HP Operations Smart Plug-in for Virtualization Infrastructure for HP Operations Manager for Windows Software Version: 1.00 Deployment and Reference Guide Document Release Date: October 2008 Software Release

More information

Presales Certifications

Presales Certifications Presales Certifications Accredited Presales Professional HP Imaging & Printing Prerequisites Web-based Trainings s and Step 1 HP Imaging and Printing 00044645 or or or or or or HP Web Jetadmin Printer

More information

HP IMC Firewall Manager

HP IMC Firewall Manager HP IMC Firewall Manager Configuration Guide Part number: 5998-2267 Document version: 6PW102-20120420 Legal and notice information Copyright 2012 Hewlett-Packard Development Company, L.P. No part of this

More information

Security Assertion Markup Language (SAML) Site Manager Setup

Security Assertion Markup Language (SAML) Site Manager Setup Security Assertion Markup Language (SAML) Site Manager Setup Trademark Notice Blackboard, the Blackboard logos, and the unique trade dress of Blackboard are the trademarks, service marks, trade dress and

More information

Bluetooth Pairing. User Guide

Bluetooth Pairing. User Guide Bluetooth Pairing User Guide Copyright 2012 Hewlett-Packard Development Company, L.P. Microsoft, Windows, and Windows Vista are U.S. registered trademarks of Microsoft Corporation. Bluetooth is a trademark

More information

HP Business Availability Center

HP Business Availability Center HP Business Availability Center for the Windows and Solaris operating systems Software Version: 8.05 Business Process Monitor Administration Document Release Date:September 2010 Software Release Date:

More information

HP Software & Solutions Partner Central and The Learning Center

HP Software & Solutions Partner Central and The Learning Center HP Software & Solutions Partner Central and The Learning Center Overview and access instructions for partners Table of contents Partner Central for HP Software & Solutions overview... 2 Partner Central

More information

Installing and Configuring Windows Server 2012 (20410) H4D00S

Installing and Configuring Windows Server 2012 (20410) H4D00S HP Education Services course data sheet Installing and Configuring Windows Server 2012 (20410) H4D00S Course Overview This course is part one of a series of three courses. Through this series you will

More information

HP Device Manager 4.7

HP Device Manager 4.7 Technical white paper HP Device Manager 4.7 LDAP Troubleshooting Guide Table of contents Introduction... 2 HPDM LDAP-related context and background... 2 LDAP in HPDM... 2 Full domain account name login...

More information

HP ProLiant Essentials Vulnerability and Patch Management Pack Release Notes

HP ProLiant Essentials Vulnerability and Patch Management Pack Release Notes HP ProLiant Essentials Vulnerability and Patch Management Pack Release Notes Supported platforms... 2 What s new in version 2.1... 2 What s new in version 2.0.3... 2 What s new in version 2.0.2... 2 What

More information