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:
Log in as the root user.
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)
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:8181 that 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.
[root@localhost ~]# /opt/storware/kodo-server/api-core/bin/sbr-init.sh --dbrootpassword xxxxx
Storware KODO for Endpoints server initial configuration script (v1.0)
MariaDB host: localhost
MariaDB port: 3306
MariaDB KODO database user: kodo
MariaDB KODO user password: HbhJhrhCfyrpak5nOWgWicEPRs3DgU52
MariaDB root password: 1qazxsw23edc
Creating symlinks
Connecting to database localhost:3306
Checking if database user exists
Checking if database exists
Creating db user
Creating database
Granting privilages
Configuring database
Restarting database
Updateing KODO for Endpoints configuration
Preparing dsmcert database
Start KODO server with: systemctl start sbr-endpoints-server
[root@localhost ~]#
# systemctl start sbr-endpoints-server
# firewall-cmd --add-port=8181/tcp --permanent
# firewall-cmd --complete-reload
To check open ports:
# firewall-cmd --list-all
**Note:** Storware Endpoints server credentials are presented in chapter [Administration levels](../administration-levels.md)