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

//29
Exit (SUCCESS)30
//31
// Failure exit - no rollback needed.32
E1: Exit (FAILURE)33
Throttle replication I/O (remote replication template)
IMPORTANT: Jobs generated by this template are intended to be run only in conjunction with
a log merge or full-copy events on a single storage system.
Template summary
Suspends remote replication in non-critical DR group pairs until critical DR group pairs have
normalized across the two sites. The DR groups must be source groups on a single storage system.
The terms critical and non-critical used in the template do not refer to the critical operational status.
For the purpose of using the template, you can consider any DR group to be critical or non-critical.
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
Job templates 87