代码仓
中
Query AC Down Flag
更新时间: 2026/08/06
在AtomGit上查看源码

Query AC Down Flag ​

Change History ​

Four-segment version of the iBMC softwareRevision DateDescriptionRevised By
3.22.15.012026-06-13New APIYang Xing 30066301

Basic Information ​

Function Description ​

Query the AC Down flag.

Privilege ​

ReadOnly

Command Information ​

Request Information ​

ByteData Field
NetFn32h
CMDbbh
1:3fru_id: 0x000200
4device_id: 0x00
5sdr_type: 0x9d

Response Information ​

ByteData Field
1Completion Code
2Board generation information
00h: No actual AcDown occurs.
01h: AcDown occurs.

Command Example ​

Query the AC Down flag. ​

Request:

bash
ipmitool raw 0x32 0xbb 0x00 0x02 0x00 0x00 0x9d

Response:

text
01

Back to Index ​