Some stuff mostly useful to me
ipmitool -I lanplus -H 192.168.1.114 -U admin -a shell
# noctua 15' on the cooler
sensor thresh CPU_FAN lower 0 100 200
sensor thresh CPU_FAN upper 1700 1800 1900
sensor thresh CPU_OPT lower 0 100 200
sensor thresh CPU_OPT upper 1700 1800 1900
# noctua 3k
sensor thresh CHA_FAN1 lower 0 100 200
sensor thresh CHA_FAN6 lower 0 100 200
sensor thresh CHA_FAN5 lower 0 100 200
sensor thresh CHA_FAN1 upper 3300 3600 3900
sensor thresh CHA_FAN6 upper 3300 3600 3900
sensor thresh CHA_FAN5 upper 3300 3600 3900
# top fan
sensor thresh CHA_FAN2 lower 0 100 200
sensor thresh CHA_FAN3 lower 0 100 200
sensor thresh CHA_FAN2 upper 2000 2200 2400
sensor thresh CHA_FAN3 upper 2000 2200 2400
# disk fan
sensor thresh CHA_FAN4 lower 0 100 200
sensor thresh CHA_FAN4 upper 2000 2200 2400
# soc fan (build in the motherboard)
sensor thresh SOC_FAN lower 0 100 200
sensor thresh SOC_FAN upper 3300 3600 3900
# same
sensor thresh CHIPSET_FAN lower 0 100 200
sensor thresh CHIPSET_FAN upper 3300 3600 3900
or if you can log on the machine:
sudo ipmitool shell
and the same commands