How to clear a Xyplex port

It's possible for a terminal server port to become orphaned. A program using the terminal server might've crashed without the terminal server finding out and it will refuse to let anyone else log in. You can clear a Xyplex port with the following procedure:
  1. From a terminal window, telnet to the terminal server:

  2. % telnet monts1 2000
    Trying 192.41.211.121...
    Connected to monts1.apo.nmsu.edu.
    Escape character is '^]'.
     
  3. Hit the Enter key and you'll get a # prompt:

  4. #
     
  5. At the prompt, type the word access followed by the Enter key. Your typing will not be echoed.

  6. #
     

            Welcome to the Xyplex Terminal Server.
     
     

    Enter username>
     

  7. Type anything as a user name.

  8. Enter username> au
    Xyplex>
     
  9. Type the show users command:

  10. Xyplex> show users
                                    13 Apr 1999  10:28:02
    Port  Username   Status         Service

      0   au         Executing Cmd
      2   (Remote)   Available      (Remote Connect)
      3   (Remote)   Connected      (Remote Connect)
      4   (Remote)   Available      (Remote Connect)
      5   (Remote)   Available      (Remote Connect)
      6   (Remote)   Available      (Remote Connect)
      7   (Remote)   Available      (Remote Connect)
      8   (Remote)   Available      (Remote Connect)
     

    Xyplex>
     

  11. In this case, we see that port 3, the 20-inch telescope control port, is connected. Port 0 (with the Executing Cmd) is you. To clear the connection to port 3, you'll need to become a privileged user:

  12. Xyplex> set priv
    Password>
    Xyplex>>
     
  13. Now clear the port:

  14. Xyplex>> logout port 3
    Xyplex>>
     
  15. And logout from the terminal server:

  16. Xyplex>> lo
     

    Connection closed by foreign host.server X0EBE66 at 13 Apr 1999  10:38:49
    pt1:~%
     
     

HOME


updated April 13, 1999