Skip to main content
  • Place orders quickly and easily
  • View orders and track your shipping status
  • Create and access a list of your products
  • Manage your Dell EMC sites, products, and product-level contacts using Company Administration.

DRAC - How to set FAN Speed Offset Values in iDRAC7 Without Reboot

Summary: How to set the fan speed on Dell PowerEdge servers without restarting the system by using IPMI commands.

This article may have been automatically translated. If you have any feedback regarding its quality, please let us know using the form at the bottom of this page.

Article Content


Symptoms

This article provides information on how to set FAN Speed Offset values in iDRAC7 without reboot.


Question:


12th Generation PowerEdge  servers provide support to set FAN speed offset values to provide higher or lower airflow based on hardware configurations.

Currently this is possible by setting values in DRAC configuration utility accessed during POST.   Modifying these setting is not possible through RACADM or GUI at this moment.

Workaround can be used to set these values remotely.
 
 


Answer


FAN speed Offset settings could be modified using ipmitool command.   This will be supported feature in next racadm release for iDRAC7. 
 
Install Dell BMC tools on a management station and ensure IPMI over LAN is enabled in iDRAC Network Configuration. (Click here for Dell BMC Utility download.)

To set value to Low FAN speed offset run command:
 
   ipmitool -I lanplus -H ipaddress of idrac -U username -P password raw 0x30 0xCE 0x00 0x09 0x07 0x00 0x00 0x00 0x07 0x00 0x02 0x02 0x02 0x00 0x00

 
To set value to high FAN speed offset run command:

   ipmitool -I lanplus -H ipaddress of idrac -U username -P password raw 0x30 0xCE 0x00 0x09 0x07 0x00 0x00 0x00 0x07 0x00 0x02 0x02 0x02 0x01 0x00


FAN speed would change immediately after running the command successfully.  
 


Cause

Not Applicable

Resolution

Not Applicable

Article Properties


Affected Product

Servers

Last Published Date

27 Mar 2024

Version

5

Article Type

Solution