Obtain Startup Status of a Board
更新时间: 2026/08/06
在Gitcode上查看源码Obtain Startup Status of a Board
Change History
| openUBMC Version | Revision Date | Description |
|---|---|---|
| 25.06 | 2025/06/26 | Initial draft: add command details |
Basic Information
Function Description
Obtains the board startup status.
Privilege
ReadOnly
Command Information
Request Information
| Byte | Data Field |
|---|---|
| NetFn | 32h |
| CMD | bbh |
| 1:3 | fruId |
| 4 | deviceId |
| 5 | sdrType 0x75 |
Response Information
| Byte | Data Field |
|---|---|
| 1 | Completion Code |
| 2 | boot state 0: start 1: The controller returns a message indicating that the BIOS has been loaded. 2: The controller returns a message indicating that the OS has been loaded. 3: The controller returns a message indicating that the .ko driver has been loaded. |
Command Example
Obtain the board startup status.
Request:
bash
ipmitool raw 0x32 0xbb 0x00 0x02 0x00 0x00 0x75Response:
text
03