#author("2020-07-08T10:47:46+09:00","default:tanak0to","tanak0to")
RIGHT:[[フリーソフトウェアのコンパイル]]

CentOS 8 へ Hinemos のインストール.

*Manager インストール [#cbbba088]
https://www.hinemos.info/technology/nttdata/2018040301
**環境 [#x5b7d253]
CentOS8

**パッケージ [#ce34a9ef]
https://github.com/hinemos/hinemos/releases/tag/v6.2.2#packages
より以下をダウンロード.
-hinemos-6.2-manager-6.2.2-1.el8.x86_64.rpm
-hinemos-6.2-web-6.2.2-1.el8.x86_64.rpm

**インストール [#o009fc12]
SELinux は disabled にする(Parmissive ではインストールできない)

firewalld を停止する(あとで必要なポートを開けるようにする)
 # systemctl stop firewalld

OpenJDK8 のインストール
 # yum install java-1.8.0-openjdk

その他,必要となるパッケージ
-vim-common
-unzip

自分のホスト名が名前解決できるか確認.
 # hostname
 centos8.example.org
 # ping centos8.example.org
名前解決できない場合,/etc/hosts に登録
 # vi /etc/hosts
 192.168.0.11   centos8.example.org   centos8

ダウンロードしたパッケージ(manager)をインストール
 # rpm -ivh hinemos-6.2-manager-6.2.2-1.el8.x86_64.rpm
 # service hinemos_manager start
 # ss -lnt | grep 8080
 LISTEN    0   50    *:8080      *:*    

Hinemos Web Client のインストール
 # rpm -ivh hinemos-6.2-web-6.2.2-1.el8.x86_64.rpm
 # service hinemos_web start
 Redirecting to /bin/systemctl start hinemos_web.service

*Hinemosへの管理対象の登録 [#t9e1dc3d]
ブラウザを起動してアクセス.

http://192.168.0.11/

-ユーザID: hinemos
-パスワード: hinemos
-接続先URL: http://192.168.0.11:8080/HinemosWS/






トップ   編集 差分 履歴 添付 複製 名前変更 リロード   新規 一覧 検索 最終更新   ヘルプ   最終更新のRSS