<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:wfw="http://wellformedweb.org/CommentAPI/"
	xmlns:dc="http://purl.org/dc/elements/1.1/"
	xmlns:atom="http://www.w3.org/2005/Atom"
	xmlns:sy="http://purl.org/rss/1.0/modules/syndication/"
	xmlns:slash="http://purl.org/rss/1.0/modules/slash/"
	>

<channel>
	<title>Simpleman &#38; Simple Life &#187; NetBackup</title>
	<atom:link href="http://xuming.info/tag/netbackup/feed/" rel="self" type="application/rss+xml" />
	<link>http://xuming.info</link>
	<description>Learn to write and appreciate</description>
	<lastBuildDate>Sat, 11 Dec 2010 03:05:06 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.1.1</generator>
		<item>
		<title>NetBackup VCB backup encounter 156 error</title>
		<link>http://xuming.info/2010/03/netbackup-vcb-backup-encounter-156-error/</link>
		<comments>http://xuming.info/2010/03/netbackup-vcb-backup-encounter-156-error/#comments</comments>
		<pubDate>Wed, 17 Mar 2010 07:20:32 +0000</pubDate>
		<dc:creator>xuming</dc:creator>
				<category><![CDATA[NetBackup]]></category>
		<category><![CDATA[Virtualization]]></category>
		<category><![CDATA[156]]></category>
		<category><![CDATA[Quiesced]]></category>
		<category><![CDATA[Snapshot]]></category>
		<category><![CDATA[VCB]]></category>

		<guid isPermaLink="false">http://xuming.info/?p=1444</guid>
		<description><![CDATA[如何解决一些虚拟机不能通过 VCB 成功备份的情况？ NetBackup 通过 VCB 备份 VI 3.x/vSphere 4 的虚拟机时，总会是不是的发现某些 VM 出现 156 号错误，显示快照建立失败，如何去处理呢？ 典型的报错如: Creating a quiesced snapshot failed because the created snapshot operation exceeded the time limit for holding off I/O in the frozen virtual machine. 总的思路：确定真的是不能通过 VCB 成功备份再考虑传统的备份方法。 解决步骤(需要说明的是 VMware Tools 的安装和卸载需要重启服务器才能生效，需要慎重使用)： 1. 查看是否安装了最新的 VMware Tools，如果不是则尝试升级到最新版本； 2. 如果还是不行，则再次卸载 VMware Tools，然后将 sync [...]]]></description>
			<content:encoded><![CDATA[<p>如何解决一些虚拟机不能通过 VCB 成功备份的情况？</p>
<p>NetBackup 通过 VCB 备份 VI 3.x/vSphere 4 的虚拟机时，总会是不是的发现某些 VM 出现 156 号错误，显示快照建立失败，如何去处理呢？</p>
<p>典型的报错如: Creating a quiesced snapshot failed because the created snapshot operation exceeded the time limit for holding off I/O in the frozen virtual machine.</p>
<p>总的思路：确定真的是不能通过 VCB 成功备份再考虑传统的备份方法。</p>
<p>解决步骤(需要说明的是 VMware Tools 的安装和卸载需要重启服务器才能生效，需要慎重使用)：<br />
 1. 查看是否安装了最新的 VMware Tools，如果不是则尝试升级到最新版本；<br />
 2. 如果还是不行，则再次卸载 VMware Tools，然后将 sync driver 这个服务设置为 disable，同时设置 VSS 服务为 Automatic。之后再次安装 VMware Tools；<br />
 3. 如果还是不行，则尝试在需要备份的虚拟机负载较低的时候发起 VCB 备份，看看是否能够备份成功；<br />
 4. 如果还是不行，有两个选择：<br />
 1). 在 NetBackup 中设置对这台虚拟机备份的策略，在 Snapshot client options 中设定 disable VM quiesce 为 1，即在创建快照前不需要 quiesing 的动作，但需要强调的是如果不进行 quiesing 的动作，则不能保证备份的有效性，在恢复时有可能造成某些文件丢失和部分应用的出错；<br />
 2).  只能老老实实的安装传统的备份 Agent 通过传统方式备份了。不过还是有选择的，可以选择通过对文件系统（分区）级别的快照来加快备份速速，我在这里就不详细描述了。</p>
<p>#####<br />
 # 新的解决方法<br />
 ######################################</p>
<p>上面所记录的是几个月前我对 NBU 通过 VCB 备份出现 156 错误的总结，今天看了两篇 VMware 的官方文档，有了新的认识。<br />
 文档一：<a href="http://kb.vmware.com/selfservice/microsites/search.do?language=en_US&amp;cmd=displayKC&amp;externalId=1007696">Troubleshooting Volume Shadow Copy (VSS) quiesce related issues</a><br />
 文档二：<a href="http://kb.vmware.com/selfservice/microsites/search.do?language=en_US&amp;cmd=displayKC&amp;externalId=1009073">Unable to take a quiesced VMware snapshot of a virtual machine</a></p>
<p>总的思路：</p>
<p>1. 卸载当前机器上的 VMware Tools，重启虚机；<br />
 2. 登录虚机，在重新安装 VMware Tools 之前，确保如下两个服务（其目的是为了安装 VMware Tools 时能够成功安装“VMware Snapshot Provider”服务）：<br />
 a. &#8220;COM+ System Application Service&#8221; 服务开启，设置其启动类型为 Manual;<br />
 b. &#8220;COM+ Event System Service&#8221; 服务开启，设置其启动类型为 Automatic;<br />
 如果符合上面的两个条件，开始安装 VMware Tools，之后重启虚机。<br />
 3. 重新尝试在 NBU 上发起 VCB 备份策略，在备份的时候查看如下几个服务：<br />
 a.  确保&#8221;COM+ System Application&#8221;服务当前开启，其启动类型为 Manual；<br />
 b.  确保“COM+ Event System Service”当前开启，其启动类型为 Automatic；<br />
 c.  确保 &#8220;Volume Shadow Copy Service&#8221;启动类型为 Manual；<br />
 d.  确保“Microsoft Software Shadow Copy Provider Service”启动类型为 Manual；<br />
 e.  确保“VMware Snapshot Provider”服务当前启动，启动类型为 Manual。</p>
<p>#####<br />
# 要重复强调的几点<br />
##################################</p>
<p>对于负载较高的虚拟机，如运行着 SQL, Exchange 的虚拟机，或者虚拟机是域控制器，使用 VCB 的快照方式备份不能保证应用的一致性，推荐使用传统的备份 Agent 方式备份。如果希望做到快速恢复，可以考虑系统本身通过快照方式备份和恢复，应用使用专门的备份客户端恢复。</p>
]]></content:encoded>
			<wfw:commentRss>http://xuming.info/2010/03/netbackup-vcb-backup-encounter-156-error/feed/</wfw:commentRss>
		<slash:comments>2</slash:comments>
		</item>
		<item>
		<title>NetBackup Database Server is down (93)</title>
		<link>http://xuming.info/2010/02/netbackup-database-server-is-down-93/</link>
		<comments>http://xuming.info/2010/02/netbackup-database-server-is-down-93/#comments</comments>
		<pubDate>Thu, 04 Feb 2010 01:58:01 +0000</pubDate>
		<dc:creator>xuming</dc:creator>
				<category><![CDATA[NetBackup]]></category>
		<category><![CDATA[93]]></category>
		<category><![CDATA[Catalog]]></category>
		<category><![CDATA[catstore]]></category>
		<category><![CDATA[Database]]></category>

		<guid isPermaLink="false">http://xuming.info/?p=1427</guid>
		<description><![CDATA[快要春节了，不想惹事，不想折腾。可是，唉，今天一早发现打开 NetBackup 控制台时，出现 Database Server is down 的提示，具体表现如下： 在点击 Activity Monitor 时，出现如下报错： 在点击 Media 时，出现如下错误： 故障原因： NetBackup Master Server 的数据库所在的分区空间使用满了，为保证数据库的数据完整性，关闭了 Media Manager server 数据库。 仔细查看，可以发现某些服务器在 Netbackup\db\images\ 的文件特别大，如下图： 两种方法解决： 1. 压缩 catalog 定位到 Host Properties/Master Server/Golbal Attributes/，选择 compress catalog interval after x days。 2. 使用 ALTPATH 修改 images 这个目录的路径，这个没有具体去研究 上述两种方法是官方推荐的方法，注意第一种方法压缩 catalog 时需要注意，如果您的 Master Server 版本是 6.0.3 [...]]]></description>
			<content:encoded><![CDATA[<p>快要春节了，不想惹事，不想折腾。可是，唉，今天一早发现打开 NetBackup 控制台时，出现 Database Server is down 的提示，具体表现如下：</p>
<p>在点击 Activity Monitor 时，出现如下报错：</p>
<p><img src="http://xuming.info/wp-content/uploads/2010/02/screenshot_01.png" alt="" width="432" height="117" /></p>
<p>在点击 Media 时，出现如下错误：</p>
<p><img src="http://xuming.info/wp-content/uploads/2010/02/screenshot_06.png" alt="" /></p>
<p>故障原因： NetBackup Master Server 的数据库所在的分区空间使用满了，为保证数据库的数据完整性，关闭了 Media Manager server 数据库。</p>
<p>仔细查看，可以发现某些服务器在 Netbackup\db\images\ 的文件特别大，如下图：</p>
<p><img src="http://xuming.info/wp-content/uploads/2010/02/screenshot_05.png" alt="" width="481" height="318" /></p>
<p>两种方法解决：<br />
 1. 压缩 catalog<br />
 定位到 Host Properties/Master Server/Golbal Attributes/，选择 compress catalog interval after x days。<br />
 2. 使用 ALTPATH 修改 images 这个目录的路径，这个没有具体去研究</p>
<p>上述两种方法是官方推荐的方法，注意第一种方法压缩 catalog 时需要注意，如果您的 Master Server 版本是 6.0.3 之前的，会存在一个问题，具体查看 http://seer.entsupport.symantec.com/docs/283528.htm</p>
<p>不过以上两种方法，我目前都没有采用，我只是零时将一些 catstore 文件迁移到其他地方，然后使用 nbdb_admin -start 命令启动 NetBackup 的数据库，如下图：</p>
<p><img src="http://xuming.info/wp-content/uploads/2010/02/screenshot_07.png" alt="" width="470" height="52" /></p>
<p>之后，NetBackup Database server 恢复正常。目前在考虑迁移 Master Server 到一台新的服务器上，采用备份和恢复 catalog 的方法。</p>
<p><br class="spacer_" /></p>
]]></content:encoded>
			<wfw:commentRss>http://xuming.info/2010/02/netbackup-database-server-is-down-93/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>如何解决一些虚拟机不能通过 VCB 成功备份的情况</title>
		<link>http://xuming.info/2010/01/%e5%a6%82%e4%bd%95%e8%a7%a3%e5%86%b3%e4%b8%80%e4%ba%9b%e8%99%9a%e6%8b%9f%e6%9c%ba%e4%b8%8d%e8%83%bd%e9%80%9a%e8%bf%87-vcb-%e6%88%90%e5%8a%9f%e5%a4%87%e4%bb%bd%e7%9a%84%e6%83%85%e5%86%b5/</link>
		<comments>http://xuming.info/2010/01/%e5%a6%82%e4%bd%95%e8%a7%a3%e5%86%b3%e4%b8%80%e4%ba%9b%e8%99%9a%e6%8b%9f%e6%9c%ba%e4%b8%8d%e8%83%bd%e9%80%9a%e8%bf%87-vcb-%e6%88%90%e5%8a%9f%e5%a4%87%e4%bb%bd%e7%9a%84%e6%83%85%e5%86%b5/#comments</comments>
		<pubDate>Sat, 16 Jan 2010 13:30:42 +0000</pubDate>
		<dc:creator>xuming</dc:creator>
				<category><![CDATA[NetBackup]]></category>
		<category><![CDATA[Virtualization]]></category>
		<category><![CDATA[156]]></category>
		<category><![CDATA[Quiesce]]></category>
		<category><![CDATA[Snapshot]]></category>
		<category><![CDATA[VCB]]></category>

		<guid isPermaLink="false">http://xuming.info/?p=1359</guid>
		<description><![CDATA[如何解决一些虚拟机不能通过 VCB 成功备份的情况？ NetBackup 通过 VCB 备份 VI 3.x/vSphere 4 的虚拟机时，总会是不是的发现某些 VM 出现 156 号错误，显示快照建立失败，如何去处理呢？ 总的思路：确定真的是不能通过 VCB 成功备份再考虑传统的备份方法。 解决步骤(需要说明的是 VMware Tools 的安装和卸载需要重启服务器才能生效，需要慎重使用)： 1. 查看是否安装了最新的 VMware Tools，如果不是则尝试升级到最新版本； 2. 如果还是不行，则再次卸载 VMware Tools，然后将 sync driver 这个服务设置为 disable，同时设置 VSS 服务为 Automatic。之后再次安装 VMware Tools； 3. 如果还是不行，则尝试在需要备份的虚拟机负载较低的时候发起 VCB 备份，看看是否能够备份成功； 4. 如果还是不行，有两个选择： 1). 在 NetBackup 中设置对这台虚拟机备份的策略，在 Snapshot client options 中设定 disable VM [...]]]></description>
			<content:encoded><![CDATA[<p>如何解决一些虚拟机不能通过 VCB 成功备份的情况？</p>
<p>NetBackup 通过 VCB 备份 VI 3.x/vSphere 4 的虚拟机时，总会是不是的发现某些 VM 出现 156 号错误，显示快照建立失败，如何去处理呢？</p>
<p>总的思路：确定真的是不能通过 VCB 成功备份再考虑传统的备份方法。</p>
<p>解决步骤(需要说明的是 VMware Tools 的安装和卸载需要重启服务器才能生效，需要慎重使用)：<br />
1. 查看是否安装了最新的 VMware Tools，如果不是则尝试升级到最新版本；<br />
2. 如果还是不行，则再次卸载 VMware Tools，然后将 sync driver 这个服务设置为 disable，同时设置 VSS 服务为 Automatic。之后再次安装 VMware Tools；<br />
3. 如果还是不行，则尝试在需要备份的虚拟机负载较低的时候发起 VCB 备份，看看是否能够备份成功；<br />
4. 如果还是不行，有两个选择：<br />
 1). 在 NetBackup 中设置对这台虚拟机备份的策略，在 Snapshot client options 中设定 disable VM quiesce 为 1，即在创建快照前不需要 quiesing 的动作，但需要强调的是如果不进行 quiesing 的动作，则不能保证备份的有效性，在恢复时有可能造成某些文件丢失和部分应用的出错；<br />
 2).  只能老老实实的安装传统的备份 Agent 通过传统方式备份了。不过还是有选择的，可以选择通过对文件系统（分区）级别的快照来加快备份速速，我在这里就不详细描述了。</p>
]]></content:encoded>
			<wfw:commentRss>http://xuming.info/2010/01/%e5%a6%82%e4%bd%95%e8%a7%a3%e5%86%b3%e4%b8%80%e4%ba%9b%e8%99%9a%e6%8b%9f%e6%9c%ba%e4%b8%8d%e8%83%bd%e9%80%9a%e8%bf%87-vcb-%e6%88%90%e5%8a%9f%e5%a4%87%e4%bb%bd%e7%9a%84%e6%83%85%e5%86%b5/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>NetBackup 7.0 值得期待的功能</title>
		<link>http://xuming.info/2010/01/netbackup-7-0-%e5%80%bc%e5%be%97%e6%9c%9f%e5%be%85%e7%9a%84%e5%8a%9f%e8%83%bd/</link>
		<comments>http://xuming.info/2010/01/netbackup-7-0-%e5%80%bc%e5%be%97%e6%9c%9f%e5%be%85%e7%9a%84%e5%8a%9f%e8%83%bd/#comments</comments>
		<pubDate>Sat, 16 Jan 2010 13:11:04 +0000</pubDate>
		<dc:creator>xuming</dc:creator>
				<category><![CDATA[NetBackup]]></category>
		<category><![CDATA[Virtualization]]></category>
		<category><![CDATA[BLIB]]></category>
		<category><![CDATA[BMR]]></category>
		<category><![CDATA[FA]]></category>
		<category><![CDATA[VCB]]></category>
		<category><![CDATA[vStorage]]></category>

		<guid isPermaLink="false">http://xuming.info/?p=1355</guid>
		<description><![CDATA[NetBackup 7.0 尚未正式发布，目前处于 First Avaiability (FA) Program 阶段。 一些值得期待的新功能： 1. 全集成的重复数据删除功能（Fully Integrated Deduplication），实现 Backup Client 和 Media Server 上的重复数据删除，不再需要一台单独的服务器控制 dedupe； 2. 支持 vSphere 4.0 最新的 vStorage API，改善原有的 VCB 的不足，如不再需要部署 VCB Proxy，支持 Block Level Incremental Backup (BLIB)，并实现文件级的恢复； 3. 扩展对 Hyper-V 环境的备份支持，支持对 VHD 格式文件的增量备份； 4. 支持 Windows 7 和 Windows 2008 R2 作为 Client，支持 Windows 2008 R2 [...]]]></description>
			<content:encoded><![CDATA[<p>NetBackup 7.0 尚未正式发布，目前处于 First Avaiability (FA) Program 阶段。</p>
<p>一些值得期待的新功能：<br />
 1. 全集成的重复数据删除功能（Fully Integrated Deduplication），实现 Backup Client 和 Media Server 上的重复数据删除，不再需要一台单独的服务器控制 dedupe；<br />
 2. 支持 vSphere 4.0 最新的 vStorage API，改善原有的 VCB 的不足，如不再需要部署 VCB Proxy，支持 Block Level Incremental Backup (BLIB)，并实现文件级的恢复；<br />
 3. 扩展对 Hyper-V 环境的备份支持，支持对 VHD 格式文件的增量备份；<br />
 4. 支持 Windows 7 和 Windows 2008 R2 作为 Client，支持 Windows 2008 R2 作为 Server；<br />
 5. BMR 升级到 WinPE 2.1 环境。</p>
<p>注释：<br />
 什么是 First Avaiability (FA) Program ?<br />
 First Availability software is production ready GA software that has passed stringent Symantec release and quality criteria.   This is not an Alpha or Beta program and we encourage and fully support FA code in production environments.  The First Availability program provides GA quality software to you as soon as it becomes available.</p>
<p>详细内容请看：http://seer.entsupport.symantec.com/docs/336166.htm</p>
]]></content:encoded>
			<wfw:commentRss>http://xuming.info/2010/01/netbackup-7-0-%e5%80%bc%e5%be%97%e6%9c%9f%e5%be%85%e7%9a%84%e5%8a%9f%e8%83%bd/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>VCB 的终结者 &#8211; vStorage</title>
		<link>http://xuming.info/2010/01/vcb-%e7%9a%84%e7%bb%88%e7%bb%93%e8%80%85-vstorage/</link>
		<comments>http://xuming.info/2010/01/vcb-%e7%9a%84%e7%bb%88%e7%bb%93%e8%80%85-vstorage/#comments</comments>
		<pubDate>Sat, 16 Jan 2010 12:23:04 +0000</pubDate>
		<dc:creator>xuming</dc:creator>
				<category><![CDATA[NetBackup]]></category>
		<category><![CDATA[Storage]]></category>
		<category><![CDATA[Virtualization]]></category>
		<category><![CDATA[CBT]]></category>
		<category><![CDATA[Snapshot]]></category>
		<category><![CDATA[VCB]]></category>
		<category><![CDATA[vStorage]]></category>

		<guid isPermaLink="false">http://xuming.info/?p=1352</guid>
		<description><![CDATA[最近一直被 VCB 备份的事情所苦恼着，备份窗口太长。 VCB &#8211; VMware Consolidated Backup 是  VI3 时代推出的针对虚拟机备份的一个组件，目前也适用与 vSphere 4.0 的备份，可以和其他备份软件相结合，实现 Lan-Free 和 Off-Host 的备份，和新的虚拟化环境相适应，与传统的 Backup Agent 方式的备份相比，不需要在每一台 Client 上安装 Agent 了，备份时数据流不通过 VM 和 ESX Host，减少了备份对应用的影响。 但是 VCB 的缺点是： 1. 备份时产生的 Snapshot会出现各种各样的问题，如 Snapshot 创建失败，Snapshot 删除失败，某些应用程序不支持 Snapshot 在其存续期间应用会产生故障； 2. 需要一台 VCB Proxy，安装 VCB 组件，以 NetBackup 为例，一般推荐安装在 NBU Media Server 上； 3. VCB 备份需要一个大的磁盘空间，用于放置虚拟机的快照，特别是进行 [...]]]></description>
			<content:encoded><![CDATA[<p>最近一直被 VCB 备份的事情所苦恼着，备份窗口太长。</p>
<p>VCB &#8211; VMware Consolidated Backup 是  VI3 时代推出的针对虚拟机备份的一个组件，目前也适用与 vSphere 4.0 的备份，可以和其他备份软件相结合，实现 Lan-Free 和 Off-Host 的备份，和新的虚拟化环境相适应，与传统的 Backup Agent 方式的备份相比，不需要在每一台 Client 上安装 Agent 了，备份时数据流不通过 VM 和 ESX Host，减少了备份对应用的影响。</p>
<p>但是 VCB 的缺点是：<br />
1. 备份时产生的 Snapshot会出现各种各样的问题，如 Snapshot 创建失败，Snapshot 删除失败，某些应用程序不支持 Snapshot 在其存续期间应用会产生故障；<br />
2. 需要一台 VCB Proxy，安装 VCB 组件，以 NetBackup 为例，一般推荐安装在 NBU Media Server 上；<br />
3. VCB 备份需要一个大的磁盘空间，用于放置虚拟机的快照，特别是进行 Full VM 的备份时，如果同时发起多个备份，需要考虑这个 staging disk 的空间一定要足够大，不然会出现 156 错误。</p>
<p>随着 vSphere 的推出，引出了 VMware vStorage API 的概念，可以替换 VCB。相比 VCB，VMware vStorage API 具有如下优点：<br />
1. 不再需要 VCB Proxy 的角色，备份服务器可以支持从存储上 ESX Host 上看到 Datastore 中备份虚拟机；<br />
2. 不再需要一个磁盘空间用作备份时的 staging disk；<br />
3. 提供了 changed block tracking 功能，可以实现 block 级别的差别变化，大大缩短 image-level 增量备份的时间。</p>
<p>vStorage API 的限制：<br />
1. ESX Host 必须是 4.0 以上版本 (也有一种说法是支持 ESX 3.5，但未经官方证实)；<br />
2. VM 的硬件版本必须是 7 以上；<br />
3. 至少目前看来，支持的厂商还比较少，只有新兴的如 Veeam 等厂商的备份产品支持，NetBackup 要等到 7.0 版本才会支持，而 NetBackup 7 目前还没有正式发布。</p>
<p>注：有一种说法［http://www.vnotion.com/?p=181］是 vStorage 支持 ESX 3.5，只是不具备 changed block tracking 等新功能，这个功能在进行增量备份的时候还是很有用的。</p>
<p>名词解释:<br />
Changed Block Tracking &#8211; CBT is a new feature in vSphere that can keep track of the blocks of a virtual disk that have changed since a certain point in time. This is extremely useful for backup and replication applications that can use this information to greatly improve incremental backup and replication times. Without CBT these applications have to figure out changed blocks on their own so being able to get this information for free using the vStorage advanced programming interfaces is extremely valuable to them.</p>
]]></content:encoded>
			<wfw:commentRss>http://xuming.info/2010/01/vcb-%e7%9a%84%e7%bb%88%e7%bb%93%e8%80%85-vstorage/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>又一次的被 NetBackup 中涉及的名称解析打败了</title>
		<link>http://xuming.info/2010/01/%e5%8f%88%e4%b8%80%e6%ac%a1%e7%9a%84%e8%a2%ab-netbackup-%e4%b8%ad%e6%b6%89%e5%8f%8a%e7%9a%84%e5%90%8d%e7%a7%b0%e8%a7%a3%e6%9e%90%e6%89%93%e8%b4%a5%e4%ba%86/</link>
		<comments>http://xuming.info/2010/01/%e5%8f%88%e4%b8%80%e6%ac%a1%e7%9a%84%e8%a2%ab-netbackup-%e4%b8%ad%e6%b6%89%e5%8f%8a%e7%9a%84%e5%90%8d%e7%a7%b0%e8%a7%a3%e6%9e%90%e6%89%93%e8%b4%a5%e4%ba%86/#comments</comments>
		<pubDate>Wed, 13 Jan 2010 15:26:51 +0000</pubDate>
		<dc:creator>xuming</dc:creator>
				<category><![CDATA[NetBackup]]></category>
		<category><![CDATA[Virtualization]]></category>
		<category><![CDATA[BMR]]></category>
		<category><![CDATA[NDMP]]></category>
		<category><![CDATA[SMVI]]></category>
		<category><![CDATA[VCB]]></category>

		<guid isPermaLink="false">http://xuming.info/?p=1347</guid>
		<description><![CDATA[最近一直忙于 VMware 虚机通过 VCB 备份的事情，发现原有的备份架构越来越不适应日益增长的服务器虚拟化环境，总体感觉 VCB 方式不适用于大量的虚拟机备份，如果一个 Virtual Center 下挂有超过 50 台以上的 VM，VCB 简直就是头疼的事情。虚拟机的备份，最终出路是通过存储端的快照来备份，NetApp 的 SMVI + NetBackup 的 NDMP 才是虚拟机备份的最终出路。碍于目前公司的软硬件环境，NDMP 目前实现不了，只能在 VCB 方面下功夫了。 新搭了两台 Media Server，同时作为 VCB 备份的 proxy，后端分别挂接了一台 VTL，每个 VTL 分配 16 个 Drive，磁带嘛慢慢加喽。郁闷的是，两台服务器，按照同样的步骤，但就是有一台在建立 Flash-backup 类型的备份策略时，最终总会提示“Snapshot could not be created with VMware method”。 折腾了好久，最终发现原来是名称解析问题，因为这台 Media Server 使用的 IP 之前被另外一台服务器使用过，WINS 名称和 DNS 名称不一致所致，临时通过修改 Host [...]]]></description>
			<content:encoded><![CDATA[<p>最近一直忙于 VMware 虚机通过 VCB 备份的事情，发现原有的备份架构越来越不适应日益增长的服务器虚拟化环境，总体感觉 VCB 方式不适用于大量的虚拟机备份，如果一个 Virtual Center 下挂有超过 50 台以上的 VM，VCB 简直就是头疼的事情。虚拟机的备份，最终出路是通过存储端的快照来备份，NetApp 的 SMVI + NetBackup 的 NDMP 才是虚拟机备份的最终出路。碍于目前公司的软硬件环境，NDMP 目前实现不了，只能在 VCB 方面下功夫了。</p>
<p>新搭了两台 Media Server，同时作为 VCB 备份的 proxy，后端分别挂接了一台 VTL，每个 VTL 分配 16 个 Drive，磁带嘛慢慢加喽。郁闷的是，两台服务器，按照同样的步骤，但就是有一台在建立 Flash-backup 类型的备份策略时，最终总会提示“Snapshot could not be created with VMware method”。</p>
<p><a href="http://xuming.info/wp-content/uploads/2010/01/1.png"><img class="aligncenter size-full wp-image-1348" title="1" src="http://xuming.info/wp-content/uploads/2010/01/1.png" alt="" width="449" height="248" /></a></p>
<p>折腾了好久，最终发现原来是名称解析问题，因为这台 Media Server 使用的 IP 之前被另外一台服务器使用过，WINS 名称和 DNS 名称不一致所致，临时通过修改 Host 文件，最终策略可用了。</p>
<p>之前在使用 BMR 恢复服务器时也出现过因为名称解析导致在 BMR 恢复时提示备份校验失败的现象，最终也是通过在备份服务器端手工写 host 文件的方式规避。</p>
<p>很多问题表现的现象都不是问题根本原因的直接体现。</p>
<p>两则小道消息：</p>
<p>1. 垃圾百度昨天不能访问，据说是因为域名没有续费；</p>
<p>2. Google 今天发表了公开信，考虑有可能关闭 google.cn 以及相关服务器，甚至会撤出在中国的办公机构。</p>
]]></content:encoded>
			<wfw:commentRss>http://xuming.info/2010/01/%e5%8f%88%e4%b8%80%e6%ac%a1%e7%9a%84%e8%a2%ab-netbackup-%e4%b8%ad%e6%b6%89%e5%8f%8a%e7%9a%84%e5%90%8d%e7%a7%b0%e8%a7%a3%e6%9e%90%e6%89%93%e8%b4%a5%e4%ba%86/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>NetBackup 备份服务器挂接带库显示 MISSING_PATH 的解决</title>
		<link>http://xuming.info/2010/01/netbackup-%e5%a4%87%e4%bb%bd%e6%9c%8d%e5%8a%a1%e5%99%a8%e6%8c%82%e6%8e%a5%e5%b8%a6%e5%ba%93%e6%98%be%e7%a4%ba-missing_path-%e7%9a%84%e8%a7%a3%e5%86%b3/</link>
		<comments>http://xuming.info/2010/01/netbackup-%e5%a4%87%e4%bb%bd%e6%9c%8d%e5%8a%a1%e5%99%a8%e6%8c%82%e6%8e%a5%e5%b8%a6%e5%ba%93%e6%98%be%e7%a4%ba-missing_path-%e7%9a%84%e8%a7%a3%e5%86%b3/#comments</comments>
		<pubDate>Wed, 13 Jan 2010 07:07:11 +0000</pubDate>
		<dc:creator>xuming</dc:creator>
				<category><![CDATA[NetBackup]]></category>
		<category><![CDATA[Drive]]></category>
		<category><![CDATA[MISSING_PATH]]></category>
		<category><![CDATA[Tape Library]]></category>
		<category><![CDATA[tpconfig]]></category>
		<category><![CDATA[vmoprcmd]]></category>

		<guid isPermaLink="false">http://xuming.info/?p=1344</guid>
		<description><![CDATA[有个 HP MSL 5060 的老带库，有两个 Drive 总是显示为 Down 的不可用状态，今天集中精力最后搞定，解决过程如下： C:\Documents and Settings\Administrator&#62;tpconfig -l     # 通过这个命令可以查看 Drive 状态 Device Robot Drive       Robot                    Drive                 Device Type     Num Index  Type DrNum Status  Comment    Name                  Path robot      1    -    TLD    -       -  -          -                     ntbbkp05 drive    -    5  hcart    2      UP  -          HP.ULTRIUM4-SCSI.017  {2,0,1,0} drive    -    6  hcart    4      [...]]]></description>
			<content:encoded><![CDATA[<p>有个 HP MSL 5060 的老带库，有两个 Drive 总是显示为 Down 的不可用状态，今天集中精力最后搞定，解决过程如下：</p>
<p>C:\Documents and Settings\Administrator&gt;tpconfig -l     # 通过这个命令可以查看 Drive 状态<br />
Device Robot Drive       Robot                    Drive                 Device</p>
<p>Type     Num Index  Type DrNum Status  Comment    Name                  Path</p>
<p>robot      1    -    TLD    -       -  -          -                     ntbbkp05</p>
<p> drive    -    5  hcart    2      UP  -          HP.ULTRIUM4-SCSI.017  {2,0,1,0}<br />
 drive    -    6  hcart    4      UP  -          HP.ULTRIUM4-SCSI.019  {2,0,2,0}<br />
 drive    -    7  hcart    1      UP  -          HP.ULTRIUM4-SCSI.016  {3,0,1,0}<br />
 drive    -    8  hcart    3      UP  -          HP.ULTRIUM4-SCSI.018  {3,0,2,0}<br />
robot      2    -    TLD    -       -  -          -                     {5,0,0,0}<br />
 drive    -    0  hcart    1    DOWN  -          HP.ULTRIUM1-SCSI.000  MISSING_PATH:{3,0,1,0}:HU75C0121<br />
 drive    -    1  hcart    2      UP  -          HP.ULTRIUM1-SCSI.001  {5,0,2,0}<br />
 drive    -    2  hcart    3    DOWN  -          HP.ULTRIUM1-SCSI.002  MISSING_PATH:{6,0,3,0}:HUB6C03WA<br />
 drive    -    3  hcart    4    DOWN  -          HP.ULTRIUM1-SCSI.003  {6,0,4,0}<br />
 drive    -    4  hcart    1      UP  -          HP.ULTRIUM1-SCSI.004  {5,0,1,0}<br />
 drive    -    9  hcart    3    DOWN  -          HP.ULTRIUM1-SCSI.005  {6,0,3,0}</p>
<p>可以看到 robot 2 下面多出了两个状态为 Missing path 的 drive，其实那个是 MSL 5060 的老带库，只有一个机械手和四个 Drive，多出了两个莫名其妙的 Missing Path 的 Drive.</p>
<p>直接在 NBU Console 中的 Media and Device Management/Devices/Drives 里面删掉状态为 missing_PATH 的 Drive，然后再重新 Define robots and drives。如果 tpconfig -l 里面还有状态为 Down 的 Drive，使用 vmoprcmd -up 的命令 up 这个 drive，然后再在 NBU console 里面刷新，可以看到状态为 Up 了。</p>
<p>C:\Documents and Settings\Administrator&gt;tpconfig -l    # 再次查看状态，有两个为 Down<br />
Device Robot Drive       Robot                    Drive                 Device</p>
<p>Type     Num Index  Type DrNum Status  Comment    Name                  Path</p>
<p>robot      1    -    TLD    -       -  -          -                     ntbbkp05</p>
<p> drive    -    5  hcart    2      UP  -          HP.ULTRIUM4-SCSI.017  {2,0,1,0}<br />
 drive    -    6  hcart    4      UP  -          HP.ULTRIUM4-SCSI.019  {2,0,2,0}<br />
 drive    -    7  hcart    1      UP  -          HP.ULTRIUM4-SCSI.016  {3,0,1,0}<br />
 drive    -    8  hcart    3      UP  -          HP.ULTRIUM4-SCSI.018  {3,0,2,0}<br />
robot      2    -    TLD    -       -  -          -                     {5,0,0,0}<br />
 drive    -    1  hcart    2      UP  -          HP.ULTRIUM1-SCSI.001  {5,0,2,0}<br />
 drive    -    3  hcart    4    DOWN  -          HP.ULTRIUM1-SCSI.003  {6,0,4,0}<br />
 drive    -    4  hcart    1      UP  -          HP.ULTRIUM1-SCSI.004  {5,0,1,0}<br />
 drive    -    9  hcart    3    DOWN  -          HP.ULTRIUM1-SCSI.005  {6,0,3,0}<br />
C:\Documents and Settings\Administrator&gt;vmoprcmd -up 3        # 使用这个命令将 index 为 3 的 Drive Up<br />
C:\Documents and Settings\Administrator&gt;vmoprcmd -up 9<br />
C:\Documents and Settings\Administrator&gt;tpconfig -l<br />
Device Robot Drive       Robot                    Drive                 Device</p>
<p>Type     Num Index  Type DrNum Status  Comment    Name                  Path</p>
<p>robot      1    -    TLD    -       -  -          -                     ntbbkp05</p>
<p> drive    -    5  hcart    2      UP  -          HP.ULTRIUM4-SCSI.017  {2,0,1,0}<br />
 drive    -    6  hcart    4      UP  -          HP.ULTRIUM4-SCSI.019  {2,0,2,0}<br />
 drive    -    7  hcart    1      UP  -          HP.ULTRIUM4-SCSI.016  {3,0,1,0}<br />
 drive    -    8  hcart    3      UP  -          HP.ULTRIUM4-SCSI.018  {3,0,2,0}<br />
robot      2    -    TLD    -       -  -          -                     {5,0,0,0}<br />
 drive    -    1  hcart    2      UP  -          HP.ULTRIUM1-SCSI.001  {5,0,2,0}<br />
 drive    -    3  hcart    4      UP  -          HP.ULTRIUM1-SCSI.003  {6,0,4,0}<br />
 drive    -    4  hcart    1      UP  -          HP.ULTRIUM1-SCSI.004  {5,0,1,0}<br />
 drive    -    9  hcart    3      UP  -          HP.ULTRIUM1-SCSI.005  {6,0,3,0}</p>
<p>Ok，现在似乎 Drive 状态都是 OK 了。</p>
]]></content:encoded>
			<wfw:commentRss>http://xuming.info/2010/01/netbackup-%e5%a4%87%e4%bb%bd%e6%9c%8d%e5%8a%a1%e5%99%a8%e6%8c%82%e6%8e%a5%e5%b8%a6%e5%ba%93%e6%98%be%e7%a4%ba-missing_path-%e7%9a%84%e8%a7%a3%e5%86%b3/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>如何临时停止 NBU 策略中制定的备份策略的执行？</title>
		<link>http://xuming.info/2009/12/%e5%a6%82%e4%bd%95%e4%b8%b4%e6%97%b6%e5%81%9c%e6%ad%a2-nbu-%e7%ad%96%e7%95%a5%e4%b8%ad%e5%88%b6%e5%ae%9a%e7%9a%84%e5%a4%87%e4%bb%bd%e7%ad%96%e7%95%a5%e7%9a%84%e6%89%a7%e8%a1%8c%ef%bc%9f/</link>
		<comments>http://xuming.info/2009/12/%e5%a6%82%e4%bd%95%e4%b8%b4%e6%97%b6%e5%81%9c%e6%ad%a2-nbu-%e7%ad%96%e7%95%a5%e4%b8%ad%e5%88%b6%e5%ae%9a%e7%9a%84%e5%a4%87%e4%bb%bd%e7%ad%96%e7%95%a5%e7%9a%84%e6%89%a7%e8%a1%8c%ef%bc%9f/#comments</comments>
		<pubDate>Mon, 21 Dec 2009 03:04:51 +0000</pubDate>
		<dc:creator>xuming</dc:creator>
				<category><![CDATA[NetBackup]]></category>
		<category><![CDATA[Policy]]></category>
		<category><![CDATA[Schedule]]></category>

		<guid isPermaLink="false">http://xuming.info/?p=1220</guid>
		<description><![CDATA[下面的方法是使用命令的方法。手工关闭 NetBackup Policy Execution Manager 服务也可以收到同样的效果，如果不喜欢在下一次系统重启时，登录后看到许多策略自动发起，可以在重启前将这个服务器设置为手动，需要时再设置回来。   How to prevent NetBackup 6.x from adding more jobs to the schedule and to temporarily suspend scheduling   Details: Overview: This document explains how to stop services and temporarily suspend scheduling in NetBackup 6.x, using the nbpemreq command.  For earlier versions of NetBackup, refer to the Related Documents [...]]]></description>
			<content:encoded><![CDATA[<div>下面的方法是使用命令的方法。手工关闭 NetBackup Policy Execution Manager 服务也可以收到同样的效果，如果不喜欢在下一次系统重启时，登录后看到许多策略自动发起，可以在重启前将这个服务器设置为手动，需要时再设置回来。</div>
<div> </div>
<div>How to prevent NetBackup 6.x from adding more jobs to the schedule and to temporarily suspend scheduling</div>
<div> </div>
<div>Details:</div>
<div>Overview:</div>
<div>This document explains how to stop services and temporarily suspend scheduling in NetBackup 6.x, using the nbpemreq command.  For earlier versions of NetBackup, refer to the Related Documents section below.</div>
<div> </div>
<div>Resolution:</div>
<div>To suspend scheduling, issue the following command:</div>
<div>nbpemreq -suspend_scheduling     # 临时停止</div>
<div> </div>
<div>The following is logged by nbpem to show the suspension:</div>
<div>12/30/07 13:57:40.022 [Debug] NB 51216 nbpem 116 PID:611 TID:5 File ID:116 [No context] 6 [Job_i::suspend_scheduling] +++ ENTERING +++ : obj = 425b60 (Job_i.cpp:1762)</div>
<div>12/30/07 13:57:40.022 [Application] NB 51216 nbpem 116 PID:611 TID:5 File ID:116 [No context] [Info] V-116-92 suspending jobs scheduling</div>
<div>12/30/07 13:57:40.023 [Debug] NB 51216 nbpem 116 PID:611 TID:5 File ID:116 [No context] 6 [Job_i::suspend_scheduling] &#8212; EXITING &#8212; : obj = 425b60 (Job_i.cpp:1762)</div>
<div> </div>
<div>To resume scheduling, issue the following command:</div>
<div>nbpemreq -resume_scheduling     # 开启因临时停止而中断的备份</div>
<div> </div>
<div>The following is logged by nbpem to show resuming the schedule:</div>
<div>12/30/07 14:10:57.044 [Application] NB 51216 nbpem 116 PID:611 TID:5 File ID:116 [No context] [Info] V-116-93 resuming jobs scheduling</div>
<div> </div>
<div>Note: Schedule suspension is not persistent &#8211; if nbpem is stopped and started, job scheduling will no longer be suspended.</div>
<div> </div>
<div>Related Documents:</div>
<div> </div>
<div>265806: How to prevent backups and restores from starting while running the &#8220;bpdbm -consistency&#8221; command or the NetBackup Consistency Checker</div>
<div><a href="http://support.veritas.com/docs/265806">http://support.veritas.com/docs/265806</a></div>
<div> </div>
<div> </div>
<div>278938: DOCUMENTATION: What is the &#8220;nbpemreq&#8221; command used for in Veritas NetBackup &#8482; 6.0?</div>
<div><a href="http://support.veritas.com/docs/278938">http://support.veritas.com/docs/278938</a></div>
]]></content:encoded>
			<wfw:commentRss>http://xuming.info/2009/12/%e5%a6%82%e4%bd%95%e4%b8%b4%e6%97%b6%e5%81%9c%e6%ad%a2-nbu-%e7%ad%96%e7%95%a5%e4%b8%ad%e5%88%b6%e5%ae%9a%e7%9a%84%e5%a4%87%e4%bb%bd%e7%ad%96%e7%95%a5%e7%9a%84%e6%89%a7%e8%a1%8c%ef%bc%9f/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>NetBackup 使用 BMR 创建 iso 时报错</title>
		<link>http://xuming.info/2009/03/1063/</link>
		<comments>http://xuming.info/2009/03/1063/#comments</comments>
		<pubDate>Fri, 13 Mar 2009 22:21:40 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[NetBackup]]></category>
		<category><![CDATA[BMR]]></category>
		<category><![CDATA[Command]]></category>
		<category><![CDATA[Restore]]></category>

		<guid isPermaLink="false">http://xuming.info/?p=1063</guid>
		<description><![CDATA[NetBackup Master Server Version: 6.5.3 今天在尝试通过 BMR 方式恢复系统时，在创建引导光盘时，出现：“Failed to update the shared resource tree information in the database”的报错。 ##### # 解决思路 ########################## BMR database 出错，一个方法是重建 database，这样做会导致清空当前的 BMR 信息，但是服务器在客户端下次发起 BMR 备份时会更新 BMR 信息。 ##### # 完整解决过程 ###################### C:\Documents and Settings\Administrator&#62;bmrsetupmaster -force -redo [Info] V-127-43 Undoing BMR Database setup &#8230; [Info] V-127-41 Setting up BMR Database &#8230; [...]]]></description>
			<content:encoded><![CDATA[<p><!--StartFragment--></p>
<p>NetBackup Master Server Version: 6.5.3</p>
<p>今天在尝试通过 BMR 方式恢复系统时，在创建引导光盘时，出现：“<span style="font-family: monospace;">Failed to update the shared resource tree information in the database<span style="font-family: Verdana;">”</span>的报错。</span></p>
<p><img src="http://xnming.blogbus.com/files/12369547180.png" alt="" width="423" height="120" /></p>
<p>#####<br />
# 解决思路<br />
##########################</p>
<p>BMR<br />
database 出错，一个方法是重建 database，这样做会导致清空当前的 BMR 信息，但是服务器在客户端下次发起 BMR 备份时会更新 BMR 信息。</p>
<p>#####<br />
# 完整解决过程<br />
######################</p>
<div><span style="font-family: monospace;">C:\Documents and Settings\Administrator&gt;</span><strong><span style="color: #ff0000; font-family: monospace;">bmrsetupmaster -force -redo</span></strong><span style="font-family: monospace;"><br />
[Info] V-127-43 Undoing BMR Database setup &#8230;<br />
[Info] V-127-41 Setting up BMR Database &#8230;<br />
[Info] V-127-38 Initializing BMR database &#8230;<br />
[Info] V-127-39 Loading BMR database &#8230;<br />
[Info] V-127-68 Loading data from dos.uncooked into BMR database &#8230;<br />
[Info] V-127-68 Loading data from unattend.txt into BMR database &#8230;<br />
[Info] V-127-68 Loading data from BMRDB.install.sql into BMR database &#8230;<br />
[Info] V-127-68 Loading data from PnpDB_2000.xml into BMR database &#8230;<br />
[Info] V-127-68 Loading data from PnpDB_2000SP1.xml into BMR database &#8230;<br />
[Info] V-127-68 Loading data from PnpDB_2000SP2.xml into BMR database &#8230;<br />
[Info] V-127-68 Loading data from PnpDB_2000SP3.xml into BMR database &#8230;<br />
[Info] V-127-68 Loading data from PnpDB_2000SP4.xml into BMR database &#8230;<br />
[Info] V-127-68 Loading data from PnpDB_2003SP1.xml into BMR database &#8230;<br />
[Info] V-127-68 Loading data from PnpDB_WinPE_2003SP1.xml into BMR database &#8230;<br />
[Info] V-127-68 Loading data from PnpDB_XP.xml into BMR database &#8230;<br />
[Info] V-127-68 Loading data from PnpDB_XPSP1.xml into BMR database &#8230;<br />
[Info] V-127-68 Loading data from PnpDB_XPSP2.xml into BMR database &#8230;<br />
[Info] V-127-68 Loading data from PnPDB_2003.xml into BMR database &#8230;<br />
[Info] V-127-68 Loading data from PnpDB_2003SP2.xml into BMR database &#8230;<br />
Verifying the running version of BMRDB &#8230;<br />
BMRDB version 6.5.0.0 verified.<br />
Upgrading BMRDB (6.5.0.0) to (6.5.1.0) &#8230;<br />
Upgrading BMRDB (6.5.1.0) to (6.5.2.0) &#8230;<br />
Upgrading BMRDB (6.5.2.0) to (6.5.3.0) &#8230;<br />
Re-verification of BMRDB at new version, 6.5.3.0<br />
Verification succeeded.<br />
Successfully upgraded BMRDB to version 6.5.3.0<br />
Database validation successful.<br />
[Info] V-127-66 Setting up BMR master server completed successfully.</span><span style="font-family: monospace;">C:\Documents and Settings\Administrator&gt;<strong><span style="color: #ff0000; font-family: monospace;">bmrsetupboot</span></strong></p>
<div><span style="font-family: monospace;"></span></div>
<p> </p>
<p></span><span style="font-family: monospace;">C:\Documents and Settings\Administrator&gt;</p>
<p></span></div>
<p>C:\Documents and Settings\Administrator&gt;<strong><span style="color: #ff0000; font-family: monospace;">bmrsetupmaster</span></strong></p>
<div><span style="font-family: monospace;"><br />
[Info] V-127-41 Setting up BMR Database &#8230;<br />
[Info] V-127-57 Nothing to setup. Performing BMR DB upgrade.<br />
Verifying the running version of BMRDB &#8230;<br />
BMRDB version 6.5.3.0 verified.<br />
Nothing to upgrade. Version unchanged.<br />
Database validation successful.<br />
[Info] V-127-66 Setting up BMR master server completed successfully.</span></div>
]]></content:encoded>
			<wfw:commentRss>http://xuming.info/2009/03/1063/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>NetBakup 156 错误以及 VSP/VSS 相关知识</title>
		<link>http://xuming.info/2007/09/1031/</link>
		<comments>http://xuming.info/2007/09/1031/#comments</comments>
		<pubDate>Mon, 03 Sep 2007 09:19:50 +0000</pubDate>
		<dc:creator>xuming</dc:creator>
				<category><![CDATA[NetBackup]]></category>
		<category><![CDATA[156]]></category>
		<category><![CDATA[Snapshot]]></category>
		<category><![CDATA[VSP]]></category>
		<category><![CDATA[VSS]]></category>

		<guid isPermaLink="false">http://xuming.info/?p=1031</guid>
		<description><![CDATA[今天发现一台服务器周备份失败，报 156 号错误。具体报错如下： 9/3/2007 2:46:11 PM - Error bpbrm(pid=5732) from client ntbtts01: ERR - failure reading file: E:\!Check\NTBTTS01_20060726.blg (WIN32 5: Unknown error) 9/3/2007 2:46:11 PM - Error bpbrm(pid=5732) from client ntbtts01: ERR - Snapshot Error while reading file: Volume{6f4c932e-3f1e-46aa-8256-e6efb6d359db}\!Check\NTBTTS01_20060726.blg 9/3/2007 2:46:11 PM - Critical bpbrm(pid=5732) from client ntbtts01: FTL - Backup operation aborted! 9/3/2007 2:48:36 [...]]]></description>
			<content:encoded><![CDATA[<p>今天发现一台服务器周备份失败，报 156 号错误。具体报错如下：</p>
<pre class="output">
9/3/2007 2:46:11 PM - Error bpbrm(pid=5732) from client ntbtts01: ERR - failure reading file: E:\!Check\NTBTTS01_20060726.blg (WIN32 5: Unknown error)
9/3/2007 2:46:11 PM - Error bpbrm(pid=5732) from client ntbtts01: ERR - Snapshot Error while reading file: Volume{6f4c932e-3f1e-46aa-8256-e6efb6d359db}\!Check\NTBTTS01_20060726.blg
9/3/2007 2:46:11 PM - Critical bpbrm(pid=5732) from client ntbtts01: FTL - Backup operation aborted!
9/3/2007 2:48:36 PM - end writing; write time: 00:36:35
snapshot error encountered(156)
9/3/2007 2:48:37 PM - Error bpsched(pid=4420) backup of client ntbtts01 exited with status 156 (snapshot error encountered)
</pre>
<p>查看了一下官方资料，显示这和用于备份 open file 文件的 VSP 或 VSS 配置有关。NetBackup 在备份 open file 的时候，需要利用 VSP 或 VSS（ VSS 只适用于 WIN2003 ）生成的缓存创建一个 snapshot 文件。</p>
<p>登陆到服务器上发现 C 盘空间严重不足，在清理了硬盘空间后，备份成功。</p>
<p><b>附：</b></p>
<p class="hint"><b>1. 对于 Client 上 VSP 的配置（不出问题不要随便修改，因为 NetBackup 一般会根据空间大小设定合理的 cache 大小）：</b></p>
<p>
NetBackup Administration Console/NetBakcup Management/Host Properties/Clients/Choose one client/Properites/Windows Client/VSP
</p>
</p>
<p class="hint"><b>2. 对于 Client 上的 VSS 配置 </b></p>
<p>compmgmt.msc/右键 Shared Folderss 选择 All Tasks/Configure Shadow Copies/Select the volume on which to make changes, and then click the Settings button/In the Settings dialog box, change the Maximum Size setting to either No Limit or a size large enough to suit the requirements of the installation and usage of VSS</p>
]]></content:encoded>
			<wfw:commentRss>http://xuming.info/2007/09/1031/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>

