停用 Intel® 伺服器 M20NTP 系列的風扇自動控制
內容類型: 安裝與設定 | 文章 ID: 000091654 | 最近查看日期: 2022 年 07 月 28 日
如何在 Intel® 伺服器 M20NTP 系列上手動停用自動控制風扇速度並設定為手動風扇速度
下列命令將使使用者停用自動控制風扇速度,並將其設為 Intel® 伺服器 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