4 069
contributi
Nessun oggetto della modifica |
Nessun oggetto della modifica |
||
Riga 1: | Riga 1: | ||
{{Versioni compatibili|Debian Etch 4.0<br/>Debian Lenny 5.0|}} | |||
=Installazione del software HP ProLiant Value Add in Debian= | =Installazione del software HP ProLiant Value Add in Debian= | ||
=Prerequisiti= | =Prerequisiti= | ||
L'unico prerequisito è quello di avere un server SNMPD configurato e funzionante. Per l'installazione di un server snmpd consultate la guida apposita. | L'unico prerequisito è quello di avere un server SNMPD configurato e funzionante. Per l'installazione di un server snmpd consultate la guida apposita. | ||
Riga 25: | Riga 23: | ||
Installiamo innanzitutto i prerequsiti: | Installiamo innanzitutto i prerequsiti: | ||
<pre> | <pre> | ||
#apt-get install alien rpm | # apt-get install alien rpm | ||
#apt-get install module-assistant | # apt-get install module-assistant | ||
#m-a prepare | # m-a prepare | ||
</pre> | </pre> | ||
Procediamo quindi all'installazione del software: | Procediamo quindi all'installazione del software: | ||
<pre> | <pre> | ||
#dpkg --install <hp-OpenIPMI filename> | # dpkg --install <hp-OpenIPMI filename> | ||
</pre> | </pre> | ||
Il software sarà installato in /opt/hp/hp-OpenIPMI. Le man page si richiamano con | Il software sarà installato in /opt/hp/hp-OpenIPMI. Le man page si richiamano con | ||
<pre> | <pre> | ||
#man hp-OpenIPMI | # man hp-OpenIPMI | ||
</pre> | </pre> | ||
==hpasm== | ==hpasm== | ||
Installiamo i prerequsiti: | Installiamo i prerequsiti: | ||
<pre> | <pre> | ||
apt-get install libstdc++6 lib32z1-dev ia32-libs | # apt-get install libstdc++6 lib32z1-dev ia32-libs | ||
</pre> | </pre> | ||
Procediamo quindi all'installazione del software: | Procediamo quindi all'installazione del software: | ||
<pre> | <pre> | ||
#dpkg --install <hpasm filename> | # dpkg --install <hpasm filename> | ||
</pre> | </pre> | ||
Per verificare lo stato del software: | Per verificare lo stato del software: | ||
<pre> | <pre> | ||
#/etc/init.d/hpasm status | # /etc/init.d/hpasm status | ||
</pre> | </pre> | ||
Dovreste ottenere qualcosa di simile: | Dovreste ottenere qualcosa di simile: | ||
Riga 86: | Riga 84: | ||
==hprsm== | ==hprsm== | ||
<pre> | <pre> | ||
#dpkg --install <hprsm filename> | # dpkg --install <hprsm filename> | ||
</pre> | </pre> | ||
Per verificare lo stato del software: | Per verificare lo stato del software: | ||
<pre> | <pre> | ||
#/etc/init.d/hprsm status | # /etc/init.d/hprsm status | ||
</pre> | </pre> | ||
Dovreste ottenere qualcosa di simile: | Dovreste ottenere qualcosa di simile: | ||
Riga 107: | Riga 105: | ||
Qundi installiamo il software: | Qundi installiamo il software: | ||
<pre> | <pre> | ||
#dpkg --install <cmanic filename> | # dpkg --install <cmanic filename> | ||
</pre> | </pre> | ||
==hpsmh== | ==hpsmh== | ||
Installiamo i prerequisiti: | Installiamo i prerequisiti: | ||
<pre> | <pre> | ||
apt-get install iproute libexpat1 zlib1g | # apt-get install iproute libexpat1 zlib1g | ||
</pre> | </pre> | ||
Quindi installiamo il software: | Quindi installiamo il software: | ||
<pre> | <pre> | ||
#dpkg --install <hpsmh filename> | # dpkg --install <hpsmh filename> | ||
</pre> | </pre> | ||
==cpqacuxe== | ==cpqacuxe== | ||
Installiamo i prerequisiti: | Installiamo i prerequisiti: | ||
<pre> | <pre> | ||
apt-get install libstdc++2.10-glibc2.2 lib32z1-dev | # apt-get install libstdc++2.10-glibc2.2 lib32z1-dev | ||
</pre> | </pre> | ||
Quindi installiamo il software.<br/> | Quindi installiamo il software.<br/> | ||
Riga 130: | Riga 128: | ||
Per Etch amd64: | Per Etch amd64: | ||
<pre> | <pre> | ||
#dpkg --install --force-architecture <cpqacuxe filename> | # dpkg --install --force-architecture <cpqacuxe filename> | ||
</pre> | </pre> | ||
Infine avviate il tool: | Infine avviate il tool: | ||
<pre> | <pre> | ||
#cpqacuxe –R | # cpqacuxe –R | ||
</pre> | </pre> | ||
==hpadu== | ==hpadu== | ||
Riga 140: | Riga 138: | ||
Per Etch i386: | Per Etch i386: | ||
<pre> | <pre> | ||
#dpkg --install <hpadu filename> | # dpkg --install <hpadu filename> | ||
</pre>. | </pre>. | ||
Per Etch amd64: | Per Etch amd64: | ||
<pre> | <pre> | ||
#dpkg --install --force-architecture <hpadu filename> | # dpkg --install --force-architecture <hpadu filename> | ||
</pre> | </pre> | ||
==hpacucli== | ==hpacucli== | ||
Per Etch i386: | Per Etch i386: | ||
<pre> | <pre> | ||
#dpkg --install <hpacucli filename> | # dpkg --install <hpacucli filename> | ||
</pre> | </pre> | ||
Per Etch amd64: | Per Etch amd64: | ||
<pre> | <pre> | ||
#dpkg --install --force-architecture <hpacucli filename> | # dpkg --install --force-architecture <hpacucli filename> | ||
</pre> | </pre> | ||
==Amministrazione e gestione del server== | ==Amministrazione e gestione del server== | ||
Riga 170: | Riga 168: | ||
Il software HP ProLiant Management Software viene fornito per Lenny sottoforma di CD-Rom compatibile con apt-cdrom. Per installare il software, innanzitutto masterizzate l'immagine ISO scaricata su un CD-Rom e inserite poi il CD nel lettore CD del vostro server. Quindi rendete i pacchetti contenuti nel CD disponibili via apt, con il comando: | Il software HP ProLiant Management Software viene fornito per Lenny sottoforma di CD-Rom compatibile con apt-cdrom. Per installare il software, innanzitutto masterizzate l'immagine ISO scaricata su un CD-Rom e inserite poi il CD nel lettore CD del vostro server. Quindi rendete i pacchetti contenuti nel CD disponibili via apt, con il comando: | ||
<pre> | <pre> | ||
apt-cdrom add | # apt-cdrom add | ||
</pre> | </pre> | ||
A questo punto siamo pronti per installare il software HP, nell'ordine indicato. | A questo punto siamo pronti per installare il software HP, nell'ordine indicato. |