代码仓
中
Get Power Supply 32-bit Alarm Code
更新时间: 2026/08/06
在AtomGit上查看源码

Get Power Supply 32-bit Alarm Code ​

Change History ​

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

Basic Information ​

Function Description ​

Obtain the 32-bit alarm code of the power supply.

Privilege ​

ReadOnly

Command Information ​

Request Information ​

ByteData Field
NetFn32h
CMD33h
1slotNum
2:30x1000
4DeviceId. Set it to 0x00.
5SdrType. Set it to 0x00.

Response Information ​

ByteData Field
1Completion Code
2:5Power 32Bit AlarmCode

Command Example ​

Obtain the 32-bit alarm code of the power module in slot 1. ​

Request:

bash
ipmitool raw 0x32 0x33 0x01 0x10 0x00 0x00 0x00

Response:

text
00 00 00 00

Back to Index ​