4 242
modifications
Aucun résumé des modifications |
|||
(9 versions intermédiaires par le même utilisateur non affichées) | |||
Ligne 1 : | Ligne 1 : | ||
[[Category:serveur]] | |||
[[Category:debian]] | |||
[[Category:raid]] | |||
Ajoutez les clés (d'autres clés sont susceptibles | Ajoutez le dépot suivant pour Debian wheezy : | ||
<pre>deb http://downloads.linux.hpe.com/SDR/repo/mcp/ wheezy/current non-free</pre> | |||
Ajoutez le dépot suivant pour Debian jessie : | |||
<pre>deb http://downloads.linux.hpe.com/SDR/repo/mcp/ jessie/current non-free</pre> | |||
Ajoutez le dépot suivant pour Debian stretch : | |||
<pre>deb http://downloads.linux.hpe.com/SDR/repo/mcp/ stretch/current non-free</pre> | |||
Ajoutez les clés (d'autres clés sont susceptibles d’apparaître sur http://downloads.linux.hpe.com/keys.html) | |||
<pre> | <pre> | ||
curl http://downloads.linux. | curl http://downloads.linux.hpe.com/SDR/hpPublicKey1024.pub | apt-key add - | ||
curl http://downloads.linux. | curl http://downloads.linux.hpe.com/SDR/hpPublicKey2048.pub | apt-key add - | ||
curl http://downloads.linux. | curl http://downloads.linux.hpe.com/SDR/hpPublicKey2048_key1.pub | apt-key add - | ||
</pre> | </pre> | ||
Pour debian wheezy : | |||
<pre> | <pre> | ||
aptitude update | aptitude update | ||
Ligne 14 : | Ligne 25 : | ||
</pre> | </pre> | ||
A noter : le repos ubuntu (http://downloads.linux. | Pour debian jessie : | ||
<pre> | |||
aptitude update | |||
aptitude install hp-health hpssacli | |||
</pre> | |||
Pour debian stretch : | |||
<pre> | |||
aptitude update | |||
aptitude install hp-health ssacli | |||
</pre> | |||
Autres paquets a regarder : hponcfg hpsmh cpqacuxe | |||
A noter : le repos ubuntu (http://downloads.linux.hpe.com/SDR/repo/mcp/ubuntu) semble mieux maintenu .. | |||
=Status du contrôleur raid= | =Status du contrôleur raid= | ||
Sous debian wheezy : | |||
<pre>hpacucli ctrl all show config</pre> | <pre>hpacucli ctrl all show config</pre> | ||
<pre>hpacucli ctrl all show config detail</pre> | <pre>hpacucli ctrl all show config detail</pre> | ||
Pour générer un fichier de rapport (peut être demandé par HP) : | Sous debian jessie : | ||
<pre>hpssacli ctrl all show config</pre> | |||
<pre>hpssacli ctrl all show config detail</pre> | |||
Sous debian stretch : | |||
<pre>ssacli ctrl all show config</pre> | |||
<pre>ssacli ctrl all show config detail</pre> | |||
Pour générer un fichier de rapport (peut être demandé par HP) : hpssacli ctrl all diag file=/tmp/ADUReport.zip | |||
=smart des disques= | =smart des disques= | ||
Notez qu'il est préférable d'avoir une version récente de smartmontools, installez par exemple [[Aptitude#installer_un_packet_depuis_les_backports| celle des backports debian]] | |||
<pre> | <pre> | ||
modprobe sg | modprobe sg |