Set Frame Normal And Abnormal Power-off Flag
更新时间: 2026/08/06
在Gitcode上查看源码Set Frame Normal And Abnormal Power-off Flag
Change History
| openUBMC Version | Revision Date | Description |
|---|---|---|
| 25.06 | 2025/06/26 | Initial draft: add command details |
Basic Information
Function Description
Sets the abnormal power-off flag of an enclosure.
Privilege
BasicSetting
Command Information
Request Information
| Byte | Data Field |
|---|---|
| NetFn | 32h |
| CMD | bch |
| 1:3 | fruId |
| 4 | deviceId |
| 5 | sdrType 0x31 |
| 6:7 | 0x76 0x58 Normal power-off Power-off due to other exceptions |
Response Information
| Byte | Data Field |
|---|---|
| 1 | Completion Code |
Command Example
Set the abnormal power-off flag of a chassis to normal power-off.
Request:
bash
ipmitool raw 0x32 0xbc 0x00 0x00 0x80 0x00 0x31 0x76 0x58Response:
text