最近实验室的dell T640服务器安装了新的GPU。但是安装后发现,风扇太吵了,于是开始着手解决风扇转速过高的问题。
试过ipmi,但是不好用。
最后发现使用racadm可以让服务器重新安静下来。
解决方案来自:
https://www.dell.com/community/PowerEdge-Hardware-General/PowerEdge-T640-fan-full-speed-after-installing-graphic-card/td-p/5849479
和
https://www.dell.com/community/Systems-Management-General/iDRAC9-impossible-to-modify-Fan-Response-for-3rd-Party-PCI-cards/m-p/6021679/highlight/true#M25681
针对ubuntu,需要用这个网站的方法安装racadm。
https://www.claudiokuenzler.com/blog/747/install-dell-openmanage-9.x-racadm-ubuntu-16.04
安装完racadm,使用
sudo racadm get System.PCIESlotLFM
查看有几个PCIE的东西。
一般来说是最后一个。
之后,使用
sudo racadm set System.PCIESlotLFM.8.LFMMode
设置模式,应该只有0, 1, 2 三种,对应高中低。
设置为2后,耳朵终于清静了。