代码仓
中
Set Fan Working Status
更新时间: 2026/08/06
在AtomGit上查看源码

Set Fan Working Status ​

Change History ​

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

Basic Information ​

Function Description ​

Sets the fan status.

Privilege ​

BasicSetting

Command Information ​

Request Information ​

ByteData Field
NetFn32h
CMD2ah
1slot_id: fan slot ID
2:3fru_type: 0x0040
4device_id: 0x00
5sdr_type: 0x00
6fan_state:
00h: fan hibernation
01h: The fan is turned on.

Response Information ​

ByteData Field
1Completion Code

Command Example ​

Set the working status of the fan in slot 0. ​

Request:

bash
ipmitool raw 0x32 0x2a 0x00 0x40 0x00 0x00 0x00 0x01

Response:

text

Back to Index ​