we startet to use VEEAM to backup our Nutanix AHV Cluster and rolled out the Nutanix AHV Proxies. Because of our complex structure and automatism we deploy the VM's using terraform and do the setup using ansible.
Now, the first Standalone Proxy was created and configured and added to the Veeam B&R Server - All was fine.
Then after the second proxy I tried to add them to Veeam I got failure that the Proxy still exists - And the first proxy name was overwritten by the new one...
OK, I checked the IP, the DNS record, reverse DNS etc... All was fine - I tried to roll out the Proxy using the Wizard - Fine ...
But I wanted to know WHY the Standalone proxy did not work...
After debugging and inspecting the database I found the UUID of the Proxy and the point on the VM.
Code: Select all
$ cat /opt/VeeamBackupAgent/vmbaid
Now, change the UUID, Run the setup and connect to the Proxy - IT works!!
Code: Select all
$ uuidgen | tr -d '\n' > /opt/VeeamBackupAgent/vmbaid
$ shutdown -r now