SUMMARY
Backups Start but Fail Immediately with no Log on Hyper-V
ISSUE
Problem
Backups Start but Fail Immediately with no log information associated with the backup job. This error can occur when the VBA's Management database showed that there was a host entry that did not have a reference or uuid.
The reason this error occurs is that the ServerName for the host entry in the configuration file did not match the name of the machine. It can either be a fully qualified domain name (FQDN) if it belongs to a domain or just the machine name (without a Workgroup name).
This can also occur if the incorrect value is entered manually into the config file or the Hyper-V host was removed from the domain after being part of it originally when first configured.
Resolution
- Edit the Phd.HyperV.Services.exe.config file so that the ServerName value will match what is being returned from the system.
- Restart the Unitrends Hyper-V Service Windows Service (using the Admin tool, the Services MSC, or command line).
- Sync the VBA inventory.
To Check the Phd.HyperV.Services.exe.config File
The Phd.HyperV.Services.exe.config file's host entries need to have either:
- The FQDN of the server if it is a member of a domain.
OR
- The machine name alone. (The workgroup name should not be added)
To Locate this Information:
- Right click on Computer in Windows Explorer on the Hyper-V host, then click Properties.
The System information window will open showing the Domain name.
Below is an example of a machine that is not in a domain.
The ServerName should be CL-W530.
- Check the value in the Phd.HyperV.Services.exe.config file:
The image above shows the correct entry for the machine in the domain.
If the machine is NOT a member of a domain, the ServerName entry should only be the machine name, and should NOT include the Workgroup name.