HP e3000 MPE/iX Release 6.0 System Software Maintenance Manual (30216-90272)

Appendix G 311
HP Stage/iX Reference
HP Stage/iX Commands
Parameters
[;{ CONFIRM}] (optional)
{NOCONFIRM}
The ;CONFIRM or ;NOCONFIRM option specifies whether or not the UNINSTALL command will
prompt for confirmation. If you specify ;NOCONFIRM, then STAGEMAN will NOT prompt for
confirmation. The default is ;CONFIRM.
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.