AskOverflow.Dev

AskOverflow.Dev Logo AskOverflow.Dev Logo

AskOverflow.Dev Navigation

  • 主页
  • 系统&网络
  • Ubuntu
  • Unix
  • DBA
  • Computer
  • Coding
  • LangChain

Mobile menu

Close
  • 主页
  • 系统&网络
    • 最新
    • 热门
    • 标签
  • Ubuntu
    • 最新
    • 热门
    • 标签
  • Unix
    • 最新
    • 标签
  • DBA
    • 最新
    • 标签
  • Computer
    • 最新
    • 标签
  • Coding
    • 最新
    • 标签
主页 / server / 问题 / 1025601
Accepted
Temuujin CC
Temuujin CC
Asked: 2020-07-18 00:28:33 +0800 CST2020-07-18 00:28:33 +0800 CST 2020-07-18 00:28:33 +0800 CST

控制或降低戴尔 R820 的风扇速度

  • 772

我最近从亚马逊购买了戴尔 R820。它有 192gb 的 RAM,4 个 Xeon CPU,但戴尔 Idrac 在从操作系统更新固件后不再工作。风扇全力以赴,非常嘈杂。我尝试了戴尔网站建议中的所有修复。但无济于事。有没有办法在没有 iDrac 或生命周期的情况下降低风扇速度?

hardware dell-poweredge blade-server
  • 2 2 个回答
  • 7242 Views

2 个回答

  • Voted
  1. Best Answer
    joeqwerty
    2020-07-18T03:51:55+08:002020-07-18T03:51:55+08:00

    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
    
    • 2
  2. Overmind
    2020-07-18T00:58:51+08:002020-07-18T00:58:51+08:00

    风扇速度设置菜单位于 iDrac 菜单中。

    在 BIOS 引导期间,F2 -> iDRAC 设置 -> 散热 -> 风扇速度偏移。

    风扇速度设置菜单允许用户选择低风扇速度偏移和高风扇速度偏移。

    低风扇速度偏移将风扇速度驱动到中等风扇速度(大约 50%),而高风扇速度偏移驱动风扇速度接近全速(大约 90-100%)。

    如果 iDRAC 不工作,请找到修复它的方法。

    • 0

相关问题

  • 如何在 Linux 机器上找到有关硬件的详细信息?

  • 总大小(磁盘)与总大小(媒体)

  • 如何监控系统在哪里写/读磁盘?[关闭]

  • IP-KVM(在我的例子中是 ADDER Ipeps):轻松防火墙穿越

  • 非品牌笔记本电池?

Sidebar

Stats

  • 问题 205573
  • 回答 270741
  • 最佳答案 135370
  • 用户 68524
  • 热门
  • 回答
  • Marko Smith

    新安装后 postgres 的默认超级用户用户名/密码是什么?

    • 5 个回答
  • Marko Smith

    SFTP 使用什么端口?

    • 6 个回答
  • Marko Smith

    命令行列出 Windows Active Directory 组中的用户?

    • 9 个回答
  • Marko Smith

    什么是 Pem 文件,它与其他 OpenSSL 生成的密钥文件格式有何不同?

    • 3 个回答
  • Marko Smith

    如何确定bash变量是否为空?

    • 15 个回答
  • Martin Hope
    Tom Feiner 如何按大小对 du -h 输出进行排序 2009-02-26 05:42:42 +0800 CST
  • Martin Hope
    Noah Goodrich 什么是 Pem 文件,它与其他 OpenSSL 生成的密钥文件格式有何不同? 2009-05-19 18:24:42 +0800 CST
  • Martin Hope
    Brent 如何确定bash变量是否为空? 2009-05-13 09:54:48 +0800 CST
  • Martin Hope
    cletus 您如何找到在 Windows 中打开文件的进程? 2009-05-01 16:47:16 +0800 CST

热门标签

linux nginx windows networking ubuntu domain-name-system amazon-web-services active-directory apache-2.4 ssh

Explore

  • 主页
  • 问题
    • 最新
    • 热门
  • 标签
  • 帮助

Footer

AskOverflow.Dev

关于我们

  • 关于我们
  • 联系我们

Legal Stuff

  • Privacy Policy

Language

  • Pt
  • Server
  • Unix

© 2023 AskOverflow.DEV All Rights Reserve