HP P6000 Replication Solutions Manager User Guide (T3680-96089, October 2012)

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.
Template options
Include e-mail notification. Adds a command for e-mail notification of the job instance status.
See SetNotificationPolicy.
Comments
Guidelines apply.
Example
This template was generated to create one DR group pair.
TaskLine
// Setup Continuous Access.1
//2
// Assign some variables that will be used in this job.3
$DR_source_array = SetVariable(%DR_source_array%)4
Job templates 221