DELL R720/R720XD/R610

 

 

DELL R720/R720XD/R610
配置命令

ipmitool raw 0x30 0x30 0x01 0x00 # 打开手动配置模式
ipmitool raw 0x30 0x30 0x02 0xff 0x05 #低速 5%
ipmitool raw 0x30 0x30 0x02 0xff 0x0f #中速 15%
ipmitool raw 0x30 0x30 0x02 0xff 0x23 #中速 35%
ipmitool raw 0x30 0x30 0x02 0xff 0x19 #中速 约4000转
ipmitool raw 0x30 0x30 0x02 0xff 0x18 #高速
验证:
ipmitool sensor | grep -i FAN

生产示例:
ipmitool raw 0x30 0x30 0x01 0x00
ipmitool raw 0x30 0x30 0x02 0xff 0x19
echo -e "ipmitool raw 0x30 0x30 0x01 0x00\nipmitool raw 0x30 0x30 0x02 0xff 0x19" >> /etc/rc.d/rc.local # 设置开机自启动

posted @ 2023-03-06 17:10  花红沁人心  阅读(67)  评论(0)    收藏  举报