Users Guide
Configuring the DRAC 4 to Use a Serial or Telnet Text Console 57
Enabling the Serial/Telnet Console Locally
NOTE: You (the current user) must have Configure DRAC 4 permission in order to
perform the steps in this section.
To enable the serial/telnet console from the managed system, type the
following local racadm CLI commands from a command prompt.
NOTE: For detailed information about how to use the racadm CLI, serial/telnet, and
racadm commands, see "Using the Serial and racadm Commands."
racadm config -g cfgSerial -o cfgSerialConsoleEnable 1
racadm config -g cfgSerial -o cfgSerialTelnetEnable 1
Enabling the Serial/Telnet Console Remotely
To enable the serial/telnet console remotely, type the following remote
racadm commands from a command prompt:
racadm -u <username> -p <password> -r <DRAC 4 IP
address> config -g cfgSerial cfgSerialConsoleEnable 1
racadm -u <username> -p <password> -r <DRAC 4 IP
address> config -g cfgSerial cfgSerialTelnetEnable 1
NOTE: Use the DRAC 4 IP address for your managed system; not 192.168.10.1 as
shown in the example.
racadm -u root -p calvin -r 192.168.10.1 config -g
cfgSerial -o cfgSerialConsoleEnable 1
racadm -u root -p calvin -r 192.168.10.1 config -g
cfgSerial -o cfgSerialTelnetEnable 1
Using the racadm Command to Configure the Settings for the Serial and
Telnet Console
This subsection provides steps to configure the default configuration settings
for serial/telnet console redirection. To configure the settings, type the
racadm config command with the appropriate group, object, and object
value(s) for the setting that you want to configure. For a complete list of
available serial/telnet and racadm CLI commands, see "Using the Serial and
racadm Commands."
You can type racadm commands locally or remotely. When using racadm
commands remotely, include the user name, password, and managed system
DRAC 4 IP address.