<?xml version="1.0" encoding="UTF-8"?>
<?xml-stylesheet type="text/xsl" media="screen" href="/~d/styles/rss2full.xsl"?><?xml-stylesheet type="text/css" media="screen" href="http://feeds.feedburner.com/~d/styles/itemcontent.css"?><rss 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:feedburner="http://rssnamespace.org/feedburner/ext/1.0" version="2.0">

<channel>
	<title>blog.scottlowe.org</title>
	
	<link>http://blog.scottlowe.org</link>
	<description>The weblog of an IT pro specializing in virtualization, storage, and servers</description>
	<pubDate>Sun, 05 Jul 2009 19:43:34 +0000</pubDate>
	<generator>http://wordpress.org/?v=abc</generator>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
			<atom10:link xmlns:atom10="http://www.w3.org/2005/Atom" rel="self" href="http://feeds.feedburner.com/slowe/content/feed" type="application/rss+xml" /><feedburner:emailServiceId>slowe/content/feed</feedburner:emailServiceId><feedburner:feedburnerHostname>http://feedburner.google.com</feedburner:feedburnerHostname><atom10:link xmlns:atom10="http://www.w3.org/2005/Atom" rel="hub" href="http://pubsubhubbub.appspot.com" /><item>
		<title>Another Reason Not to Use PVSCSI or VMXNET3</title>
		<link>http://feedproxy.google.com/~r/slowe/content/feed/~3/MKzpeKR9f2o/</link>
		<comments>http://blog.scottlowe.org/2009/07/05/another-reason-not-to-use-pvscsi-or-vmxnet3/#comments</comments>
		<pubDate>Sun, 05 Jul 2009 18:54:35 +0000</pubDate>
		<dc:creator>slowe</dc:creator>
		
		<category><![CDATA[Virtualization]]></category>

		<category><![CDATA[VMware]]></category>

		<category><![CDATA[VMwareFT]]></category>

		<category><![CDATA[vSphere]]></category>

		<guid isPermaLink="false">http://blog.scottlowe.org/?p=1440</guid>
		<description><![CDATA[Thinking of using the new paravirtualized SCSI (PVSCSI) or new VMXNET3 network devices in your VMware vSphere virtual machines? I hope you aren't planning on using VMWare FT, too.<p>This article was originally posted on <a href="http://blog.scottlowe.org">blog.scottlowe.org</a>. Visit the site for more information on virtualization, servers, storage, and other enterprise technologies.</p>
<p><a href="http://blog.scottlowe.org/2009/07/05/another-reason-not-to-use-pvscsi-or-vmxnet3/">Another Reason Not to Use PVSCSI or VMXNET3</a></p>
]]></description>
			<content:encoded><![CDATA[<p>You may have read the article I wrote here titled <a href="http://blog.scottlowe.org/2009/06/01/vsphere-virtual-machine-upgrade-process/">vSphere Virtual Machine Upgrade Process</a>, in which I described a process whereby you could upgrade your VMs to VM hardware version 7 (the version used with vSphere) as well as use the latest paravirtualized network and SCSI drivers (VMXNET3 and PVSCSI). Both PVSCSI and VMXNET3 offer greater performance with the same CPU utilization.</p>
<p>Rightfully so, some readers and other bloggers pointed out that PVSCSI isn&#8217;t supported for boot disks (Rich Brambley put up <a href="http://vmetc.com/2009/06/22/tap-into-vsphere-pvscsi-performance-with-separate-vm-boot-and-data-drives/">a really good post</a>, for example). Rich, among others, suggested moving virtual machines back to a &#8220;two disk model,&#8221; with a boot disk and a separate data disk; this would allow for the greater performance of the PVSCSI controller on the data disk. This seemed to be a reasonable workaround. I don&#8217;t recall hearing about any significant issues with VMXNET3. Using the newer network driver seemed to be a good move all the way around.</p>
<p>Unfortunately, there is another drawback to both of these devices. Rich caught this drawback in his article, but relegated it to a small mention at the very end of the article that even I overlooked at first (emphasis mine):</p>
<blockquote><p>There are some other factors to consider as well. For example, <b>vSphere Fault Tolerance cannot be enabled on a VM using PVSCSI.</b></p></blockquote>
<p>That&#8217;s right&#8212;you cannot use VMware Fault Tolerance (FT) on a virtual machine that is using the PVSCSI device. However, this restriction doesn&#8217;t just apply to the PVSCSI device; it also applies to VMXNET3! VMware FT cannot be enabled on a virtual machine using either the VMXNET3 or PVSCSI devices; vCenter Server will simply report an error that the network interface or disk controller isn&#8217;t supported for VMware FT.</p>
<p>In my opinion, this is a significant enough limitation that I felt it warrants its own post. If you are planning on using VMware FT in your environment, be sure <b>not</b> to configure any virtual machines to use VMXNET3 or PVSCSI if they might need to be protected with VMware FT. In this case, you&#8217;ll have to choose from either maximum performance or maximum protection&#8212;you don&#8217;t get both.</p>
<p><b>UPDATE:</b> Rich Brambley shared links to two resources that describe the incompatibility between VMware FT and PVSCSI and VMXNET3:</p>
<p><a href="http://communities.vmware.com/thread/217845">VMware Communities: Unable to configure FT with error &#8220;Unsupported virtual machine configuration for Fault Tolerance. Device &#8216;Network adapter 1&#8242; is not supported&#8221;</a><br />
<a href="http://communities.vmware.com/blogs/vmroyale/2009/05/18/vmware-fault-tolerance-requirements-and-limitations">VMware Fault Tolerance Requirements and Limitations</a></p>
<p>This article was originally posted on <a href="http://blog.scottlowe.org">blog.scottlowe.org</a>. Visit the site for more information on virtualization, servers, storage, and other enterprise technologies.</p>
<p><a href="http://blog.scottlowe.org/2009/07/05/another-reason-not-to-use-pvscsi-or-vmxnet3/">Another Reason Not to Use PVSCSI or VMXNET3</a></p>
Similar Posts:<ul><li><a href="http://blog.scottlowe.org/2009/06/01/vsphere-virtual-machine-upgrade-process/" rel="bookmark" title="Monday, June 1, 2009">vSphere Virtual Machine Upgrade Process</a></li>

<li><a href="http://blog.scottlowe.org/2008/12/15/enabling-enhanced-vmxnet/" rel="bookmark" title="Monday, December 15, 2008">Enabling Enhanced VMXNet</a></li>

<li><a href="http://blog.scottlowe.org/2008/12/19/get-used-to-vsphere/" rel="bookmark" title="Friday, December 19, 2008">Get Used to vSphere</a></li>

<li><a href="http://blog.scottlowe.org/2009/06/05/the-return-of-virtualization-short-takes/" rel="bookmark" title="Friday, June 5, 2009">The Return of Virtualization Short Takes</a></li>

<li><a href="http://blog.scottlowe.org/2009/06/10/hyper9-vmm-released/" rel="bookmark" title="Wednesday, June 10, 2009">Hyper9 VMM Released</a></li>
</ul><!-- Similar Posts took 9.227 ms --><img src="http://feeds.feedburner.com/~r/slowe/content/feed/~4/MKzpeKR9f2o" height="1" width="1"/>]]></content:encoded>
			<wfw:commentRss>http://blog.scottlowe.org/2009/07/05/another-reason-not-to-use-pvscsi-or-vmxnet3/feed/</wfw:commentRss>
		<feedburner:origLink>http://blog.scottlowe.org/2009/07/05/another-reason-not-to-use-pvscsi-or-vmxnet3/</feedburner:origLink></item>
		<item>
		<title>Republished: FlexClones or Deduplication?</title>
		<link>http://feedproxy.google.com/~r/slowe/content/feed/~3/s48QIs-3irk/</link>
		<comments>http://blog.scottlowe.org/2009/07/03/republished-flexclones-or-deduplication/#comments</comments>
		<pubDate>Sat, 04 Jul 2009 03:41:45 +0000</pubDate>
		<dc:creator>slowe</dc:creator>
		
		<category><![CDATA[Storage]]></category>

		<category><![CDATA[Virtualization]]></category>

		<category><![CDATA[NetApp]]></category>

		<category><![CDATA[VDI]]></category>

		<category><![CDATA[VMware]]></category>

		<guid isPermaLink="false">http://blog.scottlowe.org/?p=1438</guid>
		<description><![CDATA[This post is one of a series of posts that I published at <a href="http://www.storagemonkeys.com">Storage Monkeys</a> in late 2008, but it appears that all of this content has now gone offline. I'll be republishing relevant posts here over the next few weeks. In this post, I discuss using array-based cloning with VMware Infrastructure.<p>This article was originally posted on <a href="http://blog.scottlowe.org">blog.scottlowe.org</a>. Visit the site for more information on virtualization, servers, storage, and other enterprise technologies.</p>
<p><a href="http://blog.scottlowe.org/2009/07/03/republished-flexclones-or-deduplication/">Republished: FlexClones or Deduplication?</a></p>
]]></description>
			<content:encoded><![CDATA[<p><em><small>Author&#8217;s Note: This content was first published over at <a href="http://www.storagemonkeys.com">Storage Monkeys</a>, but it appears that it has since disappeared and is no longer available. For that reason, I&#8217;m republishing it here (with minor edits). Where applicable, I&#8217;ll also be republishing other old content from that site in the coming weeks. Thanks!</small></em></p>
<p>I&#8217;ve discussed this topic before, but I felt like it was a topic that needed to be revisited again. Storage admins need to know how their choices in storage technologies may or may not impact virtualization efforts, and this particular choice&#8212;leveraging pointer-based snapshots or deduplication&#8212;is particularly important.</p>
<h2>FlexClones Versus Deduplication with VMware Infrastructure</h2>
<p>A number of times over the last few months, I&#8217;ve run into situations where NetApp&#8217;s FlexClone technology was being heavily pitched to customers interested in deploying, or expanding their deployment of, VMware Infrastructure.</p>
<p>In case you aren&#8217;t familiar with the use of NetApp FlexClones in conjunction with VMware Infrastructure, have a look at these earlier articles of mine:</p>
<p><a href="http://blog.scottlowe.org/2007/05/11/how-to-provision-vms-using-netapp-flexclones/">How to Provision VMs Using NetApp FlexClones</a><br />
<a href="http://blog.scottlowe.org/2007/05/15/netapp-flexclones-with-vmware-part-1/">NetApp FlexClones with VMware, Part 1</a><br />
<a href="http://blog.scottlowe.org/2007/05/17/netapp-flexclones-with-vmware-part-2/">NetApp FlexClones with VMware, Part 2</a><br />
<a href="http://blog.scottlowe.org/2007/05/21/lun-clones-vs-flexclones/">LUN Clones vs. FlexClones</a></p>
<p>Now, after you&#8217;ve read all those articles (you <em>did</em> read them, didn&#8217;t you?), it should be fairly clear that using FlexClones can be very advantageous. However, those advantages come with some tradeoffs as well, most notably in the complete and total lack of integration with VMware Infrastructure itself.</p>
<p>This lack of integration means that users can&#8217;t use VirtualCenter templates, because the cloning is taking place at the storage array instead of within VMware Infrastructure. This also means that customers can&#8217;t apply customization specifications during the cloning process, so users will need to create their own Sysprep answer files and manually Sysprep the VMs before invoking the FlexClone process. Users are required to create scripts and tools to do simple things like using the VM name for the guest OS name during cloning. <em>(Author&#8217;s note: many of these issues have been addressed by NetApp&#8217;s Rapid Cloning Utility (RCU), which provides some integration into VirtualCenter.)</em></p>
<p><aside>Lest anyone think I&#8217;m picking on NetApp here, let me state that this would apply to any storage vendor that offers pointer-based copies. As long as the use of those pointer-based copies (or even deep copies, for that matter) is not integrated within VirtualCenter, then they will suffer the same problems.</aside></p>
<p>Deduplication, on the other hand, works seamlessly with VMware Infrastructure. This is primarily because the details of the deduplication are completely hidden; it all occurs &#8220;inside the box.&#8221; Nothing needs to be configured within VirtualCenter; no VMs need to be modified. The NetApp storage system handles the details of the deduplication process itself, and VMware Infrastructure just consumes the storage.</p>
<p>Looking at these two technologies in that light, one might ask: why use FlexClones at all? If deduplication works seamlessly with VMware Infrastructure and FlexClones don&#8217;t, then why bother? To be honest, there are some instances where FlexClones make sense&#8212;even with the lack of integration. Consider some of the examples listed below.</p>
<ul>
<li>In instances where a user needs to deploy <em>lots</em> of VMs in a <em>very</em> rapid fashion, FlexClones are much better. If time-to-deployment is the #1 driving factor, then FlexClones are the way to go. This could be particularly applicable and useful in VDI situations, as long as the broker doesn&#8217;t mandate handling provisioning itself (like VDM does).</li>
<li>In environments where provisioning and re-provisioning occurs on a frequent, regular basis, then FlexClones make sense. Even though large numbers of VMs aren&#8217;t being provisioned, the time saved on frequent re-provisioning via FlexClones will not be insignificant.</li>
<li>In situtations where there isn&#8217;t sufficient storage for the VMs before they are deduplicated, FlexClones may be a better option. Deduplication is post-process, meaning that storage will be needed for the full datasets until deduplication runs. In situations where that isn&#8217;t an option, then FlexClones can provide the same end benefit.</li>
</ul>
<p>Personally, I&#8217;m of the opinion that unless an organization meets one of these criteria, then that organization should look to deduplication instead of FlexClones. Of course, that&#8217;s just my personal opinion, and I&#8217;m open to hear what others have to say about the matter. NetApp gurus, feel free to weigh in.</p>
<p>This article was originally posted on <a href="http://blog.scottlowe.org">blog.scottlowe.org</a>. Visit the site for more information on virtualization, servers, storage, and other enterprise technologies.</p>
<p><a href="http://blog.scottlowe.org/2009/07/03/republished-flexclones-or-deduplication/">Republished: FlexClones or Deduplication?</a></p>
Similar Posts:<ul><li><a href="http://blog.scottlowe.org/2008/08/05/flexclones-versus-deduplication-with-vmware-infrastructure/" rel="bookmark" title="Tuesday, August 5, 2008">FlexClones Versus Deduplication with VMware Infrastructure</a></li>

<li><a href="http://blog.scottlowe.org/2007/05/15/netapp-flexclones-with-vmware-part-1/" rel="bookmark" title="Tuesday, May 15, 2007">NetApp FlexClones with VMware, Part 1</a></li>

<li><a href="http://blog.scottlowe.org/2008/12/03/2031-enhancements-to-netapp-cloning-technology/" rel="bookmark" title="Wednesday, December 3, 2008">2031: Enhancements to NetApp Cloning Technology</a></li>

<li><a href="http://blog.scottlowe.org/2008/09/01/storage-short-take-3/" rel="bookmark" title="Monday, September 1, 2008">Storage Short Take #3</a></li>

<li><a href="http://blog.scottlowe.org/2008/04/24/using-netapp-deduplication-with-block-storage/" rel="bookmark" title="Thursday, April 24, 2008">Using NetApp Deduplication with Block Storage</a></li>
</ul><!-- Similar Posts took 9.397 ms --><img src="http://feeds.feedburner.com/~r/slowe/content/feed/~4/s48QIs-3irk" height="1" width="1"/>]]></content:encoded>
			<wfw:commentRss>http://blog.scottlowe.org/2009/07/03/republished-flexclones-or-deduplication/feed/</wfw:commentRss>
		<feedburner:origLink>http://blog.scottlowe.org/2009/07/03/republished-flexclones-or-deduplication/</feedburner:origLink></item>
		<item>
		<title>A Comment Policy Reminder</title>
		<link>http://feedproxy.google.com/~r/slowe/content/feed/~3/HxsOf3QFqmQ/</link>
		<comments>http://blog.scottlowe.org/2009/07/02/a-comment-policy-reminder/#comments</comments>
		<pubDate>Fri, 03 Jul 2009 03:50:30 +0000</pubDate>
		<dc:creator>slowe</dc:creator>
		
		<category><![CDATA[General]]></category>

		<category><![CDATA[Blogging]]></category>

		<guid isPermaLink="false">http://blog.scottlowe.org/?p=1436</guid>
		<description><![CDATA[I'm excited and thrilled that so many readers speak up in the comments to my articles. To help foster additional discussion, I wanted to remind everyone about this site's comment policy.<p>This article was originally posted on <a href="http://blog.scottlowe.org">blog.scottlowe.org</a>. Visit the site for more information on virtualization, servers, storage, and other enterprise technologies.</p>
<p><a href="http://blog.scottlowe.org/2009/07/02/a-comment-policy-reminder/">A Comment Policy Reminder</a></p>
]]></description>
			<content:encoded><![CDATA[<p>I encourage open discussion and conversation here on my site, and I&#8217;m thrilled that readers feel welcome to share their viewpoints (even when those viewpoints differ from my own). To help foster this sense of free discourse, there are two rules upon which I insist for all comments:</p>
<ol>
<li>First, all comments should be courteous. There&#8217;s no reason to personally attack another reader or author&#8212;simply state your position, why that is your position, the facts you feel support your position, etc. Leave the personal attacks somewhere else.</li>
<li>Second, all commenters should provide full disclosure. This helps avoid even the appearance of wrongdoing. Where a vendor&#8217;s products helps to address readers&#8217; needs, I don&#8217;t mind a vendor mentioning their products. <em><b>That vendor just needs to be sure to provide full disclosure.</b></em> If you have a business relationship with an organization, disclose that. Be transparent and provide full disclosure.</li>
</ol>
<p>Recently, I&#8217;ve had one commenter leave a series of comments on the site that blatantly and bluntly promote his employer&#8217;s products. Unfortunately, this commenter has failed to provide full disclosure. For that reason, I&#8217;ve been simply deleting this commenter&#8217;s comments. And I&#8217;m going to continue to delete this commenter&#8217;s blatant, outright comment spam as long as he/she refuses to provide full disclosure. Other readers deserve the right to know why a commenter is pushing a particular product or feature!</p>
<p>This article was originally posted on <a href="http://blog.scottlowe.org">blog.scottlowe.org</a>. Visit the site for more information on virtualization, servers, storage, and other enterprise technologies.</p>
<p><a href="http://blog.scottlowe.org/2009/07/02/a-comment-policy-reminder/">A Comment Policy Reminder</a></p>
Similar Posts:<ul><li><a href="http://blog.scottlowe.org/2009/06/01/train-signal-welcome/" rel="bookmark" title="Monday, June 1, 2009">Train Signal, Welcome!</a></li>

<li><a href="http://blog.scottlowe.org/2009/04/15/question-to-my-readers/" rel="bookmark" title="Wednesday, April 15, 2009">Question to my Readers</a></li>

<li><a href="http://blog.scottlowe.org/2008/07/14/storage-short-take-1/" rel="bookmark" title="Monday, July 14, 2008">Storage Short Take #1</a></li>

<li><a href="http://blog.scottlowe.org/2008/10/07/blogging-frequency-may-be-down/" rel="bookmark" title="Tuesday, October 7, 2008">Blogging Frequency May be Down</a></li>

<li><a href="http://blog.scottlowe.org/2008/12/04/the-sites-first-sponsor/" rel="bookmark" title="Thursday, December 4, 2008">The Site&#8217;s First Sponsor</a></li>
</ul><!-- Similar Posts took 24.356 ms --><img src="http://feeds.feedburner.com/~r/slowe/content/feed/~4/HxsOf3QFqmQ" height="1" width="1"/>]]></content:encoded>
			<wfw:commentRss>http://blog.scottlowe.org/2009/07/02/a-comment-policy-reminder/feed/</wfw:commentRss>
		<feedburner:origLink>http://blog.scottlowe.org/2009/07/02/a-comment-policy-reminder/</feedburner:origLink></item>
		<item>
		<title>Republished: Dispelling Some VMware over NFS Myths</title>
		<link>http://feedproxy.google.com/~r/slowe/content/feed/~3/7A__evow1xY/</link>
		<comments>http://blog.scottlowe.org/2009/07/01/republished-dispelling-some-vmware-over-nfs-myths/#comments</comments>
		<pubDate>Wed, 01 Jul 2009 13:13:08 +0000</pubDate>
		<dc:creator>slowe</dc:creator>
		
		<category><![CDATA[Storage]]></category>

		<category><![CDATA[Virtualization]]></category>

		<category><![CDATA[NFS]]></category>

		<category><![CDATA[VMware]]></category>

		<guid isPermaLink="false">http://blog.scottlowe.org/?p=1434</guid>
		<description><![CDATA[This post is one of a series of posts that I published at <a href="http://www.storagemonkeys.com">Storage Monkeys</a> in late 2008, but it appears that all of this content has now gone offline. I'll be republishing relevant posts here over the next few weeks. In this post, I discuss myths regarding VMware over NFS.<p>This article was originally posted on <a href="http://blog.scottlowe.org">blog.scottlowe.org</a>. Visit the site for more information on virtualization, servers, storage, and other enterprise technologies.</p>
<p><a href="http://blog.scottlowe.org/2009/07/01/republished-dispelling-some-vmware-over-nfs-myths/">Republished: Dispelling Some VMware over NFS Myths</a></p>
]]></description>
			<content:encoded><![CDATA[<p><em><small>Author&#8217;s Note: This content was first published over at <a href="http://www.storagemonkeys.com">Storage Monkeys</a>, but it appears that it has since disappeared and is no longer available. For that reason, I&#8217;m republishing it here (with minor edits). Where applicable, I&#8217;ll also be republishing other old content from that site in the coming weeks. Thanks!</small></em></p>
<p>In this article, I&#8217;m going to tackle what will probably be a sensitive topic for some readers: VMware over NFS. All across the Internet, I run into article after article after article that sings the praises of NFS for VMware. Consider some of the following examples:</p>
<ul>
<li><a href="http://www.vifaq.com/index.php?option=com_content&amp;task=view&amp;id=25&amp;Itemid=2">VMware over NFS - Why?</a></li>
<li><a href="http://viroptics.blogspot.com/2007/11/why-vmware-over-netapp-nfs.html">Why VMware over NetApp NFS</a></li>
<li><a href="http://www.vm-aware.com/2008/02/28/vmware-nfs/">VMware &amp; NFS</a></li>
</ul>
<p>That first link looks to be mostly a reprint of <a href="http://storagefoo.blogspot.com/2007/09/vmware-over-nfs.html">this blog post by Nick Triantos</a>. Now, Nick is a solid storage engineer; there is no question in my mind that he knows Fibre Channel, iSCSI, and NFS inside out. Nick is certainly someone who is more than qualified to speak to the validity of using NFS for VMware storage. <em>But&#8230;</em></p>
<p>I am going to have to disagree with some of the statements that are being propagated about NFS for VMware storage. Is NFS for VMware environments a valid choice? Yes, absolutely. However, there are some myths about NFS for VMware storage that need to be addressed.</p>
<ol>
<li><em><strong>Myth #1: All VMDKs are thin provisioned by default with NFS, and that saves significant amounts of storage space.</strong></em> That&#8217;s true&#8212;to a certain point. What I pointed out back in March of 2008, though, was that these VMDKs are <a href="http://blog.scottlowe.org/2008/03/31/only-thin-provisioned-in-the-beginning/">only thin provisioned at the beginning</a>. What does that mean? Perform a Storage VMotion operation to move those VMDKs from one NFS datastore to a different NFS datastore, and the VMDK will inflate to become a thick provisioned file. Clone another VM from the VM with the thin provisioned disks, and you&#8217;ll find that the cloned VM has thick VMDKs. That&#8217;s right&#8212;the only way to get those thin provisioned VMDKs is to create all your VMs from scratch. Is that what you really want to do? <em>(Note: VMware vSphere now supports thin provisioned VMDKs on all storage platforms, and corrects the issues with thin provisioned VMDKs inflating due to a Storage VMotion or cloning operation, so this point is somewhat dated.)</em></li>
<li><em><strong>Myth #2: NFS uses Ethernet as the transport, so I can just add more network connections to scale the bandwidth.</strong></em> Well, not exactly. Yes, it is possible to add Ethernet links and get more bandwidth. However, you&#8217;ll have to deal with a whole list of issues: link aggregation/802.3ad, physical switch redundancy (which is further complicated when you want to use link aggregation/802.3ad), multiple IP addresses on the NFS server(s), multiple VMkernel ports on the VMware ESX servers, and multiple IP subnets. Let&#8217;s just say that scaling NFS bandwidth with VMware ESX isn&#8217;t as straightforward as it may seem. This article I wrote back in July of 2008 may help shed some light on the particulars that are involved when it comes to <a href="http://blog.scottlowe.org/2008/07/16/understanding-nic-utilization-in-vmware-esx/">ESX and NIC utilization</a>.</li>
<li><em><strong>Myth #3: Performance over NFS is better than Fibre Channel or iSCSI.</strong></em> Based on <a href="http://media.netapp.com/documents/tr-3697.pdf">this technical report by NetApp</a>&#8212;no doubt one of the biggest proponents of NFS for VMware storage&#8212;NFS performance trails Fibre Channel, although by less than 10%. So, performance is comparable in almost all cases, and the difference is small enough not to be noticeable. The numbers do not, however, indicate that NFS is better than Fibre Channel. You can read my views on <a href="http://blog.scottlowe.org/2008/08/14/storage-protocol-performance-whitepaper-from-netapp/">this storage protocol comparison</a> at my site. By the way, also check the comments; you&#8217;ll see that the results in the technical report were independently verified by VMware as well. Based on this information, someone could certainly say that NFS performance is perfectly reasonable, but one could not say that NFS performance is better than Fibre Channel.</li>
</ol>
<p>Now, one might look at this article and say, &#8220;Scott, you hate NFS!&#8221; No, actually, I <em>like</em> using NFS for VMware Infrastructure implementations, and here&#8217;s why:</p>
<ul>
<li>Provisioning is a breeze. It&#8217;s dead simple to add NFS datastores.</li>
<li>You can easily (depending upon the storage platform) increase or decrease the size of NFS datastores. Try decreasing the size of a VMFS datastore and see what happens!</li>
<li>You don&#8217;t need to deal with the complexity of a Fibre Channel fabric, switches, WWNs, zones, ISLs, and all that. Now, there is some complexity involved (see Myth #2 above), but it&#8217;s generally easier than Fibre Channel. Unless you&#8217;re a Fibre Channel expert, of course&#8230;</li>
</ul>
<p>So there <em>are</em> some tangible benefits to using NFS for VMware Infrastructure. But let&#8217;s be real about this, and not try to gloss over technical details. While NFS has some real advantages, it also has some real disadvantages, and organizations choosing a storage protocol need to understand both sides of the coin.</p>
<p>This article was originally posted on <a href="http://blog.scottlowe.org">blog.scottlowe.org</a>. Visit the site for more information on virtualization, servers, storage, and other enterprise technologies.</p>
<p><a href="http://blog.scottlowe.org/2009/07/01/republished-dispelling-some-vmware-over-nfs-myths/">Republished: Dispelling Some VMware over NFS Myths</a></p>
Similar Posts:<ul><li><a href="http://blog.scottlowe.org/2008/03/31/only-thin-provisioned-in-the-beginning/" rel="bookmark" title="Monday, March 31, 2008">Only Thin Provisioned in the Beginning</a></li>

<li><a href="http://blog.scottlowe.org/2008/01/14/proving-vmware-over-nfs/" rel="bookmark" title="Monday, January 14, 2008">Proving VMware Over NFS</a></li>

<li><a href="http://blog.scottlowe.org/2008/04/03/articles-in-progress/" rel="bookmark" title="Thursday, April 3, 2008">Articles in Progress</a></li>

<li><a href="http://blog.scottlowe.org/2008/08/14/storage-protocol-performance-whitepaper-from-netapp/" rel="bookmark" title="Thursday, August 14, 2008">Storage Protocol Performance Whitepaper from NetApp</a></li>

<li><a href="http://blog.scottlowe.org/2008/04/09/keeping-thin-vmdks-using-netapp-snaprestore/" rel="bookmark" title="Wednesday, April 9, 2008">Keeping Thin VMDKs Using NetApp SnapRestore</a></li>
</ul><!-- Similar Posts took 9.738 ms --><img src="http://feeds.feedburner.com/~r/slowe/content/feed/~4/7A__evow1xY" height="1" width="1"/>]]></content:encoded>
			<wfw:commentRss>http://blog.scottlowe.org/2009/07/01/republished-dispelling-some-vmware-over-nfs-myths/feed/</wfw:commentRss>
		<feedburner:origLink>http://blog.scottlowe.org/2009/07/01/republished-dispelling-some-vmware-over-nfs-myths/</feedburner:origLink></item>
		<item><title>Links for 2009-06-29 [del.icio.us]</title><link>http://feedproxy.google.com/~r/slowe/content/feed/~3/2AGOQik060M/slowe</link><pubDate>Tue, 30 Jun 2009 00:00:00 PDT</pubDate><guid isPermaLink="false">http://del.icio.us/slowe#2009-06-29</guid><description>&lt;ul&gt;
&lt;li&gt;&lt;a href="http://kb.vmware.com/selfservice/google/searchpage.jsp"&gt;VMware KB - Index Page&lt;/a&gt;&lt;br/&gt;
This is the full index of the VMware Knowledge Base.&lt;/li&gt;
&lt;/ul&gt;&lt;img src="http://feeds.feedburner.com/~r/slowe/content/feed/~4/2AGOQik060M" height="1" width="1"/&gt;</description><feedburner:origLink>http://del.icio.us/slowe#2009-06-29</feedburner:origLink></item><item>
		<title>Thinking Out Loud: Why Deploy FCoE?</title>
		<link>http://feedproxy.google.com/~r/slowe/content/feed/~3/drbyWujUeaI/</link>
		<comments>http://blog.scottlowe.org/2009/06/30/thinking-out-loud-why-deploy-fcoe/#comments</comments>
		<pubDate>Tue, 30 Jun 2009 04:01:24 +0000</pubDate>
		<dc:creator>slowe</dc:creator>
		
		<category><![CDATA[Networking]]></category>

		<category><![CDATA[Storage]]></category>

		<category><![CDATA[Cisco]]></category>

		<category><![CDATA[FCoE]]></category>

		<guid isPermaLink="false">http://blog.scottlowe.org/?p=1431</guid>
		<description><![CDATA[Fibre Channel over Ethernet (FCoE) has been hailed by some within the storage industry as the greatest thing since sliced bread. OK, that might be a bit melodramatic, but you get the picture. So, continuing on in my "thinking out loud" posts, I have to ask: why deploy FCoE?<p>This article was originally posted on <a href="http://blog.scottlowe.org">blog.scottlowe.org</a>. Visit the site for more information on virtualization, servers, storage, and other enterprise technologies.</p>
<p><a href="http://blog.scottlowe.org/2009/06/30/thinking-out-loud-why-deploy-fcoe/">Thinking Out Loud: Why Deploy FCoE?</a></p>
]]></description>
			<content:encoded><![CDATA[<p>This is another one of my &#8220;thinking out loud&#8221; posts. This time, the question I&#8217;m mulling is this one: why deploy FCoE?</p>
<p>I haven&#8217;t hid the fact that I&#8217;m not really a fan of FCoE (see <a href="http://blog.scottlowe.org/2008/12/09/continuing-the-fcoe-discussion/">here</a> or <a href="http://blog.scottlowe.org/2009/02/20/is-unified-fabric-an-inevitability/">here</a>), but I was starting to warm to the technology and thought that I was beginning to see some benefits to deploying FCoE. Namely, the fact that FCoE is inherently very compatible with &#8220;traditional&#8221; FCP, allowing organizations to leverage their existing FCP installation while transitioning to FCoE. Some hands-on time I&#8217;d recently spent with a Cisco Nexus 5000 switch showed me just how closely aligned the two technologies are and how (relatively) easy it was to extend an FC fabric using FCoE. OK, I think I get this.</p>
<p>Then, a few days ago, I read this article <a href="http://www.theregister.co.uk/2009/06/25/fcoe_divergence/">on FCoE divergence</a>. Given that The Register can sometimes be quite sensationalist (and that&#8217;s putting it mildly), I contacted a colleague of mine whose input and knowledge I trust. He informed me that FCoE was currently limited in that FCoE is not multi-hop enabled&#8212;meaning, you can&#8217;t connect FCoE initiators on one switch to FCoE targets on another switch. (Apparently, this shortcoming is due to be corrected shortly.)</p>
<p><em>Whoa!</em> That&#8217;s a limitation of which I was not aware. And with that limitation in mind, knowing that FCoE will&#8212;for the time being at least&#8212;be limited to convergence at the edge, I have to ask: <em>why deploy FCoE at all?</em> What real and specific benefits does an organization seek to gain by deploying FCoE as opposed to just deploying FC? Is the edge convergence really that worthwhile and valuable?</p>
<p>This article was originally posted on <a href="http://blog.scottlowe.org">blog.scottlowe.org</a>. Visit the site for more information on virtualization, servers, storage, and other enterprise technologies.</p>
<p><a href="http://blog.scottlowe.org/2009/06/30/thinking-out-loud-why-deploy-fcoe/">Thinking Out Loud: Why Deploy FCoE?</a></p>
Similar Posts:<ul><li><a href="http://blog.scottlowe.org/2009/02/20/is-unified-fabric-an-inevitability/" rel="bookmark" title="Friday, February 20, 2009">Is Unified Fabric an Inevitability?</a></li>

<li><a href="http://blog.scottlowe.org/2009/04/03/a-collection-of-viewpoints-on-cisco-ucs/" rel="bookmark" title="Friday, April 3, 2009">A Collection of Viewpoints on Cisco UCS</a></li>

<li><a href="http://blog.scottlowe.org/2008/11/17/fcoe-versus-mr-iovhuh/" rel="bookmark" title="Monday, November 17, 2008">FCoE versus MR-IOV&#8230;huh?</a></li>

<li><a href="http://blog.scottlowe.org/2008/12/09/continuing-the-fcoe-discussion/" rel="bookmark" title="Tuesday, December 9, 2008">Continuing the FCoE Discussion</a></li>

<li><a href="http://blog.scottlowe.org/2009/06/29/blades-wont-die-but-they-will-change/" rel="bookmark" title="Monday, June 29, 2009">Blades Won&#8217;t Die, But They Will Change</a></li>
</ul><!-- Similar Posts took 25.802 ms --><img src="http://feeds.feedburner.com/~r/slowe/content/feed/~4/drbyWujUeaI" height="1" width="1"/>]]></content:encoded>
			<wfw:commentRss>http://blog.scottlowe.org/2009/06/30/thinking-out-loud-why-deploy-fcoe/feed/</wfw:commentRss>
		<feedburner:origLink>http://blog.scottlowe.org/2009/06/30/thinking-out-loud-why-deploy-fcoe/</feedburner:origLink></item>
		<item>
		<title>Blades Won’t Die, But They Will Change</title>
		<link>http://feedproxy.google.com/~r/slowe/content/feed/~3/niQGccFkka0/</link>
		<comments>http://blog.scottlowe.org/2009/06/29/blades-wont-die-but-they-will-change/#comments</comments>
		<pubDate>Tue, 30 Jun 2009 03:54:40 +0000</pubDate>
		<dc:creator>slowe</dc:creator>
		
		<category><![CDATA[Networking]]></category>

		<category><![CDATA[Virtualization]]></category>

		<category><![CDATA[Cisco]]></category>

		<category><![CDATA[FCoE]]></category>

		<category><![CDATA[Hardware]]></category>

		<category><![CDATA[VMware]]></category>

		<guid isPermaLink="false">http://blog.scottlowe.org/?p=1429</guid>
		<description><![CDATA[The increasing influence of virtualization, 10Gb Ethernet, Fibre Channel over Ethernet (FCoE), and unified fabric has some analysts and experts proclaiming the death of the blade server. Here's why I disagree with that viewpoint. Blades won't die, but they will change.<p>This article was originally posted on <a href="http://blog.scottlowe.org">blog.scottlowe.org</a>. Visit the site for more information on virtualization, servers, storage, and other enterprise technologies.</p>
<p><a href="http://blog.scottlowe.org/2009/06/29/blades-wont-die-but-they-will-change/">Blades Won&#8217;t Die, But They Will Change</a></p>
]]></description>
			<content:encoded><![CDATA[<p>I was going through my list of actions in OmniFocus, looking at my projects and actions and evaluating each of them. In my &#8220;Potential Posts&#8221; project, where I keep links to articles that I might use in a blog post, I found the URL for <a href="http://www.dabcc.com/article.aspx?id=9114">this article</a> by Steve Kaplan about virtualization, Cisco Nexus, and blade servers. The basic idea of his article is that virtualization and the Cisco Nexus&#8212;specifically, the unified fabric&#8212;are going to combine to kill blade servers.</p>
<p>I do agree with Steve that there is no innate relationship that means running VMware on blades is somehow &#8220;automagically&#8221; better:</p>
<blockquote><p>It is amazing how frequently we hear IT managers talk about deploying blade servers as an integral component of their new virtual infrastructures - as if there were an obvious synergy between VMware and blade server architectures.</p></blockquote>
<p>Absolutely! Blades are an option, just like rack mounted servers, and it&#8217;s up to the customer to choose (or us as consultants to recommend) the form factor that best meets the business needs. It might be blade servers, or it might be rack mounted servers. It just depends. So, on this one point, I agree with Steve.</p>
<p>Yet, at the same time, I also disagree with this point that Steve makes in his article:</p>
<blockquote><p>Blade servers have always been an impediment to an optimal virtual infrastructure because they introduce limitations in efficiently utilizing power and cooling resources, budget, flexibility, manageability, bios and firmware updates, performance and troubleshooting.</p></blockquote>
<p>Here is where Steve and I start to disagree. In fact, this specific article was something of the catalyst for a series of posts, written by colleague and friend Aaron Delp, detailing how blade servers and virtualization work well together:</p>
<p><a href="http://blog.scottlowe.org/2009/02/04/blades-and-virtualization-arent-mutually-exclusive-part-one-hp-power-sizing/">Blades and Virtualization Aren&#8217;t Mutually Exclusive: Part One, HP Power Sizing</a><br />
<a href="http://blog.scottlowe.org/2009/02/07/blades-and-virtualization-arent-mutually-exclusive-part-two-ibm-power-sizing/">Blades and Virtualization Aren&#8217;t Mutually Exclusive: Part Two, IBM Power Sizing</a><br />
<a href="http://blog.scottlowe.org/2009/02/13/blades-and-virtualization-arent-mutually-exclusive-part-three-ibm-traditional-expansion-options/">Blades and Virtualization Aren&#8217;t Mutually Exclusive: Part Three, IBM Traditional Expansion Options</a><br />
<a href="http://blog.scottlowe.org/2009/02/16/blades-and-virtualization-arent-mutually-exclusive-part-four-hp-traditional-expansion-options/">Blades and Virtualization Aren&#8217;t Mutually Exclusive: Part Four, HP Traditional Expansion Options</a></p>
<p>While this series of articles doesn&#8217;t squarely address all of the arguments against blades and virtualization, the series does make it clear that blades <b>can</b> produce power savings vs. rack mounted servers, and that blades <b>do</b> offer enough expansion options to accommodate the majority of virtualization deployments.</p>
<p>I also disagree with Steve about the value of the unified fabric, especially considering that right now unified fabric can exist only at the edge of the network and not at the core. That being the case, I find it hard to say that unified fabric is going to kill blade servers. So, again, I have to disagree with Steve&#8217;s position.</p>
<p>However, Steve&#8217;s not entirely wrong&#8212;virtualization, FCoE and 10Gb Ethernet, and yes even unified fabric <em>will</em> change how blade servers are designed and deployed. Cisco&#8217;s Unified Computing System (UCS) is one example of how blade servers are going to adapt to these agents of change, and I believe we&#8217;ll see more examples from other leading vendors in the coming months and years. But will blades die away entirely? No, I don&#8217;t think so.</p>
<p>Think I&#8217;m crazy? Think I&#8217;m out of my mind? Feel free to speak up in the comments&#8212;courteous comments are always welcome.</p>
<p>This article was originally posted on <a href="http://blog.scottlowe.org">blog.scottlowe.org</a>. Visit the site for more information on virtualization, servers, storage, and other enterprise technologies.</p>
<p><a href="http://blog.scottlowe.org/2009/06/29/blades-wont-die-but-they-will-change/">Blades Won&#8217;t Die, But They Will Change</a></p>
Similar Posts:<ul><li><a href="http://blog.scottlowe.org/2009/02/08/alas-bladevault-is-no-more/" rel="bookmark" title="Sunday, February 8, 2009">Alas, BladeVault is No More</a></li>

<li><a href="http://blog.scottlowe.org/2009/02/13/blades-and-virtualization-arent-mutually-exclusive-part-three-ibm-traditional-expansion-options/" rel="bookmark" title="Friday, February 13, 2009">Blades and Virtualization Aren&#8217;t Mutually Exclusive: Part Three, IBM Traditional Expansion Options</a></li>

<li><a href="http://blog.scottlowe.org/2009/02/07/blades-and-virtualization-arent-mutually-exclusive-part-two-ibm-power-sizing/" rel="bookmark" title="Saturday, February 7, 2009">Blades and Virtualization Aren&#8217;t Mutually Exclusive: Part Two, IBM Power Sizing</a></li>

<li><a href="http://blog.scottlowe.org/2009/02/04/blades-and-virtualization-arent-mutually-exclusive-part-one-hp-power-sizing/" rel="bookmark" title="Wednesday, February 4, 2009">Blades and Virtualization Aren&#8217;t Mutually Exclusive: Part One, HP Power Sizing</a></li>

<li><a href="http://blog.scottlowe.org/2009/02/16/blades-and-virtualization-arent-mutually-exclusive-part-four-hp-traditional-expansion-options/" rel="bookmark" title="Monday, February 16, 2009">Blades and Virtualization Aren&#8217;t Mutually Exclusive: Part Four, HP Traditional Expansion Options</a></li>
</ul><!-- Similar Posts took 9.826 ms --><img src="http://feeds.feedburner.com/~r/slowe/content/feed/~4/niQGccFkka0" height="1" width="1"/>]]></content:encoded>
			<wfw:commentRss>http://blog.scottlowe.org/2009/06/29/blades-wont-die-but-they-will-change/feed/</wfw:commentRss>
		<feedburner:origLink>http://blog.scottlowe.org/2009/06/29/blades-wont-die-but-they-will-change/</feedburner:origLink></item>
		<item>
		<title>Snapshot Issue with VMware Data Recovery</title>
		<link>http://feedproxy.google.com/~r/slowe/content/feed/~3/pQlWqW-b4sA/</link>
		<comments>http://blog.scottlowe.org/2009/06/29/snapshot-issue-with-vmware-data-recovery/#comments</comments>
		<pubDate>Mon, 29 Jun 2009 14:30:33 +0000</pubDate>
		<dc:creator>slowe</dc:creator>
		
		<category><![CDATA[Virtualization]]></category>

		<category><![CDATA[Backup]]></category>

		<category><![CDATA[Snapshot]]></category>

		<category><![CDATA[VMware]]></category>

		<guid isPermaLink="false">http://blog.scottlowe.org/?p=1427</guid>
		<description><![CDATA[A potentially serious issue has arisen with VMware's new backup product, VMware Data Recovery. Read the full article for more details.<p>This article was originally posted on <a href="http://blog.scottlowe.org">blog.scottlowe.org</a>. Visit the site for more information on virtualization, servers, storage, and other enterprise technologies.</p>
<p><a href="http://blog.scottlowe.org/2009/06/29/snapshot-issue-with-vmware-data-recovery/">Snapshot Issue with VMware Data Recovery</a></p>
]]></description>
			<content:encoded><![CDATA[<p>Reader Kyle Ross shared with me a potential issue with VMware&#8217;s new backup product, VMware Data Recovery. Others within the VMware blogging scene have also covered this, but I wanted to mention it as well so that others didn&#8217;t run into the problem. Here&#8217;s Kyle&#8217;s write-up:</p>
<blockquote><p>I was made aware of a serious (in my opinion) bug with VDR during a call with VMware support that I haven&#8217;t seen discussed anywhere. This is an internally known issue that causes snapshots to build up on VM&#8217;s that are members of VDR backup jobs.</p></blockquote>
<blockquote><p>During the backup process a new snapshot is created and VDR updates the snapshot descriptor file (vm_name-000001.vmdk) to mark the snapshot as un-removable. The bug is introduced when the backup process completes, it fails to mark the snapshot as removable causing them to remain.</p></blockquote>
<blockquote><p>The tricky part of the problem is that the snapshots are not visible through the vSphere Client, nor are they listed in apps like &#8216;RVTools&#8217; that use the VMware CLI to gather data. They could potentially be listed in the new datastore views but I didn’t think to look there before I resolved it in my environment. I ran across them by logging into the service console and running the following command to list all the delta files on the datastores attached to the server.</p></blockquote>
<blockquote><p><code>find /vmfs/volumes/ -name \*delta\*</code></p></blockquote>
<blockquote><p>In my environment I noticed numerous VM’s with multi-gigabyte delta files that I couldn’t account for via snapshots listed in the GUI. Here is the solution I was given by VMware. Via the service console, browse to the location of the VMDK files for the affected VM. Run this command to identify the descriptors that need to be corrected, replacing &#8216;virtual_machine_name&#8217; with the actual name of the VM.</p></blockquote>
<blockquote><p><code>grep –I ddb.dele *virtual_machine_name*-000???.vmdk</code></p></blockquote>
<blockquote><p>This command will quickly identify the delta files that are marked as non-deletable. The workaround is to edit the affected VMDK descriptor files and change &#8220;ddb.deletable&#8221; from &#8220;false&#8221; to &#8220;true&#8221;. You will probably also need to edit the root VMDK file and change this field as well, otherwise you may be left with one open snapshot. Note that due to a change in how ESX 4 performs file locking, you will probably need to SSH into the host that is currently running the VM to edit these files. Once you have edited all the files, create a new snapshot for the VM either via the GUI or command line. Then issue the &#8220;Delete All&#8221; snapshots command to force ESX to combine all the files and close all the visible and hidden snapshots.</p></blockquote>
<p>As soon as more information is available, I&#8217;ll post it here. If any other readers have more information to share, please speak up in the comments.</p>
<p>This article was originally posted on <a href="http://blog.scottlowe.org">blog.scottlowe.org</a>. Visit the site for more information on virtualization, servers, storage, and other enterprise technologies.</p>
<p><a href="http://blog.scottlowe.org/2009/06/29/snapshot-issue-with-vmware-data-recovery/">Snapshot Issue with VMware Data Recovery</a></p>
Similar Posts:<ul><li><a href="http://blog.scottlowe.org/2006/12/30/recovering-data-inside-vms-using-netapp-snapshots/" rel="bookmark" title="Saturday, December 30, 2006">Recovering Data Inside VMs Using NetApp Snapshots</a></li>

<li><a href="http://blog.scottlowe.org/2007/09/13/vmworld-2007-top-support-issues-session/" rel="bookmark" title="Thursday, September 13, 2007">VMworld 2007 Top Support Issues Session</a></li>

<li><a href="http://blog.scottlowe.org/2007/03/06/restoring-vcb-full-backups-with-vmware-converter/" rel="bookmark" title="Tuesday, March 6, 2007">Restoring VCB Full Backups with VMware Converter</a></li>

<li><a href="http://blog.scottlowe.org/2007/10/08/vm-file-level-recovery-with-netapp-snapshots/" rel="bookmark" title="Monday, October 8, 2007">VM File-Level Recovery with NetApp Snapshots</a></li>

<li><a href="http://blog.scottlowe.org/2008/04/09/keeping-thin-vmdks-using-netapp-snaprestore/" rel="bookmark" title="Wednesday, April 9, 2008">Keeping Thin VMDKs Using NetApp SnapRestore</a></li>
</ul><!-- Similar Posts took 9.920 ms --><img src="http://feeds.feedburner.com/~r/slowe/content/feed/~4/pQlWqW-b4sA" height="1" width="1"/>]]></content:encoded>
			<wfw:commentRss>http://blog.scottlowe.org/2009/06/29/snapshot-issue-with-vmware-data-recovery/feed/</wfw:commentRss>
		<feedburner:origLink>http://blog.scottlowe.org/2009/06/29/snapshot-issue-with-vmware-data-recovery/</feedburner:origLink></item>
		<item>
		<title>I Love Having My Content Stolen</title>
		<link>http://feedproxy.google.com/~r/slowe/content/feed/~3/YjmbUwAySr8/</link>
		<comments>http://blog.scottlowe.org/2009/06/26/i-love-having-my-content-stolen/#comments</comments>
		<pubDate>Fri, 26 Jun 2009 14:35:20 +0000</pubDate>
		<dc:creator>slowe</dc:creator>
		
		<category><![CDATA[General]]></category>

		<category><![CDATA[Virtualization]]></category>

		<category><![CDATA[Blogging]]></category>

		<category><![CDATA[Writing]]></category>

		<guid isPermaLink="false">http://blog.scottlowe.org/?p=1425</guid>
		<description><![CDATA[Lots of sites re-use content from other sites, but they generally tend to do so with the permission of the original author and by providing proper credit back to the original author. Not so with this particular site, and you might want to check to see how much of <b>your</b> content is out there.<p>This article was originally posted on <a href="http://blog.scottlowe.org">blog.scottlowe.org</a>. Visit the site for more information on virtualization, servers, storage, and other enterprise technologies.</p>
<p><a href="http://blog.scottlowe.org/2009/06/26/i-love-having-my-content-stolen/">I Love Having My Content Stolen</a></p>
]]></description>
			<content:encoded><![CDATA[<p>You know, it&#8217;s really irritating when you pour your heart and soul into something, only to find someone else riding your coattails and leeching off your efforts. It would appear that NetworkVirtualization.com is one such leech.</p>
<p>I have no problem with other sites syndicating my content <em><b>as long as proper attribution of the original author and original site is provided.</b></em> Do me a favor: visit some of the URLs below (I&#8217;m not going to hyperlink them and give the site a traffic boost) and tell me how any of the examples I&#8217;ve listed below provide proper attribution of the original author and the original site:</p>
<p>http://networkvirtualization.com/content/unified-fabric-inevitability<br />
http://networkvirtualization.com/content/vmware-io-queues-micro-bursting-and-multipathing<br />
http://networkvirtualization.com/content/tap-vsphere-pvscsi-performance-separate-vm-boot-and-data-drives</p>
<p>Let&#8217;s see&#8230;content from my site, <a href="http://virtualgeek.typepad.com/">Chad Sakac&#8217;s site</a>, and <a href="http://vmetc.com/">Rich Brambley&#8217;s site</a>, all syndicated on their site without any clear attribution back to the original post&#8212;except for a very small link near the bottom of the article. If you hadn&#8217;t been looking for that link, or if I hadn&#8217;t told you that the articles above were written by me, Chad, and Rich, respectively, would you have known? And those are just the authors I recognized! How many more are there that I don&#8217;t recognize?</p>
<p>To whomever is running NetworkVirtualization.com: if you are going to syndicate content, you need to provide proper attribution. Otherwise, taking someone else&#8217;s content and allowing people to believe that it&#8217;s yours is called <b>plagiarism</b>, and it&#8217;s wrong.</p>
<p>This article was originally posted on <a href="http://blog.scottlowe.org">blog.scottlowe.org</a>. Visit the site for more information on virtualization, servers, storage, and other enterprise technologies.</p>
<p><a href="http://blog.scottlowe.org/2009/06/26/i-love-having-my-content-stolen/">I Love Having My Content Stolen</a></p>
Similar Posts:<ul><li><a href="http://blog.scottlowe.org/2008/08/02/blog-aggregation-taken-too-far/" rel="bookmark" title="Saturday, August 2, 2008">Blog Aggregation Taken Too Far</a></li>

<li><a href="http://blog.scottlowe.org/2008/04/22/stolen-content/" rel="bookmark" title="Tuesday, April 22, 2008">Stolen Content</a></li>

<li><a href="http://blog.scottlowe.org/2009/02/04/welcome-aaron/" rel="bookmark" title="Wednesday, February 4, 2009">Welcome, Aaron!</a></li>

<li><a href="http://blog.scottlowe.org/2009/01/01/one-of-the-top-virtualization-blogs-of-2008/" rel="bookmark" title="Thursday, January 1, 2009">One of the &#8220;Top Virtualization Blogs&#8221; of 2008</a></li>

<li><a href="http://blog.scottlowe.org/2005/12/01/http-proxies-and-command-line-utilities/" rel="bookmark" title="Thursday, December 1, 2005">HTTP Proxies and Command-Line Utilities</a></li>
</ul><!-- Similar Posts took 9.175 ms --><img src="http://feeds.feedburner.com/~r/slowe/content/feed/~4/YjmbUwAySr8" height="1" width="1"/>]]></content:encoded>
			<wfw:commentRss>http://blog.scottlowe.org/2009/06/26/i-love-having-my-content-stolen/feed/</wfw:commentRss>
		<feedburner:origLink>http://blog.scottlowe.org/2009/06/26/i-love-having-my-content-stolen/</feedburner:origLink></item>
		<item>
		<title>Virtualization Short Take #27</title>
		<link>http://feedproxy.google.com/~r/slowe/content/feed/~3/cbo_eToGWzM/</link>
		<comments>http://blog.scottlowe.org/2009/06/25/virtualization-short-take-27/#comments</comments>
		<pubDate>Thu, 25 Jun 2009 04:11:35 +0000</pubDate>
		<dc:creator>slowe</dc:creator>
		
		<category><![CDATA[Macintosh]]></category>

		<category><![CDATA[Virtualization]]></category>

		<category><![CDATA[Cisco]]></category>

		<category><![CDATA[ESXi]]></category>

		<category><![CDATA[Fusion]]></category>

		<category><![CDATA[SAN]]></category>

		<category><![CDATA[Security]]></category>

		<category><![CDATA[VMware]]></category>

		<guid isPermaLink="false">http://blog.scottlowe.org/?p=1423</guid>
		<description><![CDATA[Virtualization Short Take #27 is my collection of random thoughts, articles, posts, and other bits of information that might be useful. I hope that you find something useful here!<p>This article was originally posted on <a href="http://blog.scottlowe.org">blog.scottlowe.org</a>. Visit the site for more information on virtualization, servers, storage, and other enterprise technologies.</p>
<p><a href="http://blog.scottlowe.org/2009/06/25/virtualization-short-take-27/">Virtualization Short Take #27</a></p>
]]></description>
			<content:encoded><![CDATA[<p>Here&#8217;s Virtualization Short Take #27, a collection of news, tidbits, thoughts, articles, and useless trivia I&#8217;ve gathered over the last week or so. Perhaps you&#8217;ll find a diamond in the rough among these items!</p>
<ul>
<li>Interested in more information on how it is, exactly, that Cisco is going to provide so much memory in their UCS blades and rack mount servers to make them ideal virtualization hosts? This <a href="http://www.commsdesign.com/article/printableArticle.jhtml?articleID=217700103">article from CommsDesign</a> and this <a href="http://rodos.haywood.org/2009/06/nehalem-memory-with-catalina.html">&#8220;Catalina&#8221; article by Rodos Haywood</a> both provide some great information on how Cisco is working around the Intel reference architecture limitations introduced with the Xeon 5500 and Quick Path Interconnect (QPI).</li>
<li>This article provides a handy reference on <a href="http://malaysiavm.com/blog/how-to-remove-cisco-nexus-1000v-plugin/">how to unregister the Nexus 1000V vCenter Server plug-in</a>. I wish I&#8217;d known this information several weeks ago&#8230;</li>
<li>Need to view some configuration files on an ESX host? Just browse to <code>http://&lt;IP address of ESX server&gt;/host</code> and you&#8217;re all set. I learned of this handy little trick <a href="http://virtualfoundry.blogspot.com/2009/06/another-http-file-trick.html">via Virtual Foundry</a>.</li>
<li>And speaking of handy little tips, here&#8217;s <a href="http://www.ntpro.nl/blog/archives/1153-VMware-vCenter-Operational-Dashboard.html">one Eric Sloof shared</a> regarding the vCenter Ops Dashboard. Again, just browse over to <code>http://&lt;IP address of vCenter Server&gt;/vod/index.html</code> to view the vCenter Ops Dashboard.</li>
<li>Adam Leventhal <a href="http://blogs.sun.com/ahl/entry/ss_7000_simulator_update_plus">describes</a> using the latest version of VirtualBox&#8212;which now includes OVF support and host-only networking&#8212;to run the Sun Storage 7000 Simulator. This is pretty cool stuff. I hope Oracle doesn&#8217;t kill it like Virtual Iron&#8230;</li>
<li>I just mentioned Virtual Foundry a bit ago, but forgot to mention this great post on <a href="http://virtualfoundry.blogspot.com/2009/04/hardening-vmx-file.html">hardening the VMX file</a>. Good stuff.</li>
<li>For others who are, like myself, pursuing the elusive VMware Certified Design Expert (VCDX) certification, Duncan&#8217;s recent post describing <a href="http://www.yellow-bricks.com/2009/06/16/vcdx-defense-the-blog-article/">the VCDX design defense</a> is a great resource. Thanks, Duncan!</li>
<li>The VMware networking team addresses some questions around <a href="http://blogs.vmware.com/networking/2009/06/lets-talk-security-dmzs-vlans-and-l2-attacks.html">using VMware for virtualized DMZs</a>, and how to protect against Layer 2 attacks.</li>
<li>Want to do manual linked clones in VMware Fusion? <a href="http://communities.vmware.com/docs/DOC-5611">Here&#8217;s how</a>.</li>
<li>Via <a href="http://matthensley.wordpress.com/2009/06/22/best-practices-for-vmware-data-recovery-vdr/">Matt Hensley</a>, I found <a href="http://viops.vmware.com/home/docs/DOC-1551">this VIOPS document</a> on configuring a VMware vCenter Data Recovery dedupe store.</li>
<li><a href="http://solori.wordpress.com/2009/05/22/preview-install-esxi-4-0-to-flash/">This article</a> has more information on installing ESXi 4.0 to a flash drive, a process I have yet to try. (Instructions for <a href="http://blog.scottlowe.org/2009/01/08/creating-a-bootable-esxi-usb-stick-on-mac-os-x/">burning ESXi 3.5 to a flash drive</a> can be found here.) Anyone else done it yet? I&#8217;d be interested in how it went.</li>
<li>If you have any questions about SAN multipathing, Brent Ozar&#8217;s two part series on the topic may help straighten things out (here&#8217;s <a href="http://www.brentozar.com/archive/2009/05/san-multipathing-part-1-what-are-paths/">Part 1</a> and <a href="http://www.brentozar.com/archive/2009/05/san-multipathing-part-2-what-multipathing-does/">Part 2</a>). I&#8217;m not sure that I agree with Brent&#8217;s statement regarding the ability of desktop-class SATA drives to saturate 4Gbps Fibre Channel, but I&#8217;m no storage expert so I could very well be wrong.</li>
<li>VMware SE and friend Aaron Sweemer provides <a href="http://www.virtualinsanity.com/index.php/2009/05/27/scripted-esx-installation-reconfiguring-cos-networking-with-kickstart/">a handy script that can help fix Service Console networking</a> when performing automated builds of VMware ESX.</li>
</ul>
<p>That wraps it up for this edition of Virtualization Short Takes. Feel free to share thoughts, questions, or corrections in the comments, and thanks for reading!</p>
<p>This article was originally posted on <a href="http://blog.scottlowe.org">blog.scottlowe.org</a>. Visit the site for more information on virtualization, servers, storage, and other enterprise technologies.</p>
<p><a href="http://blog.scottlowe.org/2009/06/25/virtualization-short-take-27/">Virtualization Short Take #27</a></p>
Similar Posts:<ul><li><a href="http://blog.scottlowe.org/2008/05/07/virtualization-short-take-7/" rel="bookmark" title="Wednesday, May 7, 2008">Virtualization Short Take #7</a></li>

<li><a href="http://blog.scottlowe.org/2009/06/12/ta2259-ask-the-experts-at-vmworld-2009/" rel="bookmark" title="Friday, June 12, 2009">TA2259 Ask the Experts at VMworld 2009</a></li>

<li><a href="http://blog.scottlowe.org/2008/08/11/virtualization-short-take-16/" rel="bookmark" title="Monday, August 11, 2008">Virtualization Short Take #16</a></li>

<li><a href="http://blog.scottlowe.org/2009/03/25/next-gen-stuff-verifying-the-sha-1-fingerprint/" rel="bookmark" title="Wednesday, March 25, 2009">Next-Gen Stuff: Verifying the SHA-1 Fingerprint</a></li>

<li><a href="http://blog.scottlowe.org/2009/03/13/next-gen-stuff-enabling-cdp-in-esxesxi/" rel="bookmark" title="Friday, March 13, 2009">Next-Gen Stuff: Enabling CDP in ESX/ESXi</a></li>
</ul><!-- Similar Posts took 9.548 ms --><img src="http://feeds.feedburner.com/~r/slowe/content/feed/~4/cbo_eToGWzM" height="1" width="1"/>]]></content:encoded>
			<wfw:commentRss>http://blog.scottlowe.org/2009/06/25/virtualization-short-take-27/feed/</wfw:commentRss>
		<feedburner:origLink>http://blog.scottlowe.org/2009/06/25/virtualization-short-take-27/</feedburner:origLink></item>
		<item>
		<title>SVVP Certifications for VMware vSphere</title>
		<link>http://feedproxy.google.com/~r/slowe/content/feed/~3/gafvVyJJZF0/</link>
		<comments>http://blog.scottlowe.org/2009/06/24/svvp-certifications-for-vmware-vsphere/#comments</comments>
		<pubDate>Wed, 24 Jun 2009 22:02:43 +0000</pubDate>
		<dc:creator>slowe</dc:creator>
		
		<category><![CDATA[Microsoft]]></category>

		<category><![CDATA[Virtualization]]></category>

		<category><![CDATA[ESX]]></category>

		<category><![CDATA[ESXi]]></category>

		<category><![CDATA[VMware]]></category>

		<guid isPermaLink="false">http://blog.scottlowe.org/?p=1421</guid>
		<description><![CDATA[VMware was the first out of the gate to get their hypervisor certified under Microsoft's Server Virtualization Validation Program (SVVP). Now they've expanded their list of SVVP-certified platforms and are seeking to add even more.<p>This article was originally posted on <a href="http://blog.scottlowe.org">blog.scottlowe.org</a>. Visit the site for more information on virtualization, servers, storage, and other enterprise technologies.</p>
<p><a href="http://blog.scottlowe.org/2009/06/24/svvp-certifications-for-vmware-vsphere/">SVVP Certifications for VMware vSphere</a></p>
]]></description>
			<content:encoded><![CDATA[<p>VMware has completed Microsoft Server Virtualization Validation Program (SVVP) certifications for both VMware vSphere 4.0 as well as ESX/ESXi 3.5 Update 4. This brings the list of SVVP-certified products to include:</p>
<ul>
<li>VMware vSphere 4.0 (ESX 4.0 and ESXi 4.0)</li>
<li>VMware ESX 3.5 Update 4</li>
<li>VMware ESXi 3.5 Update 4</li>
<li>VMware ESX 3.5 Update 3</li>
<li>VMware ESXi 3.5 Update 3</li>
<li>VMware ESX 3.5 Update 2</li>
</ul>
<p>According to my contacts within VMware&#8212;and many of you have probably heard the same&#8212;the company is seeking to achieve SVVP certification for <em>every</em> ESX and ESXi release from 3.5 Update 2 onward for the maximum supported configuration of both CPUs and RAM on both Intel and AMD platforms. That includes both 32-bit and 64-bit versions of Windows Server.</p>
<p>You can view the full list of SVVP-certified platforms <a href="http://windowsservercatalog.com/results.aspx?&#038;bCatID=1521&#038;cpID=0&#038;avc=0&#038;ava=0&#038;avq=0&#038;OR=1&#038;PGS=25">here</a>.</p>
<p>This article was originally posted on <a href="http://blog.scottlowe.org">blog.scottlowe.org</a>. Visit the site for more information on virtualization, servers, storage, and other enterprise technologies.</p>
<p><a href="http://blog.scottlowe.org/2009/06/24/svvp-certifications-for-vmware-vsphere/">SVVP Certifications for VMware vSphere</a></p>
Similar Posts:<ul><li><a href="http://blog.scottlowe.org/2008/10/15/vmware-expands-svvp-certifications/" rel="bookmark" title="Wednesday, October 15, 2008">VMware Expands SVVP Certifications</a></li>

<li><a href="http://blog.scottlowe.org/2008/09/03/vmware-esx-35-u2-validated-via-svvp/" rel="bookmark" title="Wednesday, September 3, 2008">VMware ESX 3.5 U2 Validated via SVVP</a></li>

<li><a href="http://blog.scottlowe.org/2008/08/19/a-quick-note-to-vmware/" rel="bookmark" title="Tuesday, August 19, 2008">A Quick Note to VMware</a></li>

<li><a href="http://blog.scottlowe.org/2008/08/20/thinking-on-microsofts-licensing-changes/" rel="bookmark" title="Wednesday, August 20, 2008">Thinking on Microsoft&#8217;s Licensing Changes</a></li>

<li><a href="http://blog.scottlowe.org/2008/09/23/vmware-esx-svvp-validation-apparently-limited/" rel="bookmark" title="Tuesday, September 23, 2008">VMware ESX SVVP Validation Apparently Limited</a></li>
</ul><!-- Similar Posts took 8.999 ms --><img src="http://feeds.feedburner.com/~r/slowe/content/feed/~4/gafvVyJJZF0" height="1" width="1"/>]]></content:encoded>
			<wfw:commentRss>http://blog.scottlowe.org/2009/06/24/svvp-certifications-for-vmware-vsphere/feed/</wfw:commentRss>
		<feedburner:origLink>http://blog.scottlowe.org/2009/06/24/svvp-certifications-for-vmware-vsphere/</feedburner:origLink></item>
	<item><title>Links for 2009-06-21 [del.icio.us]</title><link>http://feedproxy.google.com/~r/slowe/content/feed/~3/zVeG8Wq0uc8/slowe</link><pubDate>Mon, 22 Jun 2009 00:00:00 PDT</pubDate><guid isPermaLink="false">http://del.icio.us/slowe#2009-06-21</guid><description>&lt;ul&gt;
&lt;li&gt;&lt;a href="http://virtualgeek.typepad.com/virtual_geek/2009/06/vmware-io-queues-micro-bursting-and-multipathing.html"&gt;Virtual Geek - VMware I/O queues, micro-bursting, and multipathing&lt;/a&gt;&lt;br/&gt;
This in-depth discussion of VMware I/O and storage queues provides some outstanding information on optimizing VMware storage designs.&lt;/li&gt;
&lt;/ul&gt;&lt;img src="http://feeds.feedburner.com/~r/slowe/content/feed/~4/zVeG8Wq0uc8" height="1" width="1"/&gt;</description><feedburner:origLink>http://del.icio.us/slowe#2009-06-21</feedburner:origLink></item><item><title>Links for 2009-06-15 [del.icio.us]</title><link>http://feedproxy.google.com/~r/slowe/content/feed/~3/faLVHJHve44/slowe</link><pubDate>Tue, 16 Jun 2009 00:00:00 PDT</pubDate><guid isPermaLink="false">http://del.icio.us/slowe#2009-06-15</guid><description>&lt;ul&gt;
&lt;li&gt;&lt;a href="http://www.youtube.com/watch?v=fe_h_5yA-SA"&gt;Community Makeover 2008&lt;/a&gt;&lt;br/&gt;
This is what being a Christian is all about, showing our faith by our works.&lt;/li&gt;
&lt;/ul&gt;&lt;img src="http://feeds.feedburner.com/~r/slowe/content/feed/~4/faLVHJHve44" height="1" width="1"/&gt;</description><feedburner:origLink>http://del.icio.us/slowe#2009-06-15</feedburner:origLink></item><item><title>Links for 2009-06-09 [del.icio.us]</title><link>http://feedproxy.google.com/~r/slowe/content/feed/~3/jBqr8n2wQqI/slowe</link><pubDate>Wed, 10 Jun 2009 00:00:00 PDT</pubDate><guid isPermaLink="false">http://del.icio.us/slowe#2009-06-09</guid><description>&lt;ul&gt;
&lt;li&gt;&lt;a href="http://asa_project.gromnet.net/"&gt;ASA Project&lt;/a&gt;&lt;br/&gt;
This site has information and builds to run a Cisco ASA inside a virtual machine.&lt;/li&gt;
&lt;/ul&gt;&lt;img src="http://feeds.feedburner.com/~r/slowe/content/feed/~4/jBqr8n2wQqI" height="1" width="1"/&gt;</description><feedburner:origLink>http://del.icio.us/slowe#2009-06-09</feedburner:origLink></item><item><title>Links for 2009-06-08 [del.icio.us]</title><link>http://feedproxy.google.com/~r/slowe/content/feed/~3/kB9g2H0ottM/slowe</link><pubDate>Tue, 09 Jun 2009 00:00:00 PDT</pubDate><guid isPermaLink="false">http://del.icio.us/slowe#2009-06-08</guid><description>&lt;ul&gt;
&lt;li&gt;&lt;a href="http://desktopecho.com/tsclientx/"&gt;TSClientX - Alternative RDP Client for Mac OS X&lt;/a&gt;&lt;br/&gt;
This alternative RDP client has native support for SeamlessRDP. I have not, however, tested it on Mac OS X 10.5 (works fine on 10.4).&lt;/li&gt;
&lt;/ul&gt;&lt;img src="http://feeds.feedburner.com/~r/slowe/content/feed/~4/kB9g2H0ottM" height="1" width="1"/&gt;</description><feedburner:origLink>http://del.icio.us/slowe#2009-06-08</feedburner:origLink></item><item><title>Links for 2009-06-05 [del.icio.us]</title><link>http://feedproxy.google.com/~r/slowe/content/feed/~3/i_uiE3SI_pQ/slowe</link><pubDate>Sat, 06 Jun 2009 00:00:00 PDT</pubDate><guid isPermaLink="false">http://del.icio.us/slowe#2009-06-05</guid><description>&lt;ul&gt;
&lt;li&gt;&lt;a href="http://www.anandtech.com/printarticle.aspx?i=3531"&gt;AnandTech - The SSD Anthology: Understanding SSDs and New Drives from OCZ&lt;/a&gt;&lt;br/&gt;
This article provides a great breakdown of the current status of the SSD market and provides in-depth information on SSD performance.&lt;/li&gt;
&lt;/ul&gt;&lt;img src="http://feeds.feedburner.com/~r/slowe/content/feed/~4/i_uiE3SI_pQ" height="1" width="1"/&gt;</description><feedburner:origLink>http://del.icio.us/slowe#2009-06-05</feedburner:origLink></item><item><title>Links for 2009-06-02 [del.icio.us]</title><link>http://feedproxy.google.com/~r/slowe/content/feed/~3/ys0NCU9HQMU/slowe</link><pubDate>Wed, 03 Jun 2009 00:00:00 PDT</pubDate><guid isPermaLink="false">http://del.icio.us/slowe#2009-06-02</guid><description>&lt;ul&gt;
&lt;li&gt;&lt;a href="http://communities.vmware.com/docs/DOC-4210"&gt;VMware Communities - Managing VMware with PowerShell FAQ&lt;/a&gt;&lt;br/&gt;
This page provides a summary of questions about using PowerShell to manage VMware.&lt;/li&gt;
&lt;li&gt;&lt;a href="http://erikzandboer.wordpress.com/"&gt;VMdamentals Blog&lt;/a&gt;&lt;br/&gt;
This is a pretty good virtualization blog focusing on larger technical issues and design concepts.&lt;/li&gt;
&lt;/ul&gt;&lt;img src="http://feeds.feedburner.com/~r/slowe/content/feed/~4/ys0NCU9HQMU" height="1" width="1"/&gt;</description><feedburner:origLink>http://del.icio.us/slowe#2009-06-02</feedburner:origLink></item></channel>
</rss><!-- Dynamic page generated in 1.529 seconds. --><!-- Cached page generated by WP-Super-Cache on 2009-07-05 19:14:42 -->
