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

A. Suspends the remote replication of the non-critical DR group pairs.
B. Halts the job (waits) until the critical DR group pairs have normalized across the two sites.
C. After normalization is completed, resumes the remote replication in the non-critical DR group
pairs.
Template options
Number of non-critical DR groups in the CA configuration. Adds commands for the non-critical
DR groups.
Include e-mail notification. Adds a command for e-mail notification of the job instance status.
See SetNotificationPolicy.
Example
This template was generated to perform one iteration of throttling I/O for source DR groups on
one storage system.
TaskLine
// Throttle replication I/O on non-critical DR groups,1
// so that critical DR groups will have the best performance.2
//3
// Assign some variables that will be used in this job.4
$DR_Group_name_unc1 = SetVariable(%DR_Group_name_unc1%)5
//6
// Suspend the non-critical DR group(s).7
SetDrGroupSuspend ($DR_Group_name_unc1, SUSPENDED) onerror pauseat E1:8
//9
// Wait for the critical DR group(s) to normalize.10
WaitDrGroupNormalization (%critical_DR_Group_name_unc%)11
//12
// Resume the non-critical DR group(s).13
E2: SetDrGroupSuspend ($DR_Group_name_unc1, RESUMED) onerror pauseat E2:14
//15
Exit (SUCCESS)16
//17
// Failure exit - no rollback needed.18
E1: Exit (FAILURE)19
Unmount and delete existing host volumes (template)
Template summary
Unmounts and deletes host volumes.
Job templates 223