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

292 AppendixG
HP Stage/iX Reference
HP Stage/iX Commands
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
DUPLICATE
The DUPLICATE command copies one staging area to another. All files from the original
staging area are copied, and the resulting staging area — except for the name — is an
exact duplicate of the original. The EXCEPT parameter allows an indirect file to be passed
that contains a list of files in the original staging areas that should not be duplicated.
The DUPLICATE command can be abbreviated DUP.
Syntax
DUPLICATE [FROM=]
stage_name
[;TO=]
stage_name
[[EXCEPT=]
exception_file
]
Parameters
[[FROM=]stage_name (required)
The name of the existing staging area to be copied.
[[TO=]stage_name (required)
The name of the new staging area. All the normal rules for staging area names apply (see
CREATE).
[[EXCEPT=]exception_file]
The name of an ASCII file that contains a list of files in the FROM staging area that should
not be moved to the TO staging area.