Reference Guide

cfgSerial
This group contains conguration parameters for CMC services. One instance of the group is allowed.
Use this object with the getconfig or config subcommands.
To use this object property, you must have the Chassis Conguration Administrator privilege.
The following sections provide information about the objects in the cfgSerial group.
cfgSerialBaudRate (Read/Write)
Description Sets the baud rate on the serial port.
Legal Values
2400, 4800, 9600, 19200, 28800, 38400, 57600,115200
Default
115200
cfgSerialConsoleEnable (Read/Write)
Description Enables or disables the RAC or CMC serial console interface.
Legal Values
1 (TRUE)
0 (FALSE)
Default
1
cfgSerialConsoleQuitKey (Read or Write)
Description
This key or key combination terminates the Virtual Console text for CMC.
Legal value: String of up to 2 characters
This key species the character that ends the serial text console connect (or racadm connect) command.
NOTE: The CTRL key is represented by using the ^ (carat) character.
NOTE: The CTRL key does not generate a character by itself, but must be struck simultaneously with
another key to generate a character.
For example, striking both the CTRL key and the \ key simultaneously (rather than sequentially) is denoted as ^
\.
Conguration options: The value must start with the ^ character, and must follow one of the characters — a-z,
A-Z, [,], \
In the input command, use \ without the quotes. For example:
config -g cfgSerial -o cfgSerialConsoleQuitKey "SHIFT+6"\\
Default: ^\
99