 




<?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 Real (and Virtual) Adventures of Nathan the IT Guy &#187; SAN</title>
	<atom:link href="http://itknowledgeexchange.techtarget.com/information-technology/tag/san/feed/" rel="self" type="application/rss+xml" />
	<link>http://itknowledgeexchange.techtarget.com/information-technology</link>
	<description></description>
	<lastBuildDate>Tue, 21 May 2013 19:15:30 +0000</lastBuildDate>
	<language>en-US</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	
		<item>
		<title>VMware Storage and Network I/O Control for NFS</title>
		<link>http://itknowledgeexchange.techtarget.com/information-technology/vmware-storage-and-network-io-control-for-nfs/</link>
		<comments>http://itknowledgeexchange.techtarget.com/information-technology/vmware-storage-and-network-io-control-for-nfs/#comments</comments>
		<pubDate>Fri, 23 Dec 2011 19:01:00 +0000</pubDate>
		<dc:creator>Nathan Simon</dc:creator>
				<category><![CDATA[ESXi]]></category>
		<category><![CDATA[Network I/O Control]]></category>
		<category><![CDATA[NFS]]></category>
		<category><![CDATA[NIOC]]></category>
		<category><![CDATA[performance]]></category>
		<category><![CDATA[SAN]]></category>
		<category><![CDATA[SIOC]]></category>
		<category><![CDATA[Storage I/O Control]]></category>
		<category><![CDATA[vmware]]></category>
		<category><![CDATA[vSphere 5]]></category>

		<guid isPermaLink="false">http://itknowledgeexchange.techtarget.com/information-technology/vmware-storage-and-network-io-control-for-nfs/</guid>
		<description><![CDATA[Were you wondering if these two beautiful technologies when used with NFS would collide? Well look no further as this vSphere Blog explains that they in fact compliment eachother! The below insert was borrowed from blogs.vmware.com. Intro to Storage I/O Control SIOC was covered in a previous blog post. Details can be found here &#8211; [...]]]></description>
				<content:encoded><![CDATA[<p>Were you wondering if these two beautiful technologies when used with NFS would collide? Well look no further as this vSphere Blog explains that they in fact compliment eachother! The below insert was borrowed from blogs.vmware.com.</p>
<blockquote><p><strong>Intro to Storage I/O Control</strong></p>
<p>SIOC was covered in a previous blog post. Details can be found here &#8211; http://blogs.vmware.com/vsphere/2011/09/storage-io-control-enhancements.html. In a nutshell, if SIOC detects that a pre-defined latency threshold for a particular datastore has been exceeded, it will throttle the amount of I/O a VM can queue to that datastore based on a &#8216;shares&#8217; mechanism. When the contention is alleviated, SIOC will stop and VMs can then begin to use the datastore without any throttling. This avoids the &#8216;noisy neighbor&#8217; problems when one VM can hog all the bandwidth to a shared datastore. The point to note here is that SIOC is working on a per VM basis, and deals with datastore objects.</p>
<p>SIOC was first introduced in vSphere 4.1, but only for block storage devices (FC, iSCSI, FCoE) only. In vSphere 5.0, we introduced SIOC support for NFS datastores.</p>
<p><strong>Intro to Network I/O Control (NIOC)</strong></p>
<p>There is a nice overview of NIOC on the networking blog here &#8211; http://blogs.vmware.com/networking/2010/07/got-network-io-control.html. Again, in a nutshell, NetIOC allows you to define a guaranteed bandwidth for different vSphere network traffic types.</p>
<p>NIOC uses a software approach to partitioning physical network bandwidth among the different types of network traffic flows. For example, you can guarantee a minimum NFS bandwidth/latency when a vMotion operation is initiated on the same network &amp; prevent the vMotion operation from having an impact on the NFS traffic flow. The point to note here is that NIOC is working on a network traffic stream, e.g. NFS, and deals with NIC ports.</p></blockquote>
<p>Go <a href="http://blogs.vmware.com/vsphere/" target="_blank">here</a>to read all about how these technologies compliment eachother.</p>
<p>-NS</p>
<!-- wpms-network-global-inserts -->]]></content:encoded>
			<wfw:commentRss>http://itknowledgeexchange.techtarget.com/information-technology/vmware-storage-and-network-io-control-for-nfs/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Why TOE (TCP Offload Engine)</title>
		<link>http://itknowledgeexchange.techtarget.com/information-technology/why-toe-tcp-offload-engine/</link>
		<comments>http://itknowledgeexchange.techtarget.com/information-technology/why-toe-tcp-offload-engine/#comments</comments>
		<pubDate>Mon, 27 Jun 2011 21:15:17 +0000</pubDate>
		<dc:creator>Nathan Simon</dc:creator>
				<category><![CDATA[ESXi]]></category>
		<category><![CDATA[hardware compatability list]]></category>
		<category><![CDATA[iSCSI]]></category>
		<category><![CDATA[SAN]]></category>
		<category><![CDATA[TCP Offload Engine]]></category>
		<category><![CDATA[TCP/IP]]></category>
		<category><![CDATA[TOE]]></category>
		<category><![CDATA[vmnic]]></category>
		<category><![CDATA[vmware]]></category>

		<guid isPermaLink="false">http://itknowledgeexchange.techtarget.com/information-technology/why-toe-tcp-offload-engine/</guid>
		<description><![CDATA[Here is a great article on TOE, and how it benefits iSCSI Traffic for VMware. But first the insert. The development of TCP offload engines marks a significant advance for all TCP/IP based protocols, including iSCSI. Although TCP provides session integrity in potentially congested or unstable networks, it incurs significant processing overhead on the host [...]]]></description>
				<content:encoded><![CDATA[<p>Here is a great article on TOE, and how it benefits iSCSI Traffic for VMware. But first the insert.</p>
<blockquote><p>The development of TCP offload engines marks a significant advance for all TCP/IP based protocols, including iSCSI. Although TCP provides session integrity in potentially congested or unstable networks, it incurs significant processing overhead on the host CPU. Offloading this processing to a host Ethernet adapter frees host CPU cycles and enables much higher performance solutions.</p>
<p>Because block I/O transactions can generate sustained high volumes of TCP/IP exchanges, IP storage is a direct beneficiary of TOE technology. With the burden of TCP overhead removed from the host CPU, only iSCSI processing is required. The remaining challenge for CPU utilization is optimizing iSCSI handling so blocks of data can be served to the host more efficiently. With clever engineering, wire-speed performance can be achieved when running software iSCSI on an optimized TOE-accelerated network adapter.</p></blockquote>
<p>Remember that not all network adapters support TOE nativly via ESXi, so check the <a href="http://www.vmware.com/resources/compatibility/search.php?source=web&amp;cd=1&amp;sqi=2&amp;ved=0CBoQFjAA&amp;url=http://www.vmware.com/go/hcl&amp;rct=j&amp;q=vmware%20hardware%20compatibility%20list&amp;ei=fPIIToSWGKm40AHP4dD4Cg&amp;usg=AFQjCNEXuH3H1BNILfm7AMoBNO0jQXhT-g" target="_blank">Hardware Compatability List</a> and make sure your adapter is fully supported. Read the full PDF <a href="http://itknowledgeexchange.techtarget.com/information-technology/wp-admin/post-new.php" target="_blank">here</a>. Page 6 is where it starts to explain the benefits of TOE and iSCSI.</p>
<p>-NS</p>
<!-- wpms-network-global-inserts -->]]></content:encoded>
			<wfw:commentRss>http://itknowledgeexchange.techtarget.com/information-technology/why-toe-tcp-offload-engine/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>HP and VMware Unveil Integrated Storage, Desktop and Connectivity Solutions</title>
		<link>http://itknowledgeexchange.techtarget.com/information-technology/hp-and-vmware-unveil-integrated-storage-desktop-and-connectivity-solutions/</link>
		<comments>http://itknowledgeexchange.techtarget.com/information-technology/hp-and-vmware-unveil-integrated-storage-desktop-and-connectivity-solutions/#comments</comments>
		<pubDate>Tue, 29 Jun 2010 02:59:31 +0000</pubDate>
		<dc:creator>Nathan Simon</dc:creator>
				<category><![CDATA[desktop]]></category>
		<category><![CDATA[HP]]></category>
		<category><![CDATA[HP Storageworks]]></category>
		<category><![CDATA[Lefthand]]></category>
		<category><![CDATA[P4000]]></category>
		<category><![CDATA[SAN]]></category>
		<category><![CDATA[VCP]]></category>
		<category><![CDATA[virtual appliance]]></category>
		<category><![CDATA[virtual storage appliance]]></category>
		<category><![CDATA[vmware]]></category>
		<category><![CDATA[VMware Certified]]></category>
		<category><![CDATA[VSA]]></category>

		<guid isPermaLink="false">http://itknowledgeexchange.techtarget.com/information-technology/hp-and-vmware-unveil-integrated-storage-desktop-and-connectivity-solutions/</guid>
		<description><![CDATA[Hey folks, HP and VMware are introducing a few new solutions that are product of 8 years of working together. I am focusing on HP&#8217;s Virtual SAN Appliance, it is the only appliance that is certified as VMware Ready. To give organizations affordable, easy-to-deploy infrastructure virtualization, HP and VMware have combined VMware vSphere™ Essentials Plus with the HP P4000 [...]]]></description>
				<content:encoded><![CDATA[<p>Hey folks, HP and VMware are introducing a few new solutions that are product of 8 years of working together. I am focusing on HP&#8217;s Virtual SAN Appliance, it is the only appliance that is certified as VMware Ready.</p>
<blockquote><p>To give organizations affordable, easy-to-deploy infrastructure virtualization, HP and VMware have combined VMware vSphere™ Essentials Plus with the HP P4000 Virtual SAN Appliance (VSA). The HP P4000 is the only software SAN certified as VMware Ready™. The new integrated product complements “always-on” IT from VMware for small and medium businesses (SMBs) with highly available storage from HP. It provides backup and recovery with shared storage capabilities to help SMBs start on the path to cloud-based IT services.</p></blockquote>
<p>Check out the <a href="http://h18000.www1.hp.com/products/storage/software/vsa/index.html" target="_blank">overview and features </a>of the HP Storagework P4000. Also check out this <a href="http://www.vmware.com/company/news/releases/hptechforum-vmw-hp-advisory.html" target="_blank">link</a> that goes over their Desktop and Connectivity features.</p>
<!-- wpms-network-global-inserts -->]]></content:encoded>
			<wfw:commentRss>http://itknowledgeexchange.techtarget.com/information-technology/hp-and-vmware-unveil-integrated-storage-desktop-and-connectivity-solutions/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>
