Communicator 3000 MPE/iX Release 6.0 (Platform Software Release C.60.00) (30216-90269)

Chapter 10 215
Technical Articles
The REMSH Client Functionality
Meaning
The remote command tried to reopen stderror. This is not allowed
under REMSH.
Message
<system call>: ...
Meaning
Error in executing system call. Appended to this error is a message
specifying the cause of the failure.
Implementation Differences
The full remote shell service typically consists of two parts: the REMSH
client which allows a user on this machine to access remote hosts, and
the remshd server which allows REMSH clients on other hosts to access
the local host. Only the REMSH client functionality has been
implemented on the MPE/iX system.
The HP-UX version of the REMSH client has an optional -n parameter
that tells the client to not read from STDIN. Due to differences between
MPE IO and UNIX IO the -n parameter has been hard coded into the
MPE/iX client.
The HP-UX REMSH client also allows rlogin and rexec functionality.
Since this implementation was designed to address the needs of users
attempting to access HP-UX commands and scripts from MPE/iX
stream jobs, we chose not to implement any feature needing interactive
input with the remote system.