... my X12
“ipmitool sensor thresh” command does not work
SMCIPMITool 2.25.0
That's good to know. Same methodology as the X11 boards. However, I'll caution that it can also depend on the BMC chipset version.# Set the fans to full #
SMCIPMITool.exe IPADDR USERNAME PASSWORD ipmi raw 30 45 01 01
#Set zone 0 to "27"
SMCIPMITool.exe IPADDR USERNAME PASSWORD ipmi raw 30 70 66 01 00 27
#Set zone 1 to "27"
SMCIPMITool.exe IPADDR USERNAME PASSWORD ipmi raw 30 70 66 01 01 27
Replace "27" with different values as needed and the fan speeds will be manually configured.
raw 30
raw x30
ipmitool raw 0x30 0x45 0x01 0x01
ipmitool raw 0x30 0x70 0x66 0x01 0x00 0x27
ipmitool raw 0x30 0x70 0x66 0x01 0x01 0x27