After upgrading to V13, we ran into issues with Application aware processing through VBR.
No Hyper-V production Snapshots could be generated on multiple machines spread over multiple customers (we're VCSP).
After a long search and trying everything we knew of this issue with previous versions, the solution came in form of a redid post from mazvazzeg (thank you!)
The issue were not missing open firewall ports, user rights, failed vss providers or anything like this.
Veeam changed the service entry for the Hyper V Volumeshadow requestor which prevented it from running at all:
The failed entry for the registry data under
Code: Select all
Computer\HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Services\vmicvssCode: Select all
%systemroot%\system32\svchost.exe -k VeeamHvVssGroupstemNetworkRestrictedRedirectionGuard -pafter changing it back to the value
Code: Select all
%SystemRoot%\System32\svchost.exe -k VeeamHvVssGroup -pI'm waiting for Veeam to clarify, if this is a viable solution (at least it's a working one for me) and if there is a different way to fix this.
I'll keep you posted
Michael