Open System Services Shell and Utilities Reference Manual (G06.29+, H06.08+, J06.03+)

osh(1) OSS Shell and Utilities Reference Manual
DIAGNOSTICS
Error diagnostics are written to the Guardian STDERR file of the osh process. All osh error mes-
sages are prefixed with osh[n]:, where n is a unique message number. The following messages
can appear:
osh[1]: standard files must be local to nodename
One of the standard input, output, or error files is not local to the HP node on
which osh is running.
Make sure that the IN, OUT, and either TERM or STDERR files are on your local
HP node. Reenter the command with new specifications if needed.
osh[2]: invalid I/O redirection syntax
The command line contains an unrecognized redirection specification.
Check for typographical errors and reenter a corrected command line.
osh[3]: here-documents are not supported
Your input included a UNIX here-document. osh does not support here-
documents.
Copy the here-document into a file and use the file as input. Or use osh to start an
interactive OSS shell and reissue your here document as part of the appropriate
shell command.
osh[4]: only fds 0-9 are supported with I/O redirection
You entered a redirection specification containing a file descriptor outside of the
supported range ( 0 through 9).
Reissue the command using a file descriptor within the supported range.
osh[5]: unable to get login name, using derived name username
The getlogin() function returned a NULL string. osh substituted the indicated
name from your effective user ID.
This is a warning message, indicating that osh was started from a process without
a valid OSS login name.
osh[6]: unable to get default volume, DEFINEINFO error n
Guardian file-system error n was returned from a call to the Guardian
DEFINEINFO procedure that attempted to get the information for the
=_DEFAULTS DEFINE. A system software problem might exist; the
=_DEFAULTS DEFINE should exist for all user processes.
Refer to the DEFINEINFO procedure description in the Guardian Procedure
Calls Reference Manual for the meaning of the error returned. Check the current
value of your =_DEFAULTS DEFINE by using the TACL INFO DEFINE com-
mand.
osh[7]: the option_name option must be followed by
permissible_values
You specified the indicated option with an unrecognized value.
Check for typographical errors and reenter a corrected command line.
osh[8]: root fileset is not mounted
The OSS root fileset is not mounted on your local HP node. The root fileset must
be mounted to execute an osh command.
Contact your system administrator and ask that the root fileset be mounted.
6110 Hewlett-Packard Company 527188-021