HP e3000 MPE/iX System Software Maintenance Manual (Release C.75.00) (30216-90344)
Appendix G
HP Stage/iX Reference
HP Stage/iX Commands
301
Example
To uninstall HP Stage/iX:
STAGEMAN> UNINSTALL
This will destroy your HP Stage/iX environment. Are you sure
[Y/N]? y
Successfully uninstalled the HP Stage/iX environment.
To uninstall HP Stage/iX without prompting for confirmation:
STAGEMAN> UNINSTALL;NOCONFIRM
Successfully uninstalled the HP Stage/iX environment.
USE
The USE command is used to execute STAGEMAN commands from an ASCII command file. USE opens the
specified file, executes all commands from the file, and then closes the file and returns to interactive user
input. USE commands can be nested.
Syntax
USE [FILENAME=]filename
Parameters
[FILENAME=]filename (required)
Any valid MPE/iX file for which you have READ access.
Example
To use the USE command to process an ASCII file in STAGEMAN, enter:
STAGEMAN> VALIDATE
VALIDATE (VAL)
An HP Stage/iX staging area must be validated before it can be used. The VALIDATE command is used to
validate a staging area. VALIDATE will verify the integrity of the staging area, and will report back any
problems with the staging area. If there are no problems, a “valid” flag will be set stating that the staging
area is ready for use.
The LIST command can be used to view the current status (valid or invalid) of a staging area. The
INVALIDATE command will reset the valid flag, preventing a particular staging area from being used.
The VALIDATE command can be abbreviated VAL.
Syntax
Normal Mode:
VALIDATE [[STAGE=]stage_name]
Expert Mode:
VALIDATE [[STAGE=]stage_name] [;NOOVERRIDE]
[;OVERRIDE ]
Parameters
[[STAGE=]stage_name (required)