We recently upgrade our Veeam Backup & Replication from v12 to v13 (13.0.1.1071) and suddenly experienced a lot of VM backups were failing. Case #08010047
After investigating multiple log files, where most of the errors seemed to point and ssl or handshake errors. The issue revealed itself in the backup logs on the backup server, looking like this.
Code: Select all
Couldn't link Physical Host 06927f76-4fe0-47de-b630-37c614afcb23 to BObject 01dd32db-e6a4-4146-a5f4-20802496aff9, as Physical Host is already linked to 33606187-7375-4556-856f-8551ea881512Code: Select all
Get-CimInstance Win32_ComputerSystemProduct | Select-Object UUIDCode: Select all
(Get-SCVirtualMachine -Name "VM-Name").BiosGuidSolution
1. Disable "use persistent guest agent" the VM backs up just fine, if the necessary extra ports required for this are open.
2. Shutdown VM. Generate a new BIOS UUID. Power on the VM and install the Veeam deployment kit (don´t know if the entire veeam deployment kit is necessary, but it isn´t enough to just reinstall the veeaminstaller, and i didn´t test more options)