Files
Linux/Docs/华为服务器设置风扇转速.md
offends cee91802b3
Some checks failed
continuous-integration/drone Build is failing
synchronization
2025-08-25 15:57:40 +08:00

483 B
Raw Blame History

本文作者:丁辉

华为服务器设置风扇转速

  1. 首先用ssh登录服务器

    ssh root@$IP
    
  2. 设置风扇的工作模式为手动并设置手动的时间为1亿秒大概3年多

    ipmcset -d fanmode -v 1 100000000
    
  3. 设置风扇转速是百分之多少默认是20%

    ipmcset -d fanlevel -v 20
    
  4. 获取风扇的当前模式

    ipmcget -d fanmode
    ipmcget -d fanlevel