Debian Stretch HP Management Component Pack

Von | 30. März 2018

Management Component Pack

hp-health HPE System Health Application and Command line Utilities (Gen9 and earlier)
hponcfg HPE RILOE II/iLO online configuration utility
amsd HPE Agentless Management Service (Gen10 only)
hp-ams HPE Agentless Management Service (Gen9 and earlier)
hp-snmp-agents Insight Management SNMP Agents for HPE ProLiant Systems (Gen9 and earlier)
hpsmh HPE System Management Homepage (Gen9 and earlier)
hp-smh-templates HPE System Management Homepage Templates (Gen9 and earlier)
ssacli HPE Command Line Smart Storage Administration Utility
ssaducli HPE Command Line Smart Storage Administration Diagnostics
ssa HPE Array Smart Storage Administration Service

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

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

Install the HPE public gpg key

http://downloads.linux.hpe.com/SDR/keys

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

(
wget -O- „https://downloads.linux.hpe.com/SDR/hpPublicKey1024.pub“ | apt-key add –
wget -O- „https://downloads.linux.hpe.com/SDR/hpPublicKey2048.pub“ | apt-key add –
wget -O- „https://downloads.linux.hpe.com/SDR/hpPublicKey2048_key1.pub“ | apt-key add –
wget -O- „https://downloads.linux.hpe.com/SDR/hpePublicKey2048_key1.pub“ | apt-key add –
)

(Update 01.06.2020:
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 –
… weitere Schritte to be continued… [ggf. backport?]
)

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

Schreibe einen Kommentar

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