Users Guide
其中,
0
表示终端模式而
1
表示基本模式。
• 使用 set 命令:
racadm set iDRAC.Serial.Enable 0
racadm set iDRAC.IPMISerial.ConnectionMode < 0 or 1>
其中,
0
表示终端模式而
1
表示基本模式。
使用 RACADM 启用串行连接 IPMI 串行设置
要配置 IPMI 串行设置,可以使用 set 或 config 命令:
1. 使用以下命令将 IPMI 串行连接模式更改为相应的设置:
– 使用 config 命令:racadm config -g cfgSerial -o cfgSerialConsoleEnable 0
– 使用 set 命令:racadm set iDRAC.Serial.Enable 0
2. 设置 IPMI 串行波特率:
– 使用 config 命令:racadm config -g cfgIpmiSerial -o cfgIpmiSerialBaudRate
<baud_rate>
– 使用 set 命令:racadm set iDRAC.IPMISerial.BaudRate <baud_rate>
其中 <baud_rate> 为 9600、19200、57600 或 115200 bps。
3. 启用 IPMI 串行硬件流控制:
– 使用 config 命令:racadm config -g cfgIpmiSerial -o cfgIpmiSerialFlowControl 1
– 使用 set 命令:racadm set iDRAC.IPMISerial.FlowControl 1
4. 设置 IPMI 串行信道最低权限级别:
– 使用 config 命令:racadm config -g cfgIpmiSerial -o cfgIpmiSerialChanPrivLimit
<level>
– 使用 set 命令:racadm set iDRAC.IPMISerial.ChanPrivLimit <level>
其中,<level> 为 2(用户)、3(操作员)或 4(管理员)。
5. 确保串行 MUX(外部串行连接器)在 BIOS 设置程序中正确设置为远程访问设备以针对串行连接配置
BIOS。
有关这些属性的详细信息,请参阅 IPMI 2.0 规范。
IPMI 串行终端模式的其他设置
本节提供 IPMI 串行终端模式的其他配置设置。
使用 Web 界面配置 IPMI 串行终端模式的其他设置
要设置终端模式设置:
1. 在 iDRAC7 Web 界面中,转到 Overview(概览) → iDRAC Settings(iDRAC 设置) → Network(网络) →
Serial(串行)。
随即会显示 Serial(串行)页面。
2. 启用 IPMI 串行。
3. 单击 Terminal Mode Settings(终端模式设置) 。
随即会显示 Terminal Mode Settings(终端模式设置)页面。
104