Now I want to update it with newer version “beta2” which was released recently. First of all download BETA2 files for your Linux distribution. In my case RPM files for RedHat/Centos 7 from Veeam site.
First of all you need to uninstall “beta1” to be able to install “beta2” properly.
Uninstall
rpm –e veeam-1.0.0.499-1.el6.x86_64
rpm –e veeamsnap-1.0.0.499-1.noarch
Install
rpm -ivh veeamsnap-1.0.0.678-1.noarch.rpm
Preparing... ################################# [100%] Updating / installing... 1:veeamsnap-1.0.0.678-1 ################################# [ 50%] Loading new veeamsnap-1.0.0.678 DKMS files... Building for 3.10.0-327.22.2.el7.x86_64 Building initial module for 3.10.0-327.22.2.el7.x86_64 Done. veeamsnap: Running module version sanity check. - Original module - No original module exists within this kernel - Installation - Installing to /lib/modules/3.10.0-327.22.2.el7.x86_64/extra/ Adding any weak-modules depmod... DKMS: install completed. ------------------------------ Deleting module version: 1.0.0.499 completely from the DKMS tree. ------------------------------ Done. Cleaning up / removing... 2:veeamsnap-1.0.0.499-1 ################################# [100%]
rpm -ivh ftp://qnap653.musilovi.org/nfs_install/veeam/linux_beta2/veeam-1.0.0.678-1.el7.x86_64.rpm
Preparing... ################################# [100%] Updating / installing... 1:veeam-1.0.0.678-1.el7 ################################# [ 50%] Cleaning up / removing... 2:veeam-1.0.0.499-1.el6 ################################# [100%]
Check
once done you can check that module veeamsnap is loaded.
lsmod | grep veeam
veeamsnap 260620 0
otherwise you can have problems with backups.
2016-09-07 15:39:53 [error] Failed to create volume snapshot 00:00:02 2016-09-07 15:39:55 [error] Child execution has failed. Exit code: ... 2016-09-07 15:39:55 [error] Failed to load module [veeamsnap] with ... 2016-09-07 15:39:55 [error] Failed to perform backup
Run “veeam” command to configure/run/check/restore your jobs/files