Nutanix-AHV Installation with Package Manager

Prerequisites

The Plugin Directory directive of the File Daemon resource in /opt/bacula/etc/bacula-fd.conf should point to the location where the nutanix-ahv-fd.so plugin is installed. The default directory is: /opt/bacula/plugins

FileDaemon {
  Name = bacula-fd
  Plugin Directory = /opt/bacula/plugins
  ...
}

Installation Steps

An example for a Debian based Linux package manager would be a configuration file /etc/apt/sources.list.d/bacula.list with the following content.

# Bacula Enterprise
deb https://www.baculasystems.com/dl/@cust@/debs/bin/@version@/bionic-64/ bionic main
deb https://www.baculasystems.com/dl/@cust@/debs/nutanix/@version@/bionic-64/ bionic nutanix

Use apt-get update to update the package cache. After that the Plugin can be installed using apt-get install bacula-enterprise-nutanix-ahv-plugin

See also

See an alternative way of installing the Nutanix-AHV Plugin - Nutanix-AHV Installation with BIM.

Go back to the main Nutanix-AHV Plugin page.