投稿日: 2021年8月10日
Setting up Hinemos from Scratch
Hello. In this article, we will introduce you to the procedure for creating a Hinemos ver6.2 environment from scratch, including installation and login.
用意するものは以下になります。
What you need to set up Hinemos are listed below.
・Oracle VM VirtualBox:https://www.virtualbox.org/wiki/Downloads
・CentOS7:https://www.centos.org/download/
・hinemos-6.1-manager-6.2.x-1.el7.x86_64.rpm:https://github.com/hinemos/hinemos/releases#packages
・hinemos-6.1-web-6.2.x-1.el7.x86_64.rpm:https://github.com/hinemos/hinemos/releases#packages
Please use the links shown above.
① Install CentOS.
Install CentOS7 in Oracle VM VirtualBox.
Start virtual box, and then click on the “New” button.
Specify the name of the virtual machine.
Enter “centos7”, and its type and version will be set automatically.
Select “Create a Virtual Hard Disk”, and then click on the “Next” button.
Select ”VDI” as the file type of hard disk, and then click on the “Next” button.
Select “Fixed Size”, and then click on the “Next” button.
②Set up CentOS.
Set up the network.
Select virtual box CentOS7, and then click on the “Setup” button.
Select a network, and a network adapter will be displayed on the right screen.
Click on the dropdown list to select the bridge adapter since CentOS cannot be connected to the network with the default adapter.
After changing the adapter, click on the “OK” button to save the setting.
③Download Hinemos packages.
Download the following packages from GitHub. Hinemos is available to anybody for download since it is OSS.
・ hinemos-6.1-manager-6.2.x-1.el7.x86_64.rpm
・ hinemos-6.1-web-6.2.x-1.el7.x86_64.rpm
This time, we placed the packages under “/tmp/”.
④Install packages necessary for Hinemos operations.
Download and install necessary packages by executing the following yum commands.
1 2 3 |
yum install -y java-1.8.0-openjdk yum install -y vim yum install -y unzip |
⑤Make setting changes required for Hinemos installation.
1. Disable selinux.
*Hinemos cannot be installed if selinux is enabled.
Enter the following command.
1 |
vi /etc/selinux/config |
1 2 3 4 5 6 |
# This file controls the state of SELinux on the system. # SELINUX= can take one of these three values: # enforcing - SELinux security policy is enforced. # permissive - SELinux prints warnings instead of enforcing. # disabled - No SELinux policy is loaded. SELINUX=enforcing |
Replace “enforcing” shown above with “disabled”, and then restart the server.
2. Disable the firewall, or change the firewall setting appropriately to make Hinemos accessible.
Enter the following command.
1 |
service firewalld stop |
*We introduced how to stop “firewalld” this time.
⑥Install Hinemos packages.
Go to the directory where the packages were placed.
1 |
cd /tmp/ |
Execute the rpm commands.
1 2 |
rpm -ivh hinemos-6.1-manager-6.2.x-1.el7.x86_64.rpm rpm -ivh hinemos-6.1-web-6.2.x-1.el7.x86_64.rpm |
Start Hinemos Manager and Hinemos Client.
1 2 |
service hinemos_manager start service hinemos_web start |
⑦Login to Hinemos.
Check the server’s IP by performing “ip a” command, and then access Hinemos via a browser using the IP.
・ User ID
Specify a login user. Enter default login user “hinemos”, since it is the only available user right after installation.
・ Password
Specify the login user’s password. Enter “hinemos” here, too, since it is the default password of login user “hinemos”.
・Hinemos Manager URL
Enter the URL for accessing Hinemos Manager – “http://【the IP checked in step above】:8080/HinemosWS/”.
How was the procedure for Hinemos setup? This time, we performed Hinemos setup from scratch, including server setting.
We hope you will try operating Hinemos even if you have no server setup experience.
ご意見やお問い合わせについて
この記事へのご意見やお問い合わせについては、こちら(お問い合わせフォーム)もしくはHinemos営業担当【hsd-sales@atomitech.jp】までご連絡ください。
※お問い合わせフォームからご連絡の場合には、お問い合わせ内容で「Hinemosについて」を選択し、
本文の冒頭に「Hinemos研究日記_【タイトル名】」とご記載ください。
定期的にHinemos相談会をzoomで開催しております。
下記もご利用ください。