Installation with Package Manager on RHEL/CentOS
Configure the package manager:
Add the following to a file /etc/yum.repos.d/bacula.repo
# [Bacula-Enterprise-KVM]
name= Bacula Enterprise KVM
baseurl=https://www.baculasystems.com/dl/@@customer@@/rpms/kvm/@@bee-version@@/@@rhel@@-@@arch@@/
enabled=1
protect=0
gpgcheck=1
**@@bee-version@@** should be replaced by the version of Bacula
Enterprise you purchased (16.x.y, 14.x.y)
**@@rhel@@** is the version of your RedHat/CentOS distribution (9/8/7)
**@@arch@@** Architecture: 32 or 64 bit
A complete example might look like this:
[Bacula-Enterprise]
name=Red Hat Enterprise - Bacula - Enterprise
baseurl=https://www.baculasystems.com/dl/Customer-123456/rpms/kvm/16.0.7/rhel7-64/
enabled=1
protect=0
gpgcheck=1
Update your package manager and verify your Bacula Enterprise repositories are correctly configured.
yum update
Run this command to install the Bacula Enterprise packages:
yum install bacula-enterprise-kvm-plugin
Go back to the KVM Installation with Package Manager