<?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>The VMguy &#187; iSCSI</title>
	<atom:link href="http://vmguy.com/wordpress/index.php/archives/tag/iscsi/feed" rel="self" type="application/rss+xml" />
	<link>http://vmguy.com/wordpress</link>
	<description>Virtualization for the little guy</description>
	<lastBuildDate>Tue, 20 Jul 2010 16:37:39 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.0</generator>
		<item>
		<title>Which storage protocol is best?</title>
		<link>http://vmguy.com/wordpress/index.php/archives/217</link>
		<comments>http://vmguy.com/wordpress/index.php/archives/217#comments</comments>
		<pubDate>Tue, 25 Nov 2008 05:15:14 +0000</pubDate>
		<dc:creator>The VMguy</dc:creator>
				<category><![CDATA[Storage]]></category>
		<category><![CDATA[Fiber Channel]]></category>
		<category><![CDATA[iSCSI]]></category>
		<category><![CDATA[Local Storage]]></category>
		<category><![CDATA[NFS]]></category>

		<guid isPermaLink="false">http://VMGUY.COM/wordpress/?p=217</guid>
		<description><![CDATA[This question is definitely one of the most common that I receive.  &#34;We&#8217;re thinking of building a new infrastructure for our virtual machines, which storage protocol should we use?&#34;  There are two things to remember for this decision.  Performance and functionality. Performance is definitely the harder of the two to determine.  Not every storage frame [...]]]></description>
			<content:encoded><![CDATA[<p>This question is definitely one of the most common that I receive.  &quot;We&#8217;re thinking of building a new infrastructure for our virtual machines, which storage protocol should we use?&quot;  There are two things to remember for this decision.  Performance and functionality.<span id="more-217"></span></p>
<p>Performance is definitely the harder of the two to determine.  Not every storage frame is created equal.  I&#8217;ve held Engineering positions at EMC and NetApp.  I can tell you that there&#8217;s a lot of marketing you are going to have to weed through to find out what you need from a performance standpoint.  In addition, no two customer&#8217;s environments require the same storage performance.  What I often suggest is to track the disk I/O on your physical machines.  You can use the standard OS Performance counters to do this.  Take a note on the physical hosts and gather the average MB/second of storage reads and writes and the average numbers of transactions per second.  You will also want the peak of these counters as well.  You can provide an aggregate of these to your storage vendor&#8217;s engineer to confirm their frame can deliver your minimum performance requirements.  Clearly you would want to pad these numbers to anticipate future growth.  If you do not have the expertise (or time) in-house, check with your storage vendor or Partner to see if they offer any virtualization/storage assessments.  Some offer free for basic results and some have paid assessments which can get extremely detailed and leave &quot;no stone unturned&quot;.  To answer the performance question, the more detail you have on your own performance requirements, the better off you will be.  VMware has a very high-level <a href="http://www.vmware.com/resources/techresources/1026" target="_blank">protocol performance whitepaper</a> which describes how the protocols perform from ESX server.  Remember that there are different price points for the protocols with Fiber Channel typically being the most expensive.  Price is always another factor to consider but every customer weighs price differently in the list of priorities.  Look for a balance of performance, price and functionality.  Know the priority of each factor for your company and review it often during the evaluation process, it may change.</p>
<p>The second factor in the protocol decision is functionality.  While I know that performance can be a difficult factor to clarify, functionality is pretty cut and dry. These are listed by protocols with the most functionality to the least.</p>
<h3>Fiber Channel</h3>
<p>Fiber Channel  (FC) has most complete set of functionality.  If you go with a FC solution, there are no suprises with functionality limitations.  All of product functionality is supported (vMotion, HA, DRS, Lifecycle Manager, Lab Manager, Boot from SAN, etc.).  The other protocols run into a few limitations however.</p>
<h3>iSCSI</h3>
<p>From a VMware perspective booting the ESX hypervisor from SAN is only supported on iSCSI if you use hardware-based iSCSI initators.  The included software-based initatior does not support ESX boot-from-SAN.  Please remember, I&#8217;m referring to booting the ESX hypervisor itself from iSCSI is not supported with the software initiator, booting the VM&#8217;s from iSCSI is fully supported. Second, Microsoft Cluster Services is not supported on iSCSI, only Fiber Channel.  If you wanted to run MSCS nodes inside virtual machines, iSCSI will not work for you.</p>
<h3>NFS</h3>
<p>You cannot boot ESX from NFS.  That seems obvious but I&#8217;ll list it for the newcomers.  Second, you cannot do <a href="http://pubs.vmware.com/vi35/server_config/sc_adv_storage.12.1.html" target="_blank">Raw Device Mappings</a> on NFS.  Raw Device Mappings are presenting a LUN directly to a VM&#8217;s operating system.  No LUNs here on NFS.  Third, <a href="http://www.vmware.com/products/vi/storage_vmotion.html" target="_blank">Storage vMotion</a> is not supported going to or from NFS.  Storage vMotion is migrating where the VMs are stored while they are running.  If you want to migrate any VM&#8217;s to or from NFS today, you have to shut down the VMs and do a cold migration to move them.  Fourth, <a href="http://www.vmware.com/products/srm/" target="_blank">Site Recovery Manager</a> currently does not support NFS.  If you want to use SRM to manage your DR plan today, NFS will not get you there.</p>
<p>One additional point I want to make is two pieces of functionality that NFS does support that all the other protocols do not.  They are thin provisioning and dynamic expandability.  NFS will allow you to thin provision VM&#8217;s and it&#8217;s actually the default behavior.  Thin provisioning is creating a virtual disk for a virtual machine and the only space taken on physical disk is the amount of data stored in that virtual disk.  For example, if I create a VM with a virtual disk that is 10GB.  I then load an OS in that VM that takes up 5GB of that virtual disk.  On local storage, iSCSI, and Fiber Channel this scenario will use 10GB of physical storage (the full size of the virtual disk, even if I&#8217;ve stored anything in it or not).  In the same scenario, NFS only takes up 5GB and it&#8217;s virtual disk file would grow dynamically as I put more in the VM.  VMware has <a href="http://www.vmware.com/technology/virtual-datacenter-os/infrastructure.html" target="_blank">announced that thin provisioning is coming to VMFS datastores in 2009</a> , NFS does it today.  Additionally, some storage frames do this behind the scenes at a storage frame level.  Check with your vendor&#8217;s capabilities.</p>
<p>The last benefit that NFS has over the others is dynamic expandibility.  ESX uses datastores to store it&#8217;s VMs.  Datastores can be comprised of one or more LUNs, or in the case of NFS, a mountpoint.  With an NFS datastore, the filesystem is maintained by the storage frame.  You can dynamically expand the NFS datastore by increasing it&#8217;s size on the storage frame and the ESX servers will recognize the increased storage with no additional effort.  With the VMFS datastores, you have to add extents to increase the datastore&#8217;s size.  In the case of VMFS, there&#8217;s a bit of administrative work to make this happen.</p>
<h3>Local Storage</h3>
<p>My least favorite and only recommended to customers just getting into virtualization who cannot afford a SAN or for small Remote Offices with no shared storage available.  Local does allow you to boot ESX from it (obviously).  However vMotion, DRS and HA are not permitted.  You cannot use it for a MSCS cluster.  It is not supported with SRM or Storage vMotion.</p>
<p>Here&#8217;s a quick summary chart of the functionality differences:<br />
<img src="http://VMGUY.COM/wordpress/wp-content/uploads/2008/11/chart.jpg" alt="Chart" /><br />
In summary, know what you require for performance and make sure your storage vendor can meet your demands.  Then make sure the protocol has the functionality that you need at a price you are willing to accept.  You&#8217;ll be off and running in no time, with a infrastructure that has the elasticity and versatility to respond to whatever your business can ask of it.</p>
<script type="text/javascript">
  addthis_url    = 'http%3A%2F%2Fvmguy.com%2Fwordpress%2Findex.php%2Farchives%2F217';
  addthis_title  = 'Which+storage+protocol+is+best%3F';
  addthis_pub    = 'thevmguy';
</script><script type="text/javascript" src="http://s7.addthis.com/js/addthis_widget.php?v=12" ></script>
]]></content:encoded>
			<wfw:commentRss>http://vmguy.com/wordpress/index.php/archives/217/feed</wfw:commentRss>
		<slash:comments>9</slash:comments>
		</item>
	</channel>
</rss>
