HP XP P9000 Continuous Access Synchronous for Mainframe Systems User Guide
• [,$DelRange= Release range 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.
• Release mode list (numeric): 0 (0x00) = normal, 1 (0x01) = release by force; default = 0.
You must specify 0 (normal) when releasing two or more async pairs.
• Release range list (string): To maintain interchangeability with the script made with the model
before XP24000/XP20000 Disk Array, this parameter has been left. Do not use this parameter
with XP 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.
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
Suspending 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): “P” or “P-VOL” = P-VOL failure, “S” or “S-VOL” = S-VOL; default
= S-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 XP24000/XP20000 Disk Array, this parameter has been left. Do not use this parameter
with XP P9500.
Operation macro commands 135