none
Windows Server backup RRS feed

  • 问题

  • windows 2008 r2   用Windows Server  backup  备份hyper- v ,创建的备份计划。备份的时候备份失败,查看错误信息,报:

    事件521

    在“‎2016‎-‎08‎-‎02T14:00:22.496000000Z”上启动的备份操作失败,因为卷影复制服务操作无法创建所备份卷的卷影副本,错误代码为“2155348001”。请查看事件详细信息以获得解决方案,然后在解决问题后重新运行备份操作。

    2016年8月3日 8:41

答案

  • 您好!

    关于该报错,首先请参考以下文档来进行相关的排错。

    很抱歉该文档只有英文版本的。

    Event ID 521 — Backup Operations

    https://technet.microsoft.com/zh-cn/library/cc734453(WS.10).aspx

    此外,我查阅了一些相似的案例,有好多是通过以下方法解决的,您可以进行尝试。

    可能原因:Windows Server Backup在创建卷影副本时超时导致的该问题,请尝试创建以下注册表键值来增加这个超时的阈值。

    请注意,由于涉及到注册表键值的修改,请在修改前进行备份。

    1. 以管理员身份运行REGEDIT.exe,定位到以下路径HKEY_LOCAL_MACHINE\Software\Microsoft\Windows NT\CurrentVersion\SPP

    2. 创建一个新的注册表键值 type DWORD name "CreateTimeout"

    3. 将值改为12000000(2*10*60*1000 = 20 mins) in decimal

    Best Regards,

    Alvin Wang


    Please remember to mark the replies as an answers if they help and unmark them if they provide no help.
    If you have feedback for TechNet Subscriber Support, contact tnmff@microsoft.com.

    2016年8月4日 2:07
    版主