Suspend pairs – HP XP P9500 Storage User Manual
Page 111
•
Release range 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 release the specified pair with
release mode = normal.
Example 7 DeleteHrcPair command
Start $Script="HRC",$Svr="64002"
// $Dev
SetList $D =_ilDevA, $S = {0x000800,0x000901,0x000A02}
AddList $D =_ilDevA, $S = {0x000B03,0x000C04,0x000D05,0x000E06}
// $DelMode
SetList $D = _ilWorkA, $S = {0, 1, 0}
DeleteHrcPair $Dev = _ilDevA, $DelMode = _ilWorkA
End
Suspend pairs
The SuspendHrcPair command allows you to suspend pairs. The SuspendHrcPair parameters
include:
•
SuspendHrcPair∆$Dev= Device list
•
[,$SusMode= Suspend mode list]
•
[,$SusReport= Flag list]
•
[,$SusRange= Suspend range list]
•
[,$PendData= Pending data flag list]
•
[,$TimeSave= Time-Saving Mode flag]
The Details for the arguments are:
•
Device list (numeric): L x 0x10000 + C x 0x100 + VV, where L=LDKC#, C=CU#, VV=vol#
within the CU.
When you write 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.
•
Suspend mode list (string): “M” or “M-VOL” = M-VOL failure, “R” or “R-VOL” = R-VOL; default
= R-VOL. You must specify R or omit this parameter when suspending async pairs.
•
Flag list (numeric): suspend report flag: 0 = reports; 1 = no reports; default = 1.
•
Suspend range 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.
•
Pending data flag 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 is “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 suspend the specified pair with
suspend mode = R-VOL
and the default flag of no reports.
Operation macro commands
111