Last active
April 12, 2016 21:58
-
-
Save qRoC/d78a3270ba8184100fdb0f247f3e4fc1 to your computer and use it in GitHub Desktop.
DL380 G4 DEBIAN Jessie
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
vim /etc/apt/sources.list | |
> deb http://httpredir.debian.org/debian/ jessie main contrib non-free | |
apt-get update | |
apt-get install lib32stdc++6 binutils firmware-linux-nonfree | |
wget http://debian.sevstar.net/hp/pool/non-free/hp-health_8.7.0.1.2-5_amd64.deb | |
dpkg -i hp-health_8.7.0.1.2-5_amd64.deb | |
wget http://debian.sevstar.net/hp/pool/non-free/cpqacuxe_8.70-9.0.7-8_amd64.deb | |
dpkg -i cpqacuxe_8.70-9.0.7-8_amd64.deb | |
wget http://debian.sevstar.net/hp/pool/non-free/hp-snmp-agents_8.7.0.1.7-9_amd64.deb | |
mkdir tmp | |
dpkg-deb -R hp-snmp-agents_8.7.0.1.7-9_amd64.deb tmp | |
vim tmp/DEBIAN/control | |
Depends: …. | |
Replace "libsnmp15 (>= 5.4.1~dfsg)" | |
To: "libsnmp30|libsnmp-base" | |
dpkg-deb -b tmp hp-snmp-agents_8.7.0.1.7-9_amd64_fixed.deb | |
dpkg -i hp-snmp-agents_8.7.0.1.7-9_amd64_fixed.deb | |
wget http://debian.sevstar.net/hp/pool/non-free/hpsmh_7.3.2-1.5-2._amd64.deb | |
dpkg -i --force-overwrite hpsmh_7.3.2-1.5-2._amd64.deb | |
wget http://debian.sevstar.net/hp/pool/non-free/hp-smh-templates_8.7.0.1.4-4_all.deb | |
dpkg -i --force-overwrite hp-smh-templates_8.7.0.1.4-4_all.deb | |
wget http://debian.sevstar.net/hp/pool/non-free/hpacucli_9.40.1-1._amd64.deb | |
dpkg -i hpacucli_9.40.1-1._amd64.deb | |
apt-get -f install | |
$ hpasmcli | |
> show fans |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment