<?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 Storage Architect &#187; InServ</title>
	<atom:link href="http://thestoragearchitect.com/tag/inserv/feed/" rel="self" type="application/rss+xml" />
	<link>http://thestoragearchitect.com</link>
	<description>Storage, Virtualisation &#38; Cloud</description>
	<lastBuildDate>Tue, 07 Feb 2012 10:08:05 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.2.1</generator>
		<item>
		<title>Choosing Between Monolithic and Modular Architectures &#8211; Part II</title>
		<link>http://thestoragearchitect.com/2010/08/27/choosing-between-monolithic-and-modular-architectures-part-ii/</link>
		<comments>http://thestoragearchitect.com/2010/08/27/choosing-between-monolithic-and-modular-architectures-part-ii/#comments</comments>
		<pubDate>Fri, 27 Aug 2010 16:37:02 +0000</pubDate>
		<dc:creator>Chris M Evans</dc:creator>
				<category><![CDATA[Featured]]></category>
		<category><![CDATA[Storage]]></category>
		<category><![CDATA[Ulitzer]]></category>
		<category><![CDATA[3par]]></category>
		<category><![CDATA[chunklets]]></category>
		<category><![CDATA[distributed cache]]></category>
		<category><![CDATA[EMC]]></category>
		<category><![CDATA[ibm]]></category>
		<category><![CDATA[InServ]]></category>
		<category><![CDATA[monolithic]]></category>
		<category><![CDATA[Storage Architecture]]></category>
		<category><![CDATA[VMAX]]></category>
		<category><![CDATA[xiv]]></category>

		<guid isPermaLink="false">http://www.thestoragearchitect.com/?p=1836</guid>
		<description><![CDATA[<p>This is a series of post discussing storage array architectures.  Previous posts:</p> <a href="http://www.thestoragearchitect.com/2010/08/24/choosing-between-monolithic-and-modular-architectures-part-i/" target="_blank">Choosing Between Monolithic and Modular Architectures &#8211; Part I</a> <p>In the first post, I discussed the shared storage model architectures typified by what we sometimes think of as Enterprise arrays, but I&#8217;ve called monolithic.  This term harks back to the mainframe [...]<!--Begin ClixTrac.com Rotator Code -->
<script type="text/javascript" language="javascript" src="http://www.clixtrac.com/rotate/321"></script>
<!--End ClixTrac.com Rotator Code -->]]></description>
			<content:encoded><![CDATA[<p>This is a series of post discussing storage array architectures.  Previous posts:</p>
<ul>
<li><a href="http://www.thestoragearchitect.com/2010/08/24/choosing-between-monolithic-and-modular-architectures-part-i/"  target="_blank">Choosing Between Monolithic and Modular Architectures &#8211; Part I</a></li>
</ul>
<p>In the first post, I discussed the shared storage model architectures typified by what we sometimes think of as Enterprise arrays, but I&#8217;ve called monolithic.  This term harks back to the mainframe days of large single computers (see <a rel="nofollow" href="http://en.wikipedia.org/wiki/Monolithic_system"  target="_blank">Wikipedia definition</a>), hence it&#8217;s use to describe storage arrays with a large single cache.  In the last 10 years we have seen a move away from the single shared cache to a distributed cache architecture built from multiple storage engines or nodes, each with independent processing capability but sharing a fast network interconnect.  Probably the most well known implementations of this technology have come from <a href="http://www.3par.com"  target="_blank">3Par </a>(InServ), <a href="http://www.ibm.com/storage"  target="_blank">IBM</a> (XIV) and <a href="http://www.emc.com"  target="_blank">EMC</a> (VMAX).  Let&#8217;s have a look at these architectures in more detail.</p>
<h3>EMC VMAX</h3>
<p>The VMAX architecture consists of one to eight VMAX engines (storage nodes) connected together by what is described as the Virtual Matrix Architecture.  Each engine acts as a storage array in its own right, with front-end host port connectivity, back-end disk directors, cache (which presumably is mirrored internally) and processors.  The VMAX engines connect together using the Matrix Interface Board Enclosure (MIBE), which are duplicated for redundancy.  The virtual matrix enables inter-engine memory access, which is required to provide connectivity when the host access port isn&#8217;t on the same engine as the data.  There are two diagrams in the gallery at the end of this post, one showing the logical view of the interconnected engines and the second showing how back-end disk enclosures are dedicated to each engine.</p>
<p>What&#8217;s not clear from the documentation is how the virtual matrix architecture operates, other than being based on the RapidIO.  I&#8217;m not sure if VMAX engines have direct access to the cache in other engines or whether the processor of connected engines is required.  In addition, can an engine access cache in another engine purely to manage throughput of the local host and disk connections? I&#8217;m not entirely sure.</p>
<h3>3Par InServ</h3>
<p>3Par storage arrays consist of multiple storage nodes joined through a high-speed interconnect.  They describe this as their InSpire architecture.  From 2 to 8 nodes are connected (in pairs) to a passive backplane with up to 1.6Gb/s of bandwidth between each node.  3Par use the diagram shown here to demonstrate their architecture and with 8 nodes, the numbers of connections can easily be seen.  I&#8217;ve also shown how connectivity increases in 2, 4, 6 and 8 node implementations.  InServ arrays write cache data in pairs, so each node has a partner.  Should one of the node pairs fail, the cache of the surviving partner is immediately written to another node (if one is present), so protecting the cache data.</p>
<p>The InServ and VMAX architectures are very similar but differ from each other in one subtle but important way.  3Par InServ LUNs are divided into chunklets (256KB slices of disk) that are spread across all disks within the complex.  So as an array is deployed and created, all of the nodes in the array are involved in serving data.  VMAX uses the Symmetrix architecture of hypers &#8211; large slices of disk &#8211; to create LUNs, with four hypers used to create a 3+1 RAID-5 LUN, for example.  As new engines are added to a VMAX array, the data is not redistributed across the new physical spindles, so data access is unbalanced across the VMAX engines and physical disks.  In this way, InServ has better opportunities to optimise the use of nodes, although within VMAX the use of Virtual Provisioning can help to spread load across disks in a more even fashion.  In addition, a fully configured VMAX array has up to 128Gb/s of bandwidth across the VMA, exceeding InServ&#8217;s capacity.</p>
<p>In my opinion the tradeoff here comes down to increased scalability with dedicated nodes versus the latency introduced when data isn&#8217;t located on the local node.  In the 3Par model, data is always being accessed across nodes.  In the EMC model, nodes only exchange data when the LUN&#8217;s physical disks aren&#8217;t located on the local node.  This leads to two problems.  Firstly, as more nodes are added, the number of node&lt;-&gt;node connections increases exponentially.  For an 8-node array, there are at least 28 node to node connections (not including additional connections for redundancy).  This increases to 120 for 16 nodes (nearly 6-fold increase in connectivity for double the nodes) and nearly 500 connections for 32 nodes, to which VMAX can theoretically scale.  The second issue is that of diminishing returns.  As more nodes are added, more overhead is required to service data not found on the local node.  This leads to a situation where the benefits of adding additional nodes are so small to make it not worth doing.</p>
<h3>IBM XIV</h3>
<p>The IBM XIV array takes a different approach to node configurations that are directly connected to the underlying data protection mechanism of the hardware.  XIV uses only RAID-1 style protection, based on 1MB chunks of data known as partitions.  Data is dispersed across nodes in an even and pseudo-random fashion, ensuring that for any LUN, data is written across all nodes.  The architecture is shown in the XIV picture in the gallery at the end of this post.  Nodes (known in XIV as modules) are divided into interface and data types.  Interface modules have cache, processors, data disks and host interfaces.  Data modules have no host interfaces but still have cache, processors and disk.  Each module has twelve (12) 1TB SATA drives.  As data is written to the array, the 1MB partitions are written across all drives and modules ensuring that the two mirror pairs of any single partition do not reside on the same module.  Sequential partitions for a LUN are also spread across modules.  The net effect is that all modules are involved in servicing all volumes and the loss of any single module does not cause data loss.</p>
<p>Whilst XIV might be tuned for performance, there is still the inherent risk (however small) that a double disk failure results in a significant data loss, as all LUNs are spread across all disks.  Additionally the XIV architecture requires that every write operation must go through the Ethernet switches as data is written to the cache on the primary and secondary modules before being confirmed to the host.  As a consequence, overall bandwidth of a single module will be limited to the available network capacity, which is 6Gb/s for interface nodes and 4Gb/s for data nodes.  This value halves if either of the Ethernet switches fails.</p>
<h3>Summary</h3>
<p>The multi-node storage arrays on the market today are all implemented in slightly different ways.  Each has positive and negative points that contribute to the overall decision on which platform to choose for your data.  Whether any of them are suitable for &#8220;Enterprise&#8221; class data is an open question that continues to be the subject of much debate.  From my perspective I would want a &#8220;tier 1&#8243; storage array to provide high levels of availability and performance, something each of these devices are capable of achieving.</p>
<p>Next I&#8217;ll discuss modular arrays and the benefits of dual controller architecture.
<a href='http://thestoragearchitect.com/2010/08/27/choosing-between-monolithic-and-modular-architectures-part-ii/3par-2-node/' title='3Par 2-Node'><img width="150" height="108" src="http://thestoragearchitect.com/wp-content/uploads/2010/08/3Par-2-Node.jpg" class="attachment-thumbnail" alt="3Par 2-Node" title="3Par 2-Node" /></a>
<a href='http://thestoragearchitect.com/2010/08/27/choosing-between-monolithic-and-modular-architectures-part-ii/3par-4-node/' title='3Par 4-Node'><img width="131" height="150" src="http://thestoragearchitect.com/wp-content/uploads/2010/08/3Par-4-Node.jpg" class="attachment-thumbnail" alt="3Par 4-Node" title="3Par 4-Node" /></a>
<a href='http://thestoragearchitect.com/2010/08/27/choosing-between-monolithic-and-modular-architectures-part-ii/3par-6-node/' title='3Par 6-Node'><img width="131" height="150" src="http://thestoragearchitect.com/wp-content/uploads/2010/08/3Par-6-Node.jpg" class="attachment-thumbnail" alt="3Par 6-Node" title="3Par 6-Node" /></a>
<a href='http://thestoragearchitect.com/2010/08/27/choosing-between-monolithic-and-modular-architectures-part-ii/3par-8-node/' title='3Par 8-Node'><img width="131" height="150" src="http://thestoragearchitect.com/wp-content/uploads/2010/08/3Par-8-Node.jpg" class="attachment-thumbnail" alt="3Par 8-Node" title="3Par 8-Node" /></a>
<a href='http://thestoragearchitect.com/2010/08/27/choosing-between-monolithic-and-modular-architectures-part-ii/vmax-architecture/' title='VMAX Architecture'><img width="150" height="138" src="http://thestoragearchitect.com/wp-content/uploads/2010/08/VMAX-Architecture.jpg" class="attachment-thumbnail" alt="VMAX Architecture" title="VMAX Architecture" /></a>
<a href='http://thestoragearchitect.com/2010/08/27/choosing-between-monolithic-and-modular-architectures-part-ii/vmax-architecture-2/' title='VMAX DiskEngine Connectivity'><img width="150" height="66" src="http://thestoragearchitect.com/wp-content/uploads/2010/08/VMAX-Architecture-2.jpg" class="attachment-thumbnail" alt="VMAX DiskEngine Connectivity" title="VMAX DiskEngine Connectivity" /></a>
<a href='http://thestoragearchitect.com/2010/08/27/choosing-between-monolithic-and-modular-architectures-part-ii/xiv-architecture/' title='XIV Architecture'><img width="150" height="94" src="http://thestoragearchitect.com/wp-content/uploads/2010/08/XIV-Architecture.jpg" class="attachment-thumbnail" alt="XIV Architecture" title="XIV Architecture" /></a>
 </p>
]]></content:encoded>
			<wfw:commentRss>http://thestoragearchitect.com/2010/08/27/choosing-between-monolithic-and-modular-architectures-part-ii/feed/</wfw:commentRss>
		<slash:comments>13</slash:comments>
		</item>
		<item>
		<title>Enterprise Computing: So EMC, Where&#8217;s Your Thin Persistence?</title>
		<link>http://thestoragearchitect.com/2009/10/13/enterprise-computing-so-emc-wheres-your-thin-persistence/</link>
		<comments>http://thestoragearchitect.com/2009/10/13/enterprise-computing-so-emc-wheres-your-thin-persistence/#comments</comments>
		<pubDate>Tue, 13 Oct 2009 06:34:58 +0000</pubDate>
		<dc:creator>Chris M Evans</dc:creator>
				<category><![CDATA[Uncategorized]]></category>
		<category><![CDATA[3par]]></category>
		<category><![CDATA[EMC]]></category>
		<category><![CDATA[HDS]]></category>
		<category><![CDATA[InServ]]></category>
		<category><![CDATA[thin provisioning]]></category>
		<category><![CDATA[ZPR]]></category>

		<guid isPermaLink="false">http://thestoragearchitect.com/?p=766</guid>
		<description><![CDATA[<p>Following on from yesterday&#8217;s <a href="http://www.3par.com/news_events/20091012.html" >announcement</a> by 3Par, I&#8217;m wondering just where EMC is in the thin reclamation market.  HDS have ZPR, which although working as a background collection process, does reclaim zeroed out blocks of data.  I believe SVC has similar functionality too.</p> <p>We all know that over time, Thin volumes transition back [...]<!--Begin ClixTrac.com Rotator Code -->
<script type="text/javascript" language="javascript" src="http://www.clixtrac.com/rotate/321"></script>
<!--End ClixTrac.com Rotator Code -->]]></description>
			<content:encoded><![CDATA[<p>Following on from yesterday&#8217;s <a href="http://www.3par.com/news_events/20091012.html" >announcement</a> by 3Par, I&#8217;m wondering just where EMC is in the thin reclamation market.  HDS have <strong>ZPR</strong>, which although working as a background collection process, does reclaim zeroed out blocks of data.  I believe SVC has similar functionality too.</p>
<p>We all know that over time, <strong>Thin</strong> volumes transition back to <strong>Thick</strong> volumes as data is created and deleted.  I suspect virtualisation platforms such as VMware will make that even worse.  So where are <strong>EMC</strong> in this market?  Bearing in mind FAST has been announced well ahead of potential availability, I can only assume EMC don&#8217;t have anything on the horizon.  Make sure you consider this when you&#8217;re weighing up the benefits of a thin strategy.</p>
<p>Oh and its nothing to do with block size &#8211; after all, 3Par have the <strong>smallest</strong> block allocation and still see the need to provide persistent thin technologies.</p>
<p>If you&#8217;ve not read it, <a href="http://thestoragearchitect.com/2009/06/04/enterprise-computing-why-thin-provisioning-is-not-the-holy-grail-for-utilisation/" >here&#8217;s</a> my recent summary on thin reclaim.</p>
]]></content:encoded>
			<wfw:commentRss>http://thestoragearchitect.com/2009/10/13/enterprise-computing-so-emc-wheres-your-thin-persistence/feed/</wfw:commentRss>
		<slash:comments>7</slash:comments>
		</item>
		<item>
		<title>Enterprise Computing: 3Par Thin Enhancements</title>
		<link>http://thestoragearchitect.com/2009/10/12/enterprise-computing-3par-thin-enhancements/</link>
		<comments>http://thestoragearchitect.com/2009/10/12/enterprise-computing-3par-thin-enhancements/#comments</comments>
		<pubDate>Mon, 12 Oct 2009 16:58:32 +0000</pubDate>
		<dc:creator>Chris M Evans</dc:creator>
				<category><![CDATA[Uncategorized]]></category>
		<category><![CDATA[3par]]></category>
		<category><![CDATA[InServ]]></category>
		<category><![CDATA[Thin Conversion]]></category>
		<category><![CDATA[Thin Copy Reclamation]]></category>
		<category><![CDATA[Thin Persistence]]></category>

		<guid isPermaLink="false">http://thestoragearchitect.com/?p=761</guid>
		<description><![CDATA[<p><a href="http://www.3par.com" >3Par</a> today took the opportunity at <a href="http://www.snwusa.com/" >SNW USA</a> to announce some enhancements to their thin provisioning technology.  The new features are:</p> Thin Conversion. Slims down &#8220;stout&#8221; storage volumes as they are moved to a thin environment. Thin Copy Reclamation. Reclaims unused space from snapshot or replicated volumes. Thin Reclamation for Veritas [...]<!--Begin ClixTrac.com Rotator Code -->
<script type="text/javascript" language="javascript" src="http://www.clixtrac.com/rotate/321"></script>
<!--End ClixTrac.com Rotator Code -->]]></description>
			<content:encoded><![CDATA[<p><a href="http://www.3par.com" >3Par</a> today took the opportunity at <a href="http://www.snwusa.com/" >SNW USA</a> to announce some enhancements to their thin provisioning technology.  The new features are:</p>
<ol style="margin-top:10px;margin-bottom:10px;">
<li><strong>Thin Conversion.</strong> Slims down &#8220;stout&#8221; storage volumes as they are moved to a thin environment.</li>
<li><strong>Thin Copy Reclamation</strong>. Reclaims unused space from snapshot or replicated volumes.</li>
<li><strong>Thin Reclamation for Veritas Storage Foundation.</strong> Integrates with VxVM to release deleted data from the array.</li>
<li><strong>Thin Persistence.</strong> Dynamically releases deleted data from active volumes.</li>
</ol>
<p>Now I thought InServ arrays already had this functionality but maybe I was jumping the gun when I mentioned thin support in recent posts.  However, that said, the ability to thin-on-the-fly is undoubtably a good one.  <strong>ZPR</strong> from Hitachi/HP requires the &#8220;offline&#8221; collection of freed blocks.</p>
<p>What interests me most is the detail around Thin Persistence.  The description in the  flyer for the feature makes the following claim:</p>
<p><span style="color:#008000;">&#8220;Thin Persistence achieves [the thinning of volumes] by using the built-in zero detection capability embedded in the 3Par Gen3 ASIC to reclaim unused space associated with deleted data within the InServ storage volumes&#8221;</span></p>
<p>Now correct me if I&#8217;m wrong but I thought most data deletions were done at a <strong>logical</strong> level, releasing only pointers in the appropriate file system tables.  If this is so, how does the system identify this space as reclaimable?  Is there a new &#8220;super-delete&#8221; facility that writes binary zeros over deleted files?  Alternatively I guess we could write a &#8220;block-scrubber&#8221; which allocates free space into a psuedo-file, writes zeros over it and releases it.  Of course the ultimate place for this kind of feature is the defragmenter.  As blocks are re-organised, overwrite free space with binary zeros the first time they are moved  That way the problem is solved.</p>
<p>Can anyone from 3Par shed light on my mis-understanding of the above?</p>
]]></content:encoded>
			<wfw:commentRss>http://thestoragearchitect.com/2009/10/12/enterprise-computing-3par-thin-enhancements/feed/</wfw:commentRss>
		<slash:comments>9</slash:comments>
		</item>
	</channel>
</rss>

