Dell R740XD Lower Fan Speeds

Created by Jonathan Joles, Modified on Tue, Oct 24, 2023 at 1:19 AM by Jonathan Joles

Want to quiet those fans on a R740XD?


Make sure to use iDrac firmware 3.30.30.30



// Enables Manual Fan Control

ipmitool -I lanplus -H $IP -U root -P $iDracPass raw 0x30 0x30 0x01 0x00


// Sets all fans to 10% change the last 2 #s to anything you like.  0x05 for 5% etc.

ipmitool -I lanplus -H $IP -U root -P $iDracPass raw 0x30 0x30 0x02 0xff 0x10



// Command to show Sysinfo/ FAN speeds.

ipmitool -I lanplus -H $IP -U root -P $iDracPass sdr list full

Was this article helpful?

That’s Great!

Thank you for your feedback

Sorry! We couldn't be helpful

Thank you for your feedback

Let us know how can we improve this article!

Select at least one of the reasons
CAPTCHA verification is required.

Feedback sent

We appreciate your effort and will try to fix the article