The Fans Go Wild: How To Lower Fan Speed After Installing a Third-Part – TechMikeNY

OUR TECHS ARE AVAILABLE MONDAY - FRIDAY 9:00 AM TO 5:00 PM EST

RECENT ARTICLES

Timelapse ASMR: Watch Us (Re)Build Servers...

Wed, Feb 28, 24

  As you might have guessed, configuring enterprise-grade servers takes some serious...

GPU Compatibility: What to Consider

Tue, Feb 06, 24

From rendering complex graphics to training neural networks, the specialized parallel processing...

All About RAID Batteries – Preventing Data...

Wed, Jan 17, 24

  Ever sat around and wondered about your RAID controller’s battery? Can’t...

WATCH: Installing a Rear Flex Bay in an R7...

Wed, Dec 20, 23

This tutorial will show you, step-by-step, how to install a rear flex...

VIEW ALL

The Fans Go Wild: How To Lower Fan Speed After Installing a Third-Party Card


“I installed a non-DELL PCI card into my R730. Now, the fans are running super loudly at full speed and I can’t seem to make them slow down. How do I make it stop?"

If you install a non-Dell PCI card into a Dell server, you may notice the fans immediately ramp up to full speed (and with that, full volume). Fortunately, with a little tweaking, there are some ways to get the fans back under control.

Why Do the Fans Speed Up?


Dell servers have temperature sensors that monitor system heat. When you install a PCI card, it changes the airflow inside the server. If the new PCI card gets hot, it could reduce cooling to other components.


To prevent overheating, Dell servers automatically increase fan speeds if they detect a non-Dell PCI card. This quickly ramps up airflow to compensate for the unknown card. Dell's rationale is that non-Dell cards haven't been validated, so the servers assume they need extra cooling.

Solutions for 12th and 13th Generation Dell Servers


For 12th generation and 13th generation Dell servers, you have two main options to tell your fans to ~cool it~ and bring their speed back down to normal:

Use the OEM IPMI Command


Dell has provided an IPMI command that disables the automatic fan response to third-party PCI cards. 

To use this command:

  1. Enable IPMI over LAN
    1. In the iDRAC interface, go to the remote access configuration/iDRAC setup screen.
    2. Enable "IPMI over LAN" and set the required IP and credentials.
  2. Get IPMI Tools
    1. Linux users can install ipmitool through their package manager.
    2. Windows users need to download the Dell OpenManage BMC Utility and install it.
    3. Open a command prompt and navigate to the BMC utility install directory, usually C:\Program Files (x86)\Dell\SysMgt\bmc\.
  3. Run the IPMI Command
    1. Run ipmitool.exe by itself to verify that it works.


Then, you’re ready to go.
(Note: Substitute in your own iDRAC IP, username, and password in the commands below.)


Run the following command to disable the automatic fan response:

ipmitool -I lanplus -H <iDRAC IP> -U <user> -P <password> raw 0x30 0xce 0x00 0x16 0x05 0x00 0x00 0x00 0x05 0x00 0x01 0x00 0x00

If you want to re-enable the automatic fan response, you can run a similar command but with "0x00 0x00 0x00" at the end (instead of "0x01 0x00 0x00").



To check the current status of the automatic cooling response, run:

 ipmitool -I lanplus -H <iDRAC IP> -U <user> -P <password> raw 0x30 0xce 0x01 0x16 0x05 0x00 0x00 0x00

If disabled, the response will be: 16 05 00 00 00 05 00 01 00 00

If enabled, the response will be: 16 05 00 00 00 05 00 00 00 00

 

Manually Control Fan Speed


You can also manually set a specific fan speed percentage. Enabling manual control and setting a fan speed override will bypass the automatic fan response.


To do this:

1. Enable manual control:

Using the following command, you can enable manual control of the fan speed.
ipmitool raw 0x30 0x30 0x01 0x00

2. Set a manual fan speed percentage in hex:
ipmitool raw 0x30 0x30 0x02 0xff 0x2D

In this case, 0x2D is equivalent to 45% fan speed. Adjust the hex value to your desired percentage.

Keep in mind that after making these fan adjustments, you’ll want to keep an eye on system temperatures to make sure adequate cooling is still occurring.

( Note: In the event that you absolutely need to disable manual control, here’s the command to run. Doing so, however, will return your fans to running at whatever speed Dell deems necessary.     
ipmitool raw 0x30 0x30 0x01 0x01 )

 

14th Generation Dell Servers


For 14th generation PowerEdge servers, you may be out of luck, as neither of the above solutions currently work. The IPMI command was phased out in more recent iDRAC updates, and manual fan control does not override the automatic response.

To use non-Dell PCI cards in 14th generation Dell servers, you will unfortunately either need to tolerate the high fan noise… or replace the cards with Dell versions.

Summary


12th and 13th generation Dell servers give you options to control fan speed after installing non-Dell PCI cards. For 14th gen servers, there don’t seem to be any viable solutions. (Unless you’ve found a workaround, that is…  in which case, we’d love to hear about it in the comments below!)  

Having trouble telling your fans to cool it, got some tips for 3rd party cards, or just need some help? Drop a line down below or email us at info@techmikeny.com.

 2 comments

  • Thanks for your comment, Steve. Haven’t tested any of those out before, but the more solutions the merrier — would you mind sharing the scripts you found?

    TechMike
  • There are also scripts available for this that can run all these commands and set fan speeds based on an available temperature reading and be run via a cron command at minute, five minute, etc intervals.

    Steve

Leave a comment

Name . . Message .

Please note, comments must be approved before they are published