Installation with RPMs
Prerequisites
Install CentOS/RHEL 8 minimal:
we recommend having Red Hat's support available if you're going to use RHEL
you can use version CentOS/RHEL 7 as well
Make sure your OS is up to date (as the
rootuser):# dnf -y updateIf the kernel is updated, then you need to reboot your operating system.
Install Storware-endpoints repository:
create a file
/etc/yum.repos.d/kodo-endpoints.repoedit the file and insert the information presented below
[kodo-endpoints] name=Kodo for Endpoints baseurl=https://repo.storware.eu/storware/current/el8/ enabled=1 gpgcheck=0Install MariaDB repository:
generate
.repofile at MariaDB download sitecopy and paste generated repo file into
/etc/yum.repos.d/MariaDB.repo, so it looks similar to this (this one for CentOS/RHEL 8):
# MariaDB 10.4 CentOS repository list - created 2021-08-08 11:18 UTC # http://downloads.mariadb.org/mariadb/repositories/ [mariadb] name = MariaDB baseurl = http://yum.mariadb.org/10.4/centos8-amd64 module_hotfixes=1 gpgkey=https://yum.mariadb.org/RPM-GPG-KEY-MariaDB gpgcheck=1
Storware Endpoints server installation
Storware Endpoints server consists of a server (central management point with WebUI and MariaDB database). To install the server components, do the following steps:
Log in as the
rootuser.Use the command below to install
sbr-endpoints-serverthe package.
The installation process starts. Select "y" when asking about the GPG key:
The installation process should take a few minutes.
The installation should be finished with the "Complete!" message.
Storware Endpoints server initialization
Once the Storware Endpoints server is installed, you have to perform the server initialization. Before you start, make sure the MariaDB database service is running. Execute the following command:
If the service is not running, start it by executing the following command:
As the root user run the following script:
Follow the instructions to complete the configuration.
Example:
Storware Endpoints server initialization script creates the Storware-Endpoints service (sbr-endpoints-server), which is the main server process. To start the Storware-Endpoints service, execute the following command:
Configuring firewall
You have to open the 8181 port (for HTTPS, HTTP requires port 8080) on the firewall. Here is an example:
If the Storware Endpoints server is up and running, and firewall ports are open, you should be able to log in to Storware Backup & Recovery using your browser, and in the Endpoints tab add a new installed Storware Endpoints server using
https://IP_OF_YOUR_MACHINE:8181that you just created.
Storware Endpoints server credentials are presented in chapter Administration levels
Go to the IBM Spectrum Protect server configuration section to learn how to prepare and configure the IBM Spectrum Protect server for use with the Storware Endpoints server.
Last updated