Console
Table of Contents
- 1 General Description
- 2 Console Parameters
- 2.1 communication
- 2.2 line
- 2.3 Example
- 3 Mapping Serial line controllers to system resources
- 3.1 physical_serial_line
- 3.2 virtual_serial_line
- 3.2.1 host
- 3.2.2 port
- 3.2.3 break_on
- 3.2.4 stop_on
- 3.2.5 log
- 3.2.6 log_file_size
- 3.2.7 Example
- 3.2.8 Notes on "virtual_serial_line" options
- 3.3 operator_console
- 3.3.1 break_on, stop_on
- 3.3.2 Example
- 3.4 "ttyY" notation specifics
General Description
CHARON-AXP offers a one- (OPA0) or two-port serial console, depending on the specified HP Alpha model.
The AlphaServer DS10, AlphaServer DS10L, AlphaServer DS15, AlphaServer 400, AlphaServer 800, AlphaServer 1000 and AlphaServer 1000A have an additional on-board serial line controller providing a serial line TTA0.
The regular console ("COM1") is already preloaded and mapped to "OPA0", so you need to specify just its mapping to the host resources ("OPA0"), for example:
|
When using the TTA0 console, the mapping looks like that:
|
The first line specifies a mapping to a unique TCP/IP host port ("10000" in this example), while the second line connects this mapping (TTA0) to the on-board serial line controller having the name "COM2" in CHARON environment.
Refer to this section for details of mapping.
CHARON emulated console supports only 80 symbols in one line.
Console Parameters
CHARON-AXP console line TTA0 (COM2) has the following parameters:
All the values in the following tables are case insensitive.
communication
Parameter | communication |
|---|---|
Type | Text string |
Value |
|
line
Parameter | line | |
|---|---|---|
Type | Identifier | |
Value | This parameter is used to connect a particular serial line mapping interface to the controller. Example:
|
Example
|
Mapping Serial line controllers to system resources
Types of serial line mapping:
Type | Function |
|---|---|
physical_serial_line | This type of mapping associates some TTY port on host system with an emulated HP Alpha serial line controller virtual "line". The TTY port can be physical hardware port or a logical TTY port. |
virtual_serial_line | This type of mapping associates a network connection on the host system with an emulated HP Alpha serial line controller virtual "line" |
operator_console | This type of mapping associates the current TTY console with the OPA0 console port (if CHARON-AXP does not run as service) |
Example: