HP 418800-B21 HP StorageWorks Replication Solutions Manager 4.0.1 job command - Page 23

Job commands list

Page 23 highlights

Line Task import note > 1 // This job was imported to RSM from an existing BC job, 2 // which included the following operations: legacy job start > 3 // [line 1] SNAP UNIT Array2 Cats\ACTIVE $BCV1 SNAPCLONE_HSV SAME_AS_SOURCE ... legacy job end > 12 // [line 5] "we're done" 13 template applied > 14 // Replicate storage volumes. 15 commands start > 16 ValidateStorageSystem ( "Array2" ) 17 ValidateStorageVolume ( "\\Array2\Cats\ACTIVE" ) 18 ValidateSnapshotStorageVolume ( "\\Array2\Cats\ACTIVE" ) 19 // required argument > 20 //$BCV1 = SnapshotStorageVolume ( "\\Array2\Cats\ACTIVE", FULLY_ALLOCATED, SAME, %dest_storvol1%, WAIT ) onerror pauseat E1: ... commands end > 33 E1: Exit ( FAILURE ) 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. Job command Command Replication Requires category type host agent // general ~ ~ AddAllOracleTablespacesToRepository Oracle ~ yes AddDrGroupMember > DR group remote ~ AddOracleArchiveLogFilesToRepository Oracle ~ yes AddOracleTablespacesToRepository Oracle ~ yes AddReplicaToReplicaRepository host volume local yes AddReplicasToReplicaRepository host volume local yes CombineLists general ~ ~ HP StorageWorks Replication Solutions Manager 4.0.1 23

  • 1
  • 2
  • 3
  • 4
  • 5
  • 6
  • 7
  • 8
  • 9
  • 10
  • 11
  • 12
  • 13
  • 14
  • 15
  • 16
  • 17
  • 18
  • 19
  • 20
  • 21
  • 22
  • 23
  • 24
  • 25
  • 26
  • 27
  • 28
  • 29
  • 30
  • 31
  • 32
  • 33
  • 34
  • 35
  • 36
  • 37
  • 38
  • 39
  • 40
  • 41
  • 42
  • 43
  • 44
  • 45
  • 46
  • 47
  • 48
  • 49
  • 50
  • 51
  • 52
  • 53
  • 54
  • 55
  • 56
  • 57
  • 58
  • 59
  • 60
  • 61
  • 62
  • 63
  • 64
  • 65
  • 66
  • 67
  • 68
  • 69
  • 70
  • 71
  • 72
  • 73
  • 74
  • 75
  • 76
  • 77
  • 78
  • 79
  • 80
  • 81
  • 82
  • 83
  • 84
  • 85
  • 86
  • 87
  • 88
  • 89
  • 90
  • 91
  • 92
  • 93
  • 94
  • 95
  • 96
  • 97
  • 98
  • 99
  • 100
  • 101
  • 102
  • 103
  • 104
  • 105
  • 106
  • 107
  • 108
  • 109
  • 110
  • 111
  • 112
  • 113
  • 114
  • 115
  • 116
  • 117
  • 118
  • 119
  • 120
  • 121
  • 122
  • 123
  • 124
  • 125
  • 126
  • 127
  • 128
  • 129
  • 130
  • 131
  • 132
  • 133
  • 134
  • 135
  • 136
  • 137
  • 138
  • 139
  • 140
  • 141
  • 142
  • 143
  • 144
  • 145
  • 146
  • 147
  • 148
  • 149
  • 150
  • 151
  • 152
  • 153
  • 154
  • 155
  • 156
  • 157
  • 158
  • 159
  • 160
  • 161
  • 162
  • 163
  • 164
  • 165
  • 166
  • 167
  • 168
  • 169
  • 170
  • 171
  • 172
  • 173
  • 174
  • 175
  • 176
  • 177
  • 178
  • 179
  • 180
  • 181
  • 182
  • 183
  • 184
  • 185
  • 186
  • 187
  • 188
  • 189
  • 190
  • 191
  • 192
  • 193
  • 194
  • 195
  • 196
  • 197
  • 198
  • 199
  • 200
  • 201
  • 202
  • 203
  • 204
  • 205
  • 206
  • 207

Line
Task
import note
>
1
//
This job was imported to RSM from an existing BC job,
2
//
which included the following operations:
legacy job start
>
3
// [line 1] SNAP UNIT Array2 Cats\ACTIVE $BCV1 SNAPCLONE_HSV
SAME_AS_SOURCE
...
legacy job end
>
12
// [line 5] "we’re done"
13
template applied
>
14
// Replicate storage volumes.
15
commands start
>
16
ValidateStorageSystem ( "Array2" )
17
ValidateStorageVolume ( "\\Array2\Cats\ACTIVE" )
18
ValidateSnapshotStorageVolume ( "\\Array2\Cats\ACTIVE" )
19
//
required argument
>
20
//$BCV1 = SnapshotStorageVolume ( "\\Array2\Cats\ACTIVE",
FULLY_ALLOCATED, SAME,
%dest_storvol1%
, WAIT ) onerror pauseat E1:
...
commands end
>
33
E1: Exit ( FAILURE )
In the example:
Lines 1 and 2 indicate the job was created by importing a legacy job.
Line 3 shows (as a comment) the
rst 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
speci
cally 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.
Job command
Command
category
Replication
type
Requires
host agent
//
general
~
~
AddAllOracleTablespacesToRepository
Oracle
~
yes
AddDrGroupMember >
DR group
remote
~
AddOracleArchiveLogFilesToRepository
Oracle
~
yes
AddOracleTablespacesToRepository
Oracle
~
yes
AddReplicaToReplicaRepository
host volume
local
yes
AddReplicasToReplicaRepository
host volume
local
yes
CombineLists
general
~
~
HP StorageWorks Replication Solutions Manager 4.0.1
23