Release Notes
PCIe cooling strategy in PowerEdge servers
12 PCIe Card Cooling with Dell EMC PowerEdge Servers
To disable the third-party PCI response:
winrm i SetAttribute
cimv2/root/dcim/DCIM_SystemManagementService?SystemCreationClassName=DCIM_ComputerS
ystem+SystemName=srv:system+CreationClassName=DCIM_SystemManagementService+Name=DCI
M: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";AttributeValue="
Disabled"}
winrm i CreateTargetedConfigJob
cimv2/root/dcim/DCIM_SystemManagementService?SystemCreationClassName=DCIM_ComputerS
ystem+SystemName=srv:system+CreationClassName=DCIM_SystemManagementService+Name=DCI
M:SystemManagementService -u:<username> -p:<password -r:https://<idrac_ip>/wsman -
SkipCNcheck -SkipCAcheck -encoding:utf-8 -a:basic
@{Target="System.Embedded.1";ScheduledStartTime="TIME_NOW"}
To enable the automatic response if customized or disabled by above commands:
winrm i SetAttribute
cimv2/root/dcim/DCIM_SystemManagementService?SystemCreationClassName=DCIM_Com
puterSystem+SystemName=srv:system+CreationClassName=DCIM_SystemManagementServ
ice+Name=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";AttributeV
alue="Automatic"}
winrm i CreateTargetedConfigJob
cimv2/root/dcim/DCIM_SystemManagementService?SystemCreationClassName=DCIM_ComputerS
ystem+SystemName=srv:system+CreationClassName=DCIM_SystemManagementService+Name=DCI
M:SystemManagementService -u:<username> -p:<password -r:https://<idrac_ip>/wsman -
SkipCNcheck -SkipCAcheck -encoding:utf-8 -a:basic
@{Target="System.Embedded.1";ScheduledStartTime="TIME_NOW"}