13 Configuring Console Objects

The console object configures the serial port and remote console settings for a box.

console

Configures the serial port settings on the ME device.

Syntax

config box console
config cluster box number console

Properties

rate: Sets the bad rate in bits per second. Enter set rate ? at the prompt to see available rates.

Default: 115200

Example: set rate 460800

data-bits: Sets the number of data bits used.

Default: 8
Values: 5 | 6 | 7 | 8

Example: set data-bits 6

parity: Sets the parity value used for parity checking.

Default: none
Values: none | even | odd 

Example: set parity even

stop-bits: Sets the number of stop-bits used for data sent from the box.

Default: 1
Values: 1 | 2

Example: set stop-bits 2

flow-control: Sets the flow control mechanism to be used on the box.

Default: none
Values: none | xon-xoff

Example: set flow-control xon-xoff

remote

Configures remote console access for the system via the eth0 interface. When configured, a client using the Serial Over LAN protocol can connect to the remote console, providing access similar to a direct serial port connection.

Be cautious when configuring this object. When enabled, this object makes the serial console accessible. If eth0 is configured as part of a private network and is behind a firewall, remote console access is secure. However, if the interface is public, enabling this object makes the serial console publicly available. Do not configure this object without first contacting Oracle Technical Support.

Syntax

config box console remote
config cluster box number console remote

Properties

admin: Sets the administrative state of the remote console configuration.

Default: enabled
Values: enabled | disabled

Example: set admin disabled

ip-address: Sets the IP address on the eth0 interface, for the remote console.

Default: There is no default setting

Example: set ip-address 172.168.10.10/32

default-gateway: Sets the IP address for the default gateway used to reach this console address.

Default: There is no default setting

Example: set default-gateway 172.168.10.10

username: Configures the username required for console access. The system will prompt users for this name when they attempt to access the remote console.

Default: There is no default setting

Example: set username admin

password-tag: Configures the password required for remote console access. The system will prompt users for this password when they attempt to access the remote console. See Understanding Passwords and Tags for information on the two-part password mechanism.

Default: There is no default setting

Example: set password tag root