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

How To Disable The Third-Party PCIe Card Default Cooling Response On PowerEdge 13G Servers.

Summary: How To Disable Third-Party PCIe Card Default Cooling Response on PowerEdge

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

The default automatic cooling response on PowerEdge 13G server for third-party PCIe cards provisions airflow based on common industry card requirements. Our thermal algorithm targets delivery of maximum 55C inlet air to the PCIe card region based on that industry standard. 

For some cards may not need additional cooling above the baseline (such as ones that have their own fan), Dell has enabled an OEM IPMI based command to disable this default fan response to the new PCIe card.

Note that the ability to disable this feature only removes the fan response associated to the addition of third-party PCIe card and does not compromise original thermal algorithm based cooling needs. If the fan speeds were already high due to other system needs, then disabling this feature may not have an effect.

Cause

The default automatic cooling response on PowerEdge 13G server for third-party PCIe cards provisions airflow based on common industry card requirements. Our thermal algorithm targets delivery of maximum 55C inlet air to the PCIe card region based on that industry standard.

Resolution

ENABLE/DISABLE Third-Party PCIe card based default system fan response: 
  1. Download and install OpenManage BMC Utility.
  2. Enable the "IPMI over LAN" in iDRAC of the target machine, this can ben done via iDRAC Web GUI or BIOS Setup.
  3. Go to the installation folder of OpenManage BMC Utility, run the following commands:
Set Third-Party PCIe Card Default Cooling Response Logic To Disabled
ipmitool -I lanplus -H <IPADDRESS> -U <USERNAME> -P <PASSWORD> raw 0x30 0xce 0x00 0x16 0x05 0x00 0x00 0x00 0x05 0x00 0x01 0x00 0x00 

Set Third-Party PCIe Card Default Cooling Response Logic To Enabled
ipmitool -I lanplus -H <IPADDRESS> -U <USERNAME> -P <PASSWORD> raw 0x30 0xce 0x00 0x16 0x05 0x00 0x00 0x00 0x05 0x00 0x00 0x00 0x00 

Get Third-Party PCIe Card Default Cooling Response Logic Status
ipmitool -I lanplus -H <IPADDRESS> -U <USERNAME> -P <PASSWORD> raw 0x30 0xce 0x01 0x16 0x05 0x00 0x00 0x00 

The response data is:
16 05 00 00 00 05 00 01 00 00 (Disabled)
16 05 00 00 00 05 00 00 00 00 (Enabled)

Article Properties


Affected Product

PowerEdge

Last Published Date

04 Oct 2023

Version

4

Article Type

Solution