Skip to content

bash scripts for manually controlling fan speed on Dell PowerEdge Servers

License

Notifications You must be signed in to change notification settings

charlesc90/Dell-PowerEdge-ipmitool

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

29 Commits
 
 
 
 
 
 
 
 

Repository files navigation

Dell-PowerEdge-ipmitool

These scripts create a systemd unit and a script to make a Dell PowerEdge's fans always run at 20%

This script requires the package ipmitool

To install ipmitool on your PowerEdge, use your package manager.

for example:

[fedora]
sudo dnf install ipmitool

[opensuse]
sudo zypper install ipmitool

[debian-based distros]
sudo apt install ipmitool

Open a text editor such as vim or nano and paste fans20exec.sh then save - it puts the script to power the fans at 20% in the directory that systemd looks for unit files. Then

chmod +x fans20exec.sh
sudo ./fans20exec.sh

Open a text editor such as vim or nano and paste fans20service.sh then save - it puts the systemd unit file in the proper place.

chmod +x fans20service.sh
sudo ./fans20service.sh

About

bash scripts for manually controlling fan speed on Dell PowerEdge Servers

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages