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
Executes a suspension using the ATTIME suspend function at the time obtained by adding the
offset value to the YKSUSPND command execution time. The ATTIME parameter is valid when it
is specified at the same time as the YKSUSPND command.
If you specify OFFSET, you must specify the WAITFOR action of the SUSPEND specification for the
subsequent action. If the WAITFOR action of the SUSPEND specification is not specified for the
subsequent action and the OFFSET value is greater than the cycle time, during the next cycle, the
SUSPEND action of the OFFSET specification will be executed.
mmmm ~ <numeric characters>((0000 to 9999))
Specifies the offset value in minutes.
ss ~ <numeric characters>((00 to 99))
Specifies the offset value in seconds.
DELETE(copy-group-ID)
Executes the YKDELETE command on the specified copy group.
MAKE(copy-group-ID[,command-parameter])
Executes the YKMAKE command with the specified command parameter on the specified copy
group.
command-parameter ~ <up to 256 characters of command parameter string>
Specifies the YKMAKE command parameters. The STEM and MSG parameters are ignored even if
they are specified.
For details on the specifiable parameters, see the description of parameters in “YKMAKE Command”
(page 223).
SENDMSG(output-message,{CONS|ERROR|STATUS|INFO})
Outputs the character string specified for the output message as the specified message level.
output-message ~ <up to 65 characters of MESSAGE string enclosed in single quotation marks>
Specifies the message to be output. To output a single quotation mark, specify two consecutive
single quotation marks.
CONS
Outputs as the YK8100I message with the highest level of importance.
ERROR
Outputs as a YK8200I message, which indicates an error.
STATUS
Outputs as a YK8300I message, which reports a status.
INFO
Outputs as a YK8400I message, which indicates information.
STOPPOINT(label-name) ~ <LABEL string up to 32 characters>
Specifies the label name that is to be specified in the STOP or SLEEP operator command. When
the STOP or SLEEP command with a label name specified is executed, BCM Monitor stops or
sleeps at the point of the label name.
PAUSE(sleep-time) ~ <numeric characters> ((0 to 9999))
Sleeps BCM Monitor for the period specified in sleep-time. Specify the sleep time in minutes.
BCM Monitor is released from the sleep status once the specified sleep time has elapsed or when
the WAKEUP operator command is accepted.
YKMONCG File 367