HP e3000 MPE/iX Release 6.0 System Software Maintenance Manual (30216-90272)
Table Of Contents
- Preface
- 1 Introduction
- 2 Task Checklists
- 3 Planning for Your Task
- 4 Preparing Your System
- 5 Modifying Your System
- 6 Finishing the Process
- A Manually Installed Products
- B Configuration Tables
- C Managing Disk Space
- D Backdating Your System
- E CD-ROM Resources
- F HP Patch/iX Reference
- G HP Stage/iX Reference
- H Error Messages and Warnings
- A

308 AppendixG
HP Stage/iX Reference
HP Stage/iX Commands
{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 bootup.
[;ONERR=error_action] (Optional)
Values: WARN(W), IGNORE (I)
Default: WARN (see also SETDEFAULT)