VMware Backup getting snapshot error encountered (156)and status: 4207: Could not fetch snapshot metadata
Article ID:100014376 Last Published:2014-11-03 Product(s):NetBackup

Problem
A vCenter environment that is using the VMware Horizon View product to create virtual machines is having issues backing up.

When doing a backup with the virtual machine powered up it fails with a snapshot error but when it is powered off it will backup just fine.

Error that we are getting from vCenter is indicating that it is failing on the Quiesce of the machine.

A snapshot taken within vCenter works just fine.

Reason we have these results is in VMware when you do a snapshot it does a"Snapshot the virtual machine's memory"and does not do a"Quiesce guest file system"unless you select that option. When coming from NetBackup it is just the opposite. It relies on the quiesce of the virtual machine to do the backup.

Error Message
Job Details:
10/21/2014 13:43:33 - Info bpfis (pid=1392) done. status: 4207
10/21/2014 13:43:33 - end VMware: Delete Snapshot; elapsed time 8759:56:44
10/21/2014 13:43:33 - Info bpfis (pid=1392) done. status: 4207: Could not fetch snapshot metadata
10/21/2014 13:43:33 - end writing
Operation Status 4207
operation Status 156
snapshot error encountered (156)

Error seen in vCenter tasks when snapshot is attempted:
Create virtual machine snapshotjgarnett-pcAn error occurred while saving the snapshot: msg.snaps-hot.error-Q-UIESCINGE-RROR.View details...rootvchorizon10/21/2014 1:43:40 PM10/21/2014 1:43:40 PM10/21/2014 1:43:44 PM

Cause
When using VMware Horizon view to create virtual desktops a tool was used from VMware called VMware OS Optimization Tool to optimize the virtual machine. The VMware OS Optimization Tool helps optimize Windows 7 desktops for use with VMware Horizon View. The optimization tool includes customizable templates to enable or disable Windows system services and features, per VMware recommendations and best practices, across multiple systems. This tool makes many changes to the virtual machine and it disables the required "Volume Shadow Copy" service that is needed to quiesce the virtual machine. This creates the failure of the snapshot within VMware.

Solution
After running theVMware OS Optimization toolyou need to go back and modify the"Volume Shadow Copy Service"which was disabled and set it to"Manual"

Open Windows Services:

  • From theRunwindow typeservices.mscor go toAdministrative Toolsand selectServices
  • Find"Volume Shadow Copy"service
  • Right-Click to open theProperties
  • Go to"Startup Type"and change toManual
  • SelectOK

Applies To

NetBackup 7.6.0.3
VMware 5.5 Update 1
VMware Horizon View and used VMware OS Optimization Tool to optimize the virtual machines

nbu备份虚拟机报错156状态4207的更多相关文章

  1. VirtualBox启动虚拟机报错0x80004005

    Unable to load R3 module C:\Program Files\Oracle\VirtualBox/VBoxDD.DLL (VBoxDD): GetLastError=1790 ( ...

  2. xtrabackup备份MySQL报错:InnoDB: Error number 24 means 'Too many open files'

    xtrabackup备份MySQL报错:InnoDB: Error number 24 means 'Too many open files' 1.使用xtrabackup备份MySQL时出现如下报错 ...

  3. 启动虚拟机报错VMware Workstation cannot connect to the virtual machine

    启动虚拟机报错: VMware Workstation cannot connect to the virtual machine. Make sure you have rights to run ...

  4. php中各种http报错的状态码分析

    HTTP会经常遇见错误,本文主要和大家分享php中各种http报错的状态码,希望能帮助到大家. HTTP 错误 400 400 请求出错 由于语法格式有误,服务器无法理解此请求.不作修改,客户程序就无 ...

  5. 运行虚拟机报错:CPU acceleration status: HAXM is not installed on this machine

    运行虚拟机报错:CPU acceleration status: HAXM is not installed on this machine. 这是因为SDKmanage没有安装HAXM ,于是打开S ...

  6. SAP 对HU做转库操作,系统报错 - 系统状态HUAS是活动的 - 分析

    SAP 对HU做转库操作,系统报错 - 系统状态HUAS是活动的 - 分析 近日收到业务团队报的问题,说是对某个HU做转库时候,系统报错.如下图示: HU里有是三个序列号, 1191111034011 ...

  7. SharePoint 2013 PowerShell命令备份还原报错

    错误截图: 文字描述: Restore-SPSite : <nativehr>0x80070003</nativehr><nativestack></nati ...

  8. VCenter克隆虚拟机报错msg.snapshot.error-QUIESCINGERROR

    参考文献: http://www.mrtechjunkie.com/error-occurred-taking-snapshot-msg-snapshot-error-quiescingerror/ ...

  9. Virtualbox 启动虚拟机报错以及扩展、显卡驱动安装

    一.Virtualbox虚拟机启动报错,如图 预先估计是BIOS中的cpu Virtualtion虚拟化支持是disable,结果一看是enable. 接下来只好Google,找到了这么一个帖子:ht ...

随机推荐

  1. bootstrap多选框

    不多说,先上图片 本多选框是用的bootstrap的样式为基础,将弹出框css改造,然后自己写的js得到. 下面为全部页面的代码,需要的可以自己改动js,得到自己需要的效果 <!DOCTYPE ...

  2. pageX,clientX,offsetX,screenX,offsetLeft,style.left,offsetWidth,scrollWidth的区别以及使用详解

    https://www.cnblogs.com/echolun/p/9231760.html

  3. Webstrom 中写Vue没有代码提示如何解决?

    1. 如果你的Webstorm是2017版的,请更新到最新的2018,2018版本的webstorm自带了vue插件 找到 Help > About,查看你的Webstorm版本 2. 如果你的 ...

  4. RTT学习之线程

    一 线程的创建和删除:rt_thread_create()创建的句柄,对应的删除rt_thread_delete(),注意线程的删除只是将线程的状态该为close,进入空闲任务才删除.rt_threa ...

  5. CAD安装失败怎样卸载CAD 2014?错误提示某些产品无法安装

    AUTODESK系列软件着实令人头疼,安装失败之后不能完全卸载!!!(比如maya,cad,3dsmax等).有时手动删除注册表重装之后还是会出现各种问题,每个版本的C++Runtime和.NET f ...

  6. [转]js add month 加n月

    本文转自:http://stackoverflow.com/questions/5645058/how-to-add-months-to-a-date-in-javascript/5645126 I ...

  7. Sean McGinnis

    * Loaded log from Wed Nov 25 22:19:43 2015 * Now talking on #openstack-smaug* [smcginnis] (~smcginni ...

  8. 计算机为什么要区别C盘,D盘,E盘等?

      为什么要区分C盘,D盘,E盘,F盘? 1)各盘出现背景 在计算机刚诞生的年代,还没有硬盘,那时数据存储主要靠软盘.软盘驱动器按照顺序占据了A和B盘符的位置,后来随着硬盘的应用,就出现了C盘及以后的 ...

  9. MS-DOS

    MS-DOS doskey /history /reinstall /buffersize /macros doskey di=dir /w/p defrag 磁盘碎片整理 xcopy deltree ...

  10. C++ 虚函数、纯虚函数、虚继承

    1)C++利用虚函数来实现多态. 程序执行时的多态性通过虚函数体现,实现运行时多态性的机制称爲动态绑定:与编译时的多态性(通过函数重载.运算符重载体现,称爲静态绑定)相对应. 在成员函数的声明前加上v ...