Den `HP System Health Application and Insight Management Agent’ unter Debian installieren…
notwendige deb’s installieren
apt-get install alien snmpd fakeroot
hpasm 7.3.0 downloaden
wget ftp://ftp.compaq.com/pub/products/servers/supportsoftware/linux/hpasm-7.3.0c-67.ul10.i386.rpm
hpasm730patch downloaden
Den notwendigen Patch findet man im Attachement im ersten Post - man muss angemeldet sein damit man Attachements downloaden kann.
rpm Packet mittels alien konvertieren und entpacken
alien -t -c hpasm-7.3.0c-67.ul10.i386.rpm
mkdir hpasm-7.3.0c
cd hpasm-7.3.0c
tar xvfz ../hpasm-7.3.0c.tgz
patchen und .deb erstellen
cat ../hpasm_7.3.0c-1.diff.txt | patch -p1
chmod u+x debian/rules
dpkg-buildpackage -us -uc -rfakeroot 2>&1 | tee ../build.log
installieren
dpkg -i ../hpasm_7.3.0c-1_i386.deb
konfigurieren
/etc/init.d/hpasm configure
aktivieren
hpasm activate
rekonfigurieren
/etc/init.d/hpasm reconfigure
Enthaltene Tools
- hpasmcli
- hpimlview
- hplog
- hpuid
Links
Hinweis: dieser Artikel ist ursprünglich im “InterTech Wiki” (www.intertech.at) erschienen.