HP P6000 Replication Solutions Manager Job Command Reference (T3680-96090, October 2012)

DO {18
$Rep1 = SnapshotStorageVolumesToContainers ($source_storvol_list, $dest_container_list, FULLY_ALLOCATED,
NOWAIT) onerror pauseat E2:
19
//20
} ALWAYS {21
// Restore the writeback cache on the storage volume(s).22
SetStorageVolumesWriteCacheMode ($source_storvol_list, WRITE_CACHE_ENABLED, NOWAIT) onerror continue23
//24
}25
//26
// Wait for user to initiate rollback.27
Pause ()28
//29
E2: DeleteStorageVolumes ( $Rep1 ) onerror pauseat E2:30
//31
Exit (SUCCESS)32
//33
// Failure exit - no rollback needed.34
E1: Exit (FAILURE35
Setup Continuous Access (remote replication template)
Template summary
Establishes and configures a DR group pair and initiates remote replication between two sites. The
DR group pair contains one storage volume (virtual disk) at the source and destination sites.
A. Creates a DR group pair that contains the source storage volume that is to be remotely
replicated. The source DR group is at site 1. The destination DR group is at site 2.
B. Configures the remote replication with failsafe on unavailable member data protection, I/O
mode, and the destination host I/O access mode.
C. Initiates (resumes) remote replication between the sites.
D. Presents the destination storage volume to an enabled host at site 2.
Guidelines apply. See the HP P6000 Replication Solutions Manager User Guide for remote
replication guidelines.
Job templates 85