That-Guy-Jack / HP-ILO-Fan-Control

Uses a Custom ROM for The Hp ILO adapter
https://thatguyjack.co.uk/custom-hp-ilo-rom-and-fan-speed-script/
105 stars 38 forks source link

Working Server - ProLiant DL160 Gen9 #29

Open ChriSysAdmin opened 3 months ago

ChriSysAdmin commented 3 months ago

I got this working nicely on a ProLiant DL160 Gen9 running Promxox.

System ROM | U20 v3.30 (09/21/2023) iLO Firmware Version | 2.73 Feb 11 2020

I did have to run this separately to get the right software installed, being a Gen 9:

apt-get install pciutils wmtemp lm-sensors
wget http://downloads.linux.hpe.com/SDR/repo/mcp/debian/pool/non-free/hp-ams_2.8.3-3056.1ubuntu16_amd64.deb
wget http://downloads.linux.hpe.com/SDR/repo/mcp/debian/pool/non-free/hp-health_10.80-1874.10_amd64.deb
wget http://downloads.linux.hpe.com/SDR/repo/mcp/debian/pool/non-free/hp-snmp-agents_10.60-2953.16_amd64.deb
dpkg --install hp-ams_2.8.3-3056.1ubuntu16_amd64.deb
dpkg --force-all --install hp-health_10.80-1874.10_amd64.deb
dpkg --install hp-snmp-agents_10.60-2953.16_amd64.deb