码迷,mamicode.com
首页 > Windows程序 > 详细

Error : The specified component was not reported by the VSS writer (Error 517) in Windows Server 2012 Backup

时间:2015-01-26 15:08:01      阅读:3049      评论:0      收藏:0      [点我收藏+]

标签:

Error : The specified component was not reported by the VSS writer (Error 517) in Windows Server 2012 Backup

In Windows Server, it is possible to perform Backup of your system and even Virtual Machine in production. Yes Windows Server Backup is a really good solution for backup the Hyper-V virtual machines. But “The specified component was not reported by the VSS writer” error can sometime appear and failed all scheduled backup.

 

技术分享

Today most of the company are using visualization solution (Microsoft, Citrix, Vmware …) in their infrastructure. I’m personally using the Microsoft solution named Hyper-V, due to the fact that it is included in Windows Server. After many hours of hard-working in my lab, I wanted to backup all my virtual machines. But one day, the error 517 came.

 ERROR DESCRIPTION

One day, without any reason, an error message appeared “The specified component was not reported by the VSS writer” for all my virtual machines.

WINDOWS SERVER BACKUP LOG

技术分享 

WINDOWS SERVER LOG

 

 

 EVENT VIEWER LOG

 

 

 

RESOLUTION AND DOWNLOAD.

After some research, I found that the problem was connected with Microsoft Shadow copy Service. I decided to delete all shadow copy in my host and I was able to backup all my server again.

I used those commands line in a Powershell window:

Order
Command
Description
 
1 DiskShadow Connect to DiskShadow tool 技术分享
2 Delete Shadows all Delete all shadows copy 技术分享
3 list shadows all check that the list is empty 技术分享
4 Exit Disconnect to DiskShadow tool  

 

Once, the command has been executed, you should be able to relaunch your backup.

技术分享

HOWEVER, THIS ERROR CAN STILL COMEBACK!

You have to delete again manually the Shadows copy or you can execute my script (DeleteShadows). The instruction are include in the rar file.

Error : The specified component was not reported by the VSS writer (Error 517) in Windows Server 2012 Backup

标签:

原文地址:http://www.cnblogs.com/zjoch/p/4250243.html

(0)
(0)
   
举报
评论 一句话评论(0
登录后才能评论!
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!