HP e3000 MPE/iX System Software Maintenance Manual (Release C.75.00) (30216-90344)
Appendix G
HP Stage/iX Reference
HP Stage/iX Commands
287
NOPACK—All files belonging to the staging area are simply copied to the Export directory
(/SYS/hpstage/export/). From here the files can be moved to the Import directory
(/SYS/hpstage/import/) on the target machine in any way you choose. The staging area can then be
accepted into that HP Stage/iX environment via the IMPORT ;NOUNPACK command.
TAPE—The staging area directory is written to tape via STORE. The staging area can then be accepted into
the target system’s HP Stage/iX environment via the IMPORT ;TAPE command.
PACK—The staging area is packaged into a single file in the Export directory under the name of the
staging area (/SYS/hpstage/export/stage_name). This file can then be moved to the Import directory
(/SYS/hpstage/import/) on the target system using either tape or a network transport utility (for
example, FTP) and accepted into the HP Stage/iX environment via IMPORT ;UNPACK.
Example
STAGEMAN> EXPORT STAGE1;PACK
HELP
The HELP command (abbreviated H or HE) displays information about a STAGEMAN command. You must have
System Manager (SM) or System Operator (OP) capability to execute this command.
Syntax
HELP [command_name] [{DESC }]
{PARMS }
{EXAMPLE}
{ALL }
Parameters
command_name: (optional)
The name of the command. This parameter is optional. If you omit the command name, STAGEMAN displays
information about all commands.
(keyword) : (optional)
Default: DESC
Defines which part of the help text you would like printed.
DESC — Show the command’s description and syntax.
PARMS — Show the command’s parameters only.
EXAMPLE- — Show command usage examples only.
ALL — Show all help text related to the command.
Example
To get information about the INITIALIZE command, enter:
STAGEMAN> HELP INITIALIZE
To get examples on how to use the LIST command, enter:
STAGEMAN> HELP LIST EXAMPLE