Strategies for Replicating HP-UX 11i Virtual Systems onto Integrity Physical and Virtual Machines

Size: px
Start display at page:

Download "Strategies for Replicating HP-UX 11i Virtual Systems onto Integrity Physical and Virtual Machines"

Transcription

1 Strategies for Replicating HP-UX 11i Virtual Systems onto Integrity Physical and Virtual Machines Introduction... 2 Integrity Virtual Machine Basics for System Replication... 4 Integrity Virtual Machine Mass Storage Overview... 4 Virtual Disk Drives... 4 Attached I/O Devices Tape and Optical Media... 4 Virtual Device Identification and Removal... 5 Planning the Deployment... 5 Local Cloning and Deployment... 6 Options for Deployment Depending on Connectivity... 6 Remote Cloning and Deployment... 6 Golden Images... 6 Recovery Media... 6 Integrity Virtual Machines hpvmclone andhpvmmigrate Tools... 7 Summary... 7 For more information... 8 Websites... 8 Product Documentation... 8 White Papers... 8

2 Introduction The HP Integrity Virtual Machines (Integrity VM) product provides an ideal solution for development, evaluation, and qualification of new software application stacks. Once validation of such configurations is complete, administrators frequently need to replicate them on multiple systems, both virtual as well as physical. This white paper addresses two basic use cases local and remote for replication of systems running on Integrity Virtual Machines. The term local deployment pertains to scenarios in which the source (virtual) system is connected to the same storage area network (SAN) or local area network (LAN) as the target system. Figure 1 and Figure 2 illustrate two of the basic approaches for local system replication. The local replication discussion here will focus primarily on target systems that are physical Integrity servers. Refer to the HP white paper Using Dynamic Root Disk to Clone Integrity Virtual Machines available from for details pertaining to local replication when the target system is a HPVM virtual machine. Remote replication refers to the use case where the target system does not share storage or network connectivity with the source system. The remote replication scenario discussed here is illustrated in Figure 3. The source system is assumed to be running HP-UX 11iv3, although the same concepts can be applied to an 11iv2 system. The concepts discussed here apply to Integrity Virtual Machines version 3.5, 4.0 and later.

3 Figure 1 - Local cloning and replication using a network installation server, e.g., an Ignite-UX server. Figure 2 - Local cloning and replication using DRD cloning so that replicated systems boot from SAN storage.

4 Figure 3 - Remote cloning and replication using system images placed on sequential media. Integrity Virtual Machine Basics for System Replication Integrity Virtual Machine Mass Storage Overview HP Integrity Virtual Machines provides a high level of flexibility when configuring storage for virtual machines, including virtual DVD, virtuall disks, tape, optical media burners, and media changer devices. Virtual Disk Drives Integrity VM virtual hard disks may be dynamically or statically added to a virtual machine using either the Integrity Virtual Machine Manager graphical user interface or the Integrity VM command line interface. For example, if one wants to addd physical storage with device special filename /dev/rdsk/c1t2d3, to the virtual machine mynewvm, one simply executes the following on the physical VM Host system: # hpvmmodify P mynewvm a disk:scsi::disk:/dev/rdsk/c1t2d3 If the virtual machine is using the new AVIO storage functionality, you can addd storage similarly: # hpvmmodify P mynewvm a disk:aviostor::disk:/dev/rdsk/c1t2d3 Attached I/O Devices Tape and Optical Media Integrity Virtual Machines also supports access to tape, optical media, and media changer devices with its attached I/O capability. The first step needed to enable attached I/O functionality is to create the SCSI pass- through files on the VM Host system by running: # hpvmdevmgmt I

5 You need only execute this command once after installing the device on the physical VM Host system. This creates device special files in /dev/rscsi enabling Integrity VM s attached I/O functionality. Suppose that the physical VM Host system has a tape drive with device special filename /dev/rmt/c6t1d0 that your virtual machine requires access to. The SCSI pass-through file associated with /dev/rmt/c6t1d0 is /dev/rscsi/c6t1d0 and you may attach the tape drive to your VM by executing: # hpvmmodify P mynewvm a tape:scsi::attach:/dev/rscsi/c6t1d0 Virtual Device Identification and Removal When a virtual machine no longer needs connectivity to a storage device, detach the device by using the Integrity VM command line interface and explicitly identifying the virtual device. The explicit definitions are most easily identified by using the hpvmstatus command with the d (device listing) option. For example: # hpvmstatus P mynewvm -d [Virtual Machine Devices] [Storage Interface Details] disk:scsi:0,0,0:file:/hpvm/vhd/vmhpux0.disk0 disk:scsi:0,0,1:disk:/dev/rdsk/c4t12d0 disk:scsi:0,0,2:disk:/dev/rdsk/c5t2d5 tape:scsi:0,0,3:attach:/dev/rscsi/c6t1d0 If you need to detach the tape drive from your VM, then use the d option of hpvmmodify and the explicit device specification as follows: # hpvmmodify P mynewvm d tape:scsi:0,0,3:attach:/dev/rscsi/c6t1d0 When removing virtual disk drives, take care to unmount the file system associated with the disk, reconfigure any logical volume groups associated with it, etc. before detaching it from the VM. Planning the Deployment Before cloning the virtual system and replicating it on other systems, take care to consider the following: Identify the virtual hardware configuration of the source virtual system (with hpvmstatus P <vmname>) and make sure the target system s hardware is configured with computer resources sufficient for deploying the source system. That is, the target system should have memory and mass storage capacity sufficient to contain the deployed system. The target system should have necessary CPU and network resources as well. Target systems with a weaker hardware configuration may encounter performance problems. If you made specific system tuning changes (beyond defaults) to the source system, then those changes need to be revisited. For example, the maximum number of processes (nprocs) may change depending on CPU core count. Similarly, file system buffer cache size is defined as a percentage of physical memory and may need reconsideration. Keep in mind that system installation configures tunables based on hardware configuration. Identify the device drivers needed for the target system s storage and network hardware, installing them on the source system if necessary before cloning the source system. Fibre channel device drivers are a good example of device drivers that may need to be manually installed on the source system as they may be required for the system s boot disk. Verify that the software installed on the source system is licensed for use on the target systems on which it is being replicated.

6 Local Cloning and Deployment Options for Deployment Depending on Connectivity There are several approaches available for cloning systems using either storage area network (SAN) or local area network (LAN) connectivity. When the source and target systems are both virtual machines and they share connection to the same SAN, then using the approach described in the white paper Using Dynamic Root Disk to Clone Integrity Virtual Machines is very convenient. LAN connectivity lends itself to cloning and deployment techniques such as the concept of golden images available with Ignite-UX. You create an image of the source, i.e., golden system and then use it to replicate systems using an Ignite-UX server on the network or using virtual DVDs mapped to ISO files containing the golden image. Both of these techniques are detailed in the HP white paper Using Ignite-UX with Integrity Virtual Machines, available from Another alternative is to use the make_net_recovery functionality of Ignite-UX for local system cloning and deployment. Some care needs to be taken so that the target system s MAC address is used instead of that used by the (original) source system. The System Recovery section of the Ignite-UX Administration Guide along with the white paper Successful System Cloning using Ignite-UX, both available from are excellent resources. Remote Cloning and Deployment When no LAN or SAN connection exists between the source system and target system, solutions such as dynamic root disk and the use of Ignite-UX servers for network installation are not feasible. In such scenarios, it is often desirable to clone the system, putting its image on media (e.g. tape) and physically transporting the media to the target system site. Two basic approaches are available through Ignite-UX functionality golden images and recovery media. Refer to the Ignite-UX product documentation referenced above for details. For remote replication using tape and Ignite-UX s make_tape_recovery, verify that you are using a version of Ignite-UX on the source system that supports the tape drives on both the source and target systems. For smaller system images, the use of optical media CD or DVD may be possible. This option is available for systems with image sizes less than 4 GB in size. For such scenarios use the Ignite-UX utility make_media_install to create the image of the source system. Golden Images You can create an image of the source system, referred to as a golden image, using Ignite-UX tools such as make_media_install. Transfer that golden image to physical media using an attached I/O device (as discussed above). Subsequently the media may be loaded and installed onto the target system. Recovery Media Rather than create a golden image of a system, one may choose to use the make_tape_recovery utility available with the Ignite-UX product. After attaching the tape drive to the source virtual system, invoke make_tape_recovery as you would for any Integrity system. Subsequently, the media created may be loaded onto the target system via its tape drive. While some systems may not have local tape connectivity (e.g., the system does not support USB tape drives), keep in mind that SAN-based tape access can be used for the deployment. In some cases one may have to resort to the so-called 2 step Ignite-UX installation to install from sequential media. See the Ignite-UX product documentation for details.

7 Integrity Virtual Machines hpvmclone and hpvmmigrate Tools Two tools hpvmclone and hpvmmigrate are provided with the Integrity VM product that may be used for system replication, but are not solutions by themselves. The hpvmclone command duplicates the configuration of a given virtual machine on the same Integrity VM Host system. The new system will be identical in all aspects, including its virtual CPU attributes, memory size and functionality, and I/O configuration. The duplication of I/O configuration performed by hpvmclone does not generally include the copying of the source system s storage. To stress that point, it s worthwhile to note that the clone s virtual I/O devices map to the same logical I/O devices. Integrity VM prevents the startup of two VMs that use the same logical storage devices. As a result, the clone VM cannot start until either the source system is shut down or the clone s storage I/O configuration is modified. From a practical perspective, the source system s storage must be replicated by one of the methods discussed above or some other means before the clone can start. The hpvmmigrate tool allows a virtual machine to be moved from one physical VM Host system to another. There are two basic variations to VM migration offline and online. In either case, the virtual machine is being moved from one physical system to another. The virtual machine is not duplicated, that is, it is not replicated onto the target system by hpvmmigrate. Combining these two tools with a method of system image deployment provides a solution to system replication when the source and target systems are both Integrity Virtual Machines. Summary By leveraging the system software available on HP Integrity systems, you can clone virtual machines running HP-UX onto both virtual and physical Integrity systems. Multiple options are available for cloning and replication whether LAN or SAN connections between your source and target systems exist or not.

8 For more information Websites Product Documentation Available from docs.hp.com: Dynamic Root Disk Administrator's Guide Ignite-UX Administration Guide HP Integrity Virtual Machines Installation, Configuration, and Administration White Papers Available from docs.hp.com: Using Ignite-UX with Integrity VM Using Dynamic Root Disk to Clone Integrity Virtual Machines Successful System Cloning using Ignite-UX 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 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. Version 1.0 ILC, 22 July 2008

Backup Strategies for Integrity Virtual Machines

Backup Strategies for Integrity Virtual Machines Backup Strategies for Integrity Virtual Machines Introduction...2 Basic Aspects of Data Protection for Virtual Environments...2 Backup and Recovery from the VM Host System...3 Backup and Recovery of Individual

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

Table of contents. Matching server virtualization with advanced storage virtualization

Table of contents. Matching server virtualization with advanced storage virtualization Matching server virtualization with advanced storage virtualization Using HP LeftHand SAN and VMware Infrastructure 3 for improved ease of use, reduced cost and complexity, increased availability, and

More information

Managing Microsoft Hyper-V Server 2008 R2 with HP Insight Management

Managing Microsoft Hyper-V Server 2008 R2 with HP Insight Management Managing Microsoft Hyper-V Server 2008 R2 with HP Insight Management Integration note, 4th Edition Introduction... 2 Overview... 2 Comparing Insight Management software Hyper-V R2 and VMware ESX management...

More information

Using HP StoreOnce Backup Systems for NDMP backups with Symantec NetBackup

Using HP StoreOnce Backup Systems for NDMP backups with Symantec NetBackup Technical white paper Using HP StoreOnce Backup Systems for NDMP backups with Symantec NetBackup Table of contents Executive summary... 2 Introduction... 2 What is NDMP?... 2 Technology overview... 3 HP

More information

Choosing the best architecture for data protection in your Storage Area Network

Choosing the best architecture for data protection in your Storage Area Network Choosing the best architecture for data protection in your Storage Area Network Introduction... 2 SAN solution reliability... 2 A controller-based architecture for tape libraries... 3 Advanced features...

More information

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

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

More information

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

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

More information

HP Data Replication Solution Service for 3PAR Virtual Copy

HP Data Replication Solution Service for 3PAR Virtual Copy HP Data Replication Solution Service for 3PAR Virtual Copy HP Care Pack Services Technical data HP Data Replication Solution Service for 3PAR Virtual Copy provides implementation of the HP 3PAR Storage

More information

Using HP System Software Manager for the mass deployment of software updates to client PCs

Using HP System Software Manager for the mass deployment of software updates to client PCs Using HP System Software Manager for the mass deployment of software updates to client PCs Introduction... 2 HP manageability solutions... 2 SSM overview... 3 Software updates... 3 Why not SSM-enabled?...

More information

HP 3PAR StoreServ Data Migration Service

HP 3PAR StoreServ Data Migration Service Technical data HP 3PAR StoreServ Data Migration Service HP Consulting and Integration Services Available in convenient packaged offerings, HP 3PAR StoreServ Data Migration Service can help to simplify

More information

HP VMware ESXi 5.0 and Updates Getting Started Guide

HP VMware ESXi 5.0 and Updates Getting Started Guide HP VMware ESXi 5.0 and Updates Getting Started Guide Abstract This guide is intended to provide setup information for HP VMware ESXi. HP Part Number: 616896-002 Published: August 2011 Edition: 1 Copyright

More information

Protect Microsoft Exchange databases, achieve long-term data retention

Protect Microsoft Exchange databases, achieve long-term data retention Technical white paper Protect Microsoft Exchange databases, achieve long-term data retention HP StoreOnce Backup systems, HP StoreOnce Catalyst, and Symantec NetBackup OpenStorage Table of contents Introduction...

More information

Implementing the HP Cloud Map for SAS Enterprise BI on Linux

Implementing the HP Cloud Map for SAS Enterprise BI on Linux Technical white paper Implementing the HP Cloud Map for SAS Enterprise BI on Linux Table of contents Executive summary... 2 How to utilize this HP CloudSystem Matrix template... 2 Download the template...

More information

HP Thin Client Imaging Tool

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

More information

Security Overview of the Integrity Virtual Machines Architecture

Security Overview of the Integrity Virtual Machines Architecture Security Overview of the Integrity Virtual Machines Architecture Introduction... 2 Integrity Virtual Machines Architecture... 2 Virtual Machine Host System... 2 Virtual Machine Control... 2 Scheduling

More information

HP Cloud Map for TIBCO ActiveMatrix BusinessWorks: Importing the template

HP Cloud Map for TIBCO ActiveMatrix BusinessWorks: Importing the template HP Cloud Map for TIBCO ActiveMatrix BusinessWorks: Importing the template An HP Reference Architecture for TIBCO Technical white paper Table of contents Executive summary... 2 Solution environment... 2

More information

HP StorageWorks MPX200 Simplified Cost-Effective Virtualization Deployment

HP StorageWorks MPX200 Simplified Cost-Effective Virtualization Deployment HP StorageWorks MPX200 Simplified Cost-Effective Virtualization Deployment Executive Summary... 2 HP StorageWorks MPX200 Architecture... 2 Server Virtualization and SAN based Storage... 3 VMware Architecture...

More information

HP-UX Role-Based Access Control B.11.31.04 Release Notes

HP-UX Role-Based Access Control B.11.31.04 Release Notes HP-UX Role-Based Access Control B.11.31.04 Release Notes HP Part Number: 5992-0628 Published: June 2007 Edition: E028 Copyright 2001 2007 Hewlett-Packard Development Company L.P. Confidential computer

More information

Integrity Virtual Machines Technical Overview

Integrity Virtual Machines Technical Overview Integrity Virtual Machines Technical Overview Jörg Brand Support Zentrum Ratingen 2006 Hewlett-Packard Development Company, L.P. The information contained herein is subject to change without notice Agenda

More information

Case Studies Using EMC Legato NetWorker for OpenVMS Backups

Case Studies Using EMC Legato NetWorker for OpenVMS Backups OpenVMS Technical Journal V6 Case Studies Using EMC Legato NetWorker for OpenVMS Backups Case Studies Using EMC Legato NetWorker for OpenVMS Backups... 2 Overview... 2 Introduction... 2 Case Study 1: Backup

More information

Use cases and best practices for HP StorageWorks P2000 G3 MSA FC/iSCSI Combo Controller

Use cases and best practices for HP StorageWorks P2000 G3 MSA FC/iSCSI Combo Controller Use cases and best practices for HP StorageWorks P2000 G3 MSA FC/iSCSI Combo Controller Technical white paper Table of contents About this document... 2 Intended audience... 2 About the HP P2000 Combo

More information

Using Integrated Lights-Out in a VMware ESX environment

Using Integrated Lights-Out in a VMware ESX environment Using Integrated Lights-Out in a VMware ESX environment 2 nd Edition Technology Brief Abstract... 2 ilo architecture in a virtualized environment... 2 The benefits of ilo in a virtualized environment...

More information

HP Converged Infrastructure Solutions

HP Converged Infrastructure Solutions HP Converged Infrastructure Solutions HP Virtual Connect and HP StorageWorks Simple SAN Connection Manager Enterprise Software Solution brief Executive summary Whether it is with VMware vsphere, Microsoft

More information

HP StorageWorks P2000 G3 and MSA2000 G2 Arrays

HP StorageWorks P2000 G3 and MSA2000 G2 Arrays HP StorageWorks P2000 G3 and MSA2000 G2 Arrays Family Data sheet How can the flexibility of the HP StorageWorks P2000 G3 MSA Array Systems help remedy growing storage needs and small budgets? By offering

More information

RAID-01 (ciss) B.11.31.1005 mass storage driver release notes, edition 2

RAID-01 (ciss) B.11.31.1005 mass storage driver release notes, edition 2 RAID-01 (ciss) B.11.31.1005 mass storage driver release notes, edition 2 HP-UX 11i v3 HP Part Number: 5991-0448_ed2 Published: August 2010 Edition: 2 Copyright 2010 Hewlett-Packard Development Company,

More information

Installing Microsoft Windows

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

More information

How to configure Failover Clustering for Hyper-V hosts on HP ProLiant c-class server blades with All-in-One SB600c storage blade

How to configure Failover Clustering for Hyper-V hosts on HP ProLiant c-class server blades with All-in-One SB600c storage blade How to configure Failover Clustering for Hyper-V hosts on HP ProLiant c-class server blades with All-in-One SB600c storage blade Executive summary... 2 System requirements... 2 Hardware requirements...

More information

HP recommended configuration for Microsoft Exchange Server 2010: ProLiant DL370 G6 supporting 1000-2GB mailboxes

HP recommended configuration for Microsoft Exchange Server 2010: ProLiant DL370 G6 supporting 1000-2GB mailboxes HP recommended configuration for Microsoft Exchange Server 2010: ProLiant DL370 G6 supporting 1000-2GB mailboxes Table of contents Executive summary... 2 Introduction... 3 Tiered solution matrix... 3 Recommended

More information

HP 3PAR Peer Persistence Software Installation and Startup Service

HP 3PAR Peer Persistence Software Installation and Startup Service Technical data HP 3PAR Peer Persistence Software Installation and Startup Service HP Care Pack Services HP 3PAR Peer Persistence Software Installation and Startup Service provides implementation of the

More information

Performance brief for IBM WebSphere Application Server 7.0 with VMware ESX 4.0 on HP ProLiant DL380 G6 server

Performance brief for IBM WebSphere Application Server 7.0 with VMware ESX 4.0 on HP ProLiant DL380 G6 server Performance brief for IBM WebSphere Application Server.0 with VMware ESX.0 on HP ProLiant DL0 G server Table of contents Executive summary... WebSphere test configuration... Server information... WebSphere

More information

Implementing Red Hat Enterprise Linux 6 on HP ProLiant servers

Implementing Red Hat Enterprise Linux 6 on HP ProLiant servers Technical white paper Implementing Red Hat Enterprise Linux 6 on HP ProLiant servers Table of contents Abstract... 2 Introduction to Red Hat Enterprise Linux 6... 2 New features... 2 Recommended ProLiant

More information

HP Velocity Live QoS Support

HP Velocity Live QoS Support HP Velocity Live QoS Support Copyright 2012 Hewlett-Packard Development Company, L.P. Microsoft and Windows are U.S. registered trademarks of Microsoft Corporation. The information contained herein is

More information

HP Operations Orchestration Software

HP Operations Orchestration Software HP Operations Orchestration Software Software Version: 9.00 Microsoft Hyper-V Integration Guide Document Release Date: June 2010 Software Release Date: June 2010 Legal Notices Warranty The only warranties

More information

USB Secure Management for ProCurve Switches

USB Secure Management for ProCurve Switches ProCurve Networking USB Secure Management for ProCurve Switches Introduction... 2 A simple solution with multiple uses... 2 Staged deployment... 2 Remote deployment or upgrade... 3 Troubleshooting... 3

More information

HP Storage Virtual Volume Design and Implementation Service

HP Storage Virtual Volume Design and Implementation Service HP Storage Virtual Volume Design and Implementation Service HP Care Pack Services Technical data Proper configuration of storage hardware is crucial to help improve the effectiveness of your storage devices.

More information

How to register. Who should attend Services, both internal HP and external

How to register. Who should attend Services, both internal HP and external mm Servicing HP Rack and Tower Server Solutions - Rev 12.31 Course data sheet Certification: Exam(s): The Learning Center: Format: Recommended Duration: How to register HP ATP - Rack and Tower Server Solutions

More information

Using HP StoreOnce Backup systems for Oracle database backups

Using HP StoreOnce Backup systems for Oracle database backups Technical white paper Using HP StoreOnce Backup systems for Oracle database backups Table of contents Introduction 2 Technology overview 2 HP StoreOnce Backup systems key features and benefits 2 HP StoreOnce

More information

P4000 SAN/iQ software upgrade user guide

P4000 SAN/iQ software upgrade user guide HP StorageWorks P4000 SAN/iQ software upgrade user guide Abstract This guide provides information about upgrading the SAN/iQ software to release 8.5 Part number: AX696-96010 Second edition: March 2010

More information

HP LeftHand SAN Solutions

HP LeftHand SAN Solutions HP LeftHand SAN Solutions Support Document Application Notes SAN/iQ Remote Copy Networking Requirements Legal Notices Warranty The only warranties for HP products and services are set forth in the express

More information

HP LeftHand SAN Solutions

HP LeftHand SAN Solutions HP LeftHand SAN Solutions Support Document Application Notes Backup Exec 11D VSS Snapshots and Transportable Offhost Backup Legal Notices Warranty The only warranties for HP products and services are set

More information

HP and Mimosa Systems A system for email archiving, recovery, and storage optimization white paper

HP and Mimosa Systems A system for email archiving, recovery, and storage optimization white paper HP and Mimosa Systems A system for email archiving, recovery, and storage optimization white paper Mimosa NearPoint for Microsoft Exchange Server and HP StorageWorks 1510i Modular Smart Array Executive

More information

RAID 1(+0): breaking mirrors and rebuilding drives

RAID 1(+0): breaking mirrors and rebuilding drives RAID 1(+0): breaking mirrors and rebuilding drives How to, 5 th edition Introduction... 2 Splitting a mirrored array using the Array Configuration Utility... 2 Recombining a split mirrored array using

More information

HP Systems Insight Manager 7.0 and HP Agentless Management overview

HP Systems Insight Manager 7.0 and HP Agentless Management overview HP Systems Insight Manager 7.0 and HP Agentless Management overview Technology brief Introduction... 2 Overview of HP Agentless Management... 2 Using traditional OS-based management software... 4 Using

More information

HP Matrix Operating Environment Co-Existence with Microsoft Hyper-V Replica

HP Matrix Operating Environment Co-Existence with Microsoft Hyper-V Replica Technical white paper HP Matrix Operating Environment Co-Existence with Microsoft Hyper-V Replica HP Insight Management 7.4 Update 1 Table of contents Hyper-V Replica high-level overview... 3 What happens

More information

HP reference configuration for entry-level SAS Grid Manager solutions

HP reference configuration for entry-level SAS Grid Manager solutions HP reference configuration for entry-level SAS Grid Manager solutions Up to 864 simultaneous SAS jobs and more than 3 GB/s I/O throughput Technical white paper Table of contents Executive summary... 2

More information

Performance characterization report for Microsoft Hyper-V R2 on HP StorageWorks P4500 SAN storage

Performance characterization report for Microsoft Hyper-V R2 on HP StorageWorks P4500 SAN storage Performance characterization report for Microsoft Hyper-V R2 on HP StorageWorks P4500 SAN storage Technical white paper Table of contents Executive summary... 2 Introduction... 2 Test methodology... 3

More information

HP Serviceguard Cluster Configuration for Partitioned Systems

HP Serviceguard Cluster Configuration for Partitioned Systems HP Serviceguard Cluster Configuration for Partitioned Systems July 2005 Abstract...2 Partition configurations...3 Serviceguard design assumptions...4 Hardware redundancy...4 Cluster membership protocol...4

More information

HP StorageWorks Data Protection Strategy brief

HP StorageWorks Data Protection Strategy brief HP StorageWorks Data Protection Strategy brief Your business depends on IT more than ever before. The availability of key application services and information is critical to maintain business processes,

More information

Introducing logical servers: Making data center infrastructures more adaptive

Introducing logical servers: Making data center infrastructures more adaptive Introducing logical servers: Making data center infrastructures more adaptive technology brief, 2 nd edition Abstract... 2 Introduction... 2 Overview of logical servers... 3 Why use logical servers?...

More information

HP Storage Data Migration Service

HP Storage Data Migration Service HP Storage Data Migration Service HP Data Center Services Technical data The HP Storage Data Migration Service transfers your designated information to target storage device technologies across a data

More information

HP iscsi storage for small and midsize businesses

HP iscsi storage for small and midsize businesses HP iscsi storage for small and midsize businesses IP SAN solution guide With data almost doubling in volume every year, businesses are discovering that they need to take a strategic approach to managing

More information

HP Multimode OM3 LC/LC Optical Cables Overview. Models HP 50 m Multimode OM3 LC/LC Optical Cable

HP Multimode OM3 LC/LC Optical Cables Overview. Models HP 50 m Multimode OM3 LC/LC Optical Cable Overview Models HP 0.5 m Multimode OM3 LC/LC Optical Cable HP 1 m Multimode OM3 LC/LC Optical Cable HP 2 m Multimode OM3 LC/LC Optical Cable HP 5 m Multimode OM3 LC/LC Optical Cable HP 15 m Multimode OM3

More information

SAP database backup and restore solutions for HP StorageWorks Enterprise Virtual Array using HP Data Protector 6.1 software

SAP database backup and restore solutions for HP StorageWorks Enterprise Virtual Array using HP Data Protector 6.1 software SAP database backup and restore solutions for HP StorageWorks Enterprise Virtual Array using HP Data Protector 6.1 software Table of contents Executive summary... 2 Solution overview... 2 Objectives...

More information

Assessing RAID ADG vs. RAID 5 vs. RAID 1+0

Assessing RAID ADG vs. RAID 5 vs. RAID 1+0 White Paper October 2001 Prepared by Industry Standard Storage Group Compaq Computer Corporation Contents Overview...3 Defining RAID levels...3 Evaluating RAID levels...3 Choosing a RAID level...4 Assessing

More information

HP-UX Event Monitoring Service (EMS) Hardware Monitors Release Notes

HP-UX Event Monitoring Service (EMS) Hardware Monitors Release Notes HP-UX Event Monitoring Service (EMS) Hardware Monitors Release Notes Version: B.11.23.15.03 for HP-UX 11i v2 HP Part Number:834958-001 Published: September 2015 Edition: 1 Legal Notices Copyright 2003,

More information

Yiwo Tech Development Co., Ltd. EaseUS Todo Backup. Reliable Backup & Recovery Solution. EaseUS Todo Backup Solution Guide. All Rights Reserved Page 1

Yiwo Tech Development Co., Ltd. EaseUS Todo Backup. Reliable Backup & Recovery Solution. EaseUS Todo Backup Solution Guide. All Rights Reserved Page 1 EaseUS Todo Backup Reliable Backup & Recovery Solution EaseUS Todo Backup Solution Guide. All Rights Reserved Page 1 Part 1 Overview EaseUS Todo Backup Solution Guide. All Rights Reserved Page 2 Introduction

More information

Using HP StoreOnce D2D systems for Microsoft SQL Server backups

Using HP StoreOnce D2D systems for Microsoft SQL Server backups Technical white paper Using HP StoreOnce D2D systems for Microsoft SQL Server backups Table of contents Executive summary 2 Introduction 2 Technology overview 2 HP StoreOnce D2D systems key features and

More information

Guidelines for using Microsoft System Center Virtual Machine Manager with HP StorageWorks Storage Mirroring

Guidelines for using Microsoft System Center Virtual Machine Manager with HP StorageWorks Storage Mirroring HP StorageWorks Guidelines for using Microsoft System Center Virtual Machine Manager with HP StorageWorks Storage Mirroring Application Note doc-number Part number: T2558-96337 First edition: June 2009

More information

HP NonStop Software Essentials

HP NonStop Software Essentials Data sheet HP NonStop Software Essentials Simplify NonStop software management Managing software versions on any system can be a complicated task. With the scale that a NonStop system provides, this task

More information

Using VMWare VAAI for storage integration with Infortrend EonStor DS G7i

Using VMWare VAAI for storage integration with Infortrend EonStor DS G7i Using VMWare VAAI for storage integration with Infortrend EonStor DS G7i Application Note Abstract: This document describes how VMware s vsphere Storage APIs (VAAI) can be integrated and used for accelerating

More information

Quick Start to Evaluating. HP t5630w, HP t5730w, HP gt7720

Quick Start to Evaluating. HP t5630w, HP t5730w, HP gt7720 Get your thin client Get your running thin client running Right out Right out of of the box the box Quick Start to Evaluating HP Windows Embedded Standard Thin Clients HP t5630w, HP t5730w, HP gt7720 Get

More information

HP Data Protector software. Assuring Business Continuity in Virtualised Environments

HP Data Protector software. Assuring Business Continuity in Virtualised Environments HP Data Protector software Assuring Business Continuity in Virtualised Environments Would not it be great if your virtual server environment actually translated to a better reality? One where you could

More information

HP POLYSERVE SOFTWARE

HP POLYSERVE SOFTWARE You can read the recommendations in the user guide, the technical guide or the installation guide for HP POLYSERVE SOFTWARE. You'll find the answers to all your questions on the HP POLYSERVE SOFTWARE in

More information

HP STORAGEWORKS ENTERPRISE BACKUP SOLUTIONS (EBS)

HP STORAGEWORKS ENTERPRISE BACKUP SOLUTIONS (EBS) You can read the recommendations in the user guide, the technical guide or the installation guide for HP STORAGEWORKS ENTERPRISE BACKUP SOLUTIONS (EBS). You'll find the answers to all your questions on

More information

HP Matrix Operating Environment Federated CMS Overview

HP Matrix Operating Environment Federated CMS Overview HP Matrix Operating Environment Federated CMS Overview HP Matrix OE infrastructure orchestration 7.0 Technical white paper Table of contents Introduction... 2 Overview... 2 Installation and configuration...

More information

WHITE PAPER. HP Guide to System Recovery and Restore

WHITE PAPER. HP Guide to System Recovery and Restore WHITE PAPER January 2003 Prepared By PSG Product Software Engineering Hewlett-Packard Company CONTENTS Purpose3 Using Safe Mode To Diagnose And Correct Problems 4 Using the Recovery Console To Repair Damaged

More information

How To Use The Enhanced Write Filter On Windows Xp Embedded (Dota) With A Powerbook (Dot) And Powerbook 2 (Windows Xp) With An Overlay (Powerbook) With The Write Filter (Wfmgr) On A

How To Use The Enhanced Write Filter On Windows Xp Embedded (Dota) With A Powerbook (Dot) And Powerbook 2 (Windows Xp) With An Overlay (Powerbook) With The Write Filter (Wfmgr) On A Using the Enhanced Write Filter HP Windows XP Embedded-based thin clients: t5630 t57x0 Abstract... 2 Introduction... 2 Benefits of the Enhanced Write Filter... 2 Enhanced Write Filter Status Service...

More information

Deploying and updating VMware vsphere 5.0 on HP ProLiant Servers

Deploying and updating VMware vsphere 5.0 on HP ProLiant Servers Deploying and updating VMware vsphere 5.0 on HP ProLiant Servers Integration Note Introduction... 2 Deployment... 2 ESXi 5.0 deployment location options... 2 ESXi 5.0 image options... 2 VMware ESXi Image

More information

HP OneView Administration H4C04S

HP OneView Administration H4C04S HP Education Services course data sheet HP OneView Administration H4C04S Course Overview This 3-day course covers how to install, manage, configure, and update the HP OneView Appliance. An architectural

More information

HP AppPulse Active. Software Version: 2.2. Real Device Monitoring For AppPulse Active

HP AppPulse Active. Software Version: 2.2. Real Device Monitoring For AppPulse Active HP AppPulse Active Software Version: 2.2 For AppPulse Active Document Release Date: February 2015 Software Release Date: November 2014 Legal Notices Warranty The only warranties for HP products and services

More information

Microsoft Windows Compute Cluster Server 2003 Getting Started Guide

Microsoft Windows Compute Cluster Server 2003 Getting Started Guide Microsoft Windows Compute Cluster Server 2003 Getting Started Guide Part Number 434709-003 March 2007 (Third Edition) Copyright 2006, 2007 Hewlett-Packard Development Company, L.P. The information contained

More information

Dell High Availability Solutions Guide for Microsoft Hyper-V

Dell High Availability Solutions Guide for Microsoft Hyper-V Dell High Availability Solutions Guide for Microsoft Hyper-V www.dell.com support.dell.com Notes and Cautions NOTE: A NOTE indicates important information that helps you make better use of your computer.

More information

Protecting enterprise servers with StoreOnce and CommVault Simpana

Protecting enterprise servers with StoreOnce and CommVault Simpana Technical white paper Protecting enterprise servers with StoreOnce and CommVault Simpana HP StoreOnce Backup systems Table of contents Introduction 2 Technology overview 2 HP StoreOnce Backup systems key

More information

SMART INSTALL CONTENTS. Questions and answers

SMART INSTALL CONTENTS. Questions and answers SMART INSTALL Questions and answers CONTENTS Frequently asked questions...2 Compatibility...3 USB connection...3 Wired or wireless network connection...4 Software CD...5 After installation...6 Software

More information

HP Serviceguard Cluster Configuration for HP-UX 11i or Linux Partitioned Systems April 2009

HP Serviceguard Cluster Configuration for HP-UX 11i or Linux Partitioned Systems April 2009 HP Serviceguard Cluster Configuration for HP-UX 11i or Linux Partitioned Systems April 2009 Abstract... 2 Partition Configurations... 2 Serviceguard design assumptions... 4 Hardware redundancy... 4 Cluster

More information

HP StorageWorks Data Protector Express versus Symantec Backup Exec white paper

HP StorageWorks Data Protector Express versus Symantec Backup Exec white paper HP StorageWorks Data Protector Express versus Symantec Backup Exec white paper A high-level comparison of features and functionality Introduction... 2 Overview... 3 Installation... 4 What is installed?...

More information

Abstract... 2. Introduction... 2. Overview of Insight Dynamics VSE and Logical Servers... 2

Abstract... 2. Introduction... 2. Overview of Insight Dynamics VSE and Logical Servers... 2 HP Insight Recovery Technical white paper Abstract... 2 Introduction... 2 Overview of Insight Dynamics VSE and Logical Servers... 2 Disaster Recovery Concepts... 4 Recovery Time Objective (RTO) and Recovery

More information

HP Windows 7 Onsite Upgrade Service

HP Windows 7 Onsite Upgrade Service HP Windows 7 Onsite Upgrade Service HP Care Pack Services Technical data The Windows 7 Onsite Upgrade Service provides your company with onsite installation, setup, and training for the Microsoft Windows

More information

HP StorageWorks Entry-level Enterprise Backup Solution

HP StorageWorks Entry-level Enterprise Backup Solution HP StorageWorks Entry-level Enterprise Backup Solution Executive summary... 2 Business needs... 3 Solution design and design rules... 4 Assumptions... 4 Array... 4 Tape... 5 Fibre Channel infastructure...

More information

HP Embedded SATA RAID Controller

HP Embedded SATA RAID Controller HP Embedded SATA RAID Controller User Guide Part number: 433600-001 First Edition: June 2006 Legal notices Copyright 2006 Hewlett-Packard Development Company, L.P. The information contained herein is subject

More information

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

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

More information

HP Intelligent Management Center v7.1 Virtualization Monitor Administrator Guide

HP Intelligent Management Center v7.1 Virtualization Monitor Administrator Guide HP Intelligent Management Center v7.1 Virtualization Monitor Administrator Guide Abstract This guide describes the Virtualization Monitor (vmon), an add-on service module of the HP Intelligent Management

More information

Quick start to evaluating HP Windows Embedded Standard 2009 Thin Clients. HP t5630w, HP t5730w, HP t5740, HP gt7720

Quick start to evaluating HP Windows Embedded Standard 2009 Thin Clients. HP t5630w, HP t5730w, HP t5740, HP gt7720 Get your thin client running Right out of the box Quick start to evaluating HP Windows Embedded Standard 2009 Thin Clients HP t5630w, HP t5730w, HP t5740, HP gt7720 Get your new thin client system up and

More information

Backup and Recovery User Guide

Backup and Recovery User Guide Backup and Recovery User Guide Copyright 2009 Hewlett-Packard Development Company, L.P. Windows is a U.S. registered trademark of Microsoft Corporation. Product notice This user guide describes features

More information

Backup and Recovery User Guide

Backup and Recovery User Guide Backup and Recovery User Guide Copyright 2007, 2008 Hewlett-Packard Development Company, L.P. Windows is a U.S. registered trademark of Microsoft Corporation. The information contained herein is subject

More information

HP Client Manager 6.2

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

More information

HP 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 recommended configuration for Microsoft Exchange Server 2010: HP LeftHand P4000 SAN

HP recommended configuration for Microsoft Exchange Server 2010: HP LeftHand P4000 SAN HP recommended configuration for Microsoft Exchange Server 2010: HP LeftHand P4000 SAN Table of contents Executive summary... 2 Introduction... 2 Solution criteria... 3 Hyper-V guest machine configurations...

More information

HP StorageWorks EVA Hardware Providers quick start guide

HP StorageWorks EVA Hardware Providers quick start guide Windows 2003 HP StorageWorks EVA Hardware Providers quick start guide EVA 4000 EVA 6000 EVA 8000 product version: 3.0 first edition (May 2005) part number: T1634-96051 This guide provides a summary of

More information

HP Embedded SATA RAID Controller

HP Embedded SATA RAID Controller HP Embedded SATA RAID Controller User Guide Part number: 391679-002 Second Edition: August 2005 Legal notices Copyright 2005 Hewlett-Packard Development Company, L.P. The information contained herein is

More information

Getting Started. rp5800, rp5700 and rp3000 Models

Getting Started. rp5800, rp5700 and rp3000 Models Getting Started rp5800, rp5700 and rp3000 Models Copyright 2011 Hewlett-Packard Development Company, L.P. The information contained herein is subject to change without notice. Microsoft, Windows, and Windows

More information

Tunable Base Page Size

Tunable Base Page Size Tunable Base Page Size Table of Contents Executive summary... 1 What is Tunable Base Page Size?... 1 How Base Page Size Affects the System... 1 Integrity Virtual Machines Platform Manager... 2 Working

More information

Architecting HP Cloud Solutions, Rev. 13.21

Architecting HP Cloud Solutions, Rev. 13.21 mm HP ExpertOne Architecting HP Cloud Solutions, Rev. 13.21 Course data sheet Certification(s) supported by this course: Exam(s): Format: Duration: Course ID: HP ASE Cloud Architect V2 HP0-D17 (Architecting

More information

HP Smart Array 5i Plus Controller and Battery Backed Write Cache (BBWC) Enabler

HP Smart Array 5i Plus Controller and Battery Backed Write Cache (BBWC) Enabler Overview HP Smart Array 5i Plus Controller and Battery Backed Write Cache (BBWC) Enabler Models Smart Array 5i Plus Controller and BBWC Enabler bundled Option Kit (for ProLiant DL380 G2, ProLiant DL380

More information

Best practices for fully automated disaster recovery of Microsoft SQL Server 2008 using HP Continuous Access EVA with Cluster Extension EVA

Best practices for fully automated disaster recovery of Microsoft SQL Server 2008 using HP Continuous Access EVA with Cluster Extension EVA Best practices for fully automated disaster recovery of Microsoft SQL Server 2008 using HP Continuous Access EVA with Cluster Extension EVA Subtitle Table of contents Overview... 2 Key findings... 3 Solution

More information

HP Device Manager 4.6

HP Device Manager 4.6 Technical white paper HP Device Manager 4.6 Installation and Update Guide Table of contents Overview... 3 HPDM Server preparation... 3 FTP server configuration... 3 Windows Firewall settings... 3 Firewall

More information

HP StorageWorks EBS Solutions guide for VMware Consolidated Backup

HP StorageWorks EBS Solutions guide for VMware Consolidated Backup HP StorageWorks EBS Solutions guide for VMware Consolidated Backup Executive Summary... 2 Audience... 2 Information not provided... 2 Introduction... 3 HP Enterprise backup environment... 3 Virtual infrastructure...

More information

Running vtserver in a Virtual Machine Environment. Technical Note. 2015 by AVTware

Running vtserver in a Virtual Machine Environment. Technical Note. 2015 by AVTware Running vtserver in a Virtual Machine Environment Technical Note 2015 by AVTware Table of Contents 1. Scope... 3 1.1. Introduction... 3 2. General Virtual Machine Considerations... 4 2.1. The Virtualization

More information