Difference between revisions of "Cyclades Terminal Server"
Chris Tyler (talk | contribs) (→What is a Terminal Server?) |
Chris Tyler (talk | contribs) |
||
Line 29: | Line 29: | ||
ssh ostep:7003@terminal | ssh ostep:7003@terminal | ||
+ | |||
+ | To install your SSH key on the terminal server: | ||
+ | |||
+ | ssh-copy-id ostep@terminal | ||
+ | |||
+ | == Use of the ''serial'' Script == | ||
+ | |||
+ | The ''serial'' script (<code>/usr/local/bin/serial</code> on morocco and directly-connected VPN systems) lets you connect to a serial port by hostname, e.g.: | ||
+ | |||
+ | serial blue | ||
+ | serial x12 | ||
+ | serial s1 | ||
== Wiring == | == Wiring == |
Revision as of 01:05, 18 January 2015
The EHL is equipped with a Avocent Cyclades 32-port terminal server for access to the console port on specific development systems.
Contents
What is a Terminal Server?
A terminal server provides TCP/IP connectivity to RS-232 serial ports. Effectively, it lets you communicate with a serial port from anywhere on the Internet.
While this can be used for access to serial devices such as measurement tools and printers, or to enable a dedicated terminal to communicate with a network host, the terminal server in the EHL is used in a different way: it permits remote access to the serial console ports on computers within the EHL.
Most system firmware, boot software, and Linux kernels provide a console user interface. Only after the system is fully booted do network services become active.
On a PC, the console is often provided through a local video connection. On hyperscale system, it may be provided by an IPMI serial-over-LAN (SOL) connection. On a development board, it is usually provided by an RS-232 (or RS-485 or TTL) serial connection, and it is for this type of connection that a terminal server is used.
The EHL Terminal Server
The EHL terminal server is accessed through iraq.proximity.on.ca and has the local hostname "terminal".
Web Access
Web access to the terminal server permits you to configure a port for access, including the communication details (speed, word length, parity) and port security. Access http://terminal/ from Iraq.
The web interface also provides a Java-applet-based client for port access, but it is usually better to ssh directly to the port (below).
SSH Access
SSH access is the easiest and best way to access console ports connected to the terminal server.
SSH to the terminal server using the user ID username:port
where username is your username on the terminal server and port is 7000 + serial port number. For example, to connect to serial port 3 with the Cyclades username "ostep", issue this command on Iraq:
ssh ostep:7003@terminal
To install your SSH key on the terminal server:
ssh-copy-id ostep@terminal
Use of the serial Script
The serial script (/usr/local/bin/serial
on morocco and directly-connected VPN systems) lets you connect to a serial port by hostname, e.g.:
serial blue serial x12 serial s1
Wiring
The Cyclades terminal server is connected to device serial ports using RJ-45 straight-through (not crossover) cables. These are connected directly to the Cyclades unit on one end, and to adapters (RJ-45f to DB-9f or RJ-45f to DB-25f) on the other end.