beautypg.com

HP XP Command View Advanced Edition Software User Manual

Page 225

background image




Command line interface commands



225

Table 4-101

ModifyReplication command parameters

Parameter Name

Status

Description

svolserialnum

Optional

Specify the serial number of the storage subsystem that contains the S-
VOL.

NOTE:

If you specify this parameter, specify either svolserialnum or

svolsequencenum

. Do not specify both parameters at the same time.

This might cause an error to occur.

svolsequencenum

Optional

Specify the sequence number of the storage subsystem that contains the
S-VOL.

NOTE:

If you specify this parameter, specify either svolserialnum or

svolsequencenum

. Do not specify both parameters at the same time.

This might cause an error to occur.

svoldevnum

Optional

Specify the device number of S-VOL.
This parameter can be specified in decimal, and in colon-separated
hexadecimal. If you specify a hexadecimal number, for
XP12000/XP10000/SVS200, XP1024/XP128, and XP512/XP48, use the
xx:yy format, where xx is the CU number, and yy is the LDEV number.
For XP24000/XP20000, use the ww:xx:yy format, where ww is the
LDKC number, xx is the CU number, and yy is the LDEV number. ww is
optional. If you omit ww, the LDKC number is regarded as 0.

NOTE:

The execution results are output in decimal.

copytracksize

Optional

Specify the copy pace (from 1 to 15). When the status of the XP
Snapshot pair is split or resync, the specification for this parameter is
ignored. When changing the copy pace for an identified copy pair, specify
the parameters pvolserialnum, pvoldevnum, svolserialnum, and
svoldevnum

. When using one operation to change the copy paces of all

copy pairs, omit these parameters.

NOTE:

To manipulate a specific copy pair in a copy group, the pvolserialnum, pvoldevnum,

svolserialnum

(or svolsequencenum), and svoldevnum parameters must all be specified. If

you omit all of these parameters, the system deletes all copy pairs in the specified copy group.

Command execution example: This example changes to the suspend status (split) the status of
the copy pair for XP Business Copy Software that is defined in the copy group with copy group
number 12. The primary value of the copy pair (P-VOL) is the logical device with LDEV number 20
in the storage subsystem with serial number 65010001. The secondary volume is the logical device
with LDEV number 21 in the storage subsystem with serial number 65010001.

hdvmcli ModifyReplication -o "D:\logs\XP1024 ModifyReplication.log"
"replicationgroupid=12" "operation=split" "pvolserialnum=65010001"
"pvoldevnum=20" "svolserialnum=65010001" "svoldevnum=21"