HP SmartArray P410 (RAID Management)
hpacucli/hpssacli Management Tool installieren CentOS 6
1 2 3 4 | wget https://downloads.linux.hpe.com/SDR/downloads/bootstrap.sh chmod +x bootstrap.sh ./bootstrap.sh -r 6 -d CentOS ProLiantSupportPack yum install hpacucli |
Debian 7
1 2 3 4 5 | wget https://downloads.linux.hpe.com/SDR/downloads/bootstrap.sh chmod +x bootstrap.sh ./bootstrap.sh -r wheezy -d Debian ProLiantSupportPack wget https://downloads.linux.hpe.com/SDR/downloads/ProLiantSupportPack/GPG-KEY-ProLiantSupportPack -O - | apt-key add - apt-get update && apt-get install hpacucli |