HP e3000 MPE/iX System Software Maintenance Manual (Release C.75.00) (30216-90344)
Appendix G
HP Stage/iX Reference
HP Stage/iX Commands
293
RECOVER
The RECOVER command recovers a staging area that is not currently recognized by the HP Stage/iX
environment. This command is normally only necessary when recovering a system with an
INSTALL/UPDATE, where the HP Stage/iX environment has to be re-initialized (INITIALIZE), and one or
more staging areas have to be restored from tape. In this case, each previously existing staging area that is
restored from a backup needs to be accepted into the HP Stage/iX environment with the RECOVER command.
RECOVER updates the system's HP Stage/iX Globals file with all appropriate information about the staging
area.
Syntax
RECOVER [STAGE=]stage_name
Parameters
[STAGE=]stage_name (required)
The name of the existing staging area to be recovered.
Example
To recover staging area “stage_1”:
STAGEMAN> RECOVER stage_1
REDO
The REDO command is identical in function to the MPE/iX redo command. It allows a command in the
command history stack to be edited and re-executed.
Syntax
REDO [COMMAND=]command_id
Parameters
command_id: (optional)
Specifies the command to re-execute. The command may be specified by its relative or absolute order in the
command line history stack, or by name (as a string). The default is -1, the most recent command. This
parameter is optional.
Example
To edit the most recent command beginning with the string `DIS':
STAGEMAN> REDO DIS
To edit command number 10 (absolute) on the command history stack, enter:
STAGEMAN> REDO 10
To edit the second-to-last command on the stack (one command before the most recent), enter:
STAGEMAN> REDO -2