HP e3000 MPE/iX System Software Maintenance Manual (Release C.75.00) (30216-90344)
Appendix H
Error Messages and Warnings
Stage/iX Messages (STAGEMAN)
384
Cause The staging area given for the LIST command was not found in the
HP Stage/iX environment. If a wildcard was used for the staging area
parameter, then no matches for that pattern were found.
Action Check the spelling on the staging area parameter (remember that staging
area names are case-sensitive).
1018 Message No staging area contents file found in the IMPORT directory.
(STAGEMAN 1018)
Cause An IMPORT command was done, but the HP Stage/iX Import directory
(/SYS/hpstage/import/) did not contain a “contents” file needed for
constructing the staging area to be imported (the contents file is called
“stage_contents”). This most likely means that the staging area being
imported was not moved correctly into the Import directory, or that the
Import directory is empty.
Action Re-IMPORT the staging area using the appropriate import option (e.g.,
;TAPE). If you are moving a staging area into the Import directory using
your own transport method (and therefore importing with the
;NOUNPACK option), make sure the contents file for the staging area is
moved in with the other files.
1019 Message Can't open the Import Staging Area contents file. (STAGEMAN
1019)
Cause STAGEMAN encountered a file system error while trying to open the
contents file for the staging area to be imported (the contents file name is
“/SYS/hpstage/import/stage_contents”)
Action. Determine why the open of the contents file failed. Contact your
Hewlett-Packard Response Center for assistance.
1020 Message “/” not allowed in staging area names. (STAGEMAN 1020)
Cause A slash (“/”) was found in the staging area parameter. STAGEMAN uses
the staging area name for building a directory under /SYS/hpstage/
(/SYS/hpstage/stage_name). Since the staging area must be confined to a
single directory, slashes are not allowed.
Action Re-enter the command with a legal staging area name.
1021 Message Invalid staging area name “name”. (STAGEMAN 1021)
Cause An illegal staging area name was provided as a parameter. STAGEMAN
uses the staging area name for building a directory under /SYS/hpstage/
(/SYS/hpstage/stage_name). Since the staging area name must be valid as
a directory name, the restrictions for HFS directory names apply.
Action Re-enter the command using a valid staging area name. Do a HELP on the
CREATE command for information on how to name the staging area.
1022 Message Can't use reserved word “BASE” for a staging area name.
(STAGEMAN 1022)
Cause The user attempted to use “BASE” as a staging area parameter. Since
users must be able to do a SET BASE to move back to the Base,
STAGEMAN does not allow this reserved word as a staging area
parameter to any other command. To avoid confusion, the check for
“BASE” is not case- sensitive (“Base”=“BASE”).