From b086af6e75d4edc02c4f062867bfeb6529d5dcd0 Mon Sep 17 00:00:00 2001 From: jmott85 <51213510+jmott85@users.noreply.github.com> Date: Mon, 5 Apr 2021 22:18:30 -0500 Subject: [PATCH] Update H310.md Removed instructions for updating ThirdPartyPCIFanResponse. This has been moved to perc.md --- docs/H310.md | 16 ---------------- 1 file changed, 16 deletions(-) diff --git a/docs/H310.md b/docs/H310.md index 459d896..e3ef975 100644 --- a/docs/H310.md +++ b/docs/H310.md @@ -73,22 +73,6 @@ flashboot /root/Bootloaders/x64sas2.rom ``` You can now ditch the live images and boot back into your normal system. -## Optional: (Dell) Modify RACADM - ->Warning: Use this at your own risk. Modifying thermal settings can cause unforeseen circumstances. If you are running your server in a warm environment, it is probably best to leave this alone. - -The LSI firmware is not supported by Dell. This means the iDRAC will no longer keep track of the drive temperatures. This will cause the iDRAC to throw error PCI3018 in the Lifecycle Log and set the fans to a static speed of about 30%. It uses this static fan speed as a failsafe to prevent any disks from possibly overheating. - -To correct this, you can disable the "ThirdPartyPCIFanResponse" feature by using RACADM. The easiest way to do this is to connect to the iDRAC using an SSH client. Once connected, run this command: -``` -racadm set system.thermalsettings.ThirdPartyPCIFanResponse 0 -``` -If you need to revert, run this command instead: -``` -racadm set system.thermalsettings.ThirdPartyPCIFanResponse 1 -``` ->Note: This information was collected from the Dell iDRAC9 User's Guide which can be referenced here: https://dl.dell.com/topicspdf/idrac9-lifecycle-controller-v33-series_users-guide6_en-us.pdf . The relevant information can be found near the bottom of page 57. - ## Optional: Reverting If for some reason you need to revert back to the stock Dell PERC firmware, that's easy. Boot into the FreeDOS live image, and run the following command: ```