CONTENTS: PREFACE: A. Overview

Size: px
Start display at page:

Download "CONTENTS: PREFACE: A. Overview"

Transcription

1 Using the Serviceguard Toolkit for Oracle Data Guard in an HP Serviceguard Cluster ========================================================================= ================= Version: B CONTENTS: A. Overview B. Supported versions C. Setting Up Oracle Data Guard D. Setting Up the Toolkit E. Oracle Data Guard Package Configuration Example F. Adding the Package to the Cluster G. Oracle Data Guard Maintenance H. Using Serviceguard Toolkit for Oracle Data Guard in Continentalclusters environment I. Using Serviceguard Toolkit for Oracle Data Guard in Metrocluster and Extended Distance Cluster environments J. Verification of the setup PREFACE: This README file describes the High Availability Serviceguard Toolkit for Oracle Data Guard (also referred to as "Oracle Data Guard Toolkit") designed for use in a Serviceguard environment. This README covers the basic steps for configuring Oracle Data Guard in an HP-UX cluster, and is intended for users who want to integrate in an HP-UX cluster, and is intended for users who want to integrate Oracle Data Guard with HP Serviceguard. This README assumes that its readers are already familiar with Serviceguard configuration, as well as with Oracle Data Guard concepts, including installation and configuration procedures. A. Overview The Serviceguard Toolkit for Oracle Data Guard consists of a set of shell scripts that are used to start, stop, and monitor Oracle Data Guard primary and standby database instances. Oracle Data Guard provides protection to Oracle Database by replicating the database data to one or more standby databases. Integrating Oracle Data Guard with HP Serviceguard has the following advantages: - Provides High Availability for Data Guard processes for both primary and the standby databases.

2 HP Serviceguard includes built in monitoring capabilities to monitor system resources like network, volume groups, filesystems etc and to initiate failover in the instant of their failure. - Oracle Data Guard integration with HP Serviceguard Extended Distance Cluster or other Serviceguard based "Disaster Recovery (DR)" clusters, will provide disaster protection and recovery for Oracle database as well as the applications that use the databases. NOTE: The toolkit also provides HA for Active standby database (Oracle 11g and above) NOTE: This version of the toolkit does t include support for performing role transitions. These tasks must be manually performed. After these tasks are manually performed, the toolkit detects the new role of the database and the monitors the associated processes. This toolkit supports automatic role transitions only in a Continentalclusters environment when the primary cluster fails. NOTE: This version of toolkit will support only single instance Oracle and does t support Oracle RAC This toolkit leverages scripts from the ECMT Oracle Toolkit to start, stop, and monitor the database and the listener. IMPORTANT: Oracle must be installed in the same location on all cluster des that will run the package. B. Supported versions i) Single instance Oracle Database Oracle Data Guard 10gR2,11gR1 10gR2,11gR1 11gR2 ECMT B B B Serviceguard A A A A HP-UX OS 11i v2,11i v3 11i v3 11i v3 Unless otherwise stated, this toolkit supports all storage and volume managers that Serviceguard supports. At the time of publication, this version of the toolkit supports the listed software and OS versions. For the most recent information, see the Compatibility matrix available at: NOTE:

3 VxVM/CVM and CFS will t be supported in this release. NOTE: This version of toolkit supports only modular packages. C. Setting Up Oracle Data Guard: Oracle Data Guard provides the management, monitoring, and automation software to create and maintain one or more standby databases to protect Oracle data from failures, disasters, human error, and data corruptions. Oracle Data Guard is included with the Enterprise Edition and Personal Edition of the Oracle database software. A Data Guard configuration consists of one production database and up to nine standby databases. There are two types of standby databases. i. Physical Standby database ii. Logical Standby database The Active Data Guard option, first available with Oracle Database 11g, enables a physical standby database to be used for read-only applications while simultaneously receiving updates from the primary database. NOTE: This README assumes that Oracle is installed on all the clusters des, by the user 'oracle' and that shared storage is already configured. For information on configuring Oracle Data Guard can be obtained from the Oracle website: D. Setting up the toolkit - Toolkit Overview This toolkit has to be used in combination with the ECMT Oracle module. Hence, ensure that ECMT B has been installed. After installing the ODG toolkit, two scripts (hadg.sh and hadg.conf) and this README file will be in the /opt/cmcluster/toolkit/dataguard directory. Two more scripts (tkit_module.sh and tkit_gen.sh) and one file (dataguard.1) which are used for modular packaging will be installed in the /etc/cmcluster/scripts/tkit/dataguard directory and /etc/cmcluster/modules/tkit/dataguard respectively.

4 These scripts are: - hadg.conf (user configuration file) This script contains a list of pre-defined variables that the user must customize for use with a particular database instance. This is a configuration file which is read by the toolkit script, hadg.sh. The following variables are contained in hadg.conf: TKIT_DIR: and directs directory. dataguard.debug ORACLE_HOME: installed. This directory is synymous to the package directory holds the toolkit configuration file. This parameter "cmapplyconf" to generate the hadg.conf file under this To put toolkit into maintenance mode, create file under this directory. The base directory of Oracle where oracle is ORACLE_ADMIN: User name of the Oracle database administrator. This will be used for starting and stopping of the database. For Example: ORACLE_ADMIN=oracle SID_NAME: oracle START_MODE: Oracle database. "mount", this parameter The Oracle session name. This uniquely identifies an database instance. This parameter determines the startup mode for The default value is "open". It can take the options - "mount" or "open". NOTE: For the ODG toolkit, always specify the value of as "mount". MAINTENANCE_FLAG: Maintenance flag is used to bring this toolkit into maintenance mode. If set to yes, this will enable maintenance feature in the toolkit. for a file exists and if and database Serviceguard Toolkit for Oracle Data Guard will look out "dataguard.debug" in the package directory. If the file if maintenance feature is enabled, monitoring is paused,

5 instance may be brought down for maintenance. The package would t be failed over to the adoptive de even though the instance has been brought down for maintenance. After the maintenance work, make sure that the instance is brought up properly. Delete the file dataguard.debug the package directory. This would enable toolkit to continue monitoring the Database server application. Note if Maintenance flag is set to "" then the above feature would t be available and toolkit cant be brought into maintenance mode. MONITOR_INTERVAL: The time interval, in seconds, this script will wait between checks to make sure that the Oracle instance is running. The default value is 30 seconds. TIME_OUT: The time for which the toolkit waits for a completion of a rmal shutdown before initiating forceful halt of the application. The TIME_OUT variable is used to protect against a worst case scenario where a hung database or ASM instance prevents the halt script from completing, therefore preventing the standby de from starting the instance TIME_OUT variable has effect on package failover times. The default value is 30 seconds. ACTIVE_STANDBY: This parameter determines whether the database instance is an active standby or t. The Active Data Guard Option available with Oracle Database 11g Enterprise Edition enables you to open a physical standby database for read-only access. This parameter can be set to 'yes' or ''. The default value is '' DG_BROKER: Specify whether the Oracle Data Guard broker is to be used or t. Oracle Data Guard Broker management is t supported in this release. Hence this parameter must be set to "". The default value is "".

6 START_STANDBY_AS_PRIMARY: Specify whether the standby database has to be started as the primary database by failing over the primary database. This parameter can be used in a Continentalcluster environment; the value of this parameter has to be 'yes' in the package configuration file of the recovery package. ALERT_MAIL_ID: This parameter is used to specify the address for sending alerts. - Main Script (hadg.sh) This script contains a list of internally used variables and functions that support the starting and stopping of an Oracle data guard instance. This script will be called by tkit_module.sh to perform the following: - On package startup, it starts the data guard instance primary/standby) and launches monitor processes. - On package halt, it stops the data guard instance and monitor process. NOTE: The following three scripts are used only during the modular method of packaging. - Attribute Definition File (dataguard) The ADF is used to generate a package ASCII template file. - Module Script (tkit_module.sh) This script is called by the Master Control Script and acts as an interface between the Master Control Script and the Toolkit interface script (hadg.sh). It is also responsible for calling the Toolkit Configuration File Generator Script (described below). - Toolkit Configuration File Generator Script (tkit_gen.sh) This script is called by the Module Script when the package configuration is applied using 'cmapplyconf' to generate the user configuration file (hadg.conf) in the package directory (TKIT_DIR). E. Oracle Data Guard Package Configuration Example This section explains an Oracle Data Guard package configuration example. Follow the instructions in the chapter "Building an HA Cluster Configuration" in the manual

7 "Managing HP Serviceguard" to create the logical volume infrastructure on shared disks. The disk must be available to all clustered des that will be configured to run ODG toolkit. Create file systems on all logical volumes on the volume groups. The ODG toolkit can be configured in one of the following methods: a) Install directory method: Here the scripts remain in the installation directory. b) configuration directory method: Here the user has to copy the scripts from the installation directory (including contents of subdirectories) to the configuration directory and define this location in the parameter "TKIT_DIR" in the package configuration file. The users can modify the scripts in the configuration directory to add any specific requirements. Serviceguard first tries to use the hadg.sh script in the configuration directory. If the script is t found in the configuration directory, it takes it from the installation directory. The example configuration uses the installation directory mode operation. This example on ODG Package Setup and Configuration is for an Oracle Data Guard configuration using LVM. a. Creating a Package configuration Create two packages one for the primary database on the primary cluster and the other for the standby database on the standby cluster. Create a directory in /etc/cmcluster, for example "dataguard". This directory will eventually become TKIT_DIR and "cd" to this directory. Run the following commands to create the Package configuration file Templates. Note that the ODG toolkit has to be used in combination with the ECMT Oracle toolkit. A combinational package is the one in which two applications are packaged together by combining their respective Serviceguard modules into one package. The ODG Toolkit module can be combined with the ECMT Oracle Toolkit module as follows: cmmakepkg -m ecmt/oracle/oracle - m tkit/dataguard/dataguard dgpkg.conf b. Specifying configuration parameters in the package

8 Oncce the package configuration file has been created, the user must specify various parameter values. The parameters which are to be modified in dgpkg.conf specifically for this configuration are only shown here. Note that the package configuration file shown below contains attributes of both the ECMT Oracle toolkit and the ODG tookit. (NOTE: The following attributes are specific to the Oracle Toolkit in ECMT.) "package_name" is the name that is used to identify the package. Package names must be unique within a cluster. package_name dgpkg "package_description" specifies the application that the package runs. package_description "Serviceguard Package" "package_type" is the type of package. The package_type attribute specifies the behavior for this package. package_type failover "run_script_timeout" is the number of Seconds allowed for package to start. "halt_script_timeout" is the number of Seconds allowed for package to halt. run_script_timeout 300 halt_script_timeout 610 "script_log_file" is the full path name for the package control script log file. script_log_file /etc/cmcluster/dataguard/pkg.log - -- Define package configuration directory ecmt/oracle/oracle/tkit_dir /etc/cmcluster/dataguard Define the instance type

9 ebs ecmt/oracle/oracle/instance_type database Define Oracle home ecmt/oracle/oracle/oracle_home /var/orahome Define user name of Oracle database administrator ecmt/oracle/oracle/oracle_admin oracle Define oracle session name ecmt/oracle/oracle/sid_name ORCL Define Oracle database startup mode ecmt/oracle/oracle/start_mode mount Define whether the database instance is using ASM or t ecmt/oracle/oracle/asm Define ASM disk groups used by the database instance ecmt/oracle/oracle/asm_diskgroup Define the volume groups used in the ASM disk groups for the database instance ecmt/oracle/oracle/asm_volume_group The ASM home ecmt/oracle/oracle/asm_home Define user name of Oracle ASM administrator ecmt/oracle/oracle/asm_user oracle The ASM session name ecmt/oracle/oracle/asm_sid

10 Define whether configured listener has to be started with the server ecmt/oracle/oracle/listener yes Define the Oracle listener name(s) ecmt/oracle/oracle/listener_name LISTENER_ORCL Define the listener password(s) ecmt/oracle/oracle/listener_pass ecmt/oracle/oracle/listener_restart ecmt/oracle/oracle/listener_restart (NOTE: The following are the Service commands for the combinational package) service_name oracle_service_test service_cmd "$SGCONF/scripts/ecmt/oracle/tkit_module.sh oracle_monitor" service_restart ne service_fail_fast_enabled service_halt_timeout 300 service_name oracle_listener_service_test service_cmd "$SGCONF/scripts/ecmt/oracle/tkit_module.sh oracle_monitor_listener" service_restart ne service_fail_fast_enabled service_halt_timeout 300 service_name oracle_hang_service_test service_cmd "$SGCONF/scripts/ecmt/oracle/tkit_module.sh oracle_hang_monitor 30 failover" service_restart ne service_fail_fast_enabled service_halt_timeout 300 service_name dataguard_service_test service_cmd "$SGCONF/scripts/tkit/dataguard/tkit_module.sh dataguard_monitor" service_restart ne service_fail_fast_enabled service_halt_timeout 300 (NOTE: The following attributes are specific to the ODG toolkit)

11 Define ACTIVE_STANDBY tkit/dataguard/dataguard/active_standby Define DG_BROKER tkit/dataguard/dataguard/dg_broker Define START_STANDBY_AS_PRIMARY tkit/dataguard/dataguard/start_standby_as_primary Define address for sending alerts tkit/dataguard/dataguard/alert_mail_id "vg" is used to specify which volume groups are used by this package. vg vgora "fs_name", "fs_directory", "fs_mount_opt", "fs_umount_opt", "fs_fsck_opt", and "fs_type" specify the filesystems which are used by this package. fs_name /dev/vgora/lvol1 fs_directory /oradb fs_type "vxfs" fs_mount_opt "-o rw" fs_umount_opt fs_fsck_opt F. Adding the Package to the Cluster After the setup is complete, add the package to the Serviceguard cluster and start it up. $ cmapplyconf -P dgpkg.conf $ cmmodpkg -e -n <de1> -n <de2> dgpkg $ cmmodpkg -e dgpkg For more information on adding a package to the cluster, see the "Managing HP Serviceguard" document available at: G. Oracle Data Guard Maintenance

12 There might be situations, when the Oracle Data guard database instances have to be taken down for maintenance purposes like changing configuration, without having the instance to migrate to standby de. The following procedure should be followed: The maintenance feature is enabled only when the configuration variable MAINTENANCE_FLAG is set to "yes" in the toolkit configuration file. Note: The example assumes that the package name is dgpkg, package directory is /etc/cmcluster/pkg/dgpkg and the ORACLE_HOME is configured as /orahome. 1. Disable the package switching through cmmodpkg command. $ cmmodpkg -d dgpkg 2. Pause the monitor script Create an empty file /etc/cmcluster/pkg/dgpkg/dataguard.debug as shown below: $ touch /etc/cmcluster/pkg/dgpkg/dataguard.debug Toolkit monitor scripts (both database instance and listener monitoring scripts) which continuously monitor Oracle Data Guard process daemons' processes, would w stop monitoring these daemon processes. The messages, "Serviceguard Toolkit for Oracle Data Guard pausing Dataguard monitoring and entering maintenance mode" appears in the Serviceguard Package Control script log. 3. If required, stop the database instance(s) as shown below: $ cd /etc/cmcluster/pkg/dgpkg/ $ $PWD/hadg.sh stop 4. Perform maintenance actions (Example: changing the configuration parameters in the parameter file of the Oracle instance. If this file is changed, please remember to distribute the new file to all cluster des). 5. Re-start the Oracle database instance again if you manually stopped it prior to maintenance $ cd /etc/cmcluster/pkg/dgpkg/ $ $PWD/hadg.sh start

13 6. Allow monitoring scripts to continue rmally as shown below: $ rm -f /etc/cmcluster/pkg/dgpkg/dataguard.debug The message "Starting Oracle Data Guard monitoring again after maintenance" appears in the Serviceguard Package Control script log. 7. Enable the package failover $ cmmodpkg -e dgpkg Note: If a package failure occurs during maintenance operations, the package does t automatically fail over to an adoptive de. You must manually start the package on the adoptive de. For more information on manually starting the package on an adoptive de, see the "Managing HP Serviceguard" guide available at: H. Using Serviceguard Toolkit for Oracle Data Guard in Continentalclusters environment: A Continental cluster provides an alternative disaster tolerant solution in which two clusters are geographically dispersed. For information about setting up Continentalclusters, see the document "Designing Disaster Recovery HA Clusters Using Metrocluster and Continentalclusters Manual" available at In Continentalclusters environment the user needs to configure a recovery group which consists of 1. Primary package: This package has to be created for the primary database on the primary cluster. Create a combinational package for the primary database with ECMT Oracle toolkit and the ODG toolkit. 2. Data receiver package: This package has to created for the standby database on the recovery cluster. Create a combinational package for the standby darabase using ECMT Oracle toolkit and the ODG toolkit. 3. Recovery package: This package has to be created for the standby database on the recovery cluster. Create a combinational package for the standby database using ECMT Oracle toolkit and the ODG toolkit. Note that the package attribute "START_STANDBY_AS_PRIMARY" has to be set to "yes" in case of a recovey package.

14 When the primary cluster fails, run "cmrecovercl" command on the recovery cluster to bring up the recovery package. I. Using Serviceguard Toolkit for Oracle Data Guard in Metrocluster and Extended Distance Cluster environments: The Primary database can be configured inside a Metrocluster or an Extended Distance Cluster. The standby database can be configured outside the Metrocluster/Extended Distance Cluster as a standalone database or as part of a Serviceguard cluster. For information about setting up Metrocluster, see the document "Designing Disaster Recovery HA Clusters Using Metrocluster and Continentalclusters Manual" available at J. Verification of the setup: This section provides the guidelines to verify if the Oracle Data Guard package has been configured properly or t. The following steps helps the user to troubleshoot the possible causes for the package failure. 1. Verify Oracle Data Guard setup: To verify a Data Guard configuration, check if the standby database is able to receive the redo logs. Also check if the RFS process is running on the standby database by querying the table "V$MANAGED_STANDBY". If the standby site is t receiving the logs, obtain information about the archiving status of the primary database by querying the V$ARCHIVE_DEST view. Check especially for error messages. For example, enter: SQL> SELECT dest_id "ID", 2> status "DB_status", 3> destination "Archive_dest", 4> error "Error" 5> FROM v$archive_dest; ID DB_status Archive_dest Error VALID /vobs/oracle/work/arc_dest/arc 2 ERROR standby1 ORA-16012: Archivelog standby database identifier mismatch 3 INACTIVE 4 INACTIVE 5 INACTIVE

15 5 rows selected If the output of the query does t help, check the following list of possible issues. * The service name for the standby instance is t configured correctly in the tnsnames.ora file at the primary site. * The service name listed in the LOG_ARCHIVE_DEST_n parameter of the primary initialization parameter file is incorrect. * The LOG_ARCHIVE_DEST_STATE_n parameter specifying the state of the standby archiving destination has the value DEFER. * The listener.ora file has t been configured correctly at the standby site. * The listener is t started. * The standby instance is t started. * You have added a standby archiving destination to the primary initialization parameter file, but have t yet enabled the change. * You used an invalid backup as the basis for the standby database (for example, you used a backup from the wrong database, or did t create the standby control file using the correct method). Also, check the Oracle Alert log for errors. 2. Verify the Toolkit setup: Check whether the package configuration attributes specified in the package configuration file are valid or t. If the package fails after the command "cmrunpkg" has been used, then check for errors in the package log file. Copyright 2010 Hewlett-Packard Development Company, L.P. Confidential computer software.valid license from HP required for possession, use, or copying. Consistent with FAR and , Commercial Computer Software, Computer Software Documentation, and Technical Data forcommercial Items are licensed to the U.S. Government under vendor's standard commercial license. The information contained herein is subject to change without tice. 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 t be liable for technical or editorial errors or omissions contained herein.

Understanding the HP Serviceguard Extension for Oracle E-Business Suite (SGeEBS)

Understanding the HP Serviceguard Extension for Oracle E-Business Suite (SGeEBS) Understanding the HP Serviceguard Extension for Oracle E-Business Suite (SGeEBS) Technical white paper Table of contents Executive summary... 2 SGeEBS overview... 2 Configuring EBS for SGeEBS... 3 High-level

More information

HPE Serviceguard Enterprise Cluster Master Toolkit User Guide

HPE Serviceguard Enterprise Cluster Master Toolkit User Guide HPE Serviceguard Enterprise Cluster Master Toolkit User Guide Part Number: 785795-002R Published: January 2016 Edition: 4 Copyright 2015, 2016 Hewlett Packard Enterprise Development LP The information

More information

Using NFS as a file system type with HP Serviceguard A on HP-UX and Linux

Using NFS as a file system type with HP Serviceguard A on HP-UX and Linux Technical white paper Using NFS as a file system type with HP Serviceguard A.11.20 on HP-UX and Linux Table of contents Introduction 2 Audience 2 Serviceguard support for NFS on HP-UX and Linux 2 Overview

More information

Using NFS as a filesystem type with HP Serviceguard A on HP-UX 11i v3

Using NFS as a filesystem type with HP Serviceguard A on HP-UX 11i v3 Using NFS as a filesystem type with HP Serviceguard A.11.20 on HP-UX 11i v3 Technical white paper Table of contents Introduction... 2 Audience... 2 Terms and Definitions... 2 Serviceguard support for NFS

More information

HP Serviceguard Quorum Server Version A Release Notes, Fourth Edition

HP Serviceguard Quorum Server Version A Release Notes, Fourth Edition HP Serviceguard Quorum Server Version A.02.00 Release Notes, Fourth Edition Manufacturing Part Number: B8467-90026 Reprinted December 2005 Legal Notices Copyright 2005 Hewlett-Packard Development Company,

More information

HPE Serviceguard Toolkit for Integrity Virtual Servers User Guide

HPE Serviceguard Toolkit for Integrity Virtual Servers User Guide HPE Serviceguard Toolkit for Integrity Virtual Servers User Guide Abstract This guide describes instructions for integrating HP-UX vpars and HPE Integrity Virtual Machines with HPE Serviceguard Part Number:

More information

HP Serviceguard Toolkit for Integrity Virtual Servers User Guide

HP Serviceguard Toolkit for Integrity Virtual Servers User Guide HP Serviceguard Toolkit for Integrity Virtual Servers User Guide HP Part Number: 5900-1966 Published: September 2011 Edition: 1 Copyright 2011 Hewlett-Packard Development Company, L.P. Confidential computer

More information

Enabling High Availability for SOA Manager

Enabling High Availability for SOA Manager Enabling High Availability for SOA Manager Abstract... 2 Audience... 2 Introduction... 2 Prerequisites... 3 OS/Platform... 3 Cluster software... 4 Single SOA Manager Server Fail Over... 4 Setting up SOA

More information

Migrating packages from legacy to modular style

Migrating packages from legacy to modular style Technical white paper Migrating packages from legacy to modular style Table of contents Introduction 3 Intended audience 3 Related documents 3 Terms and definitions 3 Modular packages 4 Expected usage

More information

HPE Serviceguard I H6487S

HPE Serviceguard I H6487S Course data sheet HPE course number Course length Delivery mode View schedule, local pricing, and register View related courses H6487S 5 days ILT View now View now HPE Serviceguard I H6487S This course

More information

HP Serviceguard Toolkit for NFS on Linux User Guide

HP Serviceguard Toolkit for NFS on Linux User Guide HP Serviceguard Toolkit for NFS on Linux User Guide Version A.12.00.00 Abstract This guide describes instructions to start, stop, and monitor a Network File System in a Serviceguard cluster environment.

More information

Data Protector. Software Version: Zero Downtime Backup Integration Guide

Data Protector. Software Version: Zero Downtime Backup Integration Guide Data Protector Software Version: 10.00 Zero Downtime Backup Integration Guide Document Release Date: June 2017 Software Release Date: June 2017 Legal Notices Warranty The only warranties for Hewlett Packard

More information

HP Virtual Connect Enterprise Manager

HP Virtual Connect Enterprise Manager HP Virtual Connect Enterprise Manager Data Migration Guide HP Part Number: 487488-001 Published: April 2008, first edition Copyright 2008 Hewlett-Packard Development Company, L.P. Legal Notices Confidential

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

Managing HP Serviceguard A for Linux

Managing HP Serviceguard A for Linux Managing HP Serviceguard A.11.20.20 for Linux HP Part Number: 822475-001 Published: March 2015 Copyright 2006, 2015 Hewlett-Packard Development Company, L.P. Confidential computer software. Valid license

More information

Designing high-availability solutions using HP Integrity Virtual Machines as HP Serviceguard packages

Designing high-availability solutions using HP Integrity Virtual Machines as HP Serviceguard packages Designing high-availability solutions using HP Integrity Virtual Machines as HP Serviceguard packages August 2006 Executive summary... 2 HP Integrity VM overview... 2 HP Integrity VM feature summary...

More information

HP Integration with Incorta: Connection Guide. HP Vertica Analytic Database

HP Integration with Incorta: Connection Guide. HP Vertica Analytic Database HP Integration with Incorta: Connection Guide HP Vertica Analytic Database HP Big Data Document Release Date: July, 2015 Legal Notices Warranty The only warranties for HP products and services are set

More information

Technical Support Matrix

Technical Support Matrix Technical Support Matrix Serviceguard Disaster Recovery Products Compatibility and Feature Matrix (Metrocluster with 3PAR Remote Copy) - Linux and HPUX Version 3.14, Nov 25, 2016 1 Serviceguard Disaster

More information

Serviceguard NFS Toolkit A , A and A Administrator's Guide

Serviceguard NFS Toolkit A , A and A Administrator's Guide Serviceguard NFS Toolkit A.11.11.06, A.11.23.05 and A.11.31.08 Administrator's Guide HP-UX 11i v1, v2, and v3 HP Part Number: B5140-90049 Published: October 2011 Edition: 15 Copyright 2011 Hewlett-Packard

More information

HP HP-UX High Availability. Download Full Version :

HP HP-UX High Availability. Download Full Version : HP HP-UX High Availability Download Full Version : https://killexams.com/pass4sure/exam-detail/ D. Pause database instance monitoring and halt the package to access the tables. E. Shutdown the database

More information

Managing HPE Serviceguard for Linux A

Managing HPE Serviceguard for Linux A Managing HPE Serviceguard for Linux A. 12.10.00 Part Number: 701460-402 Published: June 2017 Contents Serviceguard for Linux at a Glance... 19 What is Serviceguard for Linux?...19 Failover...20 Using Serviceguard

More information

Disaster Recovery Guide for Windows 2008 and RHEL 5.x platforms with external disk support

Disaster Recovery Guide for Windows 2008 and RHEL 5.x platforms with external disk support Disaster Recovery Guide for Windows 2008 and RHEL 5.x platforms with external disk support HP Data Protector 6.11 Technical white paper Table of contents 1. Assisted Manual Disaster Recovery... 2 2. Overview

More information

HP 3PAR Recovery Manager Software for Oracle

HP 3PAR Recovery Manager Software for Oracle HP 3PAR Recovery Manager 4.2.0 Software for Oracle User s Guide Abstract This document provides the information needed to install, configure, and use the HP 3PAR Recovery Manager 4.2.0 Software for Oracle

More information

HP OpenView Storage Data Protector A.05.10

HP OpenView Storage Data Protector A.05.10 HP OpenView Storage Data Protector A.05.10 ZDB for HP StorageWorks Enterprise Virtual Array (EVA) in the CA Configuration White Paper Edition: August 2004 Manufacturing Part Number: n/a August 2004 Copyright

More information

HP StorageWorks. EVA Virtualization Adapter administrator guide

HP StorageWorks. EVA Virtualization Adapter administrator guide HP StorageWorks EVA Virtualization Adapter administrator guide Part number: 5697-0177 Third edition: September 2009 Legal and notice information Copyright 2008-2009 Hewlett-Packard Development Company,

More information

HP0-P19. HP-UX High Availability Using Serviceguard v18. Download Full Version :

HP0-P19. HP-UX High Availability Using Serviceguard v18. Download Full Version : HP HP0-P19 HP-UX High Availability Using Serviceguard v18 Download Full Version : https://killexams.com/pass4sure/exam-detail/hp0-p19 Answer: C, D QUESTION: 144 Which situation provides the opportunity

More information

HP 3PAR OS MU1 Patch 11

HP 3PAR OS MU1 Patch 11 HP 3PAR OS 313 MU1 Patch 11 Release Notes This release notes document is for Patch 11 and intended for HP 3PAR Operating System Software HP Part Number: QL226-98041 Published: December 2014 Edition: 1

More information

Managing HP Serviceguard for Linux A

Managing HP Serviceguard for Linux A Managing HP Serviceguard for Linux A.12.00.40 HP Part Number: 701460-008 Published: December 2015 Copyright 2001, 2015 Hewlett-Packard Development Company, L.P. Confidential computer software. Valid license

More information

HA Monitor Kit for Oracle

HA Monitor Kit for Oracle For Linux (R) (x86) Systems HA Monitor Kit for Oracle Description and User's Guide 3000-9-135-10(E) Relevant program products P-F9S2C-E1121 HA Monitor Kit for Oracle 01-01 (for Red Hat Enterprise Linux

More information

HP Data Protector A disaster recovery support for Microsoft Windows 7 and Windows Server 2008 R2

HP Data Protector A disaster recovery support for Microsoft Windows 7 and Windows Server 2008 R2 HP Data Protector A.06.11 disaster recovery support for Microsoft Windows 7 and Windows Server 2008 R2 Technical white paper Table of contents Introduction... 2 Installation... 2 Preparing for Disaster

More information

HP Database and Middleware Automation

HP Database and Middleware Automation HP Database and Middleware Automation For Windows Software Version: 10.10 SQL Server Database Refresh User Guide Document Release Date: June 2013 Software Release Date: June 2013 Legal Notices Warranty

More information

ORACLE 11gR2 DBA. by Mr. Akal Singh ( Oracle Certified Master ) COURSE CONTENT. INTRODUCTION to ORACLE

ORACLE 11gR2 DBA. by Mr. Akal Singh ( Oracle Certified Master ) COURSE CONTENT. INTRODUCTION to ORACLE ORACLE 11gR2 DBA by Mr. Akal Singh ( Oracle Certified Master ) INTRODUCTION to ORACLE COURSE CONTENT Exploring the Oracle Database Architecture List the major architectural components of Oracle Database

More information

HP 3PAR OS MU3 Patch 17

HP 3PAR OS MU3 Patch 17 HP 3PAR OS 3.2.1 MU3 Patch 17 Release Notes This release notes document is for Patch 17 and intended for HP 3PAR Operating System Software. HP Part Number: QL226-98310 Published: July 2015 Edition: 1 Copyright

More information

HPE Serviceguard REST API Reference Guide

HPE Serviceguard REST API Reference Guide HPE Serviceguard REST API Reference Guide Published: June 2017 Table of Contents: 1. Introduction 2. Configuring and using Serviceguard Rest API 3. Accessing the SG REST API Protocol and message format

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

HP EVA Cluster Extension Software Installation Guide

HP EVA Cluster Extension Software Installation Guide HP EVA Cluster Extension Software Installation Guide Abstract This guide contains detailed instructions for installing and removing HP EVA Cluster Extension Software in Windows and Linux environments.

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

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 Serviceguard for Linux Certification Matrix

HP Serviceguard for Linux Certification Matrix Technical Support Matrix HP Serviceguard for Linux Certification Matrix Version 04.05, April 10 th, 2015 How to use this document This document describes OS, Server and Storage support with the listed

More information

Guest Management Software V2.0.2 Release Notes

Guest Management Software V2.0.2 Release Notes Guest Management Software V2.0.2 Release Notes Abstract These release notes provide important release-related information for GMS (Guest Management Software) Version 2.0.2. GMS V2.0.2 is MSM software version

More information

HP P6000 Cluster Extension Software Installation Guide

HP P6000 Cluster Extension Software Installation Guide HP P6000 Cluster Extension Software Installation Guide This guide contains detailed instructions for installing and removing HP P6000 Cluster Extension Software in Windows and Linux environments. The intended

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

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

ProLiant Cluster HA/F500 for Enterprise Virtual Array Introduction Software and Hardware Pre-Checks Gathering Information...

ProLiant Cluster HA/F500 for Enterprise Virtual Array Introduction Software and Hardware Pre-Checks Gathering Information... Installation Checklist HP ProLiant Cluster F500 for Enterprise Virtual Array 4000/6000/8000 using Microsoft Windows Server 2003, Enterprise Edition Stretch Cluster May 2005 Table of Contents ProLiant Cluster

More information

Oracle 11g Data Guard Manual Failover Steps

Oracle 11g Data Guard Manual Failover Steps Oracle 11g Data Guard Manual Failover Steps Step by step approach to configure Oracle 11g Physical Standby Data Guard on CentOS 6.5 OS. In my case, Ingredients to simulate Physical Standby data guard SYSTEM

More information

HP 3PAR Recovery Manager Software for Oracle

HP 3PAR Recovery Manager Software for Oracle HP 3PAR Recovery Manager 4.6.0 Software for Oracle User Guide Abstract This document provides the information needed to install, configure, and use the HP 3PAR Recovery Manager 4.6.0 Software for Oracle

More information

HP Data Protector Media Operations 6.11

HP Data Protector Media Operations 6.11 HP Data Protector Media Operations 6.11 Getting started This guide describes installing, starting and configuring Media Operations. Copyright 2009 Hewlett-Packard Development Company, L.P. Part number:

More information

Standardize Microsoft SQL Server Cluster Provisioning Using HP DMA

Standardize Microsoft SQL Server Cluster Provisioning Using HP DMA Technical white paper Standardize Microsoft SQL Server Cluster Provisioning Using HP DMA HP Database and Middleware Automation version 10.30 Table of Contents Purpose 2 Prerequisites 4 Process Overview

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 StorageWorks Enterprise Virtual Array 4400 to 6400/8400 upgrade assessment

HP StorageWorks Enterprise Virtual Array 4400 to 6400/8400 upgrade assessment HP StorageWorks Enterprise Virtual Array 4400 to 6400/8400 upgrade assessment Part number: 5697-8185 First edition: June 2009 Legal and notice information Copyright 2009 Hewlett-Packard Development Company,

More information

HP StorageWorks Continuous Access EVA 2.1 release notes update

HP StorageWorks Continuous Access EVA 2.1 release notes update HP StorageWorks Continuous Access EVA 2.1 release notes update Part number: T3687-96038 Third edition: August 2005 Legal and notice information Copyright 2005 Hewlett-Packard Development Company, L.P.

More information

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

High Availability Overview Paper

High Availability Overview Paper High Availability Overview Paper March 2001 Please note: The information contained in this document is intended as a guide to implementing high availability systems. Please keep in mind, however, that

More information

HPE Moonshot ilo Chassis Management Firmware 1.52 Release Notes

HPE Moonshot ilo Chassis Management Firmware 1.52 Release Notes HPE Moonshot ilo Chassis Management Firmware 1.52 Release Notes Part Number: 732171-007 Published: February 2017 Edition: 1 2017 Hewlett Packard Enterprise Development LP Notices The information contained

More information

HP Matrix Operating Environment 7.1 Getting Started Guide

HP Matrix Operating Environment 7.1 Getting Started Guide HP Matrix Operating Environment 7.1 Getting Started Guide Abstract This document provides an overview of the HP Matrix Operating Environment. It is intended to be used by system administrators and other

More information

HPE Data Replication Solution Service for HPE Business Copy for P9000 XP Disk Array Family

HPE Data Replication Solution Service for HPE Business Copy for P9000 XP Disk Array Family Data sheet HPE Data Replication Solution Service for HPE Business Copy for P9000 XP Disk Array Family HPE Lifecycle Event Services HPE Data Replication Solution Service provides implementation of the HPE

More information

Achieve Patch Currency for Microsoft SQL Server Clustered Environments Using HP DMA

Achieve Patch Currency for Microsoft SQL Server Clustered Environments Using HP DMA Technical white paper Achieve Patch Currency for Microsoft SQL Server Clustered Environments Using HP DMA HP Database and Middleware Automation version 10.30 Table of Contents Purpose 2 Prerequisites 4

More information

HP 3PAR OS MU3 Patch 18 Release Notes

HP 3PAR OS MU3 Patch 18 Release Notes HP 3PAR OS 3.2.1 MU3 Patch 18 Release Notes This release notes document is for Patch 18 and intended for HP 3PAR Operating System Software 3.2.1.292 (MU3). HP Part Number: QL226-98326 Published: August

More information

HP Operations Orchestration Software

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

More information

HP Matrix Operating Environment 7.2 Getting Started Guide

HP Matrix Operating Environment 7.2 Getting Started Guide HP Matrix Operating Environment 7.2 Getting Started Guide Abstract This document provides an overview of the HP Matrix Operating Environment. It is intended to be used by system administrators and other

More information

HP Enterprise Collaboration

HP Enterprise Collaboration HP Enterprise Collaboration For the Windows operating system Software Version: 1.1 Support Matrix Document Release Date: August 2012 Software Release Date: August 2012 Support Matrix Legal Notices Warranty

More information

HPE 3PAR OS MU5 Patch 49 Release Notes

HPE 3PAR OS MU5 Patch 49 Release Notes HPE 3PAR OS 3.2.1 MU5 Patch 49 Release Notes This release notes document is for Patch 49 and intended for HPE 3PAR Operating System Software + P39. Part Number: QL226-99362a Published: October 2016 Edition:

More information

QuickSpecs. What's New. Models. ProLiant Essentials Server Migration Pack - Physical to ProLiant Edition. Overview

QuickSpecs. What's New. Models. ProLiant Essentials Server Migration Pack - Physical to ProLiant Edition. Overview Overview Upgrading or replacing your existing server? Migration is now an option! Replicate the server you are replacing using the software, the only product of its kind from a server vendor that provides

More information

Guidelines for using Internet Information Server with HP StorageWorks Storage Mirroring

Guidelines for using Internet Information Server with HP StorageWorks Storage Mirroring HP StorageWorks Guidelines for using Internet Information Server with HP StorageWorks Storage Mirroring Application Note doc-number Part number: T2558-96338 First edition: June 2009 Legal and notice information

More information

HPE Data Protector Software Version: Zero Downtime Backup Administrator's Guide

HPE Data Protector Software Version: Zero Downtime Backup Administrator's Guide HPE Data Protector Software Version: 9.09 Zero Downtime Backup Administrator's Guide Document Release Date: March 2017 Software Release Date: March 2017 Legal Notices Warranty The only warranties for Hewlett

More information

System information update for system board replacement events

System information update for system board replacement events System information update for system board replacement events Standard Operating Procedure (SOP) When you replace the system board on the HP Pro Tablet 608 G1, the system s EEPROM is not able to detect

More information

Management and Printing User Guide

Management and Printing User Guide Management and Printing User Guide Copyright 2007 Hewlett-Packard Development Company, L.P. Windows is a U. S. registered trademark of Microsoft Corporation. Intel and Centrino are trademarks or registered

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

HPE Security ArcSight Connectors

HPE Security ArcSight Connectors HPE Security ArcSight Connectors SmartConnector for Windows Event Log Unified: Microsoft Exchange Access Auditing Supplemental Configuration Guide July 15, 2017 Supplemental Configuration Guide SmartConnector

More information

HPE 3PAR OS MU2 Patch 36 Release Notes

HPE 3PAR OS MU2 Patch 36 Release Notes HPE 3PAR OS 321 MU2 Patch 36 Release Notes This release notes document is for Patch 36 and intended for HPE 3PAR Operating System Software 321200 (MU2)+P13 Part Number: QL226-99149 Published: May 2016

More information

HP Mobile Remote Control (Select Models Only) User Guide

HP Mobile Remote Control (Select Models Only) User Guide HP Mobile Remote Control (Select Models Only) User Guide Copyright 2008 Hewlett-Packard Development Company, L.P. Windows and Windows Vista are either trademarks or registered trademarks of Microsoft Corporation

More information

Tips and Tricks on Successful Upgrade to 11gR2

Tips and Tricks on Successful Upgrade to 11gR2 Tips and Tricks on Successful Upgrade to 11gR2 Project Approval Get buy in from CIO and other groups Justify the need End of premier support Extended Support Cost To be current Benefits of new release

More information

HP Operations Manager

HP Operations Manager HP Operations Manager Software Version: 9.1x and 9.2x UNIX and Linux operating systems High Availability Through Server Pooling Document Release Date: December 2016 Software Release Date: December 2016

More information

HP Data Protector A support for Microsoft Exchange Server 2010

HP Data Protector A support for Microsoft Exchange Server 2010 HP Data Protector A.06.11 support for Microsoft Exchange Server 2010 White paper Introduction... 2 Microsoft Exchange Server 2010 concepts... 2 Microsoft Volume Shadow Copy Service integration... 2 Installation

More information

Supported File and File System Sizes for HFS and JFS

Supported File and File System Sizes for HFS and JFS Supported File and File System Sizes for HFS and JFS Executive Summary... 2 Hierarchical File System (HFS) Supported Sizes... 2 JFS (VxFS) Supported Sizes... 3 Large File System (> 2 TB) Compatibility

More information

HPE StoreEver MSL6480 Tape Library Version 5.50 Firmware Release Notes

HPE StoreEver MSL6480 Tape Library Version 5.50 Firmware Release Notes HPE StoreEver MSL6480 Tape Library Version 5.50 Firmware Release Notes Abstract This document provides information about enhancements and fixes to the firmware for the HPE StoreEver MSL6480 Tape Library.

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

Backup management with D2D for HP OpenVMS

Backup management with D2D for HP OpenVMS OpenVMS Technical Journal V19 Backup management with D2D for HP OpenVMS Table of contents Overview... 2 Introduction... 2 What is a D2D device?... 2 Traditional tape backup vs. D2D backup... 2 Advantages

More information

HPE Security ArcSight Connectors

HPE Security ArcSight Connectors HPE Security ArcSight Connectors SmartConnector for Microsoft DHCP File Configuration Guide October 17, 2017 Configuration Guide SmartConnector for Microsoft DHCP File October 17, 2017 Copyright 2006 2017

More information

Data Replication in HP DMA

Data Replication in HP DMA Technical white paper Data Replication in HP DMA HP Database and Middleware Automation version 10.00 Data Replication and HP DMA To help HP Database and Middleware Automation (HP DMA) extend across broader

More information

HP 3PAR StoreServ Storage VMware ESX Host Persona Migration Guide

HP 3PAR StoreServ Storage VMware ESX Host Persona Migration Guide HP 3PAR StoreServ Storage VMware ESX Host Persona Migration Guide Abstract This guide is intended to assist customers in successfully migrating their VMware ESX/ESXi hosts on HP 3PAR StoreServ storage

More information

HP 3PAR OS MU2 Patch 11

HP 3PAR OS MU2 Patch 11 HP 3PAR OS 321 MU2 Patch 11 Release Notes This release notes document is for Patch 11 and intended for HP 3PAR Operating System Software 321200 (MU2) Patch 11 (P11) HP Part Number: QL226-98118 Published:

More information

HP BladeSystem c-class Virtual Connect Support Utility Version Release Notes

HP BladeSystem c-class Virtual Connect Support Utility Version Release Notes HP BladeSystem c-class Virtual Connect Support Utility Version 1.9.1 Release Notes Abstract This document provides release information for the HP BladeSystem c-class Virtual Connect Support Utility Version

More information

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

Universal CMDB. Software Version: Content Pack (CP20) Discovery and Integrations Content Guide - Discovery Activities Universal CMDB Software Version: Content Pack 20.00 (CP20) Discovery and Integrations Content Guide - Discovery Activities Document Release Date: June 2016 Software Release Date: June 2016 Legal Notices

More information

HPE VMware ESXi and vsphere 5.x, 6.x and Updates Getting Started Guide

HPE VMware ESXi and vsphere 5.x, 6.x and Updates Getting Started Guide HPE VMware ESXi and vsphere 5.x, 6.x and Updates Getting Started Guide Abstract This guide is intended to provide setup information for HPE VMware ESXi and vsphere. Part Number: 818330-003 Published: April

More information

Marvell BIOS Utility User Guide

Marvell BIOS Utility User Guide Marvell BIOS Utility User Guide for HPE MicroServer Gen10 Abstract This user guide provides information on how to use the embedded Marvell BIOS Utility to create and manage RAID virtual disks and arrays.

More information

Register for this course. Find this course in the Training calendar and click the "Register" link.

Register for this course. Find this course in the Training calendar and click the Register link. Course Data Sheet HP-UX System and Network Administration I Course description This course teaches you to configure, manage, maintain, and administer HP-UX servers. The course focuses on configuration

More information

HPE RDX Utility Version 2.36 Release Notes

HPE RDX Utility Version 2.36 Release Notes HPE RDX Utility Version 2.36 Release Notes (RDX Tools 1.59) Abstract RDX Utility 2.36 (RDX Tools 1.59) enhances RDX Utility reporting for cartridges with a capacity greater than 2TB and implements Hewlett

More information

HPE Security ArcSight Connectors

HPE Security ArcSight Connectors HPE Security ArcSight Connectors SmartConnector for HPE c7000 Virtual Connect Module Syslog Configuration Guide October 17, 2017 SmartConnector for HPE c7000 Virtual Connect Module Syslog October 17, 2017

More information

Author A.Kishore Convert 11gR2 non-rac database to RAC database using rconfig

Author A.Kishore   Convert 11gR2 non-rac database to RAC database using rconfig Convert 11gR2 non-rac database to RAC database using rconfig I ve installed the new 11gR2 clustered ORACLE_HOME at /d01/oracle/app/oracle/product/11.2.0/dbhome_1 on both the nodes linux1 and linux2 New

More information

HP Storage Provisioning Manager HP 3PAR StoreServ Peer Persistence

HP Storage Provisioning Manager HP 3PAR StoreServ Peer Persistence Technical white paper HP Storage Provisioning Manager HP 3PAR StoreServ Peer Persistence Handling HP 3PAR StoreServ Peer Persistence with HP Storage Provisioning Manager Click here to verify the latest

More information

HP Matrix Operating Environment 7.4 Getting Started Guide

HP Matrix Operating Environment 7.4 Getting Started Guide HP Matrix Operating Environment 7.4 Getting Started Guide Abstract This document provides an overview of the HP Matrix Operating Environment. It is intended to be used by system administrators and other

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

IDE Connector Customizer Readme

IDE Connector Customizer Readme IDE Connector Customizer Readme Software version: 1.0 Publication date: November 2010 This file provides information about IDE Connector Customizer 1.0. Prerequisites for IDE Connector Customizer The Installation

More information

HP Online ROM Flash User Guide. July 2004 (Ninth Edition) Part Number

HP Online ROM Flash User Guide. July 2004 (Ninth Edition) Part Number HP Online ROM Flash User Guide July 2004 (Ninth Edition) Part Number 216315-009 Copyright 2000, 2004 Hewlett-Packard Development Company, L.P. Confidential computer software. Valid license from HP required

More information

HP Operations Orchestration

HP Operations Orchestration HP Operations Orchestration For the Linux or Windows operating systems Software Version: 9.02 Document Release Date: October 2011 Software Release Date: October 2011 Legal Notices Warranty The only warranties

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

HPE 3PAR OS MU3 Patch 24 Release Notes

HPE 3PAR OS MU3 Patch 24 Release Notes HPE 3PAR OS 3.1.3 MU3 Patch 24 Release Notes This release notes document is for Patch 24 and intended for HPE 3PAR Operating System Software + P19. Part Number: QL226-99298 Published: August 2016 Edition:

More information

HP Fortify Scanning Plugin for Xcode

HP Fortify Scanning Plugin for Xcode HP Fortify Scanning Plugin for Xcode Software Version: 4.40 User Guide Document Release Date: November 2015 Software Release Date: November 2015 Legal Notices Warranty The only warranties for HP products

More information

HPE 3PAR Online Import Utility 1.5.0

HPE 3PAR Online Import Utility 1.5.0 HPE 3PAR Online Import Utility 1.5.0 Release tes Abstract This document provides information about modifications, corrected issues, or known issues related to the HPE 3PAR Online Import Utility. Part Number:

More information