代码仓
中
Set Frame Normal And Abnormal Power-off Flag
更新时间: 2026/08/06
在AtomGit上查看源码

Set Frame Normal And Abnormal Power-off Flag ​

Change History ​

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

Basic Information ​

Function Description ​

Sets the abnormal power-off flag of an enclosure.

Privilege ​

BasicSetting

Command Information ​

Request Information ​

ByteData Field
NetFn32h
CMDbch
1:3fruId
4deviceId
5sdrType 0x31
6:70x76 0x58 Normal power-off
Power-off due to other exceptions

Response Information ​

ByteData Field
1Completion 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 0x58

Response:

text

Back to Index ​