Change Pair Options - HP StorageWorks P9000 User Manual

Continuous access synchronous for mainframe systems user guide
Hide thumbs Also See for StorageWorks P9000:
Table of Contents

Advertisement

The following example shows the pair macro commands needed to resynchronize the specified
pair in synchronous mode with fence level = never and priority = 1.
After resynchronizing pairs, you must run the StartHrcPair command to begin remote copy
activity.
Example 9 ResumeHrcPair command
Start $Script="HRC",$Svr="64002"
// $Dev
SetList $D =_ilDevA, $S = {0x000100,0x000101,0x000102,259}
// $Priority
SetList $D =_ilWorkC, $S = {24,32,0x13,8}
ResumeHrcPair $Dev = _ilDevA, $Priority = _ilWorkC,
$TimeStamp = "Enable"
StartHrcPair
// $Dev
SetList $D =_ilDevB, $S = {0x000200,0x000201,0x000202,0x000203}
AddList $D =_ilDevB, $S = {0x000904,0x000905,0x000906,0x000907}
ResumeHrcPair $Dev = _ilDevB
StartHrcPair
End

Change pair options

The ChangeHrcOption command allows you to change the pair options for pairs. The
ChangeHrcOption parameters include:
ChangeHrcOption∆$Dev= M-VOL device list
[,$Fence= Fence level list]
[,$OptCfw= CFW flag list]
[,$OptSusDfwBlk= DFW flag list]
[,$OptErrLv= Error level list]
[,$TimeSave= Time-Saving Mode flag]
The Details for the arguments are:
M-VOL device list (numeric): L x 0x10000 + C x 0x100 + VV, where L=LDKC#, C=CU#,
VV=vol# within CU.
When you write M-VOL device list, you can omit LDKC# if the LDKC# is 0. For example, you
can write 0x0102 when LDKC# is 0, CU# is 1, and vol# is 2.
Fence level list (string): "N" or "Never" = never, "S" or "Status" = status; "D" or "Data" =
data; default = current value. For async pairs you must either specify N or omit this parameter.
CFW flag list (numeric): 0 = copy CFW data to R-VOL; 1 = only M-VOL; default = current
value.
DFW flag list (numeric): DFW flag list is only left to maintain the compatibility of the format.
The specification is not available.
Error level list (string): To maintain interchangeability with the script made with the model
before XP12000 Disk Array/XP10000 Disk Array, this parameter has been left. Do not use
this parameter with P9500.
Time-Saving Mode flag: "Yes" = The Use Time-Saving Mode option is enabled; "No" = The
Use Time-Saving Mode option is disabled; default = "Yes". This parameter is a non-list type
and only one value can be specified.
The following example shows the pair macro commands needed to change the pair options
for the pair with LDEV ID 0x4a as follows: set fence level option to Never, set CFW option to
M-VOL only.
Operation macro commands
1 15

Advertisement

Table of Contents
loading

Table of Contents