Dell gen11/12 leiser einstellen

https://www.dell.com/community/Rack-Servers/R720-fan-speed/m-p/7479915#M5959

https://back2basics.io/2020/05/reduce-the-fan-noise-of-the-dell-r720xd-plus-other-12th-gen-servers-with-ipmi/

https://www.dell.com/community/Systems-Management-General/Dell-PowerEdge-fan-speed-change-fanspeed-offset/td-p/5187784

https://www.reddit.com/r/homelab/comments/bgx03j/solved_dell_r720xd_fan_speed_issues_no_script/

https://www.reddit.com/r/homelab/comments/79lyo5/r710_and_probably_other_11th_gen_dell_servers_fan/

https://www.reddit.com/r/homelab/comments/7xqb11/dell_fan_noise_control_silence_your_poweredge/

https://www.reddit.com/r/homelab/comments/axl46e/dell_r720xd_fan_speeds/

https://www.brentozar.com/archive/2010/01/how-to-make-a-dell-poweredge-quieter/

https://github.com/brezlord/iDRAC7_fan_control

1 thought on “Dell gen11/12 leiser einstellen”

  1. Dell R230
    https://www.dell.com/community/PowerEdge-Hardware-General/Dell-PowerEdge-T130-Fan-issue/td-p/4774859

    Enable:

    Launch the shell and run the following commands.

    ipmitool.exe -I lanplus -U root -P calvin -H raw 0x30 0x30 0x01 0x00

    ipmitool.exe -I lanplus -U root -P calvin -H raw 0x30 0x30 0x02 0xff 0x46

    to revert to the default fan response:

    run, raw 0x30 0xce 0x00 0x16 0x05 0x00 0x00 0x00 0x05 0x00 0x00 0x00 0x00 . And to check the status run, raw 0x30 0xce 0x01 0x16 0x05 0x00 0x00 0x00 command. The response to the fan status should either be 16 05 00 00 00 05 00 01 00 00 when default behavior is Disabled or 16 05 00 00 00 05 00 00 00 00 when Enabled

    Reply

Leave a Comment