Skip to content

Instantly share code, notes, and snippets.

@Savagedlight
Created December 16, 2020 18:07
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save Savagedlight/b8304b582013d4e2fc17c9dda036d187 to your computer and use it in GitHub Desktop.
Save Savagedlight/b8304b582013d4e2fc17c9dda036d187 to your computer and use it in GitHub Desktop.
#!/bin/sh
# ipmitool raw 0x30 0x70 0x66 0x01 0xY 0xZ
# Y:
# 00 = main (FAN1-FAN6) zone
# 01 = system (FANA-FANB) zone
# Z:
# 00 = off
# 32 = 50%
# 64 = 100%
/usr/local/bin/ipmitool raw 0x30 0x70 0x66 0x01 0x00 0x32
/usr/local/bin/ipmitool raw 0x30 0x70 0x66 0x01 0x01 0x64
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment