4 069
contributi
Riga 10: | Riga 10: | ||
Scaricate la versione adatta alla vostra Debian. | Scaricate la versione adatta alla vostra Debian. | ||
===Debian Etch: installazione=== | ===Debian Etch: installazione=== | ||
Collegatevi al sito HP e scaricate i software per Etch. HP consiglia di seguire questo ordine nell'installazione del software: | |||
* hp-OpenIPMI | |||
* hpasm | |||
* hprsm | |||
* cmanic | |||
* hpsmh | |||
* cpqacuxe | |||
* hpacucli | |||
* hpadu | |||
====HP OpenIPMI==== | |||
Installiamo innanzitutto i prerequsiti: | |||
<pre> | |||
#apt-get install alien rpm | |||
#apt-get install module-assistant | |||
#m-a prepare | |||
</pre> | |||
Procediamo quindi all'installazione del software: | |||
<pre> | |||
#dpkg --install <hp-OpenIPMI filename> | |||
</pre> | |||
Il software sarà installato in /opt/hp/hp-OpenIPMI. Le man page si richiamano con | |||
<pre> | |||
#man hp-OpenIPMI | |||
</pre> | |||
====hpasm==== | |||
Installiamo i prerequsiti: | |||
<pre> | |||
apt-get install libstdc++2.10-glibc2.2 lib32z1-dev | |||
</pre>. | |||
Procediamo quindi all'installazione del software: | |||
<pre> | |||
#dpkg --install <hpasm filename> | |||
</pre> | |||
Per verificare lo stato del software: | |||
<pre> | |||
#/etc/init.d/hpasm status | |||
</pre> | |||
Dovreste ottenere qualcosa di simile: | |||
<pre> | |||
Using high Performance hp-OpenIPMI device driver | |||
hp-OpenIPMI Status: | |||
Module Size Used by | |||
ipmi_si #### # | |||
ipmi_devintf #### # | |||
ipmi_msghandler #### # ipmi_si, ipmi_devintf | |||
hpasmd or hpasmxld or hpasmlited - Health Application | |||
Status of Foundation Agents (cmafdtn): cmawebd cmathreshd cmahostd cmapeerd | |||
cmathreshd | |||
cmahostd | |||
cmapeerd | |||
Status of Server Agents (cmasvr): cmastdeqd cmahealthd cmaperfd | |||
cmastdeqd | |||
cmahealthd | |||
cmaperfd | |||
Status of Storage Agents (cmastor): cmaeventd cmaidad cmafcad cmaided cmascsid cmasasd | |||
cmaeventd | |||
cmaidad | |||
cmafcad | |||
cmaided | |||
cmascsid (if server has a SCSI controller supported by the agent) | |||
cmasasd (if server has a SAS based array controller supported by the agent) | |||
</pre> | |||
====hprsm==== | |||
<pre> | |||
#dpkg --install <hprsm filename> | |||
</pre> | |||
Per verificare lo stato del software: | |||
<pre> | |||
#/etc/init.d/hprsm status | |||
</pre> | |||
Dovreste ottenere qualcosa di simile: | |||
<pre> | |||
cpqrid – hp ProLiant Remote Insight Driver (if a Remote Insight Lights-Out Edition Card is present) | |||
cpqci - hp ProLiant Channel Interface Driver (if an iLO Management Controller is present) | |||
cpqriisd - Rack Infrastructure Information Service Daemon (if the server is a BL p-Class server blade) | |||
cmasm2d - Remote Insight Board Agent | |||
cmarackd - Rack Agent | |||
</pre> | |||
====cmanic==== | |||
Installiamo i prerequisiti: | |||
<pre> | |||
# apt-get install ethtool | |||
</pre> | |||
Qundi installiamo il software: | |||
<pre> | |||
#dpkg --install <cmanic filename> | |||
</pre> | |||
====hpsmh==== | |||
Installiamo i prerequisiti: | |||
<pre> | |||
apt-get install iproute libexpat1 zlib1g | |||
</pre> | |||
Quindi installiamo il software: | |||
<pre> | |||
#dpkg --install <hpsmh filename> | |||
</pre> | |||
====cpqacuxe==== | |||
Installiamo i prerequisiti: | |||
<pre> | |||
apt-get install libstdc++2.10-glibc2.2 lib32z1-dev | |||
</pre> | |||
Quindi installiamo il software.<br/> | |||
Per Etch i386: | |||
<pre> | |||
#dpkg --install <cpqacuxe filename> | |||
</pre> | |||
Per Etch amd64: | |||
<pre> | |||
#dpkg --install --force-architecture <cpqacuxe filename> | |||
</pre> | |||
Infine avviate il tool: | |||
<pre> | |||
#cpqacuxe –R | |||
</pre> | |||
====hpadu==== | |||
Installiamo il software.<br/> | |||
Per Etch i386: | |||
<pre> | |||
#dpkg --install <hpadu filename> | |||
</pre>. | |||
Per Etch amd64: | |||
<pre> | |||
#dpkg --install --force-architecture <hpadu filename> | |||
</pre> | |||
====hpacucli==== | |||
Per Etch i386: | |||
<pre> | |||
#dpkg --install <hpacucli filename> | |||
</pre> | |||
Per Etch amd64: | |||
<pre> | |||
#dpkg --install --force-architecture <hpacucli filename> | |||
</pre> | |||
====Amministrazione e gestione del server==== | |||
Un web server dal quale gestire tutti i tools è stato installato all'indirizzo: | |||
<pre> | |||
http://ip_del_server:2301 | |||
</pre> | |||
===Debian Lenny: installazione=== | ===Debian Lenny: installazione=== |