HP 418800-B21 - StorageWorks Modular Smart Array 70 Storage Enclosure User Manual page 234

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

13
ValidateHost ($mount_host1)
14
ValidateHostVolume ($source_hostvol_unc1)
15
ValidateSnapshotHostVolume ($source_hostvol_unc1
16
//
$Rep1 = SnapshotHostVolume ($source_hostvol_unc1, FULLY_ALLOCATED, SAME, WAIT) onerror
17
pauseat E1:
18
//
19
// Mount the replicated volume(s) on a host.
20
PresentStorageVolumes ($Rep1, $mount_host1) onerror pauseat E2:
21
DiscoverDiskDevices ($mount_host1, $Rep1) onerror continue
$HV1 = CreateHostVolumeFromDiskDevices ($source_hostvol_unc1, $Rep1, $mount_host1) onerror
22
pauseat E2:
23
$MP1 = MountHostVolume ($HV1, %mount_point1%) onerror pauseat E5:
24
//
25
// Launch a backup process on a host.
26
Launch ($launch_host_name, %command_line%, "", WAIT, "0") onerror pauseat E6:
27
//
28
// Unmount the volume(s).
29
E6: UnmountHostVolume ($MP1) onerror pauseat E6:
30
E5: DeleteHostVolume ($HV1) onerror pauseat E5:
31
//
32
//
33
PresentStorageVolumes ($Rep1, $mount_host2) onerror pauseat E2:
34
DiscoverDiskDevices ($mount_host2, $Rep1) onerror continue
$HV2 = CreateHostVolumeFromDiskDevices ($source_hostvol_unc1, $Rep1, $mount_host2) onerror
35
pauseat E2:
36
$MP2 = MountHostVolume ($HV2, %mount_point2%) onerror pauseat E3:
37
//
38
// Launch a backup process on a host.
39
Launch ($launch_host_name, %command_line%, "", WAIT, "0") onerror pauseat E4:
40
//
41
// Wait for user to initiate rollback.
42
Pause (
43
//
44
// Rollback.
45
E4: UnmountHostVolume ($MP2) onerror pauseat E4:
46
E3: DeleteHostVolume ($HV2) onerror pauseat E3:
47
E2: DeleteStorageVolumes ($Rep1) onerror pauseat E2:
48
//
234
Jobs

Advertisement

Table of Contents
loading

Table of Contents