Skip to content

Latest commit

 

History

History
22 lines (13 loc) · 610 Bytes

File metadata and controls

22 lines (13 loc) · 610 Bytes

impifan

Use IPMI to monitor and control the fans on a Dell R7910 server through the iDRAC using raw commands

First, disable Third-Party PCIe card based default system fan response: ssh to iDRAC interface as root with iDRAC password. To check current status:

racadm get system.thermalsettings.ThirdPartyPCIFanResponse

To Disable response:

racadm set system.thermalsettings.ThirdPartyPCIFanResponse 0

To Enable response:

racadm set system.thermalsettings.ThirdPartyPCIFanResponse 1

GIT clone to /opt/instinctual/ mv ipmifan.service to /etc/systemd/system/ systemctl enable ipmifan.service