« Installation des outils HP pour debian » : différence entre les versions

De Linux Server Wiki
Aller à la navigation Aller à la recherche
Aucun résumé des modifications
Aucun résumé des modifications
Ligne 2 : Ligne 2 :
<pre>deb http://downloads.linux.hp.com/SDR/repo/mcp/ wheezy/current non-free</pre>
<pre>deb http://downloads.linux.hp.com/SDR/repo/mcp/ wheezy/current non-free</pre>


Ajoutez les clés (d'autres clés sont susceptibles d'apparaitre sur http://downloads.linux.hp.com/keys.html)
<pre>
<pre>
curl http://downloads.linux.hp.com/SDR/hpPublicKey1024.pub | apt-key add -
curl http://downloads.linux.hp.com/SDR/hpPublicKey1024.pub | apt-key add -
Ligne 12 : Ligne 13 :
aptitude install hp-health hpacucli
aptitude install hp-health hpacucli
</pre>
</pre>
A noter : le repos ubuntu (http://downloads.linux.hp.com/SDR/repo/mcp/ubuntu) semble mieux maintenu ..

Version du 31 janvier 2015 à 20:48

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 ..