« Installation des outils HP pour debian » : différence entre les versions
Aller à la navigation
Aller à la recherche
Aucun résumé des modifications |
|||
Ligne 21 : | Ligne 21 : | ||
Pour générer un fichier de rapport (peut être demandé par HP) : hpacucli ctrl all diag file=/tmp/ADUReport.zip | Pour générer un fichier de rapport (peut être demandé par HP) : hpacucli ctrl all diag file=/tmp/ADUReport.zip | ||
=smart des disques= | |||
modprobe sg | |||
smartctl -a -d cciss,0 /dev/sg0 | |||
smartctl -a -d cciss,1 /dev/sg1 |
Version du 17 mars 2015 à 20:27
Ajoutez le dépot suivant :
deb http://downloads.linux.hp.com/SDR/repo/mcp/ wheezy/current non-free
Ajoutez les clés (d'autres clés sont susceptibles d'apparaitre sur http://downloads.linux.hp.com/keys.html)
curl http://downloads.linux.hp.com/SDR/hpPublicKey1024.pub | apt-key add - curl http://downloads.linux.hp.com/SDR/hpPublicKey2048.pub | apt-key add - curl http://downloads.linux.hp.com/SDR/hpPublicKey2048_key1.pub | apt-key add -
aptitude update aptitude install hp-health hpacucli
A noter : le repos ubuntu (http://downloads.linux.hp.com/SDR/repo/mcp/ubuntu) semble mieux maintenu ..
Status du contrôleur raid
hpacucli ctrl all show config
hpacucli ctrl all show config detail
Pour générer un fichier de rapport (peut être demandé par HP) : hpacucli ctrl all diag file=/tmp/ADUReport.zip
smart des disques
modprobe sg smartctl -a -d cciss,0 /dev/sg0 smartctl -a -d cciss,1 /dev/sg1