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

Size: px
Start display at page:

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

Transcription

1 Using NFS as a filesystem type with HP Serviceguard A on HP-UX 11i v3 Technical white paper Table of contents Introduction... 2 Audience... 2 Terms and Definitions... 2 Serviceguard support for NFS on HP-UX 11i v Overview... 2 Supported configurations... 3 Recommendations... 3 Limitations... 3 Setting up the NFS server... 4 Configuring the NFS package and cluster parameters... 4 Creating a sample NFS package... 9 Sample cmviewcl line output For more information Call to action... 12

2 Introduction This white paper explains how to configure packages that need access to an NFS-imported filesystem as shared storage. This capability is available as of HP Serviceguard version A.11.20; in previous releases, Serviceguard has supported only direct-attached storage, using technologies such as SCSI, Fibre Channel, or SAS. Note: Although HP Serviceguard A supports NFS-imported storage, direct attached storage is still recommended over NFS for performance reasons. Audience This document is for users of HP Serviceguard A who want to configure packages that import and mount remote filesystems via NFS. HP also provides the HP Serviceguard NFS toolkit, which provides high availability for an NFS server. This capability is different from what is described in this white paper; see the HP Serviceguard NFS Toolkit documentation for more information. It is assumed that the reader has an understanding of HP Serviceguard. Terms and Definitions Term HA MBTD NFS NFS client Definition High Availability Maximum Bridge Transit Delay part of the IEEE 802.1D network specification Network Filesystem A system that mounts and accesses the NFS server s shared filesystems. In the context of this white paper, the NFS client is one of the Serviceguard cluster nodes NFSPkg NFS server A Serviceguard failover package that uses an NFS filesystem shared by an NFS server A system that shares its filesystems over a network Serviceguard support for NFS on HP-UX 11i v3 Overview In HP Serviceguard A and earlier, the storage groups and filesystems which are activated by the Serviceguard packages must be available locally; remote mounting is not supported. This has meant that an application could not be managed by Serviceguard if the application s storage was remote. As of A.11.20, HP Serviceguard can manage such applications via packages that import remote storage using the Network Filesystem. This feature does not in itself provide HA for the NFS client or server, but HA for the NFS server is supported by the HP Serviceguard NFS Toolkit. 2

3 Supported configurations Supported only on HP-UX 11i v3. Supported only for modular-style failover packages (see chapter 6 of the latest version of Managing Serviceguard for information about package types). Supported only on Serviceguard A or later Recommendations If the storage is directly connected to all the nodes and shared, configure the storage as a local filesystem rather than using via NFS. The same NFS share or files should not be written by multiple nodes or applications at the same time. A given NFS share should be mounted on only one mount point at any time. Only the cluster nodes may have access to filesystems they import. Do not use AutoFS on the cluster nodes which are configured to run the NFS package. Serviceguard assumes that an NFS share which is used as part of the Serviceguard package is not mounted on any nodes before the NFS package starts. If AutoFS mounts the NFS share on the Serviceguard node, the mount may fail on startup or failover. Disable CacheFS for all the filesystems used by the Serviceguard NFS packages on all the cluster nodes which are configured to run the NFS package. The NFS server itself should be highly available. The specific configuration will depend on the server platform being used. It is possible to have the package that uses the NFS filesystem as shared storage and the package that provides the NFS filesystem running in the same cluster. In such a configuration, the NFS client package must not depend on the NFS server package. If the NFS server package fails over, the client package need not be failed over. The NFS client package can continue to run and can reconnect to the NFS server once the NFS server package is up. Any NFS filesystems used by the Serviceguard packages should be configured to restrict access to the nodes in the Serviceguard cluster. Serviceguard supports exclusive activation for volume groups for example, LVM volume groups. When you use NFS client-side locks, which HP recommends, exclusive activation is not available, so you must make sure you follow these recommendations: Only the cluster nodes can have access to the filesystem. The filesystem is used by only one Serviceguard failover package. If the package fails, you never manually restart it without first ensuring that the filesystem has been properly unmounted. Limitations An NFS filesystem must be used by only one Serviceguard failover package. NFS filesystems used by Serviceguard packages must be mounted with the llock mount option to enforce local locking semantics on the NFS client. Mount NFS-imported filesystems used by Serviceguard packages only as part of starting the package. A cluster node must not mount NFS shares that are configured as part of any Serviceguard package as part of the boot up process; otherwise the package may fail when it starts or fails over. 3

4 So that Serviceguard can ensure that all I/O from a node on which a package has failed is flushed before the package starts on an adoptive node, all the switches and routers between the NFS server and client must support a worst-case timeout, after which packets and frames are dropped. This timeout is known as the Maximum Bridge Transit Delay (MBTD). Switches and routers that do not support MBTD must not be used in a Serviceguard configuration. This might lead to delayed packets that could lead to data corruption. Networking among the Serviceguard nodes must be configured in such a way that a single failure in the network does not cause a package failure. Setting up the NFS server See the NFS Services Administrator s Guide for instructions on configuring the NFS server and shares. Configuring the NFS package and cluster parameters Configuring the NFS package parameters In the modular package configuration file, the new parameter fs_server specifies the name of the NFS server. The value of this parameter can be either the hostname of the NFS server or its IP address (both IPv4 and IPv6 addresses are supported). The NFS server can be configured on a different subnet or in a different domain than the Serviceguard cluster. fs_types specifies the filesystem type. Set this to NFS to use this feature. fs_mount_opt specifies the mount option. This must include -o llock in addition to any other options you specify. -o llock specifies local locking for the NFS filesystem. fs_fsck_opt should not be used. If any option is found in fs_fsck_opt for an NFS-imported filesystem, a warning will be logged and the value will be ignored. Configuring the cluster parameter CONFIGURED_IO_TIMEOUT_EXTENSION In a Serviceguard cluster in which NFS-imported filesystems are used, an unlikely but possible scenario exists in which data corruption could occur. The scenario is as follows: 1. A Serviceguard package using an NFS filesystem ( NFSPkg ) is running on cluster node client-1 2. Node client-1 issues an NFS write request immediately before NFSPkg moves to another cluster node. 3. NFSPkg is started on the adoptive node client-2 4. Adoptive node client-2 begins sending NFS write requests to the same file and offset as the write request previously sent by client-1 just before the package was moved. 5. If the original NFS write request from "client-1" arrives on the NFS server after the new write requests from client-2, the server would overwrite the data sent from client-2, thus resulting in data corruption. 4

5 To prevent this, you must determine a maximum delay between when a write is issued from any Serviceguard node and when it can arrive at the NFS server. Use the discussion that follows for guidance. The NFS write may go through network switches before it reaches the NFS server. In each switch, the packet will be dropped after some specific time has elapsed. The IEEE Bridge specification, 802.1D, refers to this value as Maximum Bridge Transit Delay (MBTD). IMPORTANT: All switches and routers that are configured between the NFS server and Serviceguard nodes must support MBTD. You can calculate the lifetime of an NFS client s write packet by adding the MBTD value of all the switches and routers that are configured between the NFS server and the Serviceguard nodes. You must set the Serviceguard cluster parameter CONFIGURED_IO_TIMEOUT_EXTENSION for any cluster in which packages use NFS mounts. See the section on cluster configuration parameters in chapter 4 of the Managing Serviceguard manual for more information about CONFIGURED_IO_TIMEOUT_EXTENSION. To set the value for the CONFIGURED_IO_TIMEOUT_EXTENSION, first determine MBTD for each switch and router. The value should be in the vendors' documentation. Set the CONFIGURED_IO_TIMEOUT_EXTENSION to the sum of the values for the switches and routers. If there is more than one possible path between the NFS server and the cluster nodes, sum the values for each path and use the largest number. The CONFIGURED_IO_TIMEOUT_EXTENSION value will be greater the more routers and switches there are between the NFS server and Serviceguard nodes. The cluster reformation time is increased by the CONFIGURED_IO_TIMEOUT_EXTENSION, so keep this value as low as possible by appropriate routing between the NFS server and Serviceguard nodes or by using hardware that supports smaller MBTD values. The CONFIGURED_IO_TIMEOUT_EXTENSION parameter must also be set in some cases in an extended-distance cluster (EDC); see the discussion of this parameter in Managing Serviceguard for details. If packages use NFS imports in an EDC, calculate the settings for each case separately (that is, the value required for the EDC configuration, and the value required for NFS) and use the greater of the two values. For example, if the EDC configuration requires CONFIGURED_IO_TIMEOUT_EXTENSION to be (microseconds) and the NFS configuration requires it to be , set it to In the example in Figure 1, with only one switch between the NFS server and the NFS client, set the CONFIGURED_IO_TIMEOUT_EXTENSION to the MBTD value of the switch in microseconds. In this case is the MBTD of the switch is 1 second, so set CONFIGURED_IO_TIMEOUT_EXTENSION to

6 Figure 1: The NFS client and the NFS server with one network switch configured between them If there is more than one switch between the NFS server and the Serviceguard nodes, set CONFIGURED_IO_TIMEOUT_EXTENSION to the sum of the MBTD values for each of the switches in the path (remember to use microseconds). In the example in Figure 2, with two switches between the NFS server and the NFS client, set the CONFIGURED_IO_TIMEOUT_EXTENSION to the sum of all switches MBTD value in microseconds, which in this case is 1+1 = 2 seconds; so set CONFIGURED_IO_TIMEOUT_EXTENSION to

7 Figure 2: The NFS client and the NFS server with two network switches configured between them In the example in Figure 3, there are multiple routes or paths between the NFS server and the NFS client, and the packet can travel by any path. Configure CONFIGURED_IO_TIMEOUT_EXTENSION to sum of the MBTD values in the longest route. 7

8 Figure 3: The NFS client and the NFS server use more than one route to communicate When the NFS client writes packets from the NFS client to the NFS server, the data might travel through switch 1 and 2, or instead go through switch 3 and reach the NFS server. For path 1 (via switch 1 and switch 2) the sum of the MBTD values is 2 seconds. For path 2 (via switch 3) the MBTD value is 1 second. In this case, set CONFIGURED_IO_TIMEOUT_EXTENSION is to

9 Creating a sample NFS package You can use Serviceguard Manager to create Serviceguard packages. If you decide instead to use Serviceguard commands to create packages, follow these steps to create a package that uses NFSimported storage. Before you start: Verify that the cluster configuration adheres to the recommendations and guidelines in this white paper. Step 1: Set the CONFIGURED_IO_TIMEOUT_EXTENSION parameter as described in section 4.3.1, and apply the new configuration (see the section Reconfiguring the Cluster in chapter 7 of Managing Serviceguard). Step 2: Create a modular failover package. In this example, we call the output file pkg.ascii, and only filesystem, service, and failover modules are included. Include additional modules as required. truck:/>cmmakepkg -m sg/failover -m sg/filesystem -m sg/service pkg.ascii Package template is created. This file must be edited before it can be used. Step 3: Edit the pkg.ascii file as follows for the NFS filesystem parameters. Do not set fs_fsck_opt for an NFS filesystem. The fs_umount_opt can be set as required. fs_name /var/opt/nfs/share1 fs_server wagon fs_directory /nfs/mnt/share1 fs_type nfs fs_mount_opt -o llock #fs_umount_opt #fs_fsck_opt Follow the instructions in chapter 6 of Managing Serviceguard to configure the other package parameters. Step 4: Verify that the NFS server is available and the NFS share to be used in the NFS package is shared by the NFS server. The showmount e <NFS SERVER> command can be used for the verification. The NFS server must be accessible and the share should be available on the NFS server before applying the package configuration. A sample execution of the command will be as follows. truck:/>showmount -e wagon export list for wagon: /var/opt/nfs/share2 (everyone) /var/opt/nfs/share1 (everyone) 9

10 Step 5: Check the package configuration file. truck:/>cmcheckconf -v -P pkg.ascii Begin package verification... Checking existing configuration... Done Attempting to add package NFSPkg. Validating package NFSPkg via /etc/cmcluster/scripts/mscripts/master_control_script.sh... Waiting for up to 1200 seconds for the validation. Validation for package NFSPkg succeeded via /etc/cmcluster/scripts/mscripts/master_control_script.sh. Maximum configured packages parameter is 300. Configuring 1 package(s). Adding the package configuration for package NFSPkg. cmcheckconf: Verification completed with no errors found. Use the cmapplyconf command to apply the configuration Step 6: Apply the package configuration file. truck:/>cmapplyconf -v -P pkg.ascii Begin package verification... Checking existing configuration... Done Attempting to add package NFSPkg. Validating package NFSPkg via /etc/cmcluster/scripts/mscripts/master_control_script.sh... Waiting for up to 1200 seconds for the validation. Validation for package NFSPkg succeeded via /etc/cmcluster/scripts/mscripts/master_control_script.sh. Maximum configured packages parameter is 300. Configuring 1 package(s). Adding the package configuration for package NFSPkg. Modify the package configuration ([y]/n)? y Completed the cluster update 10

11 Step 7: Start the cluster if it is not already running. Run the package. truck:/>cmrunpkg NFSPkg Running package NFSPkg on node blocks Successfully started package NFSPkg on node blocks cmrunpkg: All specified packages are running Step 8: Verify that the package is up and running. truck:/>cmviewcl -p NFSPkg PACKAGE STATUS STATE AUTO_RUN NODE NFSPkg up running enabled blocks Sample cmviewcl line output The cmviewcl line output is enhanced to display the NFS server. truck:/>cmviewcl v fline -p NFSPkg... package:nfspkg filesystem:[wagon]/var/opt/nfs/share1 filesystem=[wagon ]/var/opt/nfs/share1 package:nfspkg filesystem:[wagon]/var/opt/nfs/share1 fs_name=/var/opt/ nfs/share1 package:nfspkg filesystem:[wagon/var/opt/nfs/share1 fs_server=wagon package:nfspkg filesystem:[wagon]/var/opt/nfs/share1 fs_directory=/nfs /mnt/share1 package:nfspkg filesystem:[wagon]/var/opt/nfs/share1 fs_type= nfs package:nfspkg filesystem:[wagon]/var/opt/nfs/share1 fs_mount_opt= -o llock package:nfspkg filesystem:[wagon]/var/opt/nfs/share1 fs_umount_opt= package: NFSPkg filesystem:[wagon]/var/opt/nfs/share1 fs_fsck_opt=... 11

12 For more information To learn more, please visit: HP Serviceguard Solutions for HP-UX 11i: For technical documentation: HP Serviceguard Solutions for HP-UX 11i: Managing Serviceguard Manual: HP Serviceguard User Guide HP Serviceguard NFS Toolkit: HP Serviceguard NFS Toolkit HP Serviceguard NFS Toolkit Administrator's Guide: Call to action HP welcomes your input. Please give us comments about this white paper, or suggestions for related documentation, through our technical documentation feedback website: Share with colleagues Copyright 2010 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. 4AA2-7632ENW, Created September 2010

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

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

CONTENTS: PREFACE: A. Overview

CONTENTS: PREFACE: A. Overview Using the Serviceguard Toolkit for Oracle Data Guard in an HP Serviceguard Cluster ========================================================================= ================= Version: B.01.00 CONTENTS:

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 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

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

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 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 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

WLAN high availability

WLAN high availability Technical white paper WLAN high availability Table of contents Overview... 2 WLAN high availability implementation... 3 Fundamental high availability technologies... 3 AP connection priority... 3 AC selection...

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

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

Replacing the Battery HP t5730 and t5735 Thin Clients

Replacing the Battery HP t5730 and t5735 Thin Clients Replacing the Battery HP t5730 and t5735 Thin Clients Copyright 2009 Hewlett-Packard Development Company, L.P. The information contained herein is subject to change without notice. Microsoft and Windows

More information

Configuring RAID with HP Z Turbo Drives

Configuring RAID with HP Z Turbo Drives Technical white paper Configuring RAID with HP Z Turbo Drives HP Workstations This document describes how to set up RAID on your HP Z Workstation, and the advantages of using a RAID configuration with

More information

HP Storage Mirroring Application Manager 4.1 for Exchange white paper

HP Storage Mirroring Application Manager 4.1 for Exchange white paper HP Storage Mirroring Application Manager 4.1 for Exchange white paper Introduction... 2 Product description... 2 Features... 2 Server auto-discovery... 2 (NEW) Cluster configuration support... 2 Integrated

More information

Migrating from Cisco HSRP to industry standard VRRP

Migrating from Cisco HSRP to industry standard VRRP Migrating from Cisco HSRP to industry standard VRRP Technical white paper Table of contents Router Redundancy Protocol overview... 2 Introduction to Cisco Hot Standby Router Protocol (HSRP)... 2 Introduction

More information

IEther-00 (iether) B Ethernet Driver Release Notes

IEther-00 (iether) B Ethernet Driver Release Notes IEther-00 (iether) B.11.31.1503 Ethernet Driver Release Notes HP-UX 11i v3 Abstract This document contains specific information that is intended for users of this HP product. HP Part Number: 5900-4023

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 Serviceguard Solutions Storage Support Matrix (HPUX) Jan 13, 2015, Ver 02.60

HP Serviceguard Solutions Storage Support Matrix (HPUX) Jan 13, 2015, Ver 02.60 HP Serviceguard Solutions Storage Support Matrix (HPUX) Jan 13, 2015, Ver 02.60 TE: Please refer to http://www.hp.com/softwarereleases/releases-media2/ for details on Product Support Lifecycle information.

More information

External Devices. User Guide

External Devices. User Guide External Devices User Guide Copyright 2007 Hewlett-Packard Development Company, L.P. The information contained herein is subject to change without notice. The only warranties for HP products and services

More information

HP Installation and Startup Service for HP Superdome 2

HP Installation and Startup Service for HP Superdome 2 HP Installation and Startup Service for HP Superdome 2 HP Services Technical data The HP Installation and Startup Service for HP Superdome 2 is designed to provide onsite installation of the HP Superdome

More information

External Devices User Guide

External Devices User Guide External Devices User Guide Copyright 2008 Hewlett-Packard Development Company, L.P. The information contained herein is subject to change without notice. The only warranties for HP products and services

More information

LVM Migration from Legacy to Agile Naming Model HP-UX 11i v3

LVM Migration from Legacy to Agile Naming Model HP-UX 11i v3 LVM Migration from Legacy to Agile Naming Model HP-UX 11i v3 Abstract...2 Legacy and Agile Naming Models...3 LVM support for Dual Naming Models...3 Naming Model specific Commands/Options...3 Disabling

More information

HP ProLiant DL580 Generation 2 and HP ProLiant ML570 Generation 2 Server Hot-Add Memory. July 2003 (Second Edition) Part Number

HP ProLiant DL580 Generation 2 and HP ProLiant ML570 Generation 2 Server Hot-Add Memory. July 2003 (Second Edition) Part Number HP ProLiant DL580 Generation 2 and HP ProLiant ML570 Generation 2 Server Hot-Add Memory July 2003 (Second Edition) Part Number 325398-002 2003 Hewlett-Packard Development Company, L.P. Microsoft and Windows

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

External Devices User Guide

External Devices User Guide External Devices User Guide Copyright 2009 Hewlett-Packard Development Company, L.P. The information contained herein is subject to change without notice. The only warranties for HP products and services

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

External Media Cards User Guide

External Media Cards User Guide External Media Cards User Guide SD logo is a trademark of its proprietor. Copyright 2009 Hewlett-Packard Development Company, L.P. The information contained herein is subject to change without notice.

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

External Devices User Guide

External Devices User Guide External Devices User Guide Copyright 2009 Hewlett-Packard Development Company, L.P. The information contained herein is subject to change without notice. The only warranties for HP products and services

More information

HPE Synergy 40Gb F8 Switch Module

HPE Synergy 40Gb F8 Switch Module HPE Synergy 40Gb F8 Switch Module DHCP Configuration Abstract This document is intended for the person who configures HPE Synergy 40Gb F8 Switch Modules. 20140325a March 2017 Edition: 1 Copyright 2016,

More information

HP StorageWorks MSA/P2000 Family Disk Array Installation and Startup Service

HP StorageWorks MSA/P2000 Family Disk Array Installation and Startup Service HP StorageWorks MSA/P2000 Family Disk Array Installation and Startup Service HP Services Technical data The HP StorageWorks MSA/P2000 Family Disk Array Installation and Startup Service provides the necessary

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

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

Managing NFS and KRPC Kernel Configurations in HP-UX 11i v3

Managing NFS and KRPC Kernel Configurations in HP-UX 11i v3 Managing NFS and KRPC Kernel Configurations in HP-UX 11i v3 HP Part Number: 762807-003 Published: September 2015 Edition: 2 Copyright 2009, 2015 Hewlett-Packard Development Company, L.P. Legal Notices

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

Overview of HP tiered solutions program for Microsoft Exchange Server 2010

Overview of HP tiered solutions program for Microsoft Exchange Server 2010 Overview of HP tiered solutions program for Microsoft Exchange Server 2010 Table of contents Executive summary... 2 Introduction... 3 Exchange 2010 changes that impact tiered solutions... 3 Hardware platforms...

More information

HPE Network Node Manager i Software

HPE Network Node Manager i Software HPE Network Node Manager i Software Step-by-Step Guide to Using NNMi Import and Export Tools White Paper Contents Introduction... 3 Useful Scenarios... 3 Best Practices... 3 Learning the Specific Export

More information

WIDS Technology White Paper

WIDS Technology White Paper Technical white paper WIDS Technology White Paper Table of contents Overview... 2 Background... 2 Functions... 2 Rogue detection implementation... 2 Concepts... 2 Operating mechanism... 2 Operating modes...

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

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

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

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

QuickSpecs. HP Integrity Virtual Machines (Integrity VM) Overview. Retired. Currently shipping versions:

QuickSpecs. HP Integrity Virtual Machines (Integrity VM) Overview. Retired. Currently shipping versions: Currently shipping versions: HP Integrity VM (HP-UX 11i v3 VM Host) v4.2 HP Integrity VM (HP-UX 11i v2 VM Host) v3.5 Integrity Virtual Machines (also called Integrity VM or HPVM) is a hypervisor product

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 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

HP LeftHand P4500 and P GbE to 10GbE migration instructions

HP LeftHand P4500 and P GbE to 10GbE migration instructions HP LeftHand P4500 and P4300 1GbE to 10GbE migration instructions Part number: AT022-96003 edition: August 2009 Legal and notice information Copyright 2009 Hewlett-Packard Development Company, L.P. Confidential

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

HP P6300/P6500 EVA Fibre Channel Controller Replacement Instructions

HP P6300/P6500 EVA Fibre Channel Controller Replacement Instructions HP P6300/P6500 EVA Fibre Channel Controller Replacement Instructions About this document For the latest documentation, go to http:// www.hp.com/support/manuals, and select your product. The information

More information

version on HP-UX 11i v3 March 2014 Operating Environment Updat e Release

version on HP-UX 11i v3 March 2014 Operating Environment Updat e Release Technical white paper Installation of non-def ault VxFS and VxVM soft ware version on HP-UX 11i v3 March 2014 Operating Environment Updat e Release Table of contents Introduction... 3 Installation Instructions...

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

RAID-01 (ciss) B Mass Storage Driver Release Notes

RAID-01 (ciss) B Mass Storage Driver Release Notes RAID-01 (ciss) B.11.31.1705 Mass Storage Driver Release Notes HP-UX 11i v3 Abstract This document contains specific information that is intended for users of this HPE product. Part Number: Published:

More information

PCI / PCIe Error Recovery Product Note. HP-UX 11i v3

PCI / PCIe Error Recovery Product Note. HP-UX 11i v3 PCI / PCIe Error Recovery Product Note HP-UX 11i v3 HP Part Number: 5900-0584 Published: September 2010 Legal Notices Copyright 2003-2010 Hewlett-Packard Development Company, L.P. Confidential computer

More information

Introduction...2. Executive summary...2. Test results...3 IOPs...3 Service demand...3 Throughput...4 Scalability...5

Introduction...2. Executive summary...2. Test results...3 IOPs...3 Service demand...3 Throughput...4 Scalability...5 A6826A PCI-X Dual Channel 2Gb/s Fibre Channel Adapter Performance Paper for Integrity Servers Table of contents Introduction...2 Executive summary...2 Test results...3 IOPs...3 Service demand...3 Throughput...4

More information

Technical White Paper. HP Sure View. Business device screen privacy at the touch of a button. May Technical White Paper HP Sure View 01

Technical White Paper. HP Sure View. Business device screen privacy at the touch of a button. May Technical White Paper HP Sure View 01 Technical White Paper HP Sure View Business device screen privacy at the touch of a button May 2018 Technical White Paper HP Sure View 01 Table of contents Introduction... 03 How to set, enable and disable

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

Using the vgmove command to perform LVM Volume Group migration

Using the vgmove command to perform LVM Volume Group migration Using the vgmove command to perform LVM Volume Group migration Abstract... 2 Overview... 2 When do you use vgmove?... 2 Prerequisites... 2 How to use vgmove... 2 Volume group migration flow... 3 How to

More information

Configuring LDAP Authentication for HPE OBR

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

More information

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

Internal Cabling Guide for the HP Smart Array 6400 Series Controller on an HP Integrity Server rx7620

Internal Cabling Guide for the HP Smart Array 6400 Series Controller on an HP Integrity Server rx7620 Internal Cabling Guide for the HP Smart Array 6400 Series Controller on an HP Integrity Server rx7620 May 2004 (Second Edition) Part Number 5990-8201 2004 Hewlett-Packard Development Company, L.P. Microsoft

More information

Release Notes: ProCurve Network Immunity Manager Version 1.0, Update 3

Release Notes: ProCurve Network Immunity Manager Version 1.0, Update 3 Release Notes: ProCurve Network Immunity Manager Version 1.0, Update 3 ProCurve Network Immunity Manager (NIM) version 1.0, Update 3 supports these products: J9060A ProCurve Network Immunity Manager 1.0-50-device

More information

HPE Serviceguard Solutions Storage Support Matrix (HPUX) Oct 25, 2016 Version 3.0

HPE Serviceguard Solutions Storage Support Matrix (HPUX) Oct 25, 2016 Version 3.0 HPE Serviceguard Solutions Storage Support Matrix (HPUX) Oct 25, 2016 Version 3.0 1 HPE Serviceguard Solutions Storage Support Matrix The tables on the following pages contain information about storage

More information

HP Velocity User Guide for Thin Clients

HP Velocity User Guide for Thin Clients HP Velocity User Guide for Thin Clients Copyright 2012 Hewlett-Packard Development Company, L.P. Microsoft and Windows are U.S. registered trademarks of Microsoft Corporation. The information contained

More information

HP Sure View. Table of contents

HP Sure View. Table of contents Technical white paper Table of contents 1. EXECUTIVE SUMMARY... 2 2. FEATURE CONTROLS... 2 3. TECHNOLOGY SUMMARY... 2 3.1 DESIGN... 2 3.2 PRIVACY MODE PERFORMANCE AND VIEWING REGION... 4 3.3 BATTERY LIFE

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 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

HP Insight Control for Microsoft System Center Installation Guide

HP Insight Control for Microsoft System Center Installation Guide HP Insight Control for Microsoft System Center Installation Guide Abstract This guide describes installing HP Insight Control for Microsoft System Center. This guide is intended for use by system integrators

More information

HP Web Jetadmin 8.0 Credential Store Feature

HP Web Jetadmin 8.0 Credential Store Feature HP Web Jetadmin 8.0 Credential Store Feature Table of Contents: Overview...1 The Credential Store...1 Interacting with the Credential Store...2 Configuration of Device Credentials...2 Example...3 Credential

More information

HP Auto Port Aggregation (APA) Release Notes

HP Auto Port Aggregation (APA) Release Notes HP Auto Port Aggregation (APA) Release Notes HP-UX 11i v3 HP Part Number: 5900-3026 Published: March 2013 Edition: 2 Copyright 2013 Hewlett-Packard Development Company L.P. Confidential computer software.

More information

Computer Setup (F10) Utility Guide HP Elite 7000 MT Series PCs

Computer Setup (F10) Utility Guide HP Elite 7000 MT Series PCs Computer Setup (F10) Utility Guide HP Elite 7000 MT Series PCs Copyright 2009 Hewlett-Packard Development Company, L.P. The information contained herein is subject to change without notice. Microsoft,

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

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

HPE 3PAR Remote Copy Extension Software Suite Implementation Service

HPE 3PAR Remote Copy Extension Software Suite Implementation Service Data sheet HPE 3PAR Remote Copy Extension Software Suite Implementation Service HPE Lifecycle Event Services HPE 3PAR Remote Copy Extension Software Suite Implementation Service provides customized deployment

More information

HP P4000 SAN Solution User Guide

HP P4000 SAN Solution User Guide HP P4000 SAN Solution User Guide Abstract This guide provides information for configuring and using the HP SAN Solution. It includes hardware configuration and information about designing and implementing

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

Configuring Embedded LDAP Authentication

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

More information

Insight Control server provisioning How to Create an OS Build Plan for Installing Windows 2012 R2

Insight Control server provisioning How to Create an OS Build Plan for Installing Windows 2012 R2 Technical white paper Insight Control server provisioning How to Create an OS Build Plan for Installing Windows 2012 R2 Table of contents Summary 2 Add the Windows 2012 R2 Distribution Files to the Media

More information

HP Device Manager 4.7

HP Device Manager 4.7 Technical white paper HP Device Manager 4.7 Importing Templates from Similar Operating Systems Table of contents Overview... 2 Preparation... 2 Template preparation... 2 Modifying an exported XML template...

More information

Configuring the HP StorageWorks Modular Smart Array 1000 and 1500cs for external boot with Novell NetWare New Installations

Configuring the HP StorageWorks Modular Smart Array 1000 and 1500cs for external boot with Novell NetWare New Installations Technical Note Revised October 2006 Prepared by: Network Storage Solutions Hewlett Packard Company Contents Configuring the StorageWorks MSA1000 and MSA1500cs for External Boot with NetWare Considerations...3

More information

DtS Data Migration to the MSA1000

DtS Data Migration to the MSA1000 White Paper September 2002 Document Number Prepared by: Network Storage Solutions Hewlett Packard Company Contents Migrating Data from Smart Array controllers and RA4100 controllers...3 Installation Notes

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

CREATE AND USE VARIABLE DATA

CREATE AND USE VARIABLE DATA CREATE AND USE VARIABLE DATA in HP Web Jetadmin CONTENTS Overview... 2 Create user defined fields to store your variable data... 2 Import the variable data into HP Web Jetadmin... 3 Create a template with

More information

HPE ConvergedSystem 700 for Hyper-V Deployment Accelerator Service

HPE ConvergedSystem 700 for Hyper-V Deployment Accelerator Service Data sheet HPE ConvergedSystem 700 for Hyper-V Deployment Accelerator Service HPE Technology Consulting HPE ConvergedSystem 700 for Hyper-V is a solution that allows you to acquire and deploy a virtualization

More information

HPE 3PAR StoreServ Data Migration Service

HPE 3PAR StoreServ Data Migration Service Data sheet HPE 3PAR StoreServ Data Migration Service HPE Consulting and Integration Services Data migration simplified Available in convenient packaged offerings, HP Enterprise 3PAR StoreServ Data Migration

More information

HP JETADVANTAGE SECURITY MANAGER. Adding and Tracking Devices

HP JETADVANTAGE SECURITY MANAGER. Adding and Tracking Devices HP JETADVANTAGE SECURITY MANAGER Adding and Tracking Devices CONTENTS Overview... 2 General Description... 2 Detailed Description... 5 Resolve IP Address to Hostname... 5 Resolve Hostname/DNS Alias to

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

HP 10500/ G Unified Wired-WLAN Module

HP 10500/ G Unified Wired-WLAN Module HP 10500/7500 20G Unified Wired-WLAN Module Fundamentals Configuration Guide Part number: 5998-3914 Software version: 2308P29 (HP 10500/7500 20G Unified Wired-WLAN Module) Document version: 6W102-20131112

More information

HP 3PAR StoreServ 7000 Storage Installation and Startup Service

HP 3PAR StoreServ 7000 Storage Installation and Startup Service Technical data HP 3PAR StoreServ 7000 Storage Installation and Startup Service HP Care Pack Services For a smooth startup, the HP 3PAR StoreServ 7000 Storage Installation and Startup Service provides deployment

More information

HP 5920 & 5900 Switch Series

HP 5920 & 5900 Switch Series HP 5920 & 5900 Switch Series MCE Configuration Guide Part number: 5998-2896 Software version: Release2207 Document version: 6W100-20121130 Legal and notice information Copyright 2012 Hewlett-Packard Development

More information

HPE OneView for Microsoft System Center Release Notes (v 8.2 and 8.2.1)

HPE OneView for Microsoft System Center Release Notes (v 8.2 and 8.2.1) Center Release Notes (v 8.2 and 8.2.1) Part Number: 832154-004a Published: April 2017 Edition: 2 Contents Center Release Notes (v 8.2 and 8.2.1)... 4 Description...4 Update recommendation... 4 Supersedes...

More information

HP MSR Routers Troubleshooting Guide (Comware V7)

HP MSR Routers Troubleshooting Guide (Comware V7) HP MSR Routers Troubleshooting Guide (Comware V7) H3C MSR1000 Router Series H3C MSR2000 Router Series H3C MSR3000 Router Series H3C MSR4000 Router Series Software version: MSR-CMW710-R0106 Document version:

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

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 MSA Family Installation and Startup Service

HP MSA Family Installation and Startup Service Technical data HP MSA Family Installation and HP Services Service benefits Allows your IT resources to stay focused on their core tasks and priorities Reduces implementation time, impact, and risk to your

More information

Release Notes: ProCurve Mobility Manager Version 1.0, Update 1

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

More information

Release Notes: Version S Software. Related Publications. for HP ProCurve 2520 Switches

Release Notes: Version S Software. Related Publications. for HP ProCurve 2520 Switches Release Notes: Version S.14.03 Software for HP ProCurve 2520 Switches Release S.14.xx supports the HP ProCurve 2520-8-PoE (J9137A) and 2520-24-PoE (J9138A) switches. These release notes include information

More information

QuickSpecs. What's New New 146GB Pluggable Ultra320 SCSI 15,000 rpm Universal Hard Drive. HP SCSI Ultra320 Hard Drive Option Kits (Servers) Overview

QuickSpecs. What's New New 146GB Pluggable Ultra320 SCSI 15,000 rpm Universal Hard Drive. HP SCSI Ultra320 Hard Drive Option Kits (Servers) Overview Overview A wide variety of rigorously tested, HP-qualified, SMART capable, Ultra320 Hard Drives offering data integrity and availability in hot pluggable and non-pluggable models. HP 15,000 rpm Hard Drives

More information

HPE Aruba Airwave Installation and Startup Service

HPE Aruba Airwave Installation and Startup Service Data sheet HPE Aruba Airwave Installation and Startup Service Support Services HPE Installation and Startup Service for select Aruba Airwave products coordinates installation, configuration, and verification

More information

QuickSpecs. HP Carrying Cases Overview. HP Basic Notebook Case. DA Worldwide Version 9 September 1, 2008 Page 1

QuickSpecs. HP Carrying Cases Overview. HP Basic Notebook Case. DA Worldwide Version 9 September 1, 2008 Page 1 HP Basic Notebook Case DA - 12679 Worldwide Version 9 September 1, 2008 Page 1 HP Basic Backpack DA - 12679 Worldwide Version 9 September 1, 2008 Page 2 HP Value Nylon Case HP Universal Nylon Case DA -

More information

QuickSpecs. HP Integrity Virtual Machines (Integrity VM) Overview. Currently shipping versions:

QuickSpecs. HP Integrity Virtual Machines (Integrity VM) Overview. Currently shipping versions: Currently shipping versions: HP Integrity VM (HP-UX 11i v2 VM Host) v3.5 HP Integrity VM (HP-UX 11i v3 VM Host) v4.0 Integrity Virtual Machines (Integrity VM) is a soft partitioning and virtualization

More information