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

Appendix G
HP Stage/iX Reference
HP Stage/iX Commands
298
[;LIFTYPE={NONE} ]
{BOOT}
{IPL}
{DATA}
{AUTOF}
[;OWNER="owner_name"]
[;{MOVE}]
{COPY}
Parameters
[STAGE=]stage_name (Required)
The name of the HP Stage/iX staging area. This must exist, cannot be in use, and cannot be the staging area
designated for use on the next boot.
[FROM=]from_file_name (Required)
The name of the file in its current (pre-staged) location. This can be expressed in either POSIX (HFS) or MPE
syntax ((example: /SYS/PUB/NL and NL.PUB.SYS are equivalent).
[TO=]to_file_name (Required)
The final target name for the file. This must be expressed as a fully qualified filename. It can be expressed in
either POSIX (HFS) or MPE syntax (example: /SYS/PUB/NL and NL.PUB.SYS are equivalent).
NOTE If the filename is expressed in POSIX syntax, but is expressible in MPE syntax, the filename
will be converted to MPE syntax. This is to avoid the problem of the same file being stageable
under two names.
[;DISK=disk_restrict] (Optional)
Values: CONTIG (C), LDEV1 (1), NONE(N)
Default: NONE (see also SETDEFAULT)
CONTIG Implies that the file must be on LDEV1 and that the file requires contiguous disk space.
(MOST RESTRICTIVE)
LDEV1 — Implies that the file must be on LDEV1.
NONE Implies that there are no disk space restriction on the file. Files with no restrictions can be placed
anywhere within the MPEXL_SYSTEM_VOLUME_SET.
[;DISP=file_disp] (Optional)
Values: REPLACE (R), ADD (A), DELETE (D), IGNORE (I)
Default: REPLACE (see also SETDEFAULT)
REPLACEMENT — Indicates that this file will replace an existing file when the system is booted from this
staging area.
ADD Indicates that this is a new file.
DELETE — Indicates that this file will be deleted when the system is booted from this staging area.
IGNORE Files with this disposition are placed in the staging area, but are ignored during system start.
[;ONERR=error_action] (Optional)
Values: WARN(W), IGNORE (I)