Vinchin Knowledge Base
question Question

How to setup RHV backup over storage network?

Last Modified: 2022-05-06 18:20:32 | Product: Vinchin Backup & Recovery | Version: V6.0

Questions Type: How-to

KB Number: 200200

How to setup RHV backup over storage network?

question Answer

If your Red Hat Virtualization (RHV) has existing storage network, you could choose to run VM backups over storage network, this can eliminate the impact on production network during the backup process.

To setup RHV backup over storage network, it only requires Vinchin backup server has 2 network interfaces. One of the network interfaces connects to the management network, the other connects to the storage network.

For detailed configurations, please follow the steps below.


Step 1: Network connection

Make sure there are at least 2 network interface cards on the Vinchin Backup Server. One of the network interface cards connected to the management network, another connected to the storage network.

Warning

If your Vinchin Backup Server is already licensed, adding new network interface card to the server will invalid the license. If you have to do so, please contact Vinchin support before you proceed.


Step 2: Install Vinchin backup plugin for RHV

Download Vinchin backup plugin for RHV from the login screen of Vinchin backup server web console. By clicking on the Download Backup Plugin and then select the RHV version to download.

Upload the downloaded backup plugin installation file to each of the RHV hosts, then run the below commands from each of the RHV hosts’ CLI to install.

tar -zxvf   vinchin-kvm-backup-patch-6.0.0.10468-RHEL.7-x86_64.tar.gz

cd vinchin-kvm-backup-patch-6.0.0.10468-RHEL.7-x86_64

./kvm_backup_patch_install

In the above commands, where “6.0.0-10468” should be the actual version number of the backup plugin you downloaded.

Note:

Please DO NOT install backup plugin on RHV Engine.

 

Step 3: Change Vinchin backup plugin listening IP

Edit Vinchin backup plugin conf file from RHV host CLI by using below command.

vi   /etc/backup_system/kvm_backup_service.conf.xml

Modify the listening IP of backup plugin from 0.0.0.0 to the IP of the RHVH network interface which is connected to the storage network.

For example, the RHVH got an IP 172.16.0.100 which is connected to management network, another IP 10.10.10.100 which is connected to storage network, please change the listening IP to 10.10.10.100.

<?xml   version="1.0" encoding="UTF-8" ?>

<kvm-backup-agent-conf>

        <listen_ip>10.10.10.100</listen_ip>

        <listen_port>37032</listen_port>

        <log_dir>/var/log/vinchin/</log_dir>

        <log_num>60</log_num>

          <log_level>debug</log_level>

        <run_dir>/var/run/</run_dir>

</kvm-backup-agent-conf>

The modification should be done on all the RHVHs, and the listening IP should be corresponding to each of the RHVH’s storage network IP respectively.

 

Step 4: Restart backup plugin services

Restart Vinchin backup plugin services for RHV using the command below.

systemctl restart   kvm_backup_service

 

Step 5: Add RHV to Vinchin backup server

Open Vinchin backup server web console, add RHV to Vinchin backup server under Resources > Virtual Infrastructure.

Please add RHV by using the IP/domain of the RHV engine and admin (with internal domain) user credentials of the RHV.

 

Step 6: Create VM backup job

Create a VM backup job under VM Backup > Backup, follow the New Backup Job wizard to complete the job settings.

In the 3rd step – Backup Strategy, under Transmission Strategy tab, please select LAN in the Transfer via dropdown list.

With the above configurations, the VM backups will be transferred through the storage network.

Please rate how useful this information is to you.

Back to Knowledge Base
feedback Feedback

Fill in your contact info here so we can contact you in time!

Leave your message here if you could not find what you are looking for.

Submit