Found some info about this on the net, but everyone seemed to using alien to convert RPMs for Red Hat to Ubuntu (or Debian). I found Debian packages at HP's website and this is how i lowered my fans in the server.
- Go to hp.com and select Debian 4.0 (Etch) - HP ProLiant Value Add Software i386 .
- Fill in the form and select hpasm-7.8.0-100.etch26.i386.deb in Software Specification .
- Download the file to the server.
- hpasm needs snmpd and libstdc++2.10-glibc2.2 installed:
$ sudo apt-get install snmpd libstdc++2.10-glibc2.2 - Install hpasm:
$ sudo dpkg -i hpasm-7.8.0-100.etch26.i386.deb - Of some reason Ubuntu uses the shell DASH instead of BASH. That created the following error message: /opt/compaq/hpasm/etc/foundation.functions: 502: Syntax error: Bad substitution . Solution for this is to change the symbolic link /bin/sh to /bin/bash:
$ sudo rm /bin/sh
$ sudo ln -s /bin/bash /bin/sh - Start hpasm :
$ sudo /opt/compaq/hpasm/etc/hpasm start
2 kommentarer:
Hi, thank for you help!
But you don't need to remove and create /usr/bin/sh by hand, you can install galternatives and select bash as default shell.
Thanks! Works great on ubuntu server 11.04 on a HP Proliant 370 ML G3 :)
Skicka en kommentar