General Parameters

The following Nutanix-AHV Plugin parameters impact any type of Job (Backup, Restore, Query).

abort_on_error[= <0 or 1>] Specifies whether or not the plugin should abort its execution if a fatal error happens during backup or restore. This parameter is optional. The default value is 0.

user=<String> Specifies the user name used to access Nutanix-AHV API.

password=<String> Specifies the password used to access the Nutanix-AHV API. This parameter is optional and the password can be stored in a passfile as host:user = password tuple. An example of such a tuple would be 10.0.1.1:admin = password. The passfile can be either at /opt/bacula/snapmgr.conf or at /opt/bacula/etc/snapmgr.conf. A snapmgr.conf file may have more than one tuple in it in the case that a Bacula FD is backing up more than one Nutanix environment.

host=<String> Specifies the location of the Nutanix-AHV API.

port=<Number> Specifies the port to access the Nutanix-AHV API located at host. This parameter is optional and if not specified its default value is 9440.

proxy_vm=<String> The name of the proxy VM used to run the Bacula File Daemon with the Nutanix-AHV plugin.

working_dir=<String> Location of the working directory. This parameter is optional and if not specified its default value is /opt/bacula/working.

debug=[0,9] Specifies the level of debug with 0 being no debug and 9 being the highest level of debug. Warnings and errors are always sent to the joblog and if any debug level is set those messages are sent to the debug file as well. For the Nutanix-AHV plugin 1 displays debug level message, 2 displays trace level message. Any value higher than 2 displays additional information about external libraries that handle those values on their own. This parameter is optional. The default value is 0

Go back to the main Nutanix-AHV Configuration page.

Go back to the main Nutanix-AHV page.