zoukankan      html  css  js  c++  java
  • Error : The specified component was not reported by the VSS writer (Error 517) in Windows Server 2012 Backup

    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.

    Failed_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

    Error message 

    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.

    WSBSuccess

    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.

  • 相关阅读:
    【Neo4j cypher命令】 使用
    【Neo4j】 Neo4j数据插入的几种方式总结
    【Ubuntu】 解决 无法获得锁 /var/lib/dpkg/lock-frontend
    【python】win10配置pycharm 关于Error processing line 7 of D:softwaresAnaconda3libsite-packagespywin32.pth 问题的解决
    win10环境配置XShell6.0绿色版
    【python】 Anaconda3配置好后,启动jupyter服务异常的解决方法
    利用python+win32api获取标题对应的窗口句柄id,并且操作为当前活动窗口
    利用python+win32获取windows中任务中所有的窗口标题
    C++核心知识
    C++基础知识
  • 原文地址:https://www.cnblogs.com/zjoch/p/4250243.html
Copyright © 2011-2022 走看看