Set BMC SOL Source
更新时间: 2026/08/06
在Gitcode上查看源码Set BMC SOL Source
Change History
| openUBMC Version | Revision Date | Description |
|---|---|---|
| 25.06 | 2025/06/26 | Initial draft: add command details |
Basic Information
Function Description
Switch the BMC SOL source to the DPU serial port.
Privilege
Operator user. After the system is locked, the SET operation is prohibited.
Available only after China Telecom customization is enabled
Command Information
Request Information
| Byte | Data Field |
|---|---|
| NetFn | 3ah |
| CMD | f7h |
| 1 | Sub command=01h |
| 2 | Server BMC SOL source 0x00: server host serial port 0x01: server BMC serial port 0x02: BMC serial port of the DPU 0x03: SoC serial port of the DPU |
Response Information
| Byte | Data Field |
|---|---|
| 1 | Completion Code 0x00: The command is executed successfully. Other return codes: The command execution is abnormal. |
| 2 | Server BMC SOL source 0x00: server host serial port 0x01: server BMC serial port 0x02: BMC serial port of the DPU 0x03: SoC serial port of the DPU |
Command Example
The current serial port is the server serial port. The IPMI is used to switch to the BMC serial port of the DPU.
Request:
bash
ipmitool raw 0x3a 0xf7 0x01 0x02Response:
text
0x00 0x02