Perform Cascaded Replication (Template) - HP 418800-B21 - StorageWorks Modular Smart Array 70 Storage Enclosure User Manual

Hp storageworks replication solutions manager 4.0.1 user guide (t3680-96308, june 2008)
Hide thumbs Also See for 418800-B21 - StorageWorks Modular Smart Array 70 Storage Enclosure:
Table of Contents

Advertisement

Line Task
1
// Mount existing storage volume(s).
2
//
3
// Assign some variables that will be used in this job.
4
$storvol_unc1 = SetVariable(%storvol_unc1%)
5
$mount_host = SetVariable(%mount_host%)
6
//
7
// Validate that resources are as expected.
8
ValidateHost ($mount_host)
9
ValidateStorageVolume ($storvol_unc1)
10
//
1 1
// Mount the volume(s) on a host.
12
$HV1 = CreateHostVolumeDiscrete (%component%, $storvol_unc1, $mount_host) onerror pauseat E1:
13
$MP1 = MountHostVolume ($HV1, %mount_point1%) onerror pauseat E2:
14
//
15
// Wait for user to initiate rollback.
16
Pause ()
17
//
18
// Rollback.
19
E3: UnmountHostVolume ($MP1) onerror pauseat E3:
20
E2: DeleteHostVolume ($HV1) onerror pauseat E2:
21
//
22
Exit (SUCCESS)
23
//
24
// Failure exit - no rollback needed.
25
E1: Exit (FAILURE)

Perform cascaded replication (template)

Template summary
Performs a three-site cascaded replication. Sites 1 and 2 have an existing remote replication relationship.
Remote replication between sites 2 and 3 is temporarily added and point in-time snapclone copies of the
storage volumes at site 1 are remotely replicated to site 3.
A.
Configures an existing DR group pair for synchronous replication with failsafe on unavailable
member data protection.
B.
Halts the job (waits) to ensure that data on the destination disks is identical to the source disks
(DR group normalization).
C.
When ready, continues the job and makes point-in-time snapclone copies of the storage volumes
at site 2 (which are identical to those at site1).
D.
Returns the existing DR group pair to its prior operational settings.
HP StorageWorks Replication Solutions Manager 4.0.1
213

Advertisement

Table of Contents
loading

Table of Contents