Skip to content

Instantly share code, notes, and snippets.

@OnkelDom
Created January 24, 2023 12:22
Show Gist options
  • Save OnkelDom/330ea0be7d053d788a88af72edbc495e to your computer and use it in GitHub Desktop.
Save OnkelDom/330ea0be7d053d788a88af72edbc495e to your computer and use it in GitHub Desktop.
Set the IPMI 2.0 fan settings to reduce noise from fans.

Set the IPMI Fan Speeds to use Server in Office.

set fan mode to "full"

ipmitool raw 0x30 0x45 0x01 0x01

set fans in "system" zone to 37,5%

ipmitool raw 0x30 0x70 0x66 0x00 0x24

set fans in "peripheral" zone to 25%

ipmitool raw 0x30 0x70 0x66 0x01 0x16

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment