Get Chip Status
更新时间: 2026/08/06
在Gitcode上查看源码Get Chip Status
Change History
| openUBMC Version | Revision Date | Description |
|---|---|---|
| 25.06 | 2025/06/26 | Initial draft: add command details |
Basic Information
Function Description
Obtains the status of a chip.
Privilege
Command Information
Request Information
| Byte | Data Field |
|---|---|
| NetFn | 30h |
| CMD | 90h |
| 1 | Sub command, subcommand = 35h |
| 2:3 | Device Type, LSB First |
| 4 | Device Number |
| 5 | Chip Type |
| 6 | Chip Number |
| 7 | Reserved |
Response Information
| Byte | Data Field |
|---|---|
| 1 | Completion Code |
| 2 | Status: component health status 0=OK. 1=Fault |
| (3:6)* | Detail status. Reserved: set to 0x00 |
Command Example
Obtain the chip status.
Request:
bash
[root@localhost ~]# ipmicmd -k "0f 00 30 93 DB 07 00 65 00 00" smi 0
00 DB 07 00 00