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

// 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.
Template options
Number of volumes to unmount and delete. Adds commands for each volume.
Include e-mail notification. Adds a command for e-mail notification of the job instance status.
See SetNotificationPolicy.
Example
This template was generated to unmount and delete one host volume. No other template options
were selected.
TaskLine
// Unmount and delete the host volume(s).1
//2
// Assign some variables that will be used in this job.3
$hostvol_unc1 = SetVariable(%hostvol_unc1%)4
$host_name = SetVariable(%host_name%)5
//6
// Validate that resources are as expected.7
ValidateHost ($host_name)8
ValidateHostVolume ($hostvol_unc1)9
//10
E1: UnmountHostVolume ($hostvol_unc1)11
E2: DeleteHostVolume ($hostvol_unc1)12
//13
Exit (SUCCESS)14
//15
88 Jobs