通过ipmitool调整iDrac6机器的风扇转速

服务器修改风扇转速:
关闭自动风扇:
ipmitool -I lanplus -U root -P 密码 -H 192.168.2.250 raw 0x30 0x30 0x01 0x00

设置风扇位10%转速(最后一位,16进制)
ipmitool -I lanplus -U root -P 密码 -H 192.168.2.250 raw 0x30 0x30 0x02 0xff 0x10
比较老的服务器 0xff不能代表所有风扇,只能使用0X01 0X06这种方式表示每一个风扇

查看风扇转速:
ipmitool -I lanplus -U root -P 密码 -H 192.168.2.250 sdr list full

OneNote有记录

发表回复

登录... 后才能评论