Debian Buster HP Management Component Pack (Microserver Gen8)

Von | 11. Juni 2020

Da man für die Installation des hpsmh <Gen10 auf die Stretch-sourcen zurückgreifen muss:

Repo hinzufügen ( /etc/apt/sources.list ):

# HPE Management Component Pack
# deb http://downloads.linux.hpe.com/SDR/repo/mcp buster/current non-free

deb http://downloads.linux.hpe.com/SDR/repo/mcp stretch/current-gen9 non-free

Install the HPE public gpg key

Quelle: https://downloads.linux.hpe.com/SDR/project/mcp/

curl https://downloads.linux.hpe.com/SDR/hpPublicKey2048.pub | apt-key add –
curl https://downloads.linux.hpe.com/SDR/hpPublicKey2048_key1.pub | apt-key add –
curl https://downloads.linux.hpe.com/SDR/hpePublicKey2048_key1.pub | apt-key add –

Anschließend lässt sich die HP Management Homepage über „apt-get install hpsmh“ installieren und per https://Horstname:2381 aufrufen.
Sinnvollerweise installiert man sich auch die templates ( hp-smh-templates ).
Dann bitte: /sbin/hpsnmpconfig aufrufen, sonst sieht man ebenfalls nicht viel 🙂 …

weiterführende Infos: https://www.brentozar.com/archive/2013/08/how-to-use-hp-system-management-homepage/

(
apt-get install ssaducli ssacli ssa hpsmh hp-smh-templates
/sbin/hpsnmpconfig
/etc/init.d/hp-snmp-agents restart
/etc/init.d/hpsmhd restart
)

Um z.B. einen Raid-Controller zu monitoren gibt es hier eine schöne Anleitung (wenn auch etwas veraltet – neuer client: ssaducli ): HP RAID Controller Status mit hpacucli überprüfen

Erreichbar ist die Console dann über https://x.x.x.x:2381

Ein Gedanke zu „Debian Buster HP Management Component Pack (Microserver Gen8)

  1. geisti Beitragsautor

    HDD-Daten auslesen (Bullseye):
    /etc/apt/sources.list (trotz aktuellem bullseye):

    # HPE Management Component Pack
    deb http://downloads.linux.hpe.com/SDR/repo/mcp stretch/current-gen9 non-free

    https://downloads.linux.hpe.com/SDR/keys.html:

    curl https://downloads.linux.hpe.com/SDR/hpPublicKey2048.pub | apt-key add –
    curl https://downloads.linux.hpe.com/SDR/hpPublicKey2048_key1.pub | apt-key add –
    curl https://downloads.linux.hpe.com/SDR/hpePublicKey2048_key1.pub | apt-key add –

    apt-get update
    apt-get install ssacli

    ssacli ctrl all show config
    ssacli ctrl slot=0 pd all show detail

    Antworten

Schreibe einen Kommentar

Deine E-Mail-Adresse wird nicht veröffentlicht. Erforderliche Felder sind mit * markiert