Skip to content

Script for silencing the fans of HPe ProLiant DL380p Gen 8 servers

Notifications You must be signed in to change notification settings

LoBrol/Silence-HP-DL380p-G8

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 

Repository files navigation

Silence-HP-DL380p-G8

Simple script for silencing, the server, lowering the fan speed.

After downloading the script, remeber to change the variables at the top of the script.

Custom iLO 4 is required, check: https://github.com/kendallgoto/ilo4_unlock

Packets required for communication with iLO 4:

sudo apt install -y ssh
sudo apt install -y sshpass

To manually connect with iLO use:

ssh -oHostKeyAlgorithms=ssh-rsa -oKexAlgorithms=+diffie-hellman-group14-sha1 USER@iLO_IP

To manually stress the server use:

sudo apt install -y stress
time stress --cpu $(nproc)                              # Only CPU
time stress --cpu $(nproc) --vm 4 --vm-bytes 8G         # CPU + 32GB of RAM with 4 threads (8GB each)
time stress --cpu $(nproc) --vm 4 --vm-bytes 8G --io 4  # CPU + RAM + Storage with 4 threads

To manually log system temperatures use:

sudo apt install -y lm-sensors
sensors > temp.log

About

Script for silencing the fans of HPe ProLiant DL380p Gen 8 servers

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages