最終更新:2009-06-01 (月) 23:40:26 (5441d)  

ProLiant Support Pack
Top / ProLiant Support Pack

中身

  • System Management Homepage?

インストール

Linux Deployment Utility というのを使って入れる。

事前設定

CentOSに導入する場合、インストーラはディストリビューションのチェックを行なうため、Red Hat Enterprise Linuxに見せかける必要がある。

cd /etc
cp redhat-release redhat-release.old
echo "Red Hat Enterprise Linux ES release 5" > redhat-release

yum install net-snmp

http://extstrg.asabiya.net/pukiwiki/index.php?ProLiant Support Pack(PSP) インストール手順(CentOS5)

メモ

[root@localhost HPSMST815]# cd compaq/csp/linux/
[root@localhost linux]# ./install815.sh 
bash: ./install815.sh: /bin/bash: bad interpreter: 許可がありません

と出るとき

RHEL5 mounts all CDs without execution permission to enhance security. To resolve this issue, just umount the CD and remount it. Then try executing the install???.sh file and everything should work.

umount /dev/scd0
mount /dev/scd0 /media/cdrom

http://bizsupport1.austin.hp.com/bizsupport/TechSupport/Document.jsp?lang=en&cc=us&taskId=110&prodSeriesId=3716246&prodTypeId=18964&objectID=c01729873

メモ2

  • PSP 8.15はCentOS 5.3に非対応。入れるとhp-iloがコンクリフトしてカーネルパニックを起こす。 直すときはシングルユーザーモードでログインして、
rpm -e hp-ilo

http://h20000.www2.hp.com/bizsupport/TechSupport/Document.jsp?locale=en_US&objectID=c01658652

メモ3

  • VMwareがインストールされていると、/etc/init.d/hp-healthが起動時にこける。
/etc/init.d/hp-health

のis_OS_VMware4xを

is_OS_VMware4x() {
return 1
}

と書き換えると良い。

メモ

hpplduinstaller