Job commands list, Commands list, Job commands – HP P6000 Continuous Access Software User Manual

Page 178: List

Advertising
background image

// [line 5] "we're done"

12

legacy job end >

13

// Replicate storage volumes.

14

template applied >

15

ValidateStorageSystem ( "Array2" )

16

commands start >

ValidateStorageVolume ( "\\Array2\Cats\ACTIVE" )

17

ValidateSnapshotStorageVolume ( "\\Array2\Cats\ACTIVE" )

18

//

19

//$BCV1 = SnapshotStorageVolume ( "\\Array2\Cats\ACTIVE",
FULLY_ALLOCATED, SAME, %dest_storvol1%, WAIT ) onerror pauseat E1:

20

required argument >

...

E1: Exit ( FAILURE )

33

commands end >

In the example:

Lines 1 and 2 indicate the job was created by importing a legacy job.

Line 3 shows (as a comment) the first legacy job command that was encountered. All legacy
commands are displayed in this manner.

Line 12 indicates that all legacy job commands have been listed.

Line 15 indicates the start of the replication manager template that has been applied to create
an equivalent job.

Line 20 indicates a required argument. See

Job arguments

.

Job commands list

The following commands can be included in jobs. The replication type indicates if the command
is specifically for use with the local or remote replication features of a storage system. Storage
family indicates the storage system family that the command supports. Some commands cannot
be used unless a host agent is running on the target host.

Requires host

agent

Replication

type

Command

category

Job command

~

~

general

//

~

remote

DR group

AddDrGroupMember

~

local

host volume

AddReplicaToReplicaRepository

~

local

host volume

AddReplicasToReplicaRepository

~

~

general

CombineLists

~

local,

container

storage volume

ConvertStorageVolumeIntoContainer

~

local,

container

storage volume

ConvertStorageVolumesInManagedSetIntoContainers

~

local,

container

storage volume

ConvertStorageVolumesIntoContainers

~

local,

container

storage volume

CreateContainer

178

Jobs

Advertising