HP e3000 MPE/iX Release 7.0 System Software Maintenance Manual (30216-90317)
Appendix G 309
HP Stage/iX Reference
HP Stage/iX Commands
additional information on the MPE/iX DISKUSE command, use the MPE/iX help facility.
This can be done with STAGEMAN by typing:
:HELP DISKUSE
The DISKUSE command can be abbreviated DU.
Syntax
DISKUSE [STAGE=]
stage_name
Parameters
[STAGE=]stage_name (required)
This parameter designates which staging area will be displayed. The staging area name
must be a valid HP Stage/iX staging area name. STAGEMAN will use this name to construct
the full path name for the directory where the staging area is kept.
Example
To determine the disk space used by staging area “stage_area_5”:
STAGEMAN> DISKUSE stage_area_5
SECTORS
TREE LEVEL DIRECTORY
147888 147856 /SYS/hpstage/stage_area_5/
DO
The DO command is used to re-execute a command from the command history stack.
Syntax
DO [COMMAND=]
command_id
Parameters
command_id:
The command from the redo stack which we want 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), in whole or in part. The default -1 is the most recent command. This parameter
is optional.
Example
To re-execute a command by its absolute order in the command line history stack, enter:
STAGEMAN> DO 5
To re-execute a command by its relative order in the command line history stack, enter:
STAGEMAN> DO -3
To re-execute a command by its name, enter:
STAGEMAN> DO INIT