HP e3000 MPE/iX System Software Maintenance Manual (Release C.75.00) (30216-90344)
Appendix G
HP Stage/iX Reference
HP Stage/iX Commands
282
The DELETE command will prompt you for confirmation to delete the staging area before it is deleted. You will
not be prompted if the ;NOCONFIRM option is specified.
It is acceptable to delete a staging area that another staging area was created from. Each staging area has all
the information to function from the committed Base. A staging area created from another staging area
incorporates all the information from the first staging area.
The DELETE command can be abbreviated DEL.
Syntax
DELETE [STAGE=]stage_name [;{ CONFIRM}]
{NOCONFIRM}
Parameters
[STAGE=]stage_name (required)
This parameter specifies the name of the staging area to be deleted.
Staging area names are case sensitive. “STAGE1” is not equivalent to “stage1” or “Stage1”.
[;{ CONFIRM}] (optional) {NOCONFIRM}
The ;CONFIRM or ;NOCONFIRM option specifies whether or not the DELETE command will prompt you for
confirmation. If you specify ;NOCONFIRM, then STAGEMAN will NOT prompt for confirmation. The default is
;CONFIRM.
Example
STAGEMAN> DEL OLD_STAGING_AREA;NOCONFIRM
DELETEFILE (DELETEF,DF)
The DELETEFILE command removes a file from a staging area. The file is physically purged from the staging
area’s directory, and all references to it are removed from the HP Stage/iX environment.
The DELETEFILE command can be abbreviated as DELETEF or DF.
Expert Mode Command:
Syntax
DELETEFILE [STAGE=]stage_name [FILE=]file_name
Parameters
[STAGE=]stage_name (required)
The name of the HP Stage/iX staging area from which the file (or files) is (are) to be deleted. This must be an
existing staging area. The staging area cannot be in use, and cannot be designated for use on the next boot.
Staging area names are case sensitive.
[FILE=]file_name (required)
The name of the file to be deleted. The file name can be wildcarded.
The filename in this command is case sensitive.
Example
STAGEMAN> DELETEFILE stage1, SYSGEN.PUB.SYS
STAGEMAN> DF stage1, SYSG@