# by cateye @ 2008.10.24 tested on hp proliant ml 370 g3 ubuntu 8.04 LTS howto HP ProLiant Value Add Software i386 step1 http://ftp.hu.debian.org/debian/pool/main/g/gcc-2.95/libstdc++2.10-glibc2.2_2.95.4-27_i386.deb download and install this eg: dpkg -i libstdc++2.10-glibc2.2_2.95.4-27_i386.deb step2 install: files: http://users.ipnet.hu/cateye/hp/ aptitude install snmpd dpkg -i hpasm /etc/init.d/hpasm configure dpkg -i hpsmh perl /usr/local/hp/hpSMHSetup.pl aptitude install ethtool dpkg -i cmanic dpkg -i cpqacuxe dpkg -i hpadu ///////////////////////////////// hprsm bug i dunno how to fix it Please read the License Agreement for this software at /opt/compaq/hprsm/hprsm.license By not removing this package, you are accepting the terms of the "License for HP Value Added Software". Building custom cpqci driver Failed to rebuild for custom kernel. touch: cannot touch `/var/lock/subsys/cpqci': No such file or directory No Insight Management devices available (missing or disabled) on this system. Please remove the hprsm package at your earliest convenience (rpm -e hprsm). ============================================================================== -e NOTE: New cma.conf entries were added to the top of /opt/compaq/cma.conf ============================================================================== Starting HP Lights-Out Drivers and Agents (hprsm): cpqriisd cmasm2d cmarackd cpqriisd requires cpqci. Starting RIB agent (cmasm2d): [ SUCCESS ] Starting Rack agent (cmarackd): [ SUCCESS ] exit: 327: Illegal number: -1 The hprsm RPM installation failed! Installation failure may be due to incomplete or missing build environment or to absent hardware (RILOE/RILOE II, iLo/iLo 2). Please refer to the installation notes or to the Linux Management HowTo available from http://www.hp.com/linux. dpkg: hibás feldolgozás: hprsm (--install): ////////////////////////////// fixing cpq and adu errors ////////////////// cpq error [root@localhost ~]# cpqacuxe -R ps: error while loading shared libraries: libdl.so.2: cannot open shared object file: No such file or directory grep: error while loading shared libraries: libc.so.6: cannot open shared object file: No such file or directory Can not run because of HP System Management Homepage is not started or uninstalled. Please try to use /etc/init.d/hpsmhd start to start it. //////////////// cpq: pico /usr/sbin/cpqacuxe add this: # # need to see if this is a Debian Etch (2.6) box DEBREL="/etc/debian_version" if [ -z "$VER" ] && [ -f "$DEBREL" ] then VER=`grep lenny/sid $DEBREL` fi /////////////// adu error [root@localhost ~]# hpadu /opt/hp/hpadu/bld/.adubin: error while loading shared libraries: libdl.so.2: cannot open shared object file: No such file or directory ////////////// adu: pico /usr/sbin/hpadu add this: # # need to see if this is a Debian Etch (2.6) box DEBREL="/etc/debian_version" if [ -z "$VER" ] && [ -f "$DEBREL" ] then VER=`grep lenny/sid $DEBREL` fi step3 start on boot update-rc.d hpasm start 30 2 3 4 5 . stop 19 0 1 6 . update-rc.d cmanic start 30 2 3 4 5 . stop 19 0 1 6 . step4 fix autostart problem on hpasm error message: exec: 1: 10: not found fix: pico /opt/compaq/hpasm/etc/hpasm change #!/bin/sh to #!/bin/bash step5 ufw (optional) ufw add 2301 ufw add 2381