今天收到 Veeam 备份邮件告警,提示虚拟化主机备份失败,报错如下 Host xxx is not available. Error: Failed to retrieve object hierarchy: exception ID xxxxx

打开 VBR 主机发现这台 VC 无法查看,rescan 报错:

解决方案:

VBR 主机使用 PowerShell(管理员) 重启 VeeamBrokerSvc 服务:

1
2
Get-Service VeeamBrokerSvc | Stop-Service -Force
Get-Service VeeamBrokerSvc | Start-Service

重新走一遍纳管 VC 的向导,问题解决:

再次执行备份,备份恢复正常。