<?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>inVURTED.com &#187; vsphere</title>
	<atom:link href="http://invurted.com/tag/vsphere/feed/" rel="self" type="application/rss+xml" />
	<link>http://invurted.com</link>
	<description>With great virtualisation comes great responsibility!</description>
	<lastBuildDate>Fri, 27 Jan 2012 04:43:00 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.3.1</generator>
		<item>
		<title>iSCSI vs. Fibre Channel storage performance</title>
		<link>http://invurted.com/iscsi-vs-fibre-channel-storage-performance/</link>
		<comments>http://invurted.com/iscsi-vs-fibre-channel-storage-performance/#comments</comments>
		<pubDate>Sun, 21 Feb 2010 23:14:28 +0000</pubDate>
		<dc:creator>Adam</dc:creator>
				<category><![CDATA[VMWare]]></category>
		<category><![CDATA[fibre channel]]></category>
		<category><![CDATA[iscsi]]></category>
		<category><![CDATA[performance]]></category>
		<category><![CDATA[vsphere]]></category>

		<guid isPermaLink="false">http://invurted.com/?p=306</guid>
		<description><![CDATA[If we look at the way a virtual machine (and a physical machine, indirectly) runs, the most important resources are RAM and CPU. Disk storage is (sort of) secondary. The exception to this is streaming media or backup servers. Typically, performance difference is minimal.]]></description>
			<content:encoded><![CDATA[<!-- Start Shareaholic LikeButtonSetTop Automatic --><!-- End Shareaholic LikeButtonSetTop Automatic --><p>It&#8217;s something that I have been discussing a lot with one of my customers.</p>
<p>At the moment, they are hesitant to invest in a potentially very expensive SAN solution involving fibre channel connections. Currently, there are eight vSphere servers configured with no centralised storage. Hence, all virtual machines are running on the local disk arrays. Therefore, there is no DRS, no HA and no Vmotion! We are protecting the virtual machines only with the local server&#8217;s ability to recover from physical disk failure, in this case, on board RAID 5 controllers.</p>
<p>My temporary solution was an open source iSCSI storage solution until a more permenant solution can be found.</p>
<p>However, the big question that I keep coming up against is, &#8220;What&#8217;s the performance hit I will take?&#8221;<span id="more-306"></span></p>
<p>It&#8217;s undeniable that the fibre channel should be faster, as the article below describes, this may not be that much of an issue.</p>
<p>If we look at the way a virtual machine (and a physical machine, indirectly) runs, the most important resources are RAM and CPU. Disk storage is (sort of) secondary. The exception to this is streaming media or backup servers. Typically, performance difference is minimal.</p>
<p>As long as you have a properly implemented iSCSI solution. I have look at the security considerations previously (http://invurted.com/tutorial-iscsi-security/) and performance will always be optimal if iSCSI is isolated to its own infrastructure. This can be achieved by physical infrastructure or VLANs to isolate the traffic.</p>
<p>In short, there should be very little to stop small to medium enterprises from adopting iSCSI solutions for shared storage. Its performance is comparable to fibre channel in most circumstances and the relative cost is less than most fibre channel solutions for a minimal performance hit.</p>
<blockquote><p>What weighs more: one pound of bricks or one pound of feathers? Which is faster: 2 Gb FC or 1 Gb Ethernet? Hint: Both questions have the same answer.</p>
<p>The area of iSCSI performance and how it compares to Fibre Channel is often misunderstood. Both of these SAN interconnects are typically measured by bandwidth with &#8220;2 Gb&#8221; FC SANs dominating the market today and &#8220;1 Gb&#8221; Ethernet used for the majority of iSCSI SANs.</p>
<p>Which would you say is faster: a 2 Gb FC connection or a 1 Gb Ethernet connection? It&#8217;s a trick question &#8212; they are equally fast. They both transfer data at the speed of light. Bandwidth is not an issue of speed but size. Tthink about a four-lane highway versus a two-lane highway. If there are just a few automobiles traveling on either highway, drivers will be able to go the maximum speed. As more drivers travel on each road, the two-lane highway will experience a bottleneck before the four-lane highway does.</p>
<p>This is the same with FC and Ethernet. A 2 Gb FC interconnect has twice the bandwidth (double the number of lanes) of 1 Gb Ethernet. Bandwidth has an impact on performance when large requests are being processed. In this case, most of the work is spent transferring the data over the network making bandwidth the critical path. However, for smaller read and write requests, the storage system spends more time accessing data making the CPU, cache memory, bus speeds and hard drives more important to overall application performance.</p>
<p>Unless you have a bandwidth-intensive application (e.g., streaming media or backup data), the difference in performance will be minimal. Enterprise Strategy Group (ESG) Lab has tested storage systems that support iSCSI and FC and the performance difference is minimal &#8212; ranging between 5% and 15%.</p>
<p>In fact, an iSCSI storage system can actually outperform a FC-based product depending on more important factors than bandwidth, including the number of processors, host ports, cache memory and disk drives and how wide they can be striped.</p>
<p>The slowest component of the storage performance chain is the hard disk drive. It takes a hard disk drive much longer &#8212; sometimes several thousands-percent longer &#8212; to access data in a storage system than the electronic components like processors, bus and memory. The timeline for an I/O starts with a read/write command being sent to the hard drive from the application. This is followed by long, mechanical access times waiting for the drive to move the actuator, referred to as the seek process.</p>
<p>The seek process is by far the slowest part of storage performance. The actuator then has to spin to the data that&#8217;s been requested, which is another long mechanical process that creates latency. Next, the data is transferred from the drive to the CPU and a status handshake is performed to terminate the request. Access time associated with all disk drives, which includes seek plus latency, is responsible for the majority of the &#8220;wait time.&#8221;</p>
<p>Striping data<br />
Traditional storage systems are typically limited in the number of drives across which they can stripe data. Many traditional storage systems can only stripe up to 16 drives, while more advanced products can stripe across hundreds of drives. Striping data across a large number of drives allows a system to leverage all the actuators, which work in parallel to make read/write functions a much more efficient process. Striping data across many drives increases performance and essentially eliminates the need for tuning performance and determining hot spots. Naturally, there is a cost associated with acquiring more hard drives, so a balance and consideration of price/performance is important.</p>
<p>In ESG Lab head-to-head testing, we configured a storage system using traditional striping methods and another one using wide striping. ESG Lab used the same workloads to compare the performance of the traditionally configured system and that of a system using a wide stripe group of 48 drives. The stripe group of 48 drives significantly outperformed the traditional method.</p>
<p>A comparison of Iometer results revealed a 44% improvement in the number of disk I/Os per second when switching from traditional volumes to a 48-drive wide stripe group. That is an amazing performance difference, much more than the five to 15% difference that we found between iSCSI and FC.</p>
<p>Some iSCSI storage systems may not have well-tuned performance optimized iSCSI target drivers. This is the fault of the storage vendor and they need to go back to their R&#038;D group and do a better job. Additionally, ESG Lab has found that using a TCP/IP offload engine (TOE) on the iSCSI target port within the storage system can have a measurable positive impact on performance. Some iSCSI storage systems do not have integrated TOE support.</p>
<p>The architecture of the storage system, the speed and number of processors, the amount of memory and the intelligence of its caching algorithms, the speed the disk drives and number of drives in a stripe group, the number of host ports and the backend interconnect all play a major role in performance. I recommend that you evaluate the storage system based on all of the above criteria. It is the storage system itself that will make a bigger difference. The speed of iSCSI is not the issue. </p></blockquote>
<div class="shr-publisher-306"></div><!-- Start Shareaholic LikeButtonSetBottom Automatic --><div style="clear: both; min-height: 1px; height: 3px; width: 100%;"></div><div class='shareaholic-like-buttonset' style='float:none;height:30px;'><a class='shareaholic-googleplusone' data-shr_size='medium' data-shr_count='true' data-shr_href='http%3A%2F%2Finvurted.com%2Fiscsi-vs-fibre-channel-storage-performance%2F' data-shr_title='iSCSI+vs.+Fibre+Channel+storage+performance'></a><a class='shareaholic-fbsend' data-shr_href='http%3A%2F%2Finvurted.com%2Fiscsi-vs-fibre-channel-storage-performance%2F'></a><a class='shareaholic-fblike' data-shr_layout='button_count' data-shr_showfaces='false' data-shr_href='http%3A%2F%2Finvurted.com%2Fiscsi-vs-fibre-channel-storage-performance%2F' data-shr_title='iSCSI+vs.+Fibre+Channel+storage+performance'></a></div><div style="clear: both; min-height: 1px; height: 3px; width: 100%;"></div><!-- End Shareaholic LikeButtonSetBottom Automatic -->]]></content:encoded>
			<wfw:commentRss>http://invurted.com/iscsi-vs-fibre-channel-storage-performance/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>vSphere multi-pathing failover</title>
		<link>http://invurted.com/vsphere-multi-pathing-failover/</link>
		<comments>http://invurted.com/vsphere-multi-pathing-failover/#comments</comments>
		<pubDate>Tue, 25 Aug 2009 05:45:18 +0000</pubDate>
		<dc:creator>Adam</dc:creator>
				<category><![CDATA[VMWare]]></category>
		<category><![CDATA[multipathing]]></category>
		<category><![CDATA[vsphere]]></category>

		<guid isPermaLink="false">http://invurted.com/?p=290</guid>
		<description><![CDATA[Whilst researching some storage options for a client, I stumbled across this pretty useful information 1) How often ESX checks for path failure? ==> As soon as an I/O request to a path fails, ESX will initiate a path failover. If there is no I/O outstanding to a path. ESX will probe each physical path [...]]]></description>
			<content:encoded><![CDATA[<!-- Start Shareaholic LikeButtonSetTop Automatic --><!-- End Shareaholic LikeButtonSetTop Automatic --><p>Whilst researching some storage options for a client, I stumbled across this pretty useful information<span id="more-290"></span></p>
<p>1) How often ESX checks for path failure?<br />
==> As soon as an I/O request to a path fails, ESX will initiate a path failover. If there is no I/O outstanding to a path. ESX will probe each physical path every 5 minutes, by default, to proactively detect path failure.</p>
<p>2) How long will ESX wait before trying a different storage path?<br />
==> A different storage path is tried immediately.</p>
<p>3) What happens between the failure detection and the connection recovery?<br />
==> I/O requests will be queued.</p>
<p>4) Under which circumstances will a host initiated target reset or LUN reset occur?<br />
==> Resets are not typically initiated by ESX. Two exceptions to this rule are:<br />
- if a path failure occurs while there is a SCSI-2 reservation outstanding on the failed path<br />
- if the VM or userworld that initiated the I/O request sends a request to abort the outstanding I/O request.</p>
<p>5) Will ESX ever force a LUN trespass in the array?<br />
==> Only in the case of an A/P array when there is no working path on the same SP as the failing path. For example, when using an EMC Clariion (which uses the &#8220;trespass&#8221; command). </p>
<p>Technically point two needs some work. </p>
<p>ESX SCSI layer has a latency between when the failure occurs and when it will try a different path. This is usually determined by when the device driver returns a failure ie. I/O errors. Supported fibre channel devices will do this inside of thirty seconds. The ESX SCSI layer then has thirty seconds to use another working path. On an active/passive array the activate/trespass/etc command can take a few seconds to complete.</p>
<p>Within a virtual machine, the registry ([HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Services\Disk]<br />
“TimeoutValue”=dword:000000be) can be configured to wait before issuing an abort for an outstanding I/O. If this key is enabled</p>
<p><code>ESX states that within this 60 seconds it will:<br />
- detect that a path has failed<br />
- select a new path<br />
- activate the new path<br />
- re-issue the cmd from the guest to the new path<br />
- have the newly issued cmd complete successfully and return to the guest.</code></p>
<div class="shr-publisher-290"></div><!-- Start Shareaholic LikeButtonSetBottom Automatic --><div style="clear: both; min-height: 1px; height: 3px; width: 100%;"></div><div class='shareaholic-like-buttonset' style='float:none;height:30px;'><a class='shareaholic-googleplusone' data-shr_size='medium' data-shr_count='true' data-shr_href='http%3A%2F%2Finvurted.com%2Fvsphere-multi-pathing-failover%2F' data-shr_title='vSphere+multi-pathing+failover'></a><a class='shareaholic-fbsend' data-shr_href='http%3A%2F%2Finvurted.com%2Fvsphere-multi-pathing-failover%2F'></a><a class='shareaholic-fblike' data-shr_layout='button_count' data-shr_showfaces='false' data-shr_href='http%3A%2F%2Finvurted.com%2Fvsphere-multi-pathing-failover%2F' data-shr_title='vSphere+multi-pathing+failover'></a></div><div style="clear: both; min-height: 1px; height: 3px; width: 100%;"></div><!-- End Shareaholic LikeButtonSetBottom Automatic -->]]></content:encoded>
			<wfw:commentRss>http://invurted.com/vsphere-multi-pathing-failover/feed/</wfw:commentRss>
		<slash:comments>2</slash:comments>
		</item>
		<item>
		<title>Vmware vSphere (ESX 4) Virtual Motherboard</title>
		<link>http://invurted.com/vmware-vsphere-esx-4-virtual-motherboard/</link>
		<comments>http://invurted.com/vmware-vsphere-esx-4-virtual-motherboard/#comments</comments>
		<pubDate>Fri, 22 May 2009 03:15:19 +0000</pubDate>
		<dc:creator>Adam</dc:creator>
				<category><![CDATA[VMWare]]></category>
		<category><![CDATA[mother board]]></category>
		<category><![CDATA[virtual machine]]></category>
		<category><![CDATA[vsphere]]></category>

		<guid isPermaLink="false">http://invurted.com/?p=271</guid>
		<description><![CDATA[As we all know, it&#8217;s a 440BX based mother board being fed into our virtual machines. The advantage? It&#8217;s sooooooooo generic that every operation system should be able to recognise and use it. Has that changed in vSphere (ESX 4)? In vSphere, the mother board remains a 400BX based board, however, it has been modified. [...]]]></description>
			<content:encoded><![CDATA[<!-- Start Shareaholic LikeButtonSetTop Automatic --><!-- End Shareaholic LikeButtonSetTop Automatic --><p>As we all know, it&#8217;s a 440BX based mother board being fed into our virtual machines. The advantage? It&#8217;s sooooooooo generic that every operation system should be able to recognise and use it.</p>
<p>Has that changed in vSphere (ESX 4)?<span id="more-271"></span></p>
<p>In vSphere, the mother board remains a 400BX based board, however, it has been modified. One thing that has been added is 32 PCIe root ports, therefore I can leverage up to ten virtual network cards in a virtual machines.</p>
<p>Regrettably, any guest that can&#8217;t use PCIe will see the slots and address them as PCI-PCI bridges.</p>
<div class="shr-publisher-271"></div><!-- Start Shareaholic LikeButtonSetBottom Automatic --><div style="clear: both; min-height: 1px; height: 3px; width: 100%;"></div><div class='shareaholic-like-buttonset' style='float:none;height:30px;'><a class='shareaholic-googleplusone' data-shr_size='medium' data-shr_count='true' data-shr_href='http%3A%2F%2Finvurted.com%2Fvmware-vsphere-esx-4-virtual-motherboard%2F' data-shr_title='Vmware+vSphere+%28ESX+4%29+Virtual+Motherboard'></a><a class='shareaholic-fbsend' data-shr_href='http%3A%2F%2Finvurted.com%2Fvmware-vsphere-esx-4-virtual-motherboard%2F'></a><a class='shareaholic-fblike' data-shr_layout='button_count' data-shr_showfaces='false' data-shr_href='http%3A%2F%2Finvurted.com%2Fvmware-vsphere-esx-4-virtual-motherboard%2F' data-shr_title='Vmware+vSphere+%28ESX+4%29+Virtual+Motherboard'></a></div><div style="clear: both; min-height: 1px; height: 3px; width: 100%;"></div><!-- End Shareaholic LikeButtonSetBottom Automatic -->]]></content:encoded>
			<wfw:commentRss>http://invurted.com/vmware-vsphere-esx-4-virtual-motherboard/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Vmware vSphere</title>
		<link>http://invurted.com/vmware-vsphere/</link>
		<comments>http://invurted.com/vmware-vsphere/#comments</comments>
		<pubDate>Wed, 22 Apr 2009 00:45:40 +0000</pubDate>
		<dc:creator>Adam</dc:creator>
				<category><![CDATA[VMWare]]></category>
		<category><![CDATA[vsphere]]></category>

		<guid isPermaLink="false">http://invurted.com/vmware-vsphere/</guid>
		<description><![CDATA[Vmware’s launch of their new operating system, vSphere (Vmware ESX 4!), is being lauded as the first “cloud operating system”. The twitter-sphere and the blog-verse is going mad with live reports from Vmware’s announcements. Specifically, Duncan Epping’s blog has some interesting links: http://www.yellow-bricks.com/2009/04/21/vsphere-linkage/ Also, twitter search for vSphere, or check out Scott Lowe’s blog (http://blog.scottlowe.org/) [...]]]></description>
			<content:encoded><![CDATA[<!-- Start Shareaholic LikeButtonSetTop Automatic --><!-- End Shareaholic LikeButtonSetTop Automatic --><p>Vmware’s launch of their new operating system, vSphere (Vmware ESX 4!), is being lauded as the first “cloud operating system”.</p>
<p> <span id="more-260"></span>
<p>The twitter-sphere and the blog-verse is going mad with live reports from Vmware’s announcements.</p>
<p>Specifically, Duncan Epping’s blog has some interesting links: <a href="http://www.yellow-bricks.com/2009/04/21/vsphere-linkage/" target="new">http://www.yellow-bricks.com/2009/04/21/vsphere-linkage/</a></p>
<p>Also, twitter search for vSphere, or check out Scott Lowe’s blog (<a href="http://blog.scottlowe.org/" target="new">http://blog.scottlowe.org/</a>) and also Rick Scherer (<a href="http://vmwaretips.com/wp/" target="new">http://vmwaretips.com/wp/</a>).</p>
<p>And for an interesting response, Microsoft’s reaction to the announcement: <a href="http://darow.wordpress.com/2009/04/21/reactions-to-vmwares-vsphere-4/" target="new">http://darow.wordpress.com/2009/04/21/reactions-to-vmwares-vsphere-4/</a></p>
<p>It’s a shame I’m stranded here in Australia and can’t attend these events easily!</p>
<div class="shr-publisher-260"></div><!-- Start Shareaholic LikeButtonSetBottom Automatic --><div style="clear: both; min-height: 1px; height: 3px; width: 100%;"></div><div class='shareaholic-like-buttonset' style='float:none;height:30px;'><a class='shareaholic-googleplusone' data-shr_size='medium' data-shr_count='true' data-shr_href='http%3A%2F%2Finvurted.com%2Fvmware-vsphere%2F' data-shr_title='Vmware+vSphere'></a><a class='shareaholic-fbsend' data-shr_href='http%3A%2F%2Finvurted.com%2Fvmware-vsphere%2F'></a><a class='shareaholic-fblike' data-shr_layout='button_count' data-shr_showfaces='false' data-shr_href='http%3A%2F%2Finvurted.com%2Fvmware-vsphere%2F' data-shr_title='Vmware+vSphere'></a></div><div style="clear: both; min-height: 1px; height: 3px; width: 100%;"></div><!-- End Shareaholic LikeButtonSetBottom Automatic -->]]></content:encoded>
			<wfw:commentRss>http://invurted.com/vmware-vsphere/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>

