Modify fans speed of Supermicro X9DRW-iF via IPMI
Taken from here https://blog.pcfe.net/hugo/posts/2018-08-14-epyc-ipmi-fans/ andrey.trok@AndreyPC /cygdrive/c/Users/andrey.trok/Downloads/ipmitool-master/ipmitool-master $ for i in 1 2 3 4 5 6 A B; do ipmitool -H \ > 192.168.1.110 \ > -U andrey -P u*****d -I lanplus \ > sensor thresh FAN${i} lower 0 100 200; done Locating sensor record 'FAN1'... Setting sensor "FAN1" Lower Non-Recoverable threshold to 0.000 Setting sensor "FAN1" Lower Critical threshold to 100.000 Setting sensor "FAN1" Lower Non-Critical threshold to 200.000 Locating sensor record 'FAN2'... Setting sensor "FAN2" Lower Non-Recoverable threshold to 0.000 Setting sensor "FAN2" Lower Critical threshold to 100.000 Setting sensor "FAN2" Lower Non-Critical threshold to 200.000 Locating sensor record 'FAN3'... Setting sensor "FAN3" Lower Non-Recoverable threshold to 0.000 Setting sensor "FAN3" Lower Critical thresho...