Ipmitool

如何使用 ipmitool 管理 quanta D51B-1u 風扇?

  • May 13, 2020

在此處查看 PDF:http: //www.staroceans.org/e-book/S2B%20IPMI%20Commands.pdf,這是 D51B-1u quanta Quantagrid 1u 伺服器上的 SBR 韌體,看來您應該是能夠使用以下命令調整風扇:

   61. Fan Command (1U)
Type Command Format Description
In Band
ipmitool raw 0x30 0x39 0x01 0x10x0 0x3f
Set BP fan 0 to 63
duties
(=0x3fheximal;
maximum duty is 63)
ipmitool raw 0x30 0x39 0x01 0x10x1 0x3f Set BP fan 1 to 63
duties
ipmitool raw 0x30 0x39 0x01 0x10x2 0x3f Set BP fan 2 to 63
duties
ipmitool raw 0x30 0x39 0x01 0x10x3 0x3f Set BP fan 3 to 63
duties
ipmitool raw 0x30 0x39 0x01 0x10x4 0x3f Set BP fan 4 to 63
duties
ipmitool raw 0x30 0x39 0x01 0x10x5 0x3f Set BP fan 5 to 63
duties

儘管此 pdf 說明它適用於 D51B 1/2u 機箱,但在執行這些命令時,您會收到以下錯誤:

ipmitool raw 0x30 0x39 0x01 0x10x4 0x3f
Given data "0x10x4" is invalid.

有沒有辦法以某種方式獲取 ipmitool raw 的有效十六進制值列表,看看它是否像將 0x10x4 更改為其他東西一樣簡單?

我嘗試從該文件執行 2U 的命令,但似乎沒有做任何事情。

謝謝!

看起來命令中應該有一個空格。檢查指南中此命令下方的 2U 命令。

試試這個——

ipmitool raw 0x30 0x39 0x01 0x1 0x1 0x3f

引用自:https://serverfault.com/questions/1016728