Installation with RPMs

Prerequisites

  1. 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

  2. Make sure your OS is up to date (as the root user):

    # dnf -y update

    If the kernel is updated, then you need to reboot your operating system.

  3. Install Storware-endpoints repository:

    • create a file /etc/yum.repos.d/kodo-endpoints.repo

    • edit 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=0
  4. Install MariaDB repository:

    • generate .repo file at MariaDB download site

    • copy 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

It is recommended to install Storware Endpoints on different machine than Storware Backup & Recovery.

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:

  1. Log in as the root user.

  2. Use the command below to install sbr-endpoints-server the 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.

You can use the following parameters with the script:

--dbpassword password - password for Storware Endpoints database (default: random value)

--dbport port - database port number (default: 3306)

--dbusername username - database username (default: kodo)

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

  1. You have to open the 8181 port (for HTTPS, HTTP requires port 8080) on the firewall. Here is an example:

  2. 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:8181 that you just created.

  1. 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