Hinemosインストール

マネージャホスト: mmm124 CentOS7 Hinemosマネージャ6.2 Hinemosクライアント6.2
エージェントホスト: mmm125 CentOS7 Hinemosエージェント6.2

 

http://www.matsubarasystems.com/centos/%e6%ad%bb%e6%b4%bb%e7%9b%a3%e8%a6%96%e3%83%84%e3%83%bc%e3%83%ab%e3%80%8chinemos%e3%80%8d%e3%82%92%e8%a9%a6%e3%81%97%e3%81%a6%e3%81%bf%e3%82%8b

https://github.com/hinemos/hinemos/blob/master/README.jp.md
https://github.com/hinemos/hinemos/releases#packages


参考マニュアル: Hinemos ver.6.2 インストールマニュアル(Linux版マネージャ) 第3版

(1) マネージャホストの設定

(1.1) 必要なパッケージのインストール

--3.2 Hinemosコンポーネントに必要なパッケージ一覧

yum -y install \
java-1.8.0-openjdk \
vim-common \
java-1.8.0-openjdk-devel \
net-snmp-utils \
sysstat \
tcpdump \
lsof \
lsof \
sblim-wbemcli \
wsmancli \
unzip \
vlgothic-p-fonts \
net-snmp

(1.2) Hinemosマネージャのインストール

--4.1.1 インストーラの実行

localectl

yum -y install https://github.com/hinemos/hinemos/releases/download/v6.2.2/hinemos-6.2-manager-6.2.2-1.el7.x86_64.rpm


cat /opt/hinemos/etc/hinemos.cfg | grep -A 3 "Environment Attributes"

→LANG=ja_JP.UTF-8であることを確認

----Hinemosマネージャ起動
systemctl start hinemos_manager

----Hinemosマネージャ停止
systemctl stop hinemos_manager

----Hinemosマネージャ起動確認
systemctl status hinemos_manager

ps -ef | grep /opt/hinemos/

以下の2つのプロセスが起動していることを確認します
/opt/hinemos/postgresql/bin/postgres -D /opt/hinemos/var/data
java ... com.clustercontrol.HinemosManagerMain


(1.3) Hinemosクライアントのインストール

--5.1.2 インストーラの実行

localectl


yum -y install https://github.com/hinemos/hinemos/releases/download/v6.2.2/hinemos-6.2-web-6.2.2-1.el7.x86_64.rpm

 

cat /opt/hinemos_web/conf/hinemos_web.cfg | grep -A 3 "Environment Attributes"

→LANG=ja_JP.UTF-8であることを確認


----Hinemosクライアント起動
systemctl start hinemos_web

----Hinemosクライアント停止
systemctl stop hinemos_web

----Hinemosクライアント起動確認
systemctl status hinemos_web

ps -ef | grep /opt/hinemos_web/

(1.4) Hinemosクライアントでの接続

http://192.168.137.124

ユーザID: hinemos
パスワード: hinemos

 


(2) エージェントホストの設定

(2.1) 必要なパッケージのインストール

--3.2 Hinemosコンポーネントに必要なパッケージ一覧

yum -y install \
openssh-clients \
net-snmp \
net-snmp-libs \
net-snmp-utils \
tog-pegasus \
sblim-wbemcli \
sblim-cmpi-base \
sblim-cmpi-fsvol \
openlmi-storage \
libpcap

(2.2) Hinemosエージェントのインストール

--8.1.1 インストーラの実行

yum -y install https://github.com/hinemos/hinemos/releases/download/v6.2.2/hinemos-6.2-agent-6.2.2-1.el.noarch.rpm

 

cat /opt/hinemos_agent/conf/hinemos_agent.cfg | grep -A 3 "Environment Attributes"

→LANG=ja_JP.UTF-8であることを確認

 

--8.1.2 接続先Hinemosマネージャの設定

vim /opt/hinemos_agent/conf/Agent.properties

managerAddress=http://127.0.0.1:8081/HinemosWS/

managerAddress=http://192.168.137.124:8081/HinemosWS/


vim /etc/rsyslog.d/rsyslog_hinemos_agent.conf

*.info;mail.none;authpriv.none;cron.none @@127.0.0.1:514

*.info;mail.none;authpriv.none;cron.none @@192.168.137.124:514

systemctl restart rsyslog


----Hinemosエージェント起動
systemctl start hinemos_agent

----Hinemosエージェント停止
systemctl stop hinemos_agent

----Hinemosエージェント起動確認
systemctl status hinemos_agent


----NET-SNMP起動
systemctl start snmpd

----NET-SNMP停止
systemctl stop snmpd

----NET-SNMP起動確認
systemctl status snmpd


(3) 動作確認

https://qiita.com/itatibs/items/5a3d5ad8b11581ca9262

https://www.hinemos.info/technology/nttdata/2015071601