AWS Backup VSS timeout

0

I'm trying to set up AWS Backup for EC2 instance with Windows Server 2022 and MS SQL Server, following this instruction https://docs.aws.amazon.com/aws-backup/latest/devguide/windows-backups.html I've done all the steps, but the on-demand backup job finishes with the message:

"Windows VSS Backup attempt failed because of timeout on VSS enabled snapshot creation"

The file "C:\Program Files\Amazon\AwsVssComponents\vsserr.log" is empty, "C:\Program Files\Amazon\AwsVssComponents\vssout.log" contains information about Shadow copies of devices and ends with the message "Snapshot creation done." There are several messages related to VSS in Windows Log, for example:

Volume Shadow Copy Service error: A critical component required by the Volume Shadow Copy service is not registered. This might happened if an error occurred during Windows setup or during installation of a Shadow Copy provider. The error returned from CoCreateInstance on class with CLSID {4baeabae-7018-43e6-8bfb-fb15aaa3a675} and Name SW_PROV is [0x80040154, Class not registered
]. 
Operation:
   Obtain a callable interface for this provider
   List interfaces for all providers supporting this context
   Check If Volume Is Supported by Provider
   Add a Volume to a Shadow Copy Set

Context:
   Provider ID: {4aaed461-b7bb-4125-a906-31c79791b47d}
   Class ID: {4baeabae-7018-43e6-8bfb-fb15aaa3a675}
   Snapshot Context: 2
   Snapshot Context: 2
   Execution Context: Coordinator
   Provider ID: {00000000-0000-0000-0000-000000000000}

What else can be checked and how to fix the timeout error?

已提问 2 年前530 查看次数
1 回答
0

Error : Windows VSS Backup attempt failed because of timeout on VSS enabled snapshot creation.

Resolution :

  1. Please make sure that the you have latest version of SSM agent installed on Ec2 instance
  2. Microsoft article https://learn.microsoft.com/en-us/troubleshoot/windows-server/backup-and-storage/volume-shadow-copy-service-events to fix the VSS issue.
  3. Contact Microsoft vendor to troubleshoot the VSS issue. (if step1 & step 2 didn't work)
AWS
已回答 10 个月前

您未登录。 登录 发布回答。

一个好的回答可以清楚地解答问题和提供建设性反馈,并能促进提问者的职业发展。

回答问题的准则