...
On all Remote Services servers
Edit abiquo.properties file, and add these properties
Code Block abiquo.virtualfactory.veeam10.backup.openSession=1 abiquo.virtualfactory.veeam10.backup.openSession.byvdc=false abiquo.nars.async.pool.veeam10.max=1 abiquo.nars.async.pool.veeam10.byvdc=false
And remove these deprecated properties
Code Block abiquo.virtualfactory.veeam95.backup.openSession abiquo.virtualfactory.veeam95.backup.openSession.byvdc abiquo.nars.async.pool.veeam95.max abiquo.nars.async.pool.veeam95.byvdc
Edit veeam.properties file, and modify the API version
Code Block avbc.veeam.restapi.version=v1_5
On the API server, edit Abiquo properties, and modify "veeam95u4" to "veeam10"
Code Block abiquo.plugin-client.timeout.veeam10.getexpiredresults=3600000 abiquo.plugin-client.timeout.veeam10.listresults=3600000
- On ALL servers, restart the abiquo-tomcat service
- Log in to Abiquo as an administrator
- Delete the current backup manager of type "Veeam backup plugin 9.5 update 4"
- Add a new one of type "Veeam backup plugin 10" with the correct endpoint protocol, for example: "https://veeam.example.com:9398/api/"
- Check all the requirements of your environment, such as:
- Veeam dummy jobs
- Backup policies with code to match the name of the backup policy in Veeam
- Network connectivity
...