This post is more than 5 years old
1 Rookie
•
13 Posts
0
8285
November 3rd, 2017 09:00
Fan speed on T430 at 2760 RPM constantly, irrespective of load
Hi,
I am using a PE T430 at no load, and the fan is running at 2760 rpm, as per the SDR information (as per IPMI ipmitool). If I do some number crunching the cpu usage goes up significantly, but the fan speed stays the same.
Is there a way to make fan speed variable, such that it goes super low when idle, and only ramps up as needed? I have played around with Thermal in in the lifecycle controller but can't get that to make any difference.
I am running Ubuntu 17.10.
Thanks,
Viv
No Events found!


davidka1
1 Rookie
•
13 Posts
1
November 6th, 2017 11:00
Worked it out - it is to do with the ThirdPartyPCIFanResponse setting within the iDRAC. I am using an "unsupported" PCIe GPU, so the ThirdPartyPCIFanResponse flag was set to Enabled, which results in a minimum of 2760 RPM on the system fan.
I checked it as follows:
$ sudo /opt/dell/srvadmin/bin/idracadm7 get System.ThermalSettings
[Key=System.Embedded.1#ThermalSettings.1]
#FanSpeedHighOffsetVal=55
#FanSpeedLowOffsetVal=20
#FanSpeedMaxOffsetVal=100
#FanSpeedMediumOffsetVal=35
FanSpeedOffset=Off
#MFSMaximumLimit=100
#MFSMinimumLimit=11
MinimumFanSpeed=255
ThermalProfile=Default Thermal Profile Settings
ThirdPartyPCIFanResponse=Enabled
I then disabled that setting as follows:
$ sudo /opt/dell/srvadmin/bin/idracadm7 set System.ThermalSettings.ThirdPartyPCIFanResponse Disabled
[Key=System.Embedded.1#ThermalSettings.1]
Object value modified successfully
And my fan speed instantly dropped to 1440 RPM
$ sudo ipmitool sdr elist | grep -i rpm
Fan1 | 30h | ok | 7.1 | 1440 RPM
I can hear myself think now!!!
-----
Note - you need Dell OpenManage installed to be able to run these commands; instructions here - http://linux.dell.com/repo/community/ubuntu/
DELL-Josh Cr
Community Manager
•
9.7K Posts
•
43.4K Points
0
November 3rd, 2017 11:00
Hi,
There is not a way to change that. It does take thermal into account and you can add additional fan offset in the iDRAC but not less than the default.
davidka1
1 Rookie
•
13 Posts
0
November 3rd, 2017 12:00
Thanks Josh.
The additional offset is to increase the flow by xx% for additional cooling, right? Not to reduce the fan RPM?
I recently had the motherboard replaced due to a failed DRAC, I didn't have this problem previously, any suggestions?
Thanks,
Viv
DELL-Josh Cr
Community Manager
•
9.7K Posts
•
43.4K Points
0
November 3rd, 2017 13:00
Is the iDRAC and bios up to date?
davidka1
1 Rookie
•
13 Posts
0
November 3rd, 2017 14:00
Yep, BIOS at 2.5.4, iDRAC at 2.50.50, and I have updated all devices - NICs, PERC, etc. via the LifeCycle controller web update from ftp.dell.com
Thanks,
Viv
DELL-Josh Cr
Community Manager
•
9.7K Posts
•
43.4K Points
0
November 3rd, 2017 16:00
Are there any errors, are all of the fans working properly and is the cover on securely?
davidka1
1 Rookie
•
13 Posts
0
November 4th, 2017 04:00
No errors in SEL, shroud and cover are on correctly, no errors via the front panel scrolling indicator or via the iDRAC interface.