在英特尔® 服务器 M20NTP 家族上禁用风扇自动控制
内容类型: 安装与设置 | 文章 ID: 000091654 | 上次审核日期: 2022 年 07 月 28 日
如何手动禁用自动控制风扇速度并设置为英特尔®服务器 M20NTP 家族手动风扇速度
下方命令允许用户禁用自动控制风扇速度,并将其设置为英特尔®服务器 M20NTP 家族手动风扇速度
#获得 风扇速度
ipmitool -H -U -P -I lanplus raw 0x30 0x8D
#设置 风扇速度
Ipmitool -H -U -P -I lanplus raw 0x30 0x8c 0x64(pwm value1-100).
如果要通过 Thermal Mgr 启用 风扇速度自动控制,需要根据模式使用以下命令:
#设置 为自动
#Performance模式
Ipmitool -H -U -P -I lanplus raw 0x30 0x89 0xff 0x44 0x10 1 1 1 0x03
#声学 模式
Ipmitool -H -U -P -I lanplus raw 0x30 0x89 0xff 0x40 0x10 1 1 1 0x03