Hardware
控製或降低戴爾 R820 的風扇速度
我最近從亞馬遜購買了戴爾 R820。它有 192gb 的 RAM,4 個 Xeon CPU,但戴爾 Idrac 在從作業系統更新韌體後不再工作。風扇全力以赴,非常嘈雜。我嘗試了戴爾網站建議中的所有修復。但無濟於事。有沒有辦法在沒有 iDrac 或生命週期的情況下降低風扇速度?
iDRAC 界面中顯示的風扇速度設置可能不足以使風扇安靜到可接受的水平。
在伺服器上安裝 Dell OpenManage Server Administrator,然後執行 ipmitool 實用程序來調整風扇速度。
安裝 DOMSA 後,ipmitool 應位於以下目錄中:
C:\Program 文件 (x86)\Dell\SysMgt\bmc
在伺服器上啟動命令提示符並導航到上面的目錄。然後執行以下命令,替換 iDRAC 的 IP 地址 (-H)、使用者名 (-U) 和密碼 (-P):
To enable remote fan control: ipmitool -I lanplus -H 192.168.1.240 -U root -P calvin raw 0x30 0x30 0x01 0x00 To set the fan to 20%: ipmitool -I lanplus -H 192.168.1.240 -U root -P calvin raw 0x30 0x30 0x02 0xff 0x14 To set the fan to 25%: ipmitool -I lanplus -H 192.168.1.240 -U root -P calvin raw 0x30 0x30 0x02 0xff 0x19 To set the fan to 30%: ipmitool -I lanplus -H 192.168.1.240 -U root -P calvin raw 0x30 0x30 0x02 0xff 0x1e To set the fan to 35%: ipmitool -I lanplus -H 192.168.1.240 -U root -P calvin raw 0x30 0x30 0x02 0xff 0x23 To set the fan to 40%: ipmitool -I lanplus -H 192.168.1.240 -U root -P calvin raw 0x30 0x30 0x02 0xff 0x28 To set the fan to 45%: ipmitool -I lanplus -H 192.168.1.240 -U root -P calvin raw 0x30 0x30 0x02 0xff 0x2D To set the fan to 50%: ipmitool -I lanplus -H 192.168.1.240 -U root -P calvin raw 0x30 0x30 0x02 0xff 0x32