This description workes fine for me, but
it might not work for you.
So be warned, and use at your own risc! |
You have an HP-Proliant-Server and have installed Debian (woody, bf24) on that Server? No Support from HP/Compaq for Debian - although they claim that "many HP employees are members of the Debian development community"?
Well - this page will help you install the Compaq Health driver on Debian. So you can read the HW-Logs, your FAN's noise will be reduced and most important you can turn on/off the impressing blue-light-button on the server.
This Instructions would have not been possible without the Support from AKH-Linz (General Hospital Linz/Austria) and it's IT Department (especially Mr. Andreas Stiglbauer). It's their equipment I tried the scripts and the drivers on.
So - let's rock:
# mkdir /tmp/workdir # cd /tmp/workdir
http://h18000.www1.hp.com/support/files/server/us/index.html
# alien -t hpasm-6.40.0-16.RedHat-AS-2.1.i386.rpm(assuming the Version is 6.40.0-16)
# tar zxvf hpasm-6.40.0.tgz ./opt/compaq/cpqhealth
# cd opt/compaq/cpqhealth # make -f cpqhealth.mk
#! /bin/sh mkdir -p /lib/modules/$(uname -r)/misc/cpq cp cpqevt/cpqevt.o -p /lib/modules/$(uname -r)/misc/cpq cp cpqasm/cpqasm.o -p /lib/modules/$(uname -r)/misc/cpq depmod -av modprobe cpqevt modprobe cpqasm ./cpqasm/cpqasm_mknod.sh cp -rp cpqevt/cevtd /usr/sbin cp -rp cpqasm/casmd /usr/sbin cp -rp hplog /usr/sbin cp -rp hpuid /usr/sbin
#!/bin/sh # # kianusch@sk-tech.net # Tue Aug 12 14:22:06 CEST 2003 # case "$1" in start) /usr/sbin/cevtd /usr/sbin/casmd ;; stop ) /usr/sbin/casmd -t /usr/sbin/cevtd -t ;; installme ) chmod 755 $0 update-rc.d cpqhealth start 27 S . stop 81 1 . ;; esac exit 0
# cat - < _EOT_ >> /etc/modules cpqevt cpqasm _EOT_
# /etc/init.d/cpqhealth installme # /etc/init.d/cpqhealth start
This Page is hosted at SK-TECH.net | Kianusch Sayah Karadji EMail: kianusch@sk-tech.net |