Installation with RPMs
To install Storware Backup and Recovery components, you can use RPM packages.
Procedure
Create a repository file for Storware Backup and Recovery
The repository file must be created on each host where the product components will be deployed.
Create a repository file
/etc/yum.repos.d/vProtect.repo
with the following content:
For Red Hat Enterprise Linux 8 and compatible
For Red Hat Enterprise Linux 9 and compatible
For SUSE Linux Enterprise Server 14 and compatible
Create a repository file for MariaDB
Installing MariaDB is required only on the host where the Storware Backup and Recovery server is deployed.
Copy and paste the generated repo file into
/etc/yum.repos.d/MariaDB.repo
Red Hat Enterprise Linux or and compatible
Server installation
Install package "sudo":
Install the Storware Backup and Recovery server using the following command:
Node installation
Install the Storware Backup and Recovery node using the following command
SUSE Linux Enterprise Server and compatible
Server installation
Add Desktop Application Tools module:
Add Development tools module:
Install package "sudo":
Install the Storware Backup and Recovery server using the following command:
Node installation
Install the Storware Backup and Recovery node using the following command
Server configuration
Configure access to the database. Run the following command:
Start the Storware Backup and Recovery server service:
Open a firewall port
By default, the server service listens on port 8181. Open the port using the following commands:
(optional) Forward the default HTTPS port 443 to port 8181:
Node registration
Each installed node needs to be registered in the server:
where:
<node name> - the name under which the node will appear in the system
<admin user> - the login of the administrative user
<server address>:<port> - address and port of the installed server
Example:
Start the Storware Backup & Recovery node service:
Run the script to configure the operating system. Script changes the QEMU user/group to vprotect, disables SELinux, adds Storware Backup and Recovery to the disk group and sudoers policy to allows run privileged commands:
Reboot the Storware Backup and Recovery host to apply the operating system changes:
Post-installation
Now you should be able to log in to the Storware Backup & Recovery server using https://IP_OF_YOUR_MACHINE
. By default, Storware Backup & Recovery has one admin account - admin
with the password vPr0tect
(with a zero).
Verify in the node section that the node that you installed is connected to the server.
Last updated