P

Supermicro X9/X10/X11 Fan Speed Control

Notice: Page may contain affiliate links for which we may earn a small commission through services like Amazon Affiliates or Skimlinks.

peter_s

New Member
Oct 15, 2021
27
17
3
Looks like there are reports that it doesn't work for the X9SRi-F already: Supermicro X9 compatibility · petersulyok smfc · Discussion #54. I'll see if i can find some time to confirm
Indeed. X9SRi-F is a special one.
You can test these command:

Code:
# Switch to FULL mode
ipmitool raw 0x30 0x45 0x01 0x01
# Enable manual mode
ipmitool raw 0x32 0x90 0x01
# Set fan speed: ipmitool raw 0x32 0x91 <fan_id> <value>
# Fan 0 -> 50%
ipmitool raw 0x32 0x91 0x00 0x80
# Disable manual mode
ipmitool raw 0x32 0x90 0x00
If you receive 0x82 response, it means your BMC does not support this mode. You can still play with Optimal mode and thresholds.
 

DataKeeper

New Member
Mar 13, 2015
1
0
1
55
Thanks... Works great on the 4 Supermicro 1U 6018U X10DRU-i+ systems I'm running. I'll have to try it on the Supermicro X10SRL-F board in our NAS and the older 1U SC813M with a X8SIE-F mainboard later today.