Get Device Health Status
更新时间: 2026/08/06
在Gitcode上查看源码

Get Device Health Status

Change History

openUBMC VersionRevision DateDescription
25.062025/06/26Initial draft: add command details

Basic Information

Function Description

This command is used to query the device status.

Privilege

BasicSetting

Command Information

Request Information

ByteData Field
NetFn3Eh
CMD03h
--

Response Information

ByteData Field
1Completion Code
2Bit[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 0

Response:

text
0f 3f 00 03 00 00

Back to Index