Get Device Health Status
更新时间: 2026/08/06
在Gitcode上查看源码Get Device Health Status
Change History
| openUBMC Version | Revision Date | Description |
|---|---|---|
| 25.06 | 2025/06/26 | Initial draft: add command details |
Basic Information
Function Description
This command is used to query the device status.
Privilege
BasicSetting
Command Information
Request Information
| Byte | Data Field |
|---|---|
| NetFn | 3Eh |
| CMD | 03h |
| - | - |
Response Information
| Byte | Data Field |
|---|---|
| 1 | Completion Code |
| 2 | Bit[4:7]–reserved Bit[0:3]–health status 0h=health is ok 1h=health is warning 2h=health is critical, it is the current health status. |
Command Example
Query the device status.
Request:
bash
iipmicmd -k "0f 00 3e 03" smi 0Response:
text
0f 3f 00 03 00 00