Hi J
As info: With a fresh trial license the ESXi host can successfully be backed up by HDP. It seems that this issue is linked in some way to the Free ESXi license.
If i think about what happens here, i think it can be related to the HDP backup application. Following idea:
- the HDP app tries to send an API call to the ESXi host to perform the snapshot.
- This command can be executed by the ESXi host.
- then the HDP app tries to send an API (storage) call to the ESXi host to make a CBT based backup by using QueryChangedDiskAreas("*")
- ESXi is ignoring this request because the APIs are not licensed.
- then the HDP finds out that no data is arriving and creates a haTask to hardly power off the host (we saw the task was created).
- HDP maybe waits until the vm would be restarted on another host - but on Free ESXi license no other host is available to take over and restart the machine
- After 12h or so, the HDP backup job expires and throws a timeout or similar.
I raised ticket a Qnap explaining the situation (Ticket ID: Q-202104-16382)
Hint: Somebody told me, that CBT based backups should be possible if not initated via remote host via API. Not sure about that because in the FAQs of the GhettoVCB script i read:
29Q: Can ghettoVCB support CBT (Change Block Tracking)?
29A: No, that is a functionality of the vSphere API + VDDK API (vSphere Disk Development Kit). You will need to look at paid solutions such as VMware vDR, Veeam Backup & Recovery, PHD Virtual Backups, etc. to leverage that functionailty.
Have a good week,
Br, Tom