On a CentOS 8.3.2011 host, done the Veeam UEFI cert mokutil import, rebooted, installed the Veeam online Repo rpm, then installed Veeam Agent 5.0 successfully, as shown below.
Code: Select all
# rpm -i ./veeamsnap-ueficert-5.0.0.4318-1.noarch.rpm
Certificate /etc/uefi/certs/veeamsnap-ueficert.crt has been imported successfully
# mokutil --import /etc/uefi/certs/veeamsnap-ueficert.crt
#reboot
*system rebooted*
Code: Select all
# cat /etc/centos-release
CentOS Linux release 8.3.2011
#
# yum install -y veeam
...
Total download size: 69 M
Installed size: 181 M
Downloading Packages:
(1/2): kmod-veeamsnap-5.0.0.4318-1.el8.x86_64.rpm 81 kB/s | 87 kB 00:01
(2/2): veeam-5.0.0.4318-1.el8.x86_64.rpm 6.0 MB/s | 69 MB 00:11
Total 6.0 MB/s | 69 MB 00:11
warning: /var/cache/dnf/veeam-0528727e29088715/packages/kmod-veeamsnap-5.0.0.4318-1.el8.x86_64.rpm: Header V3 RSA/SHA256 Signature, key ID efdcea77: NOKEY
Veeam Backup for GNU/Linux - x86_64 39 kB/s | 3.1 kB 00:00
Importing GPG key 0xEFDCEA77:
Userid : "Veeam Software RPM Repository <support@veeam.com>"
Fingerprint: 1DD6 EAD9 AF6E 8F34 465D 790C EA4F C237 EFDC EA77
From : http://repository.veeam.com/keys/RPM-EFDCEA77
Key imported successfully
Running transaction check
Transaction check succeeded.
Running transaction test
Transaction test succeeded.
Running transaction
Preparing : 1/1
Installing : kmod-veeamsnap-5.0.0.4318-1.el8.x86_64 1/2
Running scriptlet: veeam-5.0.0.4318-1.el8.x86_64 2/2
Installing : veeam-5.0.0.4318-1.el8.x86_64 2/2
Running scriptlet: veeam-5.0.0.4318-1.el8.x86_64 2/2
Created symlink /etc/systemd/system/multi-user.target.wants/veeamservice.service > /usr/lib/systemd/system/veeamservice.service.
Verifying : kmod-veeamsnap-5.0.0.4318-1.el8.x86_64 1/2
Verifying : veeam-5.0.0.4318-1.el8.x86_64 2/2
Installed products updated.
Installed:
kmod-veeamsnap-5.0.0.4318-1.el8.x86_64 veeam-5.0.0.4318-1.el8.x86_64
#
Code: Select all
5:30:02 PM Required backup infrastructure resources have been assigned
5:30:18 PM Preparing to backup
5:30:18 PM Failed to create volume snapshot
5:30:19 PM Failed to take volume snapshot
5:30:19 PM Failed to perform managed backup
5:30:19 PM Module loading operation has returned code [255]
5:30:19 PM Failed to load module [veeamsnap] with parameters [zerosnapdata=1 debuglogging=0 snapstore_block_size_pow=14 change_tracking_block_size_pow=18 logdir=/var/log/veeam fixflags=0 logmaxsize=15728640].
5:32:21 PM Processing finished with errors at 4/19/2021 5:32:21 PM
Code: Select all
# dkms status
#
Thanks for your help.