Open System Services Shell and Utilities Reference Manual (G06.28+, H06.05+)

osh(1) OSS Shell and Utilities Reference Manual
osh[10]: <stdin|stdout|stderr|fd
n> file pathname is not
OSS-openable
The le identied by pathname cannot be opened by an OSS environment open()
function call. The le must be one of the following for an OSS application to
open it:
An unstructured disk le, a FIFO, or a Telserv window
For stdin when the -osstty ag is not used, an EDIT le
For stdin when the -osstty ag is used, a Guardian process or an EDIT le
For stdout when the -osstty ag is used, a Guardian process or an EDIT
le
For stderr when the -osstty ag is used, a Guardian process
If -osstty has been specied, OSSTTY was not launched. The OSS application is
not running.
Reenter the command but redirect the information for the indicated le to a le
that can be opened within the OSS environment.
osh[11]: unable to open child process, error
n: strerror(n)
The osh command detected an error while trying to open the child process and
send the child process a sequence of Guardian environment startup messages. The
Guardian le-system error n was returned. The meaning of that error number as
returned by the strerror() function is displayed.
Refer to the Guardian Procedure Errors and Messages Manual for an explanation
of the error and suggested error-specic recovery actions. A typical error is 201,
because the child process terminated as soon as it started. If this is the case, use
the -inspect saveabend option to create a saveabend le or the -debug option to
start the child process within a debugging tool.
osh[12]: Unable to run pathname, error ([errno,] n[,m]):
explanation
osh could not start the child process for the program le pathname. If the error
occurred in the OSS environment, the errno value returned is shown. The Guar-
dian process-creation error n was returned. The associated error detail m value is
also returned. An explanation of the error is given.
Refer to the following for an explanation of the error and possible error-specic
recovery actions:
The display from the TACL command ERROR errno
The process-creation error n and m descriptions in the Guardian Pro-
cedure Errors and Messages Manual
If the value of n is 111 or 112 and the value of m is 0, 1, or 2, the underlying
PROCESS_SPAWN_ procedure call was unable to open the standard les of the
OSS application. Check if any of the standard les specied is a Guardian pro-
cess or if the standard output le is an EDIT le. If either condition exists, reissue
the command with the -osstty ag specied.
6110 Hewlett-Packard Company 527188-007