====== 10 HP ProLiant SMH ======
System Management Homepage
[[https://h20628.www2.hp.com/km-ext/content-webapp/document?docId=emr_na-c03065313]]
===== インストール =====
# git clone https://git.fl8.jp:10443/matsui/hp-repo.git
# cd hp-repo
# sh install.sh
# yum install hp-health hp-OpenIPMI hp-snmp-agents hp-snmp-agents hpsmh hp-smh-templates
==== IMAのバージョン8.1x以降の場合 ====
下記のパッケージが入っていればOK
# rpm -qa | grep ^hp
hp-health
hp-OpenIPMI
hp-snmp-agents
hpsmh
hp-smh-templates
==== snmpd.conf修正 ====
# Following entries were added by HP Insight Management Agents at
# Tue Apr 12 12:14:34 JST 2016
dlmod cmaX /usr/lib64/libcmaX64.so
rwcommunity private 127.0.0.1
rocommunity public 127.0.0.1
trapcommunity public
trapsink 127.0.0.1 public
syscontact your@mail.com
syslocation "ONAPP"
# ---------------------- END --------------------
=== ※agentaddress を指定している場合変更 ===
SMHからアクセスできる
agentaddress tcp:10.0.100.101:161,udp:10.0.100.101:161
↓ ↓
agentaddress tcp:161,udp:161
==== HP-helth等 再起動 ====
service hp-snmp-agents restart && service hp-health restart
service snmpd restart && service hpsmhd restart
===== SMHへアクセス =====
[[https://IPアドレス:2381]]
ユーザ名、パスワードはHVのものを利用する。
==== iLOのライセンスキー ====
下記でiLOのライセンスキーが確認できる。
ホーム » マネジメントプロセッサー » Integrated Lights-Out 4
{{tag>hp}}