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. 随性练习:excel中文字和链接存到html文件

    这是一个简单的练习,主要是将excel中文字和链接存到html文件中,并且可通过点击文字直通链接 excel格式如下图示,我这里得excel是07版的,所以用到xlrd模块 代码: import xl ...

  2. java——数组栈 ArrayStack

    栈的应用: undo操作-编辑器 系统调用栈-操作系统 括号匹配-编译器 以下是动态数组实现的数组栈: 定义动态数组: package Date_pacage; public class Array& ...

  3. windows 远程到ubuntu桌面

    Windows remote connect ubuntu desktop 1. install xRDP sudo apt-get update sudo apt-get install xrdp ...

  4. vue+iview中的table表格导出excel表格

    一.iveiw框架中table中有exportCsv()方法可以导出.csv后缀文件,类似于excel文件,但是并不是excel文件. 二.实现table表格导出excel文件利用Blob.js 和 ...

  5. Vue.js-----轻量高效的MVVM框架(七、表单控件绑定)

    话不多说,先上完整代码: <!DOCTYPE html> <html> <head> <meta charset="UTF-8"> ...

  6. eclipse 快捷键使用日志

    Ctrl+Shift+F 格式化代码 Ctrl+Shift+O  快速导入资源包 Ctrl+m 最大化/最小化当前窗口(全屏/还原)

  7. [Eclipse]自动注释功能

    1) 新建一个file时,加上一些注释的方法. window->preference->java->code     styple->code     template 当你选 ...

  8. MySQL如何查询当月数据

    自己写了一个比较简单效率又高的方法,分享给大家: WHERE addTime BETWEEN DATE_FORMAT(NOW(),'%Y-%m-01') AND NOW() 方法就是过滤 本月1日到当 ...

  9. [LeetCode]14. Longest Common Prefix最长公共前缀

    Write a function to find the longest common prefix string amongst an array of strings. If there is n ...

  10. Python元组类型、字典类型及常用操作

    一.元组类型 1.用途 记录多个值,当多个值没有改的需求,此时用元组更合适,Python的元组与列表类似,不同之处在于元组的元素不能修改. 2.定义方式 在()内用逗号分隔开多个任意类型的值 t=(1 ...