Release Notes

PCIe cooling strategy in PowerEdge servers
11 PCIe Card Cooling with Dell EMC PowerEdge Servers
CurrentValue = Automatic
DefaultValue = Automatic
Dependency = <Dep><AttrLev Op="OR"><ROIf Op="NOT"
Name="PCIeSlotLFM.n#3rdPartyCard">Yes</ROIf></AttrLev></Dep>
DisplayOrder = 7
FQDD = System.Embedded.1
GroupDisplayName = PCIeSlotLFM
GroupID = pcieslotlfm.1
InstanceID = System.Embedded.1#pcieslotlfm.1#lfmmode
IsReadOnly = false
PendingValue = null
PossibleValues = Automatic, Disabled, Custom
To set a custom third-party PCI response:
Note: This feature may be tied to an iDRAC license upgrade.
1) Enable the custom LFM mode:
winrm i SetAttribute
cimv2/root/dcim/DCIM_SystemManagementService?SystemCreationClassName=DCIM_Comput
erSystem+SystemName=srv:system+CreationClassName=DCIM_SystemManagementService+Na
me=DCIM:SystemManagementService -u:<username> -p:<password> -
r:https://<idrac_ip>/wsman -SkipCNcheck -SkipCAcheck -encoding:utf-8 -a:basic
@{Target="System.Embedded.1";AttributeName="PCIeSlotLFM.1#LFMMode";AttributeValu
e="Custom"}
winrm i CreateTargetedConfigJob
cimv2/root/dcim/DCIM_SystemManagementService?SystemCreationClassName=DCIM_Comput
erSystem+SystemName=srv:system+CreationClassName=DCIM_SystemManagementService+Na
me=DCIM:SystemManagementService -u:<username> -p:<password -
r:https://<idrac_ip>/wsman -SkipCNcheck -SkipCAcheck -encoding:utf-8 -a:basic
@{Target="System.Embedded.1";ScheduledStartTime="TIME_NOW"}
2) Set the desired LFM. The allowable range is 0-MaxLFM. LFMMode must be set to Custom before
configuring the CustomLFM.
winrm i SetAttribute
cimv2/root/dcim/DCIM_SystemManagementService?SystemCreationClassName=DCIM_Comput
erSystem+SystemName=srv:system+CreationClassName=DCIM_SystemManagementService+Na
me=DCIM:SystemManagementService -u:<username> -p:<password> -
r:https://<idrac_ip>/wsman -SkipCNcheck -SkipCAcheck -encoding:utf-8 -a:basic
@{Target="System.Embedded.1";AttributeName="PCIeSlotLFM.1#CustomLFM";AttributeVa
lue="50"}
winrm i CreateTargetedConfigJob
cimv2/root/dcim/DCIM_SystemManagementService?SystemCreationClassName=DCIM_Comput
erSystem+SystemName=srv:system+CreationClassName=DCIM_SystemManagementService+Na
me=DCIM:SystemManagementService -u:<username> -p:<password -
r:https://<idrac_ip>/wsman -SkipCNcheck -SkipCAcheck -encoding:utf-8 -a:basic
@{Target="System.Embedded.1";ScheduledStartTime="TIME_NOW"}