User manual HP STORAGEWORKS EVA DYNAMIC CAPACITY MANAGEMENT SOFTWARE

DON'T FORGET : ALWAYS READ THE USER GUIDE BEFORE BUYING !!!

If this document matches the user guide, instructions manual or user manual, feature sets, schematics you are looking for, download it now. Diplodocs provides you a fast and easy access to the user manual HP STORAGEWORKS EVA DYNAMIC CAPACITY MANAGEMENT SOFTWARE. We hope that this HP STORAGEWORKS EVA DYNAMIC CAPACITY MANAGEMENT SOFTWARE user guide will be useful to you.


HP STORAGEWORKS EVA DYNAMIC CAPACITY MANAGEMENT SOFTWARE : Download the complete user guide (5812 Ko)

You may also download the following manuals related to this product:

   HP STORAGEWORKS EVA DYNAMIC CAPACITY MANAGEMENT SOFTWARE (471 ko)
   HP STORAGEWORKS EVA DYNAMIC CAPACITY MANAGEMENT SOFTWARE (9358 ko)
   HP STORAGEWORKS EVA DYNAMIC CAPACITY MANAGEMENT SOFTWARE (465 ko)
   HP STORAGEWORKS EVA DYNAMIC CAPACITY MANAGEMENT SOFTWARE STORAGEWORKS REPLICATION SOLUTIONS MANAGER INSTALLATION GUIDE - SIMPLIFIED (T3 (549 ko)
   HP STORAGEWORKS EVA DYNAMIC CAPACITY MANAGEMENT SOFTWARE STORAGEWORKS REPLICATION SOLUTIONS MANAGER INSTALLATION GUIDE - TRADITIONAL (T (555 ko)
   HP STORAGEWORKS EVA DYNAMIC CAPACITY MANAGEMENT SOFTWARE MANUEL D'INSTALLATION DE STORAGEWORKS REPLICATION SOLUTIONS MANAGER (T3680-9619 (467 ko)
   HP STORAGEWORKS EVA DYNAMIC CAPACITY MANAGEMENT SOFTWARE GUIDA ALL'INSTALLAZIONE DI STORAGEWORKS REPLICATION SOLUTIONS MANAGER (T3680-96 (470 ko)
   HP STORAGEWORKS EVA DYNAMIC CAPACITY MANAGEMENT SOFTWARE STORAGEWORKS REPLICATION SOLUTIONS MANAGER COMMAND LINE USER INTERFACE (CLUI) R (760 ko)
   HP STORAGEWORKS EVA DYNAMIC CAPACITY MANAGEMENT SOFTWARE STORAGEWORKS ENTERPRISE VIRTUAL ARRAY LICENSE KEY INSTALLATION INSTRUCTIONS - (113 ko)
   HP STORAGEWORKS EVA DYNAMIC CAPACITY MANAGEMENT SOFTWARE STORAGEWORKS REPLICATION SOLUTIONS MANAGER ADMINISTRATOR GUIDE - (T3680-96179, (1166 ko)
   HP STORAGEWORKS EVA DYNAMIC CAPACITY MANAGEMENT SOFTWARE STORAGEWORKS REPLICATION SOLUTIONS MANAGER INSTALLATION GUIDE - (T3680-96197, (418 ko)
   HP STORAGEWORKS EVA DYNAMIC CAPACITY MANAGEMENT SOFTWARE MANUEL D'INSTALLATION DE STORAGEWORKS REPLICATION SOLUTIONS MANAGER (T3680-96193 (467 ko)
   HP STORAGEWORKS EVA DYNAMIC CAPACITY MANAGEMENT SOFTWARE GUIA DE INSTALAÇÃO DO STORAGEWORKS REPLICATION SOLUTIONS MANAGER (T3680-96198, (462 ko)
   HP STORAGEWORKS EVA DYNAMIC CAPACITY MANAGEMENT SOFTWARE STORAGEWORKS REPLICATION SOLUTIONS MANAGER インストールガイド (T3680-96181, APRIL 2008) (564 ko)
   HP STORAGEWORKS EVA DYNAMIC CAPACITY MANAGEMENT SOFTWARE РУКОВОДСТВО ПО УСТАНОВКЕ STORAGEWORKS REPLICATION SOLUTIONS MANAGER (T3680-9630 (606 ko)
   HP storageworks eva dynamic capacity management software annexe 1 (7747 ko)
   HP STORAGEWORKS EVA DYNAMIC CAPACITY MANAGEMENT SOFTWARE STORAGEWORKS EVA REPLICATION SOFTWARE CONSOLIDATED RELEASE NOTES (XCS 6.1XX) (T (295 ko)
   HP STORAGEWORKS EVA DYNAMIC CAPACITY MANAGEMENT SOFTWARE STORAGEWORKS REPLICATION SOLUTIONS MANAGER COMMAND LINE USER INTERFACE (CLUI) R (581 ko)
   HP STORAGEWORKS EVA DYNAMIC CAPACITY MANAGEMENT SOFTWARE STORAGEWORKS ENTERPRISE VIRTUAL ARRAY LICENSE KEY INSTALLATION INSTRUCTIONS (56 (87 ko)
   HP STORAGEWORKS EVA DYNAMIC CAPACITY MANAGEMENT SOFTWARE STORAGEWORKS REPLICATION SOLUTIONS MANAGER INSTALLATION GUIDE (T3680-96163, FEB (427 ko)
   HP STORAGEWORKS EVA DYNAMIC CAPACITY MANAGEMENT SOFTWARE STORAGEWORKS REPLICATION SOLUTIONS MANAGER ADMINISTRATOR GUIDE (T3680-96164, FE (1015 ko)

Manual abstract: user guide HP STORAGEWORKS EVA DYNAMIC CAPACITY MANAGEMENT SOFTWARE

Detailed instructions for use are in the User's Guide.

[. . . ] HP StorageWorks Replication Solutions Manager user guide Part number: T3680-96167 Third edition: February 2008 Legal and notice information © Copyright 2004-2008 Hewlett-Packard Development Company, L. P. Consistent with FAR 12. 211 and 12. 212, Commercial Computer Software, Computer Software Documentation, and Technical Data for Commercial Items are licensed to the U. S. 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. [. . . ] SetDrGroupIoMode ($site_1_array_DR_Group_name_unc, ASYNCHRONOUS) onerror continue // // Present the snapclone at Site 2 to a host. // Typically you will NOT want to present to an Enabled Host Agent, but instead // use the name of a 'dummy' EVA host that you have set up in Command View. PresentStorageVolume ($Rep1, $host_name, %LUN1%, READ_WRITE) onerror pauseat E2: // // Make a DR group with the Site 3 storage system. $DRG1 = CreateDrGroup ($DR_group_name, $DR_source_storvol_unc1, $site_3_array, "", "", SAME, "", "", 0, FALSE) onerror pauseat E3: // // Check the state of the DR group before we continue. WaitDrGroupNormalization ($DRG1) // // Delete the DR group from Site 2 to Site 3, but keep the copy at Site 3. ddgwt: Wait ("0:0:3" DeleteDrGroup ($DR_group_name, DETACH) onerror goto ddgwt: // // Delete the presentation. E3: UnpresentStorageVolume ($Rep1, $host_name) onerror pauseat E3: // // Delete the snapclone(s) at Site 2 that the DR group was using. E2: DeleteStorageVolume ($Rep1) onerror pauseat E2: // Exit (SUCCESS) // // Failure exit - no rollback needed. E1: Exit (FAILURE) HP StorageWorks Replication Solutions Manager 215 Perform planned failover (template) Template summary Performs a failover of two sites in the case where the source site resources and link remain available. he DR group pair contains one storage volume (virtual disk) at the source and destination sites. Discovers the host volume at site 2 Mounts host volume on the enabled host at site 2. Starts applications on enabled host at site 2. Guidelines apply. Template options · Include e-mail notification. See SetNotificationPolicy. Comments · Guidelines apply. Example This template was generated to perform one iteration of a planned failover of a DR group pair that contains one virtual disk. No template option was selected. 216 Jobs Line Task 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 // Perform a planned failover of a CA configuration. $site_2_array = SetVariable(%site_2_array%) $site_1_host = SetVariable(%site_1_host% $site_2_host = SetVariable(%site_2_host%) $site_1_host_hostvol_unc = SetVariable(%site_1_host_hostvol_unc%) // // Validate that resources are as expected. ValidateHost ($site_1_host) ValidateHost ($site_2_host) ValidateStorageSystem ($site_2_array) // // Execute any necessary commands on the host to get the volumes ready to dismount, // such as export volumegroups, stop the local application running on the volume(s), etc. UnmountHostVolume ($site_1_host_hostvol_unc) // Failover all DR groups to the remote site. FailoverDrGroups ( %DR_group_name_list%, FALSE ) // // Do a bus scan for the new volumes, make sure that new devices are seen by multipath driver. DiscoverDiskDevicesForDrGroup($site_2_host, %DR_group_name%) // // Execute any necessary commands on the remote host to get the volumes ready to mount, // such as import volumegroups, fsck volumes, etc. Pause() // Exit (SUCCESS // HP StorageWorks Replication Solutions Manager 217 Perform unplanned failover (template) Template summary Performs an unplanned failover of two sites in the case where the source site resources or link is no longer available. The DR group pair contains one storage volume (virtual disk) at the source and destination sites. Pauses the job prior to mounting the host volume on the enabled host at site 2. Template options · Include e-mail notification. IMPORTANT: During actual emergencies, HP recommends that you manually perform a failover by using the Failover action in the GUI. Example This template was generated to perform one iteration of an unplanned failover of a DR group pair containing one virtual disk. 218 Jobs Line Task 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 // Perform an unplanned failover of a CA configuration. [. . . ] a[dd] host_a[gent]|ha <host agent name> 1. HP StorageWorks Replication Solutions Manager 451 452 CLUI 13 Glossary Glossary array Short for storage array. See storage array. container A container is virtual disk space that is preallocated for later use as a snapclone or a snapshot. For details, see containers topic. controller software (VCS / XCS) Controller software is low-level software (firmware) used by array controllers to run a storage array. In HP Replication Solutions Manager environments, the arrays may be running VCS or XCS versions that support different features. [. . . ]

DISCLAIMER TO DOWNLOAD THE USER GUIDE HP STORAGEWORKS EVA DYNAMIC CAPACITY MANAGEMENT SOFTWARE




Click on "Download the user Manual" at the end of this Contract if you accept its terms, the downloading of the manual HP STORAGEWORKS EVA DYNAMIC CAPACITY MANAGEMENT SOFTWARE will begin.

 

Copyright © 2015 - manualRetreiver - All Rights Reserved.
Designated trademarks and brands are the property of their respective owners.