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.repowith the following content:
For Red Hat Enterprise Linux 8 and compatible
# Storware Backup & Recovery - Enterprise backup solution for virtual environments repository
[vprotect]
name = vProtect
baseurl = https://repo.storware.eu/storware/7.4.0/el8/
gpgcheck = 0For Red Hat Enterprise Linux 9 and compatible
# Storware Backup & Recovery - Enterprise backup solution for virtual environments repository
[vprotect]
name = vProtect
baseurl = https://repo.storware.eu/storware/7.4.0/el9/
gpgcheck = 0For SUSE Linux Enterprise Server 14 and compatible
# Storware Backup & Recovery - Enterprise backup solution for virtual environments repository
[vprotect]
name = vProtect
baseurl = https://repo.storware.eu/storware/7.4.0/suse15/
gpgcheck = 0Create a repository file for MariaDB
Before installing MariaDB please read about supported MariaDB versions here.
Installing MariaDB is required only on the host where the Storware Backup and Recovery server is deployed.
Generate repository file at MariaDB download site
Copy and paste the generated repo file into
/etc/yum.repos.d/MariaDB.repo
Red Hat Enterprise Linux and compatible
Server installation
Install package "sudo":
dnf install sudoInstall the Storware Backup and Recovery server using the following command:
dnf install vprotect-server
Node installation
Install the Storware Backup and Recovery node using the following command
dnf install vprotect-node
SUSE Linux Enterprise Server and compatible
Server installation
Add Desktop Application Tools module:
SUSEConnect -p sle-module-desktop-applications/15.4/x86_64Add Development tools module:
SUSEConnect -p sle-module-development-tools/15.4/x86_64Install package "sudo":
zypper install sudoInstall the Storware Backup and Recovery server using the following command:
zypper install vprotect-server
Node installation
Install the Storware Backup and Recovery node using the following command
zypper install vprotect-node
Server configuration
Configure access to the database. Run the following command:
vprotect-server-configureStart the Storware Backup and Recovery server service:
systemctl start vprotect-server
Open a firewall port
By default, the server service listens on port 8181. Open the port using the following commands:
firewall-cmd --add-port=8181/tcp --permanent
firewall-cmd --reload(optional) Forward the default HTTPS port 443 to port 8181:
/opt/vprotect/server/scripts/ssl_port_forwarding_firewall-cmd.shNode configuration
To enable HTTPS connectivity, follow these steps Enabling HTTPS connectivity for nodes.
Follow the steps described in here Staging space configuration to mount your storage (it can also be used for backup destination - in such case please read also the suitable section in File System, especially we recommend to use Synthetic File System)
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 allow running privileged commands:
vprotect-node-configureEach installed node needs to be registered in the server
vc node inst register --name=<node name> --login=<admin user> --password=<user password> --apiurl='http(s)://<server address>:<port>/api'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:
vc node inst register --name=node1 --login=admin --password=vPr0tect --apiurl='http://localhost:8080/api'Reboot the Storware Backup and Recovery host to apply the operating system changes:
rebootVerify if the Storware Backup & Recovery node service is operational:
systemctl status vprotect-node
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).
Proceed with the Initial configuration instructions to configure access to the hypervisors and backup destinations.
Last updated