HP P9000 Business Continuity Manager Reference Guide (T5253-96058, September 2011)
Table Of Contents
- P9000 for Business Continuity Manager Software Reference Guide
- Contents
- 1 ISPF Panels
- Overview of ISPF Panels
- Common Displays Among Panels
- Main Menu Panel
- Installation Verification Summary Panel (Environment Settings Verification)
- Set Defaults Panel (Prefix and DAD ID Settings)
- Manage Licenses Panel (License Management)
- Discover/Define Configuration Panel (Configuration File Definition)
- Discover HP Storage System Panel
- Scan Device Address Extent Panel
- CU Selection List for Remote Storage Array Panel
- CCA Selection List for Edit devn Panel
- Edit Device Number for CU Panel
- Storage System/DADID Selection List Panel
- Control Unit Selection List Panel
- Command Control Address (CCA) Selection List Panel
- Scan Remote Device Address Extent Panel
- Route Config Panel
- Add Route List ID Panel
- Route Information Panel
- Add Route Panel
- Add APID Panel
- Inner Route Information Panel
- Add Route Entry Panel
- Add Remote Route Entry Panel
- Storage System Selection List Panel
- Define Command Device Panel
- Sort the Define Command Device Panel
- Edit APID Panel
- Entire Route Information Panel
- Add Route Entry Panel
- Storage System/DAD Selection List Panel
- Insert Route Entry Panel
- Edit Route Entry Panel
- Edit Remote Route Entry Panel
- Insert Remote Route Entry Panel
- Path Set Selection List Panel
- Copy Group Selection List Panel
- Add Copy Group Panel
- Copy Group Detail Definition Panel
- Copy Group Attributes Panel
- Setting C/T ID Attributes Panel
- Copy Group Pair Detail Panel
- Pair Selection List (Primary) Panel
- Import SMS Storage Group Panel
- Import SMS Storage Group Result Panel
- Pair Selection List (Secondary) Panel
- Sort Copy Group Container Panel
- Sort Copy Group Pairs List Panel
- Scan Copy Pair Inside Storage System Panel
- Browse Copy Group Detail Definition Panel
- Browse Copy Group Pair Detail Panel
- Discover HP Storage System Panel
- Manage Route Panel (Route Management)
- Manage Path Set Panel (Logical Path Management)
- Manage Copy Groups Panel (Copy Group Operation)
- Sort the Copy Groups Panel
- Executing YKLOAD
- Copy Group Status Summary Panel (Executing YKQUERY)
- Copy Group Storage System Summary Panel
- CAA Copy Group Performance Statistics Panel
- Sort CAA Copy Group Statistics Panel
- CAJ Copy Group Performance Statistics Panel
- Sort CAJ Copy Group Statistics Panel
- Copy Group Pair Status Panel
- Sort the Copy Group Pairs Status Panel
- Volume Query Information (BC) Panel
- Volume Query Information (CA) Panel
- Volume Query Information (CAA) Panel
- Volume Query Information (CAJ) Panel
- Volume Query Information Panel (Executing YKQRYDEV)
- Executing YKMAKE
- Executing YKSUSPND
- Executing YKRESYNC
- Executing YKDELETE
- Executing YKWATCH
- Executing YKEWAIT
- Executing YKRECVER
- Path Set Status of Copy Group Pair Panel (YKQRYDEV with PATH Parameter Specified)
- Logical Path Status of Copy Group Pair Panel
- Confirmation Panels
- Confirm Execution Dissolve Panel
- Confirm Execution Recover Panel
- Confirm Command Device Build Panel
- Confirm Cancellation of Changes Panel
- Confirm Cancellation of Editing Panel
- Confirm Command Device Delete Panel
- Confirm Configuration File Delete Panel
- Confirm Configuration File Update Panel
- Confirm Copy Group Load Panel
- Confirm Overwrite ONLINE Target Volume Panel
- Confirm Path Delete Panel
- Confirm Path Set Load Panel
- Confirm Route Delete Panel
- Confirm Route List Edit Panel
- Confirm Retry of Configuration File Create Panel
- Confirm Open/MF Consistency Group Suspension Panel
- 2 CLI Commands
- Copy Types and Targets for Which Commands Can Be Executed
- List of Functions
- Configuration Files That Must Be Loaded Before Command Execution
- Command details
- YKBLDCMD Command
- YKBLDPTH Command
- YKCONMSG Command
- YKDELCMD Command
- YKDELETE Command
- YKDELPTH Command
- YKDROP Command
- YKENV Command
- YKERCODE Command
- YKEWAIT Command
- YKEXPORT Command
- YKFCSTAT Command
- YKFREEZE Command
- YKH2B Command
- YKIMPORT Command
- YKINSCHK Command
- YKLOAD Command
- YKMAKE Command
- YKQHPATH Command
- YKQRYDEV Command
- YKQRYPTH Command
- YKQUERY Command
- YKRECVER Command
- YKRESYNC Command
- YKRUN Command
- YKSCAN Command
- YKSLEEP Command
- YKSTATS Command
- YKSTORE Command
- YKSUSPND Command
- YKWATCH Command
- YKWTOMSG Command
- CLI Command Coding Examples
- 3 Data Objects
- Saving and Converting Objects
- Dataset Formats and Required Disk Capacity for the Configuration File
- XML Document Type Definitions
- Configuration File Examples
- About REXX Variable Structures
- REXX Variables Updated by YKQUERY and YKEWAIT Commands
- CSV Files Used by the Copy Group Definition File Generation Function
- 4 BCM Monitor Parameter Files
- 5 Support and other resources
- A Example of the Scan Results of PPRC Copy Pairs
- B Symbols Used in Syntax Explanations
- C Acronyms and Abbreviations
- Glossary
- Index

MSG(stem-name-2) ~ <REXX prefix of 64 or fewer characters>
Specify an optional prefix for the name of the message structure used to store the messages to be
generated by this command. You must also include a trailing period character.
The message structure is initialized when the CLI command with the same name as the MSG
parameter is called.
NOTE:
• The YKLOAD command is an REXX subroutine, so it should be called from REXX script by the
REXX CALL key word instruction.
• When you execute the YKLOAD command more than once using the same stem-name, the
system overwrites the REXX variables.
• The invoked script executed from CALL statement or EXEC command should not read a
configuration file with the same stem-name as the one read by the invoking script.
• When operating without a route list, to execute the YKLOAD command several times, specify
the same DAD ID for all the instances of the YKLOAD command. The specified DAD ID should
be the DAD ID assigned to the storage system connected to the host where Business Continuity
Manager is running.
• When operating with a route list, to execute the YKLOAD command several times, specify the
ROUTE parameter for only the first executed instance of the YKLOAD command. For the
succeeding instances of the YKLOAD command, do not specify ROUTE parameter, but specify
the same DAD ID as for the first instance of the YKLOAD command. Note that if you drop the
route list structure, and then execute the YKLOAD command, you need to specify the ROUTE
parameter.
• Do not drop only some of the REXX variable structures created by the YKLOAD command. If
you do this, Business Continuity Manager might not operate properly. If you want to drop
some of the REXX variable structures, make sure that you drop all of them.
• When you issue a command that requires a copy group stem-name as the input condition,
execute the YKLOAD command before executing that command.
• Even if the GROUP parameter is not specified, the YKL007E message is not displayed if the
ROUTE or PATH parameter is specified. If none of the GROUP, ROUTE and PATH parameters
are specified, the YKL201E message will be displayed.
• Do not execute the YKLOAD command by specifying the DAD ID that was specified for the
remote scan or NG scan using the DAD parameter. Doing so will cause an error. This could
occur when, for example, a planned switch is made from the primary site to the secondary
site and the disk configuration definition file of the storage system on the secondary site (as
created by the remote scan) is copied to the secondary host.
Return Codes
Table 122 (page 222) lists the return codes to be returned when the YKLOAD command terminates.
Table 122 YKLOAD Command Return Code List
MeaningReturn Code
The command completed normally.0
Unknown XML attributes or elements encountered in input file.4
Unable to resolve device number for S-VOL in copy pair.8
Unable to resolve volume serial number for P-VOL in copy pair.12
Unable to resolve device number for P-VOL in copy pair.16
222 CLI Commands