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:
- From a terminal window, telnet to the terminal server:
% telnet monts1 2000
Trying 192.41.211.121...
Connected to monts1.apo.nmsu.edu.
Escape character is '^]'.
- Hit the Enter key and you'll get a # prompt:
#
- At the prompt, type the word access followed by the Enter key. Your typing will not be echoed.
#
Welcome to the Xyplex Terminal Server.
Enter username>
- Type anything as a user name.
Enter username> au
Xyplex>
- Type the show users command:
Xyplex> show users
13 Apr 1999 10:28:02
Port Username Status Service0 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>
- 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:
Xyplex> set priv
Password>
Xyplex>>
- Now clear the port:
Xyplex>> logout port 3
Xyplex>>
- And logout from the terminal server:
Xyplex>> lo
Connection closed by foreign host.server X0EBE66 at 13 Apr 1999 10:38:49
pt1:~%
HOME