Users Guide
• IPMI basic mode — Supports a binary interface for program access, such as the IPMI shell (ipmish) that is included with the Baseboard
Management Utility (BMU). For example, to print the System Event Log using ipmish via IPMI Basic mode, run the following command:
ipmish -com 1 -baud 57600 -flow cts -u root -p calvin sel get
• IPMI terminal mode — Supports ASCII commands that are sent from a serial terminal. This mode supports limited number of
commands (including power control) and raw IPMI commands that are typed as hexadecimal ASCII characters. It allows you to view the
operating system boot sequences up to BIOS, when you login to iDRAC through SSH or Telnet.
Related link
Conguring BIOS for serial connection
Additional settings for ipmi serial terminal mode
Enabling serial connection using web interface
Make sure to disable the RAC serial interface to enable IPMI Serial.
To congure IPMI Serial settings:
1 In the iDRAC Web interface, go to Overview > iDRAC Settings > Network > Serial.
2 Under IPMI Serial, specify the values for the attributes. For information about the options, see the iDRAC Online Help.
3 Click Apply.
Enabling serial connection IPMI mode using RACADM
To congure the IPMI mode, disable the RAC serial interface and then enable the IPMI mode.
racadm set iDRAC.Serial.Enable 0
racadm set iDRAC.IPMISerial.ConnectionMode <n>
n=0 — Terminal Mode
n=1 — Basic Mode
Enabling serial connection IPMI serial settings using RACADM
1 Change the IPMI serial-connection mode to the appropriate setting using the command.
racadm set iDRAC.Serial.Enable 0
2 Set the IPMI Serial baud rate using the command.
racadm set iDRAC.IPMISerial.BaudRate <baud_rate>
Parameter
Allowed values (in bps)
<baud_rate> 9600, 19200, 38400, 57600, and 115200.
3 Enable the IPMI serial hardware ow control using the command.
racadm set iDRAC.IPMISerial.FlowContro 1
4 Set the IPMI serial channel minimum privilege level using the command.
racadm set iDRAC.IPMISerial.ChanPrivLimit <level>
Parameter
Privilege level
<level> = 2 User
<level> = 3 Operator
<level> = 4 Administrator
5 Ensure that the serial MUX (external serial connector) is set correctly to the remote access device in the BIOS Setup program to
congure BIOS for serial connection.
For more information about these properties, see the IPMI 2.0 specication.
118
Setting up iDRAC communication