Limiting Fan Speed in Dell Poweredge Series
Sometimes we need to limit the fan speed in Dell PowerEdge server series maybe for the noise. The followings are the ipmi raw commands to setup the manual fan control which are very much undocumented.
Function |
ipmitool raw command |
---|---|
Enable manual fan control | ipmitool raw 0x30 0x30 0x01 0x00 |
Disable manual fan control | ipmitool raw 0x30 0x30 0x01 0x01 |
Set manual fan speed step | ipmitool raw 0x30 0x30 0x02 0xff 0x?? |
I'm using Dell r720xd and setting 0x??
to 0x26
effectively limits the fan speed to around 8000 RPM. It is a somewhat safe value before you slowly set down the value to limit further down the fan speed.
Comments
Comments powered by Disqus