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

Size: px
Start display at page:

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

Transcription

1 Technical white paper Using NFS as a file system type with HP Serviceguard A on HP-UX and Linux Table of contents Introduction 2 Audience 2 Serviceguard support for NFS on HP-UX and Linux 2 Overview 2 Supported configurations 2 Recommendations 2 Limitations 3 Setting up the NFS server 3 Configuring the NFS package and cluster parameters 3 Creating a sample NFS package 8 Sample cmviewcl line output 10 Terms and definitions 10 Conclusion 10 For more information 11

2 Introduction This white paper explains how to configure packages that need access to an NFS-imported file system as shared storage. This capability is available as of HP Serviceguard version A 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 file systems 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.com/go/hpux-serviceguard-manual documentation for more information. It is assumed that the reader has an understanding of HP Serviceguard. Serviceguard support for NFS on HP-UX and Linux Overview In HP Serviceguard A and earlier, the storage groups and file systems that were activated by the Serviceguard packages had to be available locally; remote mounting was not supported. This 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 File System. This feature does not in itself provide High Availability (HA) for the NFS client or server, but HA for the NFS server is supported by the HP Serviceguard NFS Toolkit. Supported configurations Supported only on HP-UX 11i v3, Red Hat Enterprise Linux 5.6 and later, 6 and later. Supported only for modular-style failover packages (see chapter 6 of the latest version of Managing Serviceguard Manual for information about package types). Supported only on Serviceguard A.11.20, or later Recommendations If the storage is directly connected to all the nodes and shared, configure the storage as a local file system rather than using the NFS option. 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 the file systems they import. Do not use AutoFS on the cluster nodes that are configured to run the NFS package. Serviceguard assumes that an NFS share that is used as part of the Serviceguard package is not mounted on any node 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 file systems used by the Serviceguard NFS packages on all the cluster nodes that are configured to run the NFS package. 2

3 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 file system as shared storage and the package that provides the NFS file system 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 file systems 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 file system. The file system is used by only one Serviceguard failover package. If the package fails, you never manually restart it without first ensuring that the file system has been properly unmounted. Limitations An NFS file system must be used by only one Serviceguard failover package. NFS file systems used by Serviceguard packages must be mounted with the -o llock mount option on HP-UX and -O local_lock=all on Linux to enforce local locking semantics on the NFS client. Mount NFS-imported file systems 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. So that Serviceguard can verify 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 latest Serviceguard NFS Toolkit Administrator s Guide available at hp.com/go/hpux-serviceguard-docs, under HP Serviceguard NFS Toolkit 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 file system type. Set this to NFS to use this feature. fs_mount_opt specifies the mount option. On HP-UX this must include -o llock in addition to any other options you specify. -o llock specifies local locking for the NFS file system. On Linux this must include O local_lock=all. fs_fsck_opt should not be used. If any option is found in fs_fsck_opt for an NFS-imported file system, a warning will be logged and the value will be ignored. 3

4 Configuring the cluster parameter CONFIGURED_IO_TIMEOUT_EXTENSION In a Serviceguard cluster in which NFS-imported file systems 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 file system ( 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. 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. The following typical scenarios and illustrations could give you some 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 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 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, add the values for each path and use the largest number. The CONFIGURED_IO_TIMEOUT_EXTENSION value will increase with the increase in 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 the Managing Serviceguard Manual 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

5 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, if the MBTD of the switch is one second, set the CONFIGURED_IO_TIMEOUT_EXTENSION to Figure 1. The NFS client and the NFS server with one network switch configured between them 5

6 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 Figure 2. The NFS client and the NFS server with two network switches configured between them 6

7 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. 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 two seconds. For Path 2 (via switch 3) the MBTD value is one second. In this case, set CONFIGURED_IO_TIMEOUT_EXTENSION to Note: While configuring the parameter CONFIGURED_IO_TIMEOUT_EXTENSION, users have to ensure that the parameter HALT_SCRIPT_TIMEOUT is greater than CONFIGURED_IO_TIMEOUT_EXTENSION. 7

8 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 NFS-imported 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 the section Configuring the cluster parameter CONFIGURED_IO_TIMEOUT_EXTENSION and apply the new configuration (see the section Reconfiguring the Cluster in the Managing Serviceguard Manual). Step 2: Create a modular failover package. In this example, we call the output file pkg.ascii, and only file system, 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 file system parameters. Do not set fs_fsck_opt for an NFS file system. The fs_umount_opt can be set as required. fs_name fs_server fs_directory fs_type fs_mount_opt #fs_umount_opt #fs_fsck_opt /var/opt/nfs/share1 wagon /nfs/mnt/share1 nfs -O local_lock=all Follow the instructions in chapter 6 of Managing Serviceguard Manual 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) 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 8

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

10 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 local_lock=all package:nfspkg filesystem:[wagon]/var/opt/nfs/share1 fs_umount_opt= package: NFSPkg filesystem:[wagon]/var/opt/nfs/share1 fs_fsck_opt=... Terms and definitions Term HA MBTD NFS NFS client NFSPkg NFS server Definition High Availability Maximum Bridge Transit Delay part of the IEEE 802.1D network specification Network File System A system that mounts and accesses the NFS server s shared file systems. In the context of this white paper, the NFS client is one of the Serviceguard cluster nodes A Serviceguard failover package that uses an NFS file system shared by an NFS server A system that shares its file systems over a network Conclusion This document helps Serviceguard users in configuring packages that need access to an NFS-imported file system as shared storage, thus enabling customers to scale their storage capabilities. 10

11 For more information To learn more, please visit: HP Serviceguard Solutions for HP-UX 11i: hp.com/go/serviceguardsolutions For technical documentation: HP Serviceguard Solutions for HP-UX 11i: hp.com/go/hpux-serviceguard-docs HP Serviceguard Solutions for Linux: hp.com/go/linux-serviceguard-docs Managing Serviceguard Manual: hp.com/go/hpux-serviceguard-docs HP Serviceguard User Guide Managing Serviceguard Manual: hp.com/go/linux-serviceguard-docs HP Serviceguard User Guide HP Serviceguard NFS Toolkit: hp.com/go/hpux-serviceguard-docs HP Serviceguard NFS Toolkit HP Serviceguard NFS Toolkit: hp.com/go/linux-serviceguard-docs HP Serviceguard NFS Toolkit Latest NFS Serviceguard NFS Toolkit Administrator s Guide is available at: hp.com/go/hpux-serviceguard-docs HP Serviceguard NFS Toolkit on configuring the NFS server and shares. HP welcomes your input. Please give us comments about this white paper, or suggestions for related documentation, through our technical documentation feedback website: hp.com/bizsupport/feedback/ww/webfeedback.html. Manage remote applications via packages that import remote storage using the Network File System, featured in the NFS server and supported by the HP Serviceguard NFS Toolkit. Visit: hp.com/go/sglx to know more. Get connected hp.com/go/getconnected Current HP driver, support, and security alerts delivered directly to your desktop Copyright 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; Updated July 2012, Rev. 2 11

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

HP 3PAR Storage System Installation and Startup Service

HP 3PAR Storage System Installation and Startup Service HP 3PAR Storage System Installation and Startup Service HP Care Pack Services Technical data For smooth startup, the HP 3PAR Storage System Installation and Startup Service provides deployment of your

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

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

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

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

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

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

HP AutoPass License Server

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

More information

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

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

HP EVA P6000 Storage performance

HP EVA P6000 Storage performance Technical white paper HP EVA P6000 Storage performance Table of contents Introduction 2 Sizing up performance numbers 2 End-to-end performance numbers 3 Cache performance numbers 4 Performance summary

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

Available Packs and Purchase Information

Available Packs and Purchase Information Overview Rapid Deployment Pack (RDP) is a complete deployment solution for HP ProLiant servers. RDP automates the process of deploying and provisioning server software, enabling companies to quickly and

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

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

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

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

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

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

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

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

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. HP IMC Branch Intelligent Management Software. Models HP IMC Branch Intelligent Management System Software Module w/50-node E-LTU

QuickSpecs. HP IMC Branch Intelligent Management Software. Models HP IMC Branch Intelligent Management System Software Module w/50-node E-LTU Overview Models HP IMC Branch Intelligent Management System Software Module w/50-node E-LTU JG265AAE Key features Unified resource management Single-pane visibility Integrated access and user management

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

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

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 Factory Express Customized Integration with Onsite Startup Service

HPE Factory Express Customized Integration with Onsite Startup Service Data sheet HPE Factory Express Customized Integration with Onsite Startup Service HPE Lifecycle Event Services HPE Factory Express Customized Integration with Onsite Startup Service (formerly known as

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

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

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 D2600/D2700 Disk Enclosure I/O Module Firmware 0149 Release Notes

HPE D2600/D2700 Disk Enclosure I/O Module Firmware 0149 Release Notes HPE D2600/D2700 Disk Enclosure I/O Module Firmware 0149 Release Notes Part Number: 504224-011R Published: November 2015 Edition: 12 Copyright 2009, 2015 Hewlett Packard Enterprise Development LP The information

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

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

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

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

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

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

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

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

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

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

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

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. HP ProLiant Essentials Performance Management Pack version 4.5. Overview. Retired

QuickSpecs. What's New. Models. HP ProLiant Essentials Performance Management Pack version 4.5. Overview. Retired Overview ProLiant Essentials Performance Management Pack (PMP) is a software solution that detects, analyzes, and explains hardware bottlenecks on HP ProLiant servers. HP Integrity servers and HP Storage

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

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.1 Integrity Virtual Machines (Integrity VM) is a soft partitioning and 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 LeftHand SAN Solutions

HP LeftHand SAN Solutions HP LeftHand SAN Solutions Support Document Installation Manuals VSA 8.0 Quick Start - Demo Version Legal Notices Warranty The only warranties for HP products and services are set forth in the express warranty

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

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

Powering HP BladeSystem c7000 Enclosures

Powering HP BladeSystem c7000 Enclosures Powering HP BladeSystem c7000 Enclosures HOWTO Abstract... 2 Power draw of HP BladeSystem c7000 Enclosure... 2 Power Distribution...2 Uninterruptible Power Supplies... 6 For more information... 9 Call

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

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

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

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

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

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

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

Introduction... 2 Assumptions... 2

Introduction... 2 Assumptions... 2 HP Network Node Manager ispi Performance for Traffic Software Version: 9.20 Deployment by Example Table of Contents Introduction... 2 Assumptions... 2 Installation... 3 Installing the HP NNMi Extension

More information

HP S1500 SSL Appliance. Product overview. Key features. Data sheet

HP S1500 SSL Appliance. Product overview. Key features. Data sheet HP S1500 SSL Appliance Data sheet Product overview The HP S1500 SSL Appliance provides hardware-accelerated Secure Sockets Layer (SSL) offloading and bridging to enable high-performance intrusion prevention

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

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

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 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 recommended configuration for Microsoft Exchange Server 2010 and HP ProLiant SL4540 Gen8 Servers (3 node)

HP recommended configuration for Microsoft Exchange Server 2010 and HP ProLiant SL4540 Gen8 Servers (3 node) Technical white paper HP recommended configuration for Microsoft Exchange Server 2010 and HP ProLiant SL4540 Gen8 Servers (3 node) Building blocks for 1500 mailboxes with 3-copy high availability design

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

HP StorageWorks Using the QLogic HBA driver for single-path or multipath failover mode on Linux systems application notes

HP StorageWorks Using the QLogic HBA driver for single-path or multipath failover mode on Linux systems application notes HP StorageWorks Using the QLogic HBA driver for single-path or multipath failover mode on Linux systems application notes Part number: AA-RVGWG-TE Sixth edition: July 2006 Legal and notice information

More information

QuickSpecs. What's New HP 120GB 1.5Gb/s SATA 5400 rpm SFF HDD. HP Serial-ATA (SATA) Hard Drive Option Kits. Overview

QuickSpecs. What's New HP 120GB 1.5Gb/s SATA 5400 rpm SFF HDD. HP Serial-ATA (SATA) Hard Drive Option Kits. Overview Overview HP offers a variety of tested, HP-qualified, SMART* capable, SATA Hard Drives offering data integrity and availability in hotpluggable models. HP 3.5" and Small Form Factor (2.5") SATA drives

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

HPE Automatic Number Plate Recognition Software Version: Automatic Number Plate Recognition Release Notes

HPE Automatic Number Plate Recognition Software Version: Automatic Number Plate Recognition Release Notes HPE Automatic Number Plate Recognition Software Version: 14.5.0 Automatic Number Plate Recognition Release Notes Document Release Date: July 2016 Software Release Date: July 2016 Legal Notices Warranty

More information