Configure Abiquo Veeam backup plugin
Veeam versions
The Abiquo integrations supports the following versions of Veeam Backup & Replication with separate plugins.
Each of the Veeam backup plugins requires its own license.
Veeam version | Backup plugin |
---|---|
Veeam 9.5 update 4 | Veeam 9.5 update version 4 |
Veeam 10 | Veeam 10 |
Veeam 11 | Veeam 10 |
See also Steps to upgrade Veeam below.
Prepare and maintain Veeam storage
Your backup administrator should prepare and maintain Veeam storage because Abiquo does not delete backups.
Abiquo supports the use of retention policies to set the number of backups to keep but does not control how long to keep the backups.
When a user deletes a backup policy from a VM, Abiquo changes the name to disable and remove it from the next run. However, Abiquo does not detach the backup from the disabled job, so the backup will remain on the disk forever.
Hypervisors
The Abiquo Veeam backup plugins supports VMware and Hyper-V.
Install Veeam
Install Veeam with the Veeam Enterprise Manager, which is an optional component
During the install, configure the API ports of the Veeam Enterprise Manager for the Veeam Backup RESTful API service to use. By default, the values are HTTP port
9399
and HTTPS port9398
.Ensure that the HTTPS port is reachable from all of the Abiquo Remote Services servers
Create base Veeam resources for Abiquo
The Veeam API cannot create backup and replication jobs, so this means that that you must create placeholder jobs for the Abiquo backup plugin to clone, for each hypervisor you will use. You will also need a placeholder VM on each hypervisor, because each job must contain at least one VM.
On each hypervisor, deploy a placeholder VM
Name the VM to show that it is a placeholder VM so that it will not get accidentally deleted
In Veeam create a new job for the hypervisor
The default names that the Abiquo backup plugin will detect are
Abiquo dummy VMWare Job
for ESXi andAbiquo dummy HyperV Job
for HyperV
Add the placeholder VM
DO NOT set a schedule for the job
Save the job
Do not delete the placeholder VMs and placeholder jobs because this could cause problems in the Abiquo backup plugin.
When you display jobs in Veeam, it displays placeholder jobs with placeholder VMs at the top of the list. Then it displays jobs created by the Abiquo backup plugin by cloning the placeholder jobs below the placeholder jobs.
Configure Veeam properties
To configure Veeam backup properties in Abiquo:
Log in to the Abiquo Remote Services server
Go to
/opt/abiquo/config
folder and edit or create theveeam.properties
file.This is the default file and folder, to configure a new one, use abiquo.properties as described below
Ensure that the file owner is the
tomcat
user in thetomcat
group.
The Abiquo backup plugin is designed to manage one Veeam host for each Abiquo datacenter. To associate a datacenter with its Veeam host, set a property pair for the datacenter name and the backup server reference, which may be the host IP or FQDN. You must use the same backup server reference/s that the Veeam manager uses to identify the host/s
Get the datacenter name with one of these options:
Abiquo UI: Infrastructure → Datacenter
API: Get datacenter names and IDs: https://wiki.abiquo.com/api/latest/DatacentersResource.html#list-datacenter-names-and-ids, and List public cloud regions: https://wiki.abiquo.com/api/latest/PublicCloudRegionsResource.html#list-public-cloud-regions
Get the Veeam host value with one of these options to find the backup server reference:
Veeam Enterprise Manager UI: Dashboard → Summary → Backup servers
CLI: To find the Veeam host value, run these commands on the Abiquo Remote services server.
# Set variables export APIUSERNAME=administrator && export APIPASSWORD='XXXXXXXXXX' && export APIIP=10.10.X.X # Obtain authentication token export APISESSIONHEADER=$(curl --insecure --verbose --user ${APIUSERNAME}:${APIPASSWORD} --request POST "https://${APIIP}:9398/api/sessionMngr/?v=latest" --header "Content-Length: 0" 2>&1 | grep --only-matching --extended-regexp 'X-RestSvcSessionId: ([[:alnum:]])*') # Obtain hierarchy roots curl --silent --insecure --header "${APISESSIONHEADER}" --request GET "https://${APIIP}:9398/api/hierarchyRoots?format=Entity" | xmllint --format - > hierarchyRoots.xml
In the response, look for the
Link
entity with aType
ofBackupServerReference
. In this case it isveeam01.london.example.com
<Link Href="XXXXXXXXXXXXXXXXXXXXXXXXXXXXXX" Name="veeam01.london.example.com" Rel="Up" Type="BackupServerReference"/>
So as an example, consider two Abiquo datacenters, called
London
andFrankfurt
. The London Veeam host has a backup server reference ofveeam01.london.example.com
. And the Frankfurt Veeam host has a reference ofveeam02.frankfurt.example.com
. So the properties file would look as follows.veeam.infrastructure.datacenter.1=London veeam.infrastructure.veeamhost.1=veeam01.london.example.com veeam.infrastructure.datacenter.2=Frankfurt veeam.infrastructure.veeamhost.2=veeam02.frankfurt.example.com
If you have hosts in Veeam that are not in Abiquo, and they contain duplicates of VMs in Abiquo, you must set the
hypervisor
property to define the hosts in Abiquo, as a comma separated list. The Abiquo backup system will manage VMs on the hypervisors on the list only, to prevent critical errors in the backup system. If the property is empty or not supplied, the platform will use Veeam data from all hypervisors.To control backup expiration times in Veeam, use properties to set maximum restore points.
Set the name of the placeholder backup job for your hypervisor
Set the name of the backup repository for the placeholder backup job, to match the job's
Backup repository configuration
on the Veeam server. For example, if you are using a repository calledDefault Backup Repository
.If you need to change the backup repository, remember to change this property.
If you have one Entity Manager for two Veeam servers, the backup repositories in the
veeam.properties
file must exist on each server. You do not have to use them but they must exist. Otherwise, the repository search could fail if each Veeam server uses a different repository name.For Veeam v11, set the API version
Optionally, set other properties, according to your environment:
Configure all backup jobs with policy codes
In Abiquo, you will create backup policies for users to assign to their VMs. Abiquo will use the Code of the policy to identify which Veeam job to clone to create the backup. So create a backup job for each policy that you will create in Abiquo.
Backup policy code must match Veeam job
When a user assigns a backup policy to a VM, if Abiquo cannot find the Veeam job to match a backup policy code, then it will not be able to create a new backup job in Veeam and the VM backups will not run.
For each backup policy you will create in Abiquo:
On the Veeam Backup and Replication server for the Abiquo datacenter, clone the original Abiquo dummy placeholder job
Rename the new job to a name that will exactly match the policy
Code
of an Abiquo backup policy in the Abiquo datacenterTo set how many backups should be kept on the server, go to Job → Edit → Storage and set Restore points to keep on disk
Note the code and details to enter in your backup policy in Abiquo
Later, in Abiquo, after you create a Backup manager, create your backup policies with the right Code and make them available to users. See Backup and Create a backup policy
When users select a policy with the code, the platform will use the appropriate Veeam job.
Configure backup properties for Veeam
In Abiquo configure backup policies
Go to to Infrastructure → Backup → Backup policies
Click the Edit properties button
Select the required options.
We recommend Enable update while deployed to be able to add a backup policy when a VM is on.Click Save
Configure Abiquo properties
To configure Abiquo properties for Veeam:
Log in to the Remote Services server
Edit the
abiquo.properties
fileTo activate the backup plugin and define the location of the properties file:
Set the
abiquo.backup.veaam.config.path
property in the following format
Make sure that the folder
/opt/abiquo/config/
is owned by thetomcat
userOptionally, set the other abiquo.properties for your Veeam plugin version of
veeam95u4
(Veeam 9.5u4) orveeam10
(Veeam 10, Veeam 11).abiquo.nars.async.pool.{backupplugin-Version}.max
abiquo.nars.async.pool.{backupplugin-Version}.byvdc
abiquo.virtualfactory.{backupplugin-Version}.backup.openSession
abiquo.virtualfactory.{backupplugin-Version}.backup.openSession.byvdc
See Abiquo configuration properties for more details.
Remember to restart the Tomcat server for changes to the abiquo.properties file.
Upgrade Veeam version
See also Upgrade Veeam v9.5u4 to v11 .
To upgrade to the next version of Veeam in Abiquo, follow these general instructions but remember to check for full details in the appropriate documentation:
Obtain the new backup plugin license from Abiquo Customer Service
Check properties for the veeam.properties file and add any new properties, as described below
For example, the hypervisor property, which was added in Abiquo v5.1.1
Also check the API version
Change the optional abiquo.properties to match your Veaam version, as described below
In Abiquo, delete the old backup manager and create a new backup manager
Enter the endpoint for Veeam, for example, for Veeam 10 you should use an HTTPS connection to the default port of 9398, for example:
To ensure that Veeam selects the correct backup repository, each job name (and policy code) must be used in only ONE instance of Veeam Backup & Replication
If you already have job names (and policy codes) that are used in more than one instance of Veeam Backup & Replication, please contact Abiquo Support
Copyright © 2006-2024, Abiquo Holdings SL. All rights reserved