HP OpenVMS Systemsask the wizard |
The Question is: We are using virtual terminal with LAT so users can reconnect to a disconnected process. I am now running UCX ver 4.1 and need to do same. Saw previous response using $ UCX SET COMMUNICATION/REMOTE_TERMINAL=VIRTUAL to cure. However when issuing a SHOW CONFIG COMM the remote terminal section says virtual terminals are disabled. Is there a UCX parameter that needs to be set or something to enable the virtual terminals with my TCPIP sessions? Signed, just another PC guy getting intimate with VMS The Answer is :
The following sequence of commands should resolve this situation:
$ ucx set comm/remote=virtual
$ ucx set conf comm/remote=virtual
$ ucx disable service telnet
$ ucx enable service telnet
These commands will change the running system state, the state for
the next reboot, and then restarts telnet on the running system.
|