![HP 418800-B21 - StorageWorks Modular Smart Array 70 Storage Enclosure Скачать руководство пользователя страница 213](http://html.mh-extra.com/html/hp/418800-b21-storageworks-modular-smart-array-70-storage-enclosure/418800-b21-storageworks-modular-smart-array-70-storage-enclosure_user-manual_155409213.webp)
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 //
11
// 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.
Con
fi
gures 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
Содержание 418800-B21 - StorageWorks Modular Smart Array 70 Storage Enclosure
Страница 16: ...Tables 1 Document conventions 18 16 ...
Страница 20: ...20 About this guide ...
Страница 56: ...56 Replication Solutions Manager ...
Страница 160: ...160 Host volumes ...
Страница 384: ...384 Managed sets ...
Страница 402: ...402 Oracle ...
Страница 412: ...412 Storage systems ...
Страница 444: ...444 Virtual disks ...
Страница 456: ...456 CLUI ...