HP e3000 MPE/iX System Software Maintenance Manual (Release C.75.00) (30216-90344)

Appendix G
HP Stage/iX Reference
HP Stage/iX Commands
299
Default: WARN (see also SETDEFAULT)
If an error occurs while processing a file, the error_action for that file will dictate what the start code will do.
WARN — start will continue. An error message will be printed.
IGNORE start will continue, no error message will be printed.
[;VAL=val_method] (Optional)
Values: BASIC (B), EXISTENCE (E), CHECKSUM (C)
Default: BASIC (see also SETDEFAULT)
This parameter describes which technique will be used to determine if a particular file is valid at validation
time (see VALIDATE). All files in a staging area must be considered valid before HP Stage/iX will consider the
staging area valid.
BASIC Basic validation should be performed on this file. This includes insuring that the file exists in
the staging area, and that the disk space restrictions match what they should be.
EXISTENCE The file that the staged file corresponds to must exist in the Base.
CHECKSUM — The computed checksum for the file corresponding to the final target file name must be in
the array of acceptable checksums (see: validation_info parameter).
The CHECKSUM option is not currently supported.
[;VALINFO="val_info"] (Optional)
The VALINFO parameter is not currently supported.
[;LIFTYPE=lif_type] (Optional)
Values: NONE, BOOT, IPL, DATA, AUTOF
Default: NONE (see also SETDEFAULT)
Determines whether or not the file belongs in the system LIF Directory, and if so, what file type it should be
placed in the directory as.
[;OWNER="owner_name"] (Optional)
Default: “MANAGER.SYS”
The owner name that should be assigned to the staged file.
[;{MOVE}]
The default behavior for the STAGEFILE command is {COPY} is to copy the file to the staging area, thus not
deleting the FROM file. If you want the FROM file to be purged, use the MOVE option.
Example
STAGEMAN> STAGEFILE STAGE1, NL.INSTALL.SYS, NL.PUB.SYS
STAGEMAN> STAGEF STAGE1, START.INSTALL.SYS,
START.MPEXL.SYS;DISK=C
STAGEMAN> SF STAGE1, SL.INSTALL.SYS, SL.PUB.SYS;ONERR=WARN