<?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>Yellow Bricks &#187; VCB</title>
	<atom:link href="http://www.yellow-bricks.com/tag/vcb/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.yellow-bricks.com</link>
	<description>Building blocks for virtualization...</description>
	<lastBuildDate>Fri, 10 Feb 2012 11:12:30 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.3.1</generator>
<xhtml:meta xmlns:xhtml="http://www.w3.org/1999/xhtml" name="robots" content="noindex" />
		<item>
		<title>Changes to Snapshot mechanism &#8220;Delete All&#8221;</title>
		<link>http://www.yellow-bricks.com/2010/07/05/changes-to-snapshot-mechanism-delete-all/</link>
		<comments>http://www.yellow-bricks.com/2010/07/05/changes-to-snapshot-mechanism-delete-all/#comments</comments>
		<pubDate>Mon, 05 Jul 2010 12:35:16 +0000</pubDate>
		<dc:creator>Duncan Epping</dc:creator>
				<category><![CDATA[Server]]></category>
		<category><![CDATA[snapshot]]></category>
		<category><![CDATA[snapshots]]></category>
		<category><![CDATA[Storage]]></category>
		<category><![CDATA[VCB]]></category>
		<category><![CDATA[VMware]]></category>

		<guid isPermaLink="false">http://www.yellow-bricks.com/?p=6165</guid>
		<description><![CDATA[<p>Don&#8217;t know if anyone noticed it or not but with the latest set of patches VMware changed the &#8220;Delete All&#8221; mechanism that is part of the Snapshot feature. I wrote multiple articles about the &#8220;Delete All&#8221; functionality as it often led to completely filled up VMFS volumes when someone used without knowing the inner workings. Source When using the Delete [...]</p><p><div style="border: 1px solid gray; background-color:#CCCCCC;margin: 0px 0pt 0px 0px; padding: 5px;">

"<a href="http://www.yellow-bricks.com/2010/07/05/changes-to-snapshot-mechanism-delete-all/">Changes to Snapshot mechanism &#8220;Delete All&#8221;</a>" originally appeared on <a href="http://www.yellow-bricks.com">Yellow-Bricks.com</a>. Follow us on <a href="http://www.twitter.com/DuncanYB">Twitter</a> and <a href="http://www.facebook.com/pages/Yellow-Bricks-virtualization-blog/132292893499196">Facebook</a>.<br>
Available now: vSphere 5 Clustering Deepdive. (<a href="http://www.amazon.com/dp/1463658133/ref=as_li_qf_sp_asin_til?tag=yellowbricks-20&camp=0&creative=0&linkCode=as1&creativeASIN=1463658133&adid=07SG91DX7FQT2HS66PMM"><strong>paper</strong></a> | <a href="https://www.amazon.com/dp/B005C1SARM/ref=as_li_tf_til?tag=yellowbricks-20&camp=0&creative=0&linkCode=as1&creativeASIN=B005C1SARM&adid=16Q69JRGDTX1DHPRKTQM&"><strong>e-book</strong></a>)</div><br><br></p>]]></description>
			<content:encoded><![CDATA[<p>Don&#8217;t know if anyone noticed it or not but with the latest set of patches VMware changed the &#8220;Delete All&#8221; mechanism that is part of the Snapshot feature. I wrote multiple <a href="http://www.yellow-bricks.com/2008/12/04/snapshots-the-revision/">articles</a> about the &#8220;Delete All&#8221; functionality as it often led to completely filled up VMFS volumes when someone used without knowing the inner workings.</p>
<blockquote><p><a href="http://kb.vmware.com/selfservice/microsites/search.do?language=en_US&amp;cmd=displayKC&amp;externalId=1017739">Source</a></p>
<p>When using the Delete All option in Snapshot Manager, the snapshot farthest from the base disk is committed to its parent, causing that parent snapshot to grow. When the commit is complete, that snapshot is removed and the process starts over on the newly updated snapshot to its parent. This continues until every snapshot has been committed.</p>
<p>This method can be relatively slow since data farthest from the base disk might be copied several times. More importantly, this method can aggressively use disk space if the snapshots are large, which is especially problematic if a limited amount of space is available on the datastore. The space issue is troublesome in that you might choose to delete snapshots explicitly to free up storage.</p>
<p>This issue is resolved in this release in that the order of snapshot consolidation has been modified to start with the snapshot closest to the base disk instead of farthest. The end result is that copying data repeatedly is avoided.</p></blockquote>
<p>Just to give an example, 4 snapshots:</p>
<p><span style="text-decoration: underline;">Old situation</span> (pre vSphere 4 Update 2)</p>
<ul>
<li>Base disk &#8211; 15GB</li>
<li>Snapshot 1 &#8211; 1GB &#8211;&gt; possibly grows to 13GB</li>
<li>Snapshot 2 &#8211; 1GB &#8211;&gt; possibly grows to 12GB</li>
<li>Snapshot 3 &#8211; 1GB &#8211;&gt; possibly grows to 11GB</li>
<li>Snapshot 4 &#8211; 10GB</li>
</ul>
<p>Snapshot 4 is copied in to Snapshot 3, Snapshot 3 in to Snapshot 2, Snapshot 2 in to Snapshot 1 and Snapshot 1 in to your Base disk. After the copy of Snapshot 1 in to the Base disk all Snapshots will be deleted. Please note that the total amount of diskspace consumed before the &#8220;Delete All&#8221; was 28GB. Right before the final merge the consumed diskspace is <span style="text-decoration: underline;">61GB</span>. This is just an example, just imagine what could happen with a 100GB data disk!</p>
<p><span style="text-decoration: underline;">New situation</span></p>
<ul>
<li>Base disk &#8211; 15GB</li>
<li>Snapshot 1 &#8211; 1GB</li>
<li>Snapshot 2 &#8211; 1GB</li>
<li>Snapshot 3 &#8211; 1GB</li>
<li>Snapshot 4 &#8211; 10GB</li>
</ul>
<p>Snapshot 1 is copied in to Base disk, Snapshot 2 is copied in to Base disk, Snapshot 3 in to Base disk and Snapshot 4 in to your Base disk. After the copy of Snapshot 4 in to the Base disk all Snapshots will be deleted. Please note that the total amount of diskspace consumed before the &#8220;Delete All&#8221; was 28GB. Right before the final merge the consumed diskspace is still 28GB. Not only did VMware reduced the chances of running out of disk space, the time to commit the snapshot by using &#8220;delete all&#8221; has also been decreased using this new mechanism.</p>
<p><div style="border: 1px solid gray; background-color:#CCCCCC;margin: 0px 0pt 0px 0px; padding: 5px;">

"<a href="http://www.yellow-bricks.com/2010/07/05/changes-to-snapshot-mechanism-delete-all/">Changes to Snapshot mechanism &#8220;Delete All&#8221;</a>" originally appeared on <a href="http://www.yellow-bricks.com">Yellow-Bricks.com</a>. Follow us on <a href="http://www.twitter.com/DuncanYB">Twitter</a> and <a href="http://www.facebook.com/pages/Yellow-Bricks-virtualization-blog/132292893499196">Facebook</a>.<br>
Available now: vSphere 5 Clustering Deepdive. (<a href="http://www.amazon.com/dp/1463658133/ref=as_li_qf_sp_asin_til?tag=yellowbricks-20&camp=0&creative=0&linkCode=as1&creativeASIN=1463658133&adid=07SG91DX7FQT2HS66PMM"><strong>paper</strong></a> | <a href="https://www.amazon.com/dp/B005C1SARM/ref=as_li_tf_til?tag=yellowbricks-20&camp=0&creative=0&linkCode=as1&creativeASIN=B005C1SARM&adid=16Q69JRGDTX1DHPRKTQM&"><strong>e-book</strong></a>)</div><br><br></p>]]></content:encoded>
			<wfw:commentRss>http://www.yellow-bricks.com/2010/07/05/changes-to-snapshot-mechanism-delete-all/feed/</wfw:commentRss>
		<slash:comments>18</slash:comments>
		</item>
		<item>
		<title>Using the VSS Driver for backups?</title>
		<link>http://www.yellow-bricks.com/2009/12/02/using-the-vss-driver-for-backups/</link>
		<comments>http://www.yellow-bricks.com/2009/12/02/using-the-vss-driver-for-backups/#comments</comments>
		<pubDate>Wed, 02 Dec 2009 21:29:02 +0000</pubDate>
		<dc:creator>Duncan Epping</dc:creator>
				<category><![CDATA[Server]]></category>
		<category><![CDATA[backup]]></category>
		<category><![CDATA[VCB]]></category>

		<guid isPermaLink="false">http://www.yellow-bricks.com/?p=4675</guid>
		<description><![CDATA[<p>I received an email from one of my readers, Kevin, about using the VSS Driver for Backups. As of 3.5 Update 2 this feature has been introduced. I knew that there was a catch to using the VSS Driver but it seems that many people have overlooked a little detail on page 50 of the documentation of which Kevin was [...]</p><p><div style="border: 1px solid gray; background-color:#CCCCCC;margin: 0px 0pt 0px 0px; padding: 5px;">

"<a href="http://www.yellow-bricks.com/2009/12/02/using-the-vss-driver-for-backups/">Using the VSS Driver for backups?</a>" originally appeared on <a href="http://www.yellow-bricks.com">Yellow-Bricks.com</a>. Follow us on <a href="http://www.twitter.com/DuncanYB">Twitter</a> and <a href="http://www.facebook.com/pages/Yellow-Bricks-virtualization-blog/132292893499196">Facebook</a>.<br>
Available now: vSphere 5 Clustering Deepdive. (<a href="http://www.amazon.com/dp/1463658133/ref=as_li_qf_sp_asin_til?tag=yellowbricks-20&camp=0&creative=0&linkCode=as1&creativeASIN=1463658133&adid=07SG91DX7FQT2HS66PMM"><strong>paper</strong></a> | <a href="https://www.amazon.com/dp/B005C1SARM/ref=as_li_tf_til?tag=yellowbricks-20&camp=0&creative=0&linkCode=as1&creativeASIN=B005C1SARM&adid=16Q69JRGDTX1DHPRKTQM&"><strong>e-book</strong></a>)</div><br><br></p>]]></description>
			<content:encoded><![CDATA[<p>I received an email from one of my readers, Kevin, about using the VSS Driver for Backups. As of 3.5 Update 2 this feature has been introduced. I knew that there was a catch to using the VSS Driver but it seems that many people have overlooked a little detail on page 50 of <a href="http://www.vmware.com/pdf/vsphere4/r40/vsp_vcb_15_u1_admin_guide.pdf">the documentation</a> of which Kevin was one.</p>
<blockquote><p>NOTE The VSS component gets installed by default when you do a fresh installation of VMware Tools shipped with ESX Server 3.5 Update 2. If you upgrade from an earlier version, you need to install the VSS component manually.</p></blockquote>
<p>Please be aware that when you want to use VSS on your existing environment you will need to manually upgrade your version of VMware Tools and select the VSS driver. For Windows 2008 and Vista the VSS driver is not installed by default even when doing a clean install this means that you will need to <a href="http://www.vmware.com/support/vsphere4/doc/vsp_vcb_15_u1_rel_notes.html">manually</a> add the driver when VSS based backups is a requirement.</p>
<p><div style="border: 1px solid gray; background-color:#CCCCCC;margin: 0px 0pt 0px 0px; padding: 5px;">

"<a href="http://www.yellow-bricks.com/2009/12/02/using-the-vss-driver-for-backups/">Using the VSS Driver for backups?</a>" originally appeared on <a href="http://www.yellow-bricks.com">Yellow-Bricks.com</a>. Follow us on <a href="http://www.twitter.com/DuncanYB">Twitter</a> and <a href="http://www.facebook.com/pages/Yellow-Bricks-virtualization-blog/132292893499196">Facebook</a>.<br>
Available now: vSphere 5 Clustering Deepdive. (<a href="http://www.amazon.com/dp/1463658133/ref=as_li_qf_sp_asin_til?tag=yellowbricks-20&camp=0&creative=0&linkCode=as1&creativeASIN=1463658133&adid=07SG91DX7FQT2HS66PMM"><strong>paper</strong></a> | <a href="https://www.amazon.com/dp/B005C1SARM/ref=as_li_tf_til?tag=yellowbricks-20&camp=0&creative=0&linkCode=as1&creativeASIN=B005C1SARM&adid=16Q69JRGDTX1DHPRKTQM&"><strong>e-book</strong></a>)</div><br><br></p>]]></content:encoded>
			<wfw:commentRss>http://www.yellow-bricks.com/2009/12/02/using-the-vss-driver-for-backups/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>in the ghetto&#8230;.</title>
		<link>http://www.yellow-bricks.com/2009/11/18/in-the-ghetto/</link>
		<comments>http://www.yellow-bricks.com/2009/11/18/in-the-ghetto/#comments</comments>
		<pubDate>Wed, 18 Nov 2009 19:47:48 +0000</pubDate>
		<dc:creator>Duncan Epping</dc:creator>
				<category><![CDATA[Management & Automation]]></category>
		<category><![CDATA[Server]]></category>
		<category><![CDATA[backup]]></category>
		<category><![CDATA[ESX]]></category>
		<category><![CDATA[esxi]]></category>
		<category><![CDATA[Scripting]]></category>
		<category><![CDATA[scripts]]></category>
		<category><![CDATA[VCB]]></category>
		<category><![CDATA[vima]]></category>
		<category><![CDATA[vMA]]></category>
		<category><![CDATA[vSphere]]></category>

		<guid isPermaLink="false">http://www.yellow-bricks.com/?p=4568</guid>
		<description><![CDATA[<p>William Lam just updated two of his most popular scripts. If you haven&#8217;t looked at them yet, make sure you do as they are worth it. ghettoVCB(g2) enables the backup of virtual machines residing on either an ESX or ESXi host. ghettoVCBg2 is a complete rewritten and enhanced version of ghettoVCB or as William puts it &#8220;harder, better, faster, stronger&#8221;. [...]</p><p><div style="border: 1px solid gray; background-color:#CCCCCC;margin: 0px 0pt 0px 0px; padding: 5px;">

"<a href="http://www.yellow-bricks.com/2009/11/18/in-the-ghetto/">in the ghetto&#8230;.</a>" originally appeared on <a href="http://www.yellow-bricks.com">Yellow-Bricks.com</a>. Follow us on <a href="http://www.twitter.com/DuncanYB">Twitter</a> and <a href="http://www.facebook.com/pages/Yellow-Bricks-virtualization-blog/132292893499196">Facebook</a>.<br>
Available now: vSphere 5 Clustering Deepdive. (<a href="http://www.amazon.com/dp/1463658133/ref=as_li_qf_sp_asin_til?tag=yellowbricks-20&camp=0&creative=0&linkCode=as1&creativeASIN=1463658133&adid=07SG91DX7FQT2HS66PMM"><strong>paper</strong></a> | <a href="https://www.amazon.com/dp/B005C1SARM/ref=as_li_tf_til?tag=yellowbricks-20&camp=0&creative=0&linkCode=as1&creativeASIN=B005C1SARM&adid=16Q69JRGDTX1DHPRKTQM&"><strong>e-book</strong></a>)</div><br><br></p>]]></description>
			<content:encoded><![CDATA[<p>William Lam just updated two of his most popular scripts. If you haven&#8217;t looked at them yet, make sure you do as they are worth it. ghettoVCB(g2) enables the backup of virtual machines residing on either an ESX or ESXi host. ghettoVCBg2 is a complete rewritten and enhanced version of ghettoVCB or as William puts it &#8220;harder, better, faster, stronger&#8221;.</p>
<blockquote><p><a href="http://communities.vmware.com/docs/DOC-9843">ghettoVCBg2</a></p>
<p>11/17/09 &#8211; The following enhancements and fixes have been implemented in this release of ghettoVCBg2. Special thanks goes out to <strong>Gerhard Ostermann</strong> for assisting with some of the logic in the ghettoVCBg2 script and the rest of the ghettoVCBg2 BETA testers. Thanks for everyones time and comments to make this script better!</p>
<p>Enhancements:</p>
<ul>
<li>Email log support</li>
<li>Include/exclude specific VMDK(s)</li>
<li>Additional logging + dry run mode</li>
</ul>
<p>Fixes:</p>
<ul>
<li>Independent disk aware</li>
<li>Large VMDK backups</li>
</ul>
</blockquote>
<p>Original script, but updated with new features and a bug fix:</p>
<blockquote><p><a href="http://communities.vmware.com/docs/DOC-8760">ghettoVCB</a></p>
<p>11/17/09 &#8211; The following enhancements and fixes have been implemented in this release of ghettoVCB. Special thanks goes out to all the ghettoVCB BETA testers for providing time and their environments to test features/fixes of the new script!</p>
<p>Enhancements:</p>
<ul>
<li>Individual VM backup policy</li>
<li>Include/exclude specific VMDK(s)</li>
<li>Logging to file</li>
<li>Timeout variables</li>
<li>Configur snapshot memory/quiesce</li>
<li>Adapter format</li>
<li>Additional logging + dryrun mode</li>
<li>Support for both physical/virtual RDMs</li>
</ul>
<p>Fixes:</p>
<ul>
<li>Independent disk aware</li>
</ul>
</blockquote>
<p><div style="border: 1px solid gray; background-color:#CCCCCC;margin: 0px 0pt 0px 0px; padding: 5px;">

"<a href="http://www.yellow-bricks.com/2009/11/18/in-the-ghetto/">in the ghetto&#8230;.</a>" originally appeared on <a href="http://www.yellow-bricks.com">Yellow-Bricks.com</a>. Follow us on <a href="http://www.twitter.com/DuncanYB">Twitter</a> and <a href="http://www.facebook.com/pages/Yellow-Bricks-virtualization-blog/132292893499196">Facebook</a>.<br>
Available now: vSphere 5 Clustering Deepdive. (<a href="http://www.amazon.com/dp/1463658133/ref=as_li_qf_sp_asin_til?tag=yellowbricks-20&camp=0&creative=0&linkCode=as1&creativeASIN=1463658133&adid=07SG91DX7FQT2HS66PMM"><strong>paper</strong></a> | <a href="https://www.amazon.com/dp/B005C1SARM/ref=as_li_tf_til?tag=yellowbricks-20&camp=0&creative=0&linkCode=as1&creativeASIN=B005C1SARM&adid=16Q69JRGDTX1DHPRKTQM&"><strong>e-book</strong></a>)</div><br><br></p>]]></content:encoded>
			<wfw:commentRss>http://www.yellow-bricks.com/2009/11/18/in-the-ghetto/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>VMware Data Recovery 1.0.1 released!</title>
		<link>http://www.yellow-bricks.com/2009/07/12/vmware-data-recovery-1-0-1-released/</link>
		<comments>http://www.yellow-bricks.com/2009/07/12/vmware-data-recovery-1-0-1-released/#comments</comments>
		<pubDate>Sun, 12 Jul 2009 09:43:21 +0000</pubDate>
		<dc:creator>Duncan Epping</dc:creator>
				<category><![CDATA[BC-DR]]></category>
		<category><![CDATA[Server]]></category>
		<category><![CDATA[backup]]></category>
		<category><![CDATA[data recovery]]></category>
		<category><![CDATA[VCB]]></category>

		<guid isPermaLink="false">http://www.yellow-bricks.com/?p=3485</guid>
		<description><![CDATA[<p>Although the VMware download section has not been updated VMware Data Recovery 1.0.1 has been officially released. Click on VMware Data Recovery 1.0 in the download section and you will be presented with the following: Latest Released Version: 1.0.1 &#124; 07/09/09 &#124; 176771 You can find the release notes here. I want to highlight the following resolved issue as it [...]</p><p><div style="border: 1px solid gray; background-color:#CCCCCC;margin: 0px 0pt 0px 0px; padding: 5px;">

"<a href="http://www.yellow-bricks.com/2009/07/12/vmware-data-recovery-1-0-1-released/">VMware Data Recovery 1.0.1 released!</a>" originally appeared on <a href="http://www.yellow-bricks.com">Yellow-Bricks.com</a>. Follow us on <a href="http://www.twitter.com/DuncanYB">Twitter</a> and <a href="http://www.facebook.com/pages/Yellow-Bricks-virtualization-blog/132292893499196">Facebook</a>.<br>
Available now: vSphere 5 Clustering Deepdive. (<a href="http://www.amazon.com/dp/1463658133/ref=as_li_qf_sp_asin_til?tag=yellowbricks-20&camp=0&creative=0&linkCode=as1&creativeASIN=1463658133&adid=07SG91DX7FQT2HS66PMM"><strong>paper</strong></a> | <a href="https://www.amazon.com/dp/B005C1SARM/ref=as_li_tf_til?tag=yellowbricks-20&camp=0&creative=0&linkCode=as1&creativeASIN=B005C1SARM&adid=16Q69JRGDTX1DHPRKTQM&"><strong>e-book</strong></a>)</div><br><br></p>]]></description>
			<content:encoded><![CDATA[<p>Although the VMware download section has not been updated VMware Data Recovery 1.0.1 has been officially released. Click on VMware Data Recovery 1.0 in the download section and you will be presented with the following:</p>
<p style="padding-left: 30px;"><strong>Latest Released Version</strong>: 1.0.1 |                   07/09/09 |                   176771</p>
<p><span><span>You can find the release notes <a href="http://www.vmware.com/support/vdr/doc/vdr_101_releasenotes.html">here</a>. I want to highlight the following resolved issue as it has been discussed by several bloggers(<a href="http://www.ntpro.nl/blog/archives/1174-VMware-Data-Recovery-and-the-hidden-un-removable-snapshots.html">eric sloof</a>, <a href="http://blog.scottlowe.org/2009/06/29/snapshot-issue-with-vmware-data-recovery/">scott lowe</a>):</span></span></p>
<blockquote><p><strong>Large Temporary Files Removed as Expected</strong><br />
Data Recovery modifies virtual machines&#8217; vmdk files&#8217; settings so a snapshot can be created for backup purposes. In the past, after the backup has been created, the vmdk file&#8217;s settings was sometimes left configured for snapshots even after the backup was complete. This led to these virtual machines being left in snapshot mode while accumulating snapshots that were undetected by vSphere Client. This process has been redesigned so that these temporary files are no longer be left behind. In previous versions of Data Recovery, this issue can be resolved by following the process described in the knowledge base article titled &#8220;Delete ddb.delete entries and snapshots left behind by Vmware Data Recovery&#8221;.</p></blockquote>
<p><div style="border: 1px solid gray; background-color:#CCCCCC;margin: 0px 0pt 0px 0px; padding: 5px;">

"<a href="http://www.yellow-bricks.com/2009/07/12/vmware-data-recovery-1-0-1-released/">VMware Data Recovery 1.0.1 released!</a>" originally appeared on <a href="http://www.yellow-bricks.com">Yellow-Bricks.com</a>. Follow us on <a href="http://www.twitter.com/DuncanYB">Twitter</a> and <a href="http://www.facebook.com/pages/Yellow-Bricks-virtualization-blog/132292893499196">Facebook</a>.<br>
Available now: vSphere 5 Clustering Deepdive. (<a href="http://www.amazon.com/dp/1463658133/ref=as_li_qf_sp_asin_til?tag=yellowbricks-20&camp=0&creative=0&linkCode=as1&creativeASIN=1463658133&adid=07SG91DX7FQT2HS66PMM"><strong>paper</strong></a> | <a href="https://www.amazon.com/dp/B005C1SARM/ref=as_li_tf_til?tag=yellowbricks-20&camp=0&creative=0&linkCode=as1&creativeASIN=B005C1SARM&adid=16Q69JRGDTX1DHPRKTQM&"><strong>e-book</strong></a>)</div><br><br></p>]]></content:encoded>
			<wfw:commentRss>http://www.yellow-bricks.com/2009/07/12/vmware-data-recovery-1-0-1-released/feed/</wfw:commentRss>
		<slash:comments>3</slash:comments>
		</item>
		<item>
		<title>VCB Management Console 1.0.6 Beta</title>
		<link>http://www.yellow-bricks.com/2009/03/25/vcb-management-console-106-beta/</link>
		<comments>http://www.yellow-bricks.com/2009/03/25/vcb-management-console-106-beta/#comments</comments>
		<pubDate>Wed, 25 Mar 2009 12:06:44 +0000</pubDate>
		<dc:creator>Duncan Epping</dc:creator>
				<category><![CDATA[BC-DR]]></category>
		<category><![CDATA[Management & Automation]]></category>
		<category><![CDATA[Storage]]></category>
		<category><![CDATA[VCB]]></category>
		<category><![CDATA[VMware]]></category>

		<guid isPermaLink="false">http://www.yellow-bricks.com/?p=2579</guid>
		<description><![CDATA[<p>@lamw pointed me out via twitter to the &#8220;diy&#8221; VCB Management Console. The &#8220;vcbMC&#8221; is a front end  for scheduling and creating backup jobs based on VMware Consolidated Backup. As &#8220;athlon_crazy&#8221; points out you don&#8217;t need to remember all the VCB commands and parameters. You can use vcbMC to browse all your VM&#8217;s and back them up according to the [...]</p><p><div style="border: 1px solid gray; background-color:#CCCCCC;margin: 0px 0pt 0px 0px; padding: 5px;">

"<a href="http://www.yellow-bricks.com/2009/03/25/vcb-management-console-106-beta/">VCB Management Console 1.0.6 Beta</a>" originally appeared on <a href="http://www.yellow-bricks.com">Yellow-Bricks.com</a>. Follow us on <a href="http://www.twitter.com/DuncanYB">Twitter</a> and <a href="http://www.facebook.com/pages/Yellow-Bricks-virtualization-blog/132292893499196">Facebook</a>.<br>
Available now: vSphere 5 Clustering Deepdive. (<a href="http://www.amazon.com/dp/1463658133/ref=as_li_qf_sp_asin_til?tag=yellowbricks-20&camp=0&creative=0&linkCode=as1&creativeASIN=1463658133&adid=07SG91DX7FQT2HS66PMM"><strong>paper</strong></a> | <a href="https://www.amazon.com/dp/B005C1SARM/ref=as_li_tf_til?tag=yellowbricks-20&camp=0&creative=0&linkCode=as1&creativeASIN=B005C1SARM&adid=16Q69JRGDTX1DHPRKTQM&"><strong>e-book</strong></a>)</div><br><br></p>]]></description>
			<content:encoded><![CDATA[<p><a href="http://www.twitter.com/lamw">@lamw</a> pointed me out via twitter to the &#8220;diy&#8221; <a href="http://communities.vmware.com/blogs/vcbMC/2009/03/24/vcb-management-console-106-beta">VCB Management Console</a>. The &#8220;vcbMC&#8221; is a front end  for scheduling and creating backup jobs based on VMware Consolidated Backup. As &#8220;<a href="http://communities.vmware.com//people/athlon_crazy">athlon_crazy</a>&#8221; points out you don&#8217;t need to remember all the VCB commands and parameters. You can use vcbMC to browse all your VM&#8217;s and back them up according to the schedule you created:</p>
<p><img class="colorbox-2579"  src="http://communities.vmware.com/servlet/JiveServlet/download/38-20548/vcbMC.JPG" alt="" width="476" height="343" /></p>
<p>I haven&#8217;t tested it myself so far unfortunately, make sure to test the results of the backup.</p>
<p><div style="border: 1px solid gray; background-color:#CCCCCC;margin: 0px 0pt 0px 0px; padding: 5px;">

"<a href="http://www.yellow-bricks.com/2009/03/25/vcb-management-console-106-beta/">VCB Management Console 1.0.6 Beta</a>" originally appeared on <a href="http://www.yellow-bricks.com">Yellow-Bricks.com</a>. Follow us on <a href="http://www.twitter.com/DuncanYB">Twitter</a> and <a href="http://www.facebook.com/pages/Yellow-Bricks-virtualization-blog/132292893499196">Facebook</a>.<br>
Available now: vSphere 5 Clustering Deepdive. (<a href="http://www.amazon.com/dp/1463658133/ref=as_li_qf_sp_asin_til?tag=yellowbricks-20&camp=0&creative=0&linkCode=as1&creativeASIN=1463658133&adid=07SG91DX7FQT2HS66PMM"><strong>paper</strong></a> | <a href="https://www.amazon.com/dp/B005C1SARM/ref=as_li_tf_til?tag=yellowbricks-20&camp=0&creative=0&linkCode=as1&creativeASIN=B005C1SARM&adid=16Q69JRGDTX1DHPRKTQM&"><strong>e-book</strong></a>)</div><br><br></p>]]></content:encoded>
			<wfw:commentRss>http://www.yellow-bricks.com/2009/03/25/vcb-management-console-106-beta/feed/</wfw:commentRss>
		<slash:comments>2</slash:comments>
		</item>
		<item>
		<title>VCB and Diskeeper</title>
		<link>http://www.yellow-bricks.com/2009/03/05/vcb-and-diskeeper/</link>
		<comments>http://www.yellow-bricks.com/2009/03/05/vcb-and-diskeeper/#comments</comments>
		<pubDate>Thu, 05 Mar 2009 09:13:30 +0000</pubDate>
		<dc:creator>Duncan Epping</dc:creator>
				<category><![CDATA[BC-DR]]></category>
		<category><![CDATA[kb]]></category>
		<category><![CDATA[VCB]]></category>

		<guid isPermaLink="false">http://www.yellow-bricks.com/?p=2191</guid>
		<description><![CDATA[<p>I just noticed this new KB article: Diskeeper is a 3rd party defragmentation product that has the ability to defragment unmounted NTFS volumes that are presented to the VMware Consolidated Backup proxy. This means that it can defragment RDM LUNs. Unfortunately, this creates the possibility of inconsistencies in the file system if there is a virtual machine running on that [...]</p><p><div style="border: 1px solid gray; background-color:#CCCCCC;margin: 0px 0pt 0px 0px; padding: 5px;">

"<a href="http://www.yellow-bricks.com/2009/03/05/vcb-and-diskeeper/">VCB and Diskeeper</a>" originally appeared on <a href="http://www.yellow-bricks.com">Yellow-Bricks.com</a>. Follow us on <a href="http://www.twitter.com/DuncanYB">Twitter</a> and <a href="http://www.facebook.com/pages/Yellow-Bricks-virtualization-blog/132292893499196">Facebook</a>.<br>
Available now: vSphere 5 Clustering Deepdive. (<a href="http://www.amazon.com/dp/1463658133/ref=as_li_qf_sp_asin_til?tag=yellowbricks-20&camp=0&creative=0&linkCode=as1&creativeASIN=1463658133&adid=07SG91DX7FQT2HS66PMM"><strong>paper</strong></a> | <a href="https://www.amazon.com/dp/B005C1SARM/ref=as_li_tf_til?tag=yellowbricks-20&camp=0&creative=0&linkCode=as1&creativeASIN=B005C1SARM&adid=16Q69JRGDTX1DHPRKTQM&"><strong>e-book</strong></a>)</div><br><br></p>]]></description>
			<content:encoded><![CDATA[<p>I just noticed this new <a href="http://kb.vmware.com/kb/1007081">KB article</a>:</p>
<blockquote><p>Diskeeper is a 3rd party defragmentation product that has the ability to defragment unmounted NTFS volumes that are presented to the VMware Consolidated Backup proxy. This means that it can defragment RDM LUNs. Unfortunately, this creates the possibility of inconsistencies in the file system if there is a virtual machine running on that RDM.</p>
<p>The Automatic Defragment option causes the defragmentation to take place.</p>
<p>Consult your Diskeeper documentation to obtain instructions for disabling this feature in the version of the product that is installed on the VCB Proxy server.</p></blockquote>
<p>Be aware to not use Diskeeper on your VCB proxy!</p>
<p><div style="border: 1px solid gray; background-color:#CCCCCC;margin: 0px 0pt 0px 0px; padding: 5px;">

"<a href="http://www.yellow-bricks.com/2009/03/05/vcb-and-diskeeper/">VCB and Diskeeper</a>" originally appeared on <a href="http://www.yellow-bricks.com">Yellow-Bricks.com</a>. Follow us on <a href="http://www.twitter.com/DuncanYB">Twitter</a> and <a href="http://www.facebook.com/pages/Yellow-Bricks-virtualization-blog/132292893499196">Facebook</a>.<br>
Available now: vSphere 5 Clustering Deepdive. (<a href="http://www.amazon.com/dp/1463658133/ref=as_li_qf_sp_asin_til?tag=yellowbricks-20&camp=0&creative=0&linkCode=as1&creativeASIN=1463658133&adid=07SG91DX7FQT2HS66PMM"><strong>paper</strong></a> | <a href="https://www.amazon.com/dp/B005C1SARM/ref=as_li_tf_til?tag=yellowbricks-20&camp=0&creative=0&linkCode=as1&creativeASIN=B005C1SARM&adid=16Q69JRGDTX1DHPRKTQM&"><strong>e-book</strong></a>)</div><br><br></p>]]></content:encoded>
			<wfw:commentRss>http://www.yellow-bricks.com/2009/03/05/vcb-and-diskeeper/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>Veeam Backup 3.0 supports ESXi, including free version!</title>
		<link>http://www.yellow-bricks.com/2009/02/17/veeam-backup-30-supports-esxi-including-free-version/</link>
		<comments>http://www.yellow-bricks.com/2009/02/17/veeam-backup-30-supports-esxi-including-free-version/#comments</comments>
		<pubDate>Tue, 17 Feb 2009 11:54:48 +0000</pubDate>
		<dc:creator>Duncan Epping</dc:creator>
				<category><![CDATA[BC-DR]]></category>
		<category><![CDATA[backup]]></category>
		<category><![CDATA[ESX]]></category>
		<category><![CDATA[esxi]]></category>
		<category><![CDATA[Tools]]></category>
		<category><![CDATA[VCB]]></category>

		<guid isPermaLink="false">http://www.yellow-bricks.com/?p=1997</guid>
		<description><![CDATA[<p>Veeam just released Backup 3.0 with ESXi(including the Free version) support: In addition to the ESXi backup through VCB that was introduced with version 2.0, Veeam Backup 3.0 now supports ESXi backup without VCB. Veeam Backup is the only VMware backup solution that lets you backup and restore virtual machines running on all existing editions of ESXi, including ESXi free. [...]</p><p><div style="border: 1px solid gray; background-color:#CCCCCC;margin: 0px 0pt 0px 0px; padding: 5px;">

"<a href="http://www.yellow-bricks.com/2009/02/17/veeam-backup-30-supports-esxi-including-free-version/">Veeam Backup 3.0 supports ESXi, including free version!</a>" originally appeared on <a href="http://www.yellow-bricks.com">Yellow-Bricks.com</a>. Follow us on <a href="http://www.twitter.com/DuncanYB">Twitter</a> and <a href="http://www.facebook.com/pages/Yellow-Bricks-virtualization-blog/132292893499196">Facebook</a>.<br>
Available now: vSphere 5 Clustering Deepdive. (<a href="http://www.amazon.com/dp/1463658133/ref=as_li_qf_sp_asin_til?tag=yellowbricks-20&camp=0&creative=0&linkCode=as1&creativeASIN=1463658133&adid=07SG91DX7FQT2HS66PMM"><strong>paper</strong></a> | <a href="https://www.amazon.com/dp/B005C1SARM/ref=as_li_tf_til?tag=yellowbricks-20&camp=0&creative=0&linkCode=as1&creativeASIN=B005C1SARM&adid=16Q69JRGDTX1DHPRKTQM&"><strong>e-book</strong></a>)</div><br><br></p>]]></description>
			<content:encoded><![CDATA[<p>Veeam just released <a href="http://www.veeam.com/vmware-esx-backup.html">Backup 3.0</a> with ESXi(including the Free version) support:</p>
<p style="padding-left: 30px;"><span id="descriptions">In addition to the ESXi backup through VCB that was introduced with version 2.0, Veeam Backup 3.0 now supports ESXi backup without VCB. Veeam Backup is the only VMware backup solution that lets you backup and restore virtual machines running on all existing editions of ESXi, including ESXi free.</span></p>
<p>Now head over to Veeam and <a href="http://www.veeam.com/download.asp?step=2&amp;license_type=37">download</a> your trial and start doing full VM backups. Veaam Backup also provides you with a file level restore:</p>
<p style="padding-left: 30px;"><span id="descriptions">Veeam’s fast file-level recovery feature allows you to restore individual files from your image-level backups and replicas in seconds, without having to extract the full VM image to your local drive.</span></p>
<p><span>Just a tip, I would suggest to do a &#8220;<a href="http://www.yellow-bricks.com/2008/01/04/vmware-consolidated-backup-and-deleted-files/">zero-out</a>&#8221; before running the full VM backup!<br />
</span></p>
<p><div style="border: 1px solid gray; background-color:#CCCCCC;margin: 0px 0pt 0px 0px; padding: 5px;">

"<a href="http://www.yellow-bricks.com/2009/02/17/veeam-backup-30-supports-esxi-including-free-version/">Veeam Backup 3.0 supports ESXi, including free version!</a>" originally appeared on <a href="http://www.yellow-bricks.com">Yellow-Bricks.com</a>. Follow us on <a href="http://www.twitter.com/DuncanYB">Twitter</a> and <a href="http://www.facebook.com/pages/Yellow-Bricks-virtualization-blog/132292893499196">Facebook</a>.<br>
Available now: vSphere 5 Clustering Deepdive. (<a href="http://www.amazon.com/dp/1463658133/ref=as_li_qf_sp_asin_til?tag=yellowbricks-20&camp=0&creative=0&linkCode=as1&creativeASIN=1463658133&adid=07SG91DX7FQT2HS66PMM"><strong>paper</strong></a> | <a href="https://www.amazon.com/dp/B005C1SARM/ref=as_li_tf_til?tag=yellowbricks-20&camp=0&creative=0&linkCode=as1&creativeASIN=B005C1SARM&adid=16Q69JRGDTX1DHPRKTQM&"><strong>e-book</strong></a>)</div><br><br></p>]]></content:encoded>
			<wfw:commentRss>http://www.yellow-bricks.com/2009/02/17/veeam-backup-30-supports-esxi-including-free-version/feed/</wfw:commentRss>
		<slash:comments>21</slash:comments>
		</item>
		<item>
		<title>VM Template best practices (Linux)</title>
		<link>http://www.yellow-bricks.com/2008/11/11/vm-template-best-practices-linux/</link>
		<comments>http://www.yellow-bricks.com/2008/11/11/vm-template-best-practices-linux/#comments</comments>
		<pubDate>Tue, 11 Nov 2008 08:23:28 +0000</pubDate>
		<dc:creator>Duncan Epping</dc:creator>
				<category><![CDATA[BC-DR]]></category>
		<category><![CDATA[Server]]></category>
		<category><![CDATA[ESX]]></category>
		<category><![CDATA[esxi]]></category>
		<category><![CDATA[Scripting]]></category>
		<category><![CDATA[Storage]]></category>
		<category><![CDATA[Tools]]></category>
		<category><![CDATA[VCB]]></category>

		<guid isPermaLink="false">http://www.yellow-bricks.com/?p=851</guid>
		<description><![CDATA[<p>I was just reading up on my Google Reader. A lot of information been dropped over the last couple of days and more and more people are getting active on the VMware blogoshere. One of the articles that really caught my attention was the &#8220;VM Template best practices (Linux)&#8221; by Leo Raikhman. Leo did a great job in explaining how [...]</p><p><div style="border: 1px solid gray; background-color:#CCCCCC;margin: 0px 0pt 0px 0px; padding: 5px;">

"<a href="http://www.yellow-bricks.com/2008/11/11/vm-template-best-practices-linux/">VM Template best practices (Linux)</a>" originally appeared on <a href="http://www.yellow-bricks.com">Yellow-Bricks.com</a>. Follow us on <a href="http://www.twitter.com/DuncanYB">Twitter</a> and <a href="http://www.facebook.com/pages/Yellow-Bricks-virtualization-blog/132292893499196">Facebook</a>.<br>
Available now: vSphere 5 Clustering Deepdive. (<a href="http://www.amazon.com/dp/1463658133/ref=as_li_qf_sp_asin_til?tag=yellowbricks-20&camp=0&creative=0&linkCode=as1&creativeASIN=1463658133&adid=07SG91DX7FQT2HS66PMM"><strong>paper</strong></a> | <a href="https://www.amazon.com/dp/B005C1SARM/ref=as_li_tf_til?tag=yellowbricks-20&camp=0&creative=0&linkCode=as1&creativeASIN=B005C1SARM&adid=16Q69JRGDTX1DHPRKTQM&"><strong>e-book</strong></a>)</div><br><br></p>]]></description>
			<content:encoded><![CDATA[<p>I was just reading up on my Google Reader. A lot of information been dropped over the last couple of days and more and more people are getting active on the VMware blogoshere. One of the articles that really caught my attention was the &#8220;<a href="http://lraikhman.blogsite.org/?p=298">VM Template best practices (Linux)</a>&#8221; by Leo Raikhman.</p>
<p>Leo did a great job in explaining how to build up a decent Template. Leo even included a way to regularly zero out the Linux Filesystem for the purpose of VCB image level dumps with small footprints.</p>
<p>And although Leo&#8217;s article talks about Linux only this also applies for Windows. If you will be doing VCB then remember to zero-out your filesystem every once in a while. Linux doesn&#8217;t scrub the sectors where the files resided and neither does Windows. I wrote an <a href="http://www.yellow-bricks.com/2008/01/04/vmware-consolidated-backup-and-deleted-files/">article</a> on how to do this from within Windows. Yes you can do it by hand via the &#8220;shrink disk&#8221; option in VMware Tools, but as Leo already pointed out there&#8217;s no way of scheduling that one, as far I have discovered.</p>
<p>So most of the stuff written about in Leo&#8217;s article applies to Windows, yeah also the partition alignment! DO IT! But the zero-out procedure won&#8217;t work, I&#8217;ve wrote one a while <a href="http://www.yellow-bricks.com/2008/01/04/vmware-consolidated-backup-and-deleted-files/">back</a> and here it is:</p>
<p style="padding-left: 30px;"><code>Set WshShell = WScript.CreateObject("WScript.Shell")<br />
Dim fso, d, dc<br />
Set fso = CreateObject("Scripting.FileSystemObject")<br />
Set dc = fso.Drives<br />
WshShell.RegWrite "HKCU\Software\Sysinternals\", 0, "REG_SZ"<br />
WshShell.RegWrite "HKCU\Software\Sysinternals\SDelete\", 0, "REG_SZ"<br />
WshShell.RegWrite "HKCU\Software\Sysinternals\SDelete\EulaAccepted", 1, "REG_DWORD"<br />
For Each d in dc<br />
If d.DriveType = 2 Then<br />
Return = WshShell.Run("defrag " &amp; d &amp; " -f", 1, TRUE)'<br />
Return = WshShell.Run("sdelete -c " &amp; d, 1, TRUE)<br />
End If<br />
Next<br />
Set WshShell = Nothing</code></p>
<p>Be sure to download <a href="http://www.microsoft.com/technet/sysinternals/Security/SDelete.mspx">Sdelete</a> before you start, and remember that this script also does a defrag. If you are running &#8220;thin&#8221; disks than doing a defrag might not be the smartest thing to do, if so just delete the following line from the vb script:</p>
<p style="padding-left: 30px;"><code> Return = WshShell.Run("defrag " &amp; d &amp; " -f", 1, TRUE)'</code></p>
<p><div style="border: 1px solid gray; background-color:#CCCCCC;margin: 0px 0pt 0px 0px; padding: 5px;">

"<a href="http://www.yellow-bricks.com/2008/11/11/vm-template-best-practices-linux/">VM Template best practices (Linux)</a>" originally appeared on <a href="http://www.yellow-bricks.com">Yellow-Bricks.com</a>. Follow us on <a href="http://www.twitter.com/DuncanYB">Twitter</a> and <a href="http://www.facebook.com/pages/Yellow-Bricks-virtualization-blog/132292893499196">Facebook</a>.<br>
Available now: vSphere 5 Clustering Deepdive. (<a href="http://www.amazon.com/dp/1463658133/ref=as_li_qf_sp_asin_til?tag=yellowbricks-20&camp=0&creative=0&linkCode=as1&creativeASIN=1463658133&adid=07SG91DX7FQT2HS66PMM"><strong>paper</strong></a> | <a href="https://www.amazon.com/dp/B005C1SARM/ref=as_li_tf_til?tag=yellowbricks-20&camp=0&creative=0&linkCode=as1&creativeASIN=B005C1SARM&adid=16Q69JRGDTX1DHPRKTQM&"><strong>e-book</strong></a>)</div><br><br></p>]]></content:encoded>
			<wfw:commentRss>http://www.yellow-bricks.com/2008/11/11/vm-template-best-practices-linux/feed/</wfw:commentRss>
		<slash:comments>2</slash:comments>
		</item>
		<item>
		<title>VCB and multipathing</title>
		<link>http://www.yellow-bricks.com/2008/11/05/vcb-and-multipathing/</link>
		<comments>http://www.yellow-bricks.com/2008/11/05/vcb-and-multipathing/#comments</comments>
		<pubDate>Tue, 04 Nov 2008 23:00:16 +0000</pubDate>
		<dc:creator>Duncan Epping</dc:creator>
				<category><![CDATA[BC-DR]]></category>
		<category><![CDATA[Storage]]></category>
		<category><![CDATA[VCB]]></category>

		<guid isPermaLink="false">http://www.yellow-bricks.com/?p=792</guid>
		<description><![CDATA[<p>VMware just changed their VCB multipathing support. Before the KB article stated &#8220;Powerpath and other multipathing software.&#8221; The KB article has been changed and contains specific version of Powerpath which are officially supported and the &#8220;other multipathing&#8221; has been removed. Still I&#8217;m no fan of multipathing software on the VCB host, I would prefer using 1 HBA for uploading to [...]</p><p><div style="border: 1px solid gray; background-color:#CCCCCC;margin: 0px 0pt 0px 0px; padding: 5px;">

"<a href="http://www.yellow-bricks.com/2008/11/05/vcb-and-multipathing/">VCB and multipathing</a>" originally appeared on <a href="http://www.yellow-bricks.com">Yellow-Bricks.com</a>. Follow us on <a href="http://www.twitter.com/DuncanYB">Twitter</a> and <a href="http://www.facebook.com/pages/Yellow-Bricks-virtualization-blog/132292893499196">Facebook</a>.<br>
Available now: vSphere 5 Clustering Deepdive. (<a href="http://www.amazon.com/dp/1463658133/ref=as_li_qf_sp_asin_til?tag=yellowbricks-20&camp=0&creative=0&linkCode=as1&creativeASIN=1463658133&adid=07SG91DX7FQT2HS66PMM"><strong>paper</strong></a> | <a href="https://www.amazon.com/dp/B005C1SARM/ref=as_li_tf_til?tag=yellowbricks-20&camp=0&creative=0&linkCode=as1&creativeASIN=B005C1SARM&adid=16Q69JRGDTX1DHPRKTQM&"><strong>e-book</strong></a>)</div><br><br></p>]]></description>
			<content:encoded><![CDATA[<p>VMware just changed their VCB multipathing support. Before the KB article stated &#8220;Powerpath and other multipathing software<img class="colorbox-792"  alt="" />.&#8221; The <a href="http://kb.vmware.com/selfservice/microsites/search.do?cmd=displayKC&amp;docType=kc&amp;externalId=1007479&amp;sliceId=1&amp;docTypeID=DT_KB_1_1&amp;dialogID=1706934&amp;stateId=0%200%20880611">KB article</a> has been changed and contains specific version of Powerpath which are officially supported and the &#8220;other multipathing&#8221; has been removed. Still I&#8217;m no fan of multipathing software on the VCB host, I would prefer using 1 HBA for uploading to a holding tank and 1 HBA for downloading the images from the SAN.</p>
<p><div style="border: 1px solid gray; background-color:#CCCCCC;margin: 0px 0pt 0px 0px; padding: 5px;">

"<a href="http://www.yellow-bricks.com/2008/11/05/vcb-and-multipathing/">VCB and multipathing</a>" originally appeared on <a href="http://www.yellow-bricks.com">Yellow-Bricks.com</a>. Follow us on <a href="http://www.twitter.com/DuncanYB">Twitter</a> and <a href="http://www.facebook.com/pages/Yellow-Bricks-virtualization-blog/132292893499196">Facebook</a>.<br>
Available now: vSphere 5 Clustering Deepdive. (<a href="http://www.amazon.com/dp/1463658133/ref=as_li_qf_sp_asin_til?tag=yellowbricks-20&camp=0&creative=0&linkCode=as1&creativeASIN=1463658133&adid=07SG91DX7FQT2HS66PMM"><strong>paper</strong></a> | <a href="https://www.amazon.com/dp/B005C1SARM/ref=as_li_tf_til?tag=yellowbricks-20&camp=0&creative=0&linkCode=as1&creativeASIN=B005C1SARM&adid=16Q69JRGDTX1DHPRKTQM&"><strong>e-book</strong></a>)</div><br><br></p>]]></content:encoded>
			<wfw:commentRss>http://www.yellow-bricks.com/2008/11/05/vcb-and-multipathing/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>VCB and identical LUN id&#8217;s</title>
		<link>http://www.yellow-bricks.com/2008/11/04/vcb-and-identical-lun-ids/</link>
		<comments>http://www.yellow-bricks.com/2008/11/04/vcb-and-identical-lun-ids/#comments</comments>
		<pubDate>Tue, 04 Nov 2008 20:07:22 +0000</pubDate>
		<dc:creator>Duncan Epping</dc:creator>
				<category><![CDATA[BC-DR]]></category>
		<category><![CDATA[Storage]]></category>
		<category><![CDATA[VCB]]></category>

		<guid isPermaLink="false">http://www.yellow-bricks.com/?p=762</guid>
		<description><![CDATA[<p>I get this question a lot:&#8221;Does the VMware Consolidated Backup proxy host need to have the same LUNs with the same ID&#8217;s presented?&#8221;.  VMware Consolidated Backup needed to have identical LUN ID&#8217;s to be able to match LUN&#8217;s but that has changed. It doesn&#8217;t matter anymore which LUN ID your host and proxy server see cause VCB just compares VMFS signatures. So [...]</p><p><div style="border: 1px solid gray; background-color:#CCCCCC;margin: 0px 0pt 0px 0px; padding: 5px;">

"<a href="http://www.yellow-bricks.com/2008/11/04/vcb-and-identical-lun-ids/">VCB and identical LUN id&#8217;s</a>" originally appeared on <a href="http://www.yellow-bricks.com">Yellow-Bricks.com</a>. Follow us on <a href="http://www.twitter.com/DuncanYB">Twitter</a> and <a href="http://www.facebook.com/pages/Yellow-Bricks-virtualization-blog/132292893499196">Facebook</a>.<br>
Available now: vSphere 5 Clustering Deepdive. (<a href="http://www.amazon.com/dp/1463658133/ref=as_li_qf_sp_asin_til?tag=yellowbricks-20&camp=0&creative=0&linkCode=as1&creativeASIN=1463658133&adid=07SG91DX7FQT2HS66PMM"><strong>paper</strong></a> | <a href="https://www.amazon.com/dp/B005C1SARM/ref=as_li_tf_til?tag=yellowbricks-20&camp=0&creative=0&linkCode=as1&creativeASIN=B005C1SARM&adid=16Q69JRGDTX1DHPRKTQM&"><strong>e-book</strong></a>)</div><br><br></p>]]></description>
			<content:encoded><![CDATA[<p>I get this question a lot:&#8221;Does the VMware Consolidated Backup proxy host need to have the same LUNs with the same ID&#8217;s presented?&#8221;. </p>
<p>VMware Consolidated Backup needed to have identical LUN ID&#8217;s to be able to match LUN&#8217;s but that has changed. It doesn&#8217;t matter anymore which LUN ID your host and proxy server see cause VCB just compares VMFS signatures. So I can hear you guys thinks, what about my RDM&#8217;s? (Raw Device Mappings) Well obvious VCB can&#8217;t compare the VMFS signatures, but it can compare the NAA ID&#8217;s and that&#8217;s what it does as of VCB 1.1. So in other words, as long as you just publish all LUNs you want VCB to backup it doesn&#8217;t matter which LUN ID they have.</p>
<p>And if for some reason your SAN doesn&#8217;t support NAA ID&#8217;s, well then you will be stuck with the &#8220;matching LUN ID&#8217;s&#8221; method you have been using for a while.</p>
<p>By the way NAA stands for &#8220;Network Address Authority&#8221; and is a unique identifier for you LUNs.</p>
<p><div style="border: 1px solid gray; background-color:#CCCCCC;margin: 0px 0pt 0px 0px; padding: 5px;">

"<a href="http://www.yellow-bricks.com/2008/11/04/vcb-and-identical-lun-ids/">VCB and identical LUN id&#8217;s</a>" originally appeared on <a href="http://www.yellow-bricks.com">Yellow-Bricks.com</a>. Follow us on <a href="http://www.twitter.com/DuncanYB">Twitter</a> and <a href="http://www.facebook.com/pages/Yellow-Bricks-virtualization-blog/132292893499196">Facebook</a>.<br>
Available now: vSphere 5 Clustering Deepdive. (<a href="http://www.amazon.com/dp/1463658133/ref=as_li_qf_sp_asin_til?tag=yellowbricks-20&camp=0&creative=0&linkCode=as1&creativeASIN=1463658133&adid=07SG91DX7FQT2HS66PMM"><strong>paper</strong></a> | <a href="https://www.amazon.com/dp/B005C1SARM/ref=as_li_tf_til?tag=yellowbricks-20&camp=0&creative=0&linkCode=as1&creativeASIN=B005C1SARM&adid=16Q69JRGDTX1DHPRKTQM&"><strong>e-book</strong></a>)</div><br><br></p>]]></content:encoded>
			<wfw:commentRss>http://www.yellow-bricks.com/2008/11/04/vcb-and-identical-lun-ids/feed/</wfw:commentRss>
		<slash:comments>2</slash:comments>
		</item>
	</channel>
</rss>

