<?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/"
	xmlns:georss="http://www.georss.org/georss" xmlns:geo="http://www.w3.org/2003/01/geo/wgs84_pos#" xmlns:media="http://search.yahoo.com/mrss/"
	>

<channel>
	<title>The Storage Architect</title>
	<atom:link href="http://thestoragearchitect.wordpress.com/feed/" rel="self" type="application/rss+xml" />
	<link>http://thestoragearchitect.wordpress.com</link>
	<description>Storage, Virtualisation, Social Networking</description>
	<lastBuildDate>Tue, 15 Dec 2009 11:16:29 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.com/</generator>
<cloud domain='thestoragearchitect.wordpress.com' port='80' path='/?rsscloud=notify' registerProcedure='' protocol='http-post' />
<image>
		<url>http://s2.wp.com/i/buttonw-com.png</url>
		<title>The Storage Architect</title>
		<link>http://thestoragearchitect.wordpress.com</link>
	</image>
	<atom:link rel="search" type="application/opensearchdescription+xml" href="http://thestoragearchitect.wordpress.com/osd.xml" title="The Storage Architect" />
	<atom:link rel='hub' href='http://thestoragearchitect.wordpress.com/?pushpress=hub'/>
		<item>
		<title>Enterprise Computing: CLARiiON; Your Mileage May Vary</title>
		<link>http://thestoragearchitect.wordpress.com/2009/12/15/enterprise-computing-clariion-your-mileage-may-vary/</link>
		<comments>http://thestoragearchitect.wordpress.com/2009/12/15/enterprise-computing-clariion-your-mileage-may-vary/#comments</comments>
		<pubDate>Tue, 15 Dec 2009 11:16:29 +0000</pubDate>
		<dc:creator>Chris Evans</dc:creator>
				<category><![CDATA[Enterprise Computing]]></category>
		<category><![CDATA[GestaltIT]]></category>
		<category><![CDATA[capacity]]></category>
		<category><![CDATA[Clariion]]></category>
		<category><![CDATA[EMC]]></category>
		<category><![CDATA[HDD]]></category>
		<category><![CDATA[Steve Todd]]></category>
		<category><![CDATA[storage fusion]]></category>

		<guid isPermaLink="false">http://thestoragearchitect.com/?p=944</guid>
		<description><![CDATA[As part of my work at Storage Fusion, I get to dig into the inner workings of storage arrays in a way most people don&#8217;t (either through inclination or time).  One interesting anomaly we discovered this week was the variability in capacities of CLARiiON disks.  What results from this is that the capacity you expect [...]<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=thestoragearchitect.wordpress.com&amp;blog=6356075&amp;post=944&amp;subd=thestoragearchitect&amp;ref=&amp;feed=1" width="1" height="1" />]]></description>
			<content:encoded><![CDATA[<p>As part of my work at <a href="http://www.storagefusion.com">Storage Fusion</a>, I get to dig into the inner workings of storage arrays in a way most people don&#8217;t (either through inclination or time).  One interesting anomaly we discovered this week was the variability in capacities of CLARiiON disks.  What results from this is that the capacity you expect to see from a particular disk model may vary quite considerably.</p>
<p><strong>520 Byte Sectors</strong></p>
<p>It&#8217;s pretty well known that the CLARiiON array disks are low level formatted with a 520-byte sector size compared to the standard 512-bytes on most drives and on the disks you would install into your PC at home.  The additional 8 bytes are used for error checking and other additional information and are collectively known as DIBs &#8211; see Steve Todd&#8217;s informative post on the subject <a href="http://stevetodd.typepad.com/my_weblog/2008/01/i-got-dibs.html">here</a>.  This increased sector size effectively reduces the capacity of the drive by approximately 1.5%.</p>
<p>Low level formatting does, however offer another potential benefit; the drives don&#8217;t have to be reformatted to the original size specified by the manufacturer.  In fact, EMC choose standard sizes for each of their drive types, which are referenced by generic names, such as CLAR320, CLAR300 and so on.  The numeric part of the name represents the nominal size of the drive.  Having generic names enables EMC to substitute a range of drives from different manufacturers and so not be tied to taking disks from a single supplier.  It also means that the drives have been reformatted to a consistent capacity, usually lower than the manufacturer recommends &#8211; but not always.</p>
<p><strong>Unlocking Free Space</strong></p>
<p>Take for example the CLAR320 model.  This is typically a standard Maxtor ATA 320GB drive.  Navisphere commands indicate that these drives have a usable capacity of 304,169MB.  Based on the 520-byte sector, this represents an actual capacity of 308,922MB.  Now, a standard 320GB drive, which is quoted by the manufacturer as having decimal GB (1000x1000x1000) has a binary capacity (using 1K = 1024 bytes) of 305,176MB.  Magically the CLAR320 drive has an additional 3746MB or nearly 3.7GB of extra storage space!</p>
<p>Now compare to the CLAR300 drive.  A typical 300GB drive has a capacity of 286,106MB.  The CLARiiON model has a usable capacity of 274,845GB or taking into consideration the 520/512-byte blocks, 279,139MB.  This represents a shortfall of nearly 7GB on the capacity of the drive!</p>
<p>The obvious question is; how can there be more capacity on a drive than the manufacturer quotes?  Well, with the CLAR320 drives, that&#8217;s pretty easy to work out.  From the Seagate specification manual, the drive is configured with 2 platters and 4 heads, so 80GB per head (or recording surface).  In the same family, the 250GB model uses only 3 heads or 83.3GB per head.  Clearly the drives can achieve higher areal density and this is not fully utilised in the 320GB model.  Reformatting the drive at the low-level must unlock this reserve potential, resulting in a slightly higher capacity.</p>
<p>OK, in reality, although I said considerable, the potential capacity improvements aren&#8217;t huge and I&#8217;m not advocating that everyone go out and buy 320GB drives for their CLARiiONs.  However, what is interesting is how vendors will sell capacity of one size and the actual usable value can be less than you expect.  In this instance the difference between two similar drive capacities was 10GB.  Over thousands of drives, that can add up to a discrepancy which is difficult to explain to management.  At Storage Fusion, we&#8217;re working on ensuring we can help customers identify every scrap of their storage usage.</p>
<p>So, perhaps when you order that next EMC, HDS, IBM, HP array, you should ask exactly what the expected mileage will be&#8230;</p>
<br />  <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/thestoragearchitect.wordpress.com/944/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/thestoragearchitect.wordpress.com/944/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/thestoragearchitect.wordpress.com/944/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/thestoragearchitect.wordpress.com/944/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gofacebook/thestoragearchitect.wordpress.com/944/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/facebook/thestoragearchitect.wordpress.com/944/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gotwitter/thestoragearchitect.wordpress.com/944/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/twitter/thestoragearchitect.wordpress.com/944/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/thestoragearchitect.wordpress.com/944/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/thestoragearchitect.wordpress.com/944/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/thestoragearchitect.wordpress.com/944/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/thestoragearchitect.wordpress.com/944/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/thestoragearchitect.wordpress.com/944/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/thestoragearchitect.wordpress.com/944/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=thestoragearchitect.wordpress.com&amp;blog=6356075&amp;post=944&amp;subd=thestoragearchitect&amp;ref=&amp;feed=1" width="1" height="1" />]]></content:encoded>
			<wfw:commentRss>http://thestoragearchitect.wordpress.com/2009/12/15/enterprise-computing-clariion-your-mileage-may-vary/feed/</wfw:commentRss>
		<slash:comments>2</slash:comments>
	
		<media:content url="" medium="image">
			<media:title type="html">chrismevans</media:title>
		</media:content>
	</item>
		<item>
		<title>Enterprise Computing: Has EMC Slipped Zero Block Reclaim Into V-Max?</title>
		<link>http://thestoragearchitect.wordpress.com/2009/12/11/enterprise-computing-has-emc-slipped-zero-block-reclaim-into-v-max/</link>
		<comments>http://thestoragearchitect.wordpress.com/2009/12/11/enterprise-computing-has-emc-slipped-zero-block-reclaim-into-v-max/#comments</comments>
		<pubDate>Fri, 11 Dec 2009 13:56:48 +0000</pubDate>
		<dc:creator>Chris Evans</dc:creator>
				<category><![CDATA[Enterprise Computing]]></category>
		<category><![CDATA[GestaltIT]]></category>
		<category><![CDATA[barry burke]]></category>
		<category><![CDATA[EMC]]></category>
		<category><![CDATA[Enginuity]]></category>
		<category><![CDATA[FAST]]></category>
		<category><![CDATA[V-Max]]></category>
		<category><![CDATA[Zero Block Reclaim]]></category>
		<category><![CDATA[ZPR]]></category>

		<guid isPermaLink="false">http://thestoragearchitect.com/?p=942</guid>
		<description><![CDATA[I spent some time today looking at the release notes for Enginuity code 5874.207.166, which presumably is the one that brings the much lauded Fully Automated Storage Tiering (FAST) into general release on V-Max.  Just above the FAST paragraph I found the following: Symmetrix Virtual Provisioning Space Reclamation reduces capacity requirements and total cost of [...]<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=thestoragearchitect.wordpress.com&amp;blog=6356075&amp;post=942&amp;subd=thestoragearchitect&amp;ref=&amp;feed=1" width="1" height="1" />]]></description>
			<content:encoded><![CDATA[<p>I spent some time today looking at the release notes for Enginuity code <strong>5874.207.166</strong>, which presumably is the one that brings the much lauded <strong>Fully Automated Storage Tiering</strong> (FAST) into general release on V-Max.  Just above the FAST paragraph I found the following:</p>
<blockquote><p><em>Symmetrix Virtual Provisioning Space Reclamation reduces capacity requirements and total cost of ownership by automatically reclaiming chunks (768 KB track groups) that contain all zeros. This is most effective when used on volumes after thick-to-thin migration or replication.</em></p></blockquote>
<p>So, it seems that V-Max now supports features previously only seen on 3Par InServ, HDS USP V and HP XP &#8211; that is the ability to <strong>reclaim </strong>empty &#8220;zeros&#8221; of data from LUNs &#8211; otherwise known as <strong>Zero Block Reclaim</strong>.</p>
<p>I don&#8217;t remember EMC mentioning this little fact as part of their big FAST announcement.  In fact, looking back over Barry B&#8217;s posts, here&#8217;s a <a href="http://thestorageanarchist.typepad.com/weblog/2009/07/2015-challenge-accepted-free-vp.html">link</a> to a post from July in which Barry indicates (quoting again);</p>
<blockquote><p><em>I cannot confirm nor deny that VP will support one or more unused space reclamation approaches in the future.</em></p></blockquote>
<p>So do EMC just see ongoing space reclamation as a BAU activity, <strong>not worthy</strong> of an announcement?  I&#8217;m surprised that this would be the case.  Reclamation of &#8220;empty&#8221; storage is <strong>incredibly important</strong> when migrating from thick-&gt;thin storage environments.  Hitachi quote around <strong>40%</strong> savings from using ZPR after a migration to thin provisioning on USP V.</p>
<p>Perhaps EMC don&#8217;t want us to know that migrating to V-Max can actually <strong>reduce</strong> the amount of storage in use.  After all, its not good for hardware sales, is it?</p>
<p>By the way, EMC, please feel free to comment on this new feature and how easy it is to use.  I&#8217;d be interested to discover how it is implemented.</p>
<br />  <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/thestoragearchitect.wordpress.com/942/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/thestoragearchitect.wordpress.com/942/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/thestoragearchitect.wordpress.com/942/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/thestoragearchitect.wordpress.com/942/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gofacebook/thestoragearchitect.wordpress.com/942/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/facebook/thestoragearchitect.wordpress.com/942/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gotwitter/thestoragearchitect.wordpress.com/942/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/twitter/thestoragearchitect.wordpress.com/942/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/thestoragearchitect.wordpress.com/942/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/thestoragearchitect.wordpress.com/942/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/thestoragearchitect.wordpress.com/942/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/thestoragearchitect.wordpress.com/942/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/thestoragearchitect.wordpress.com/942/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/thestoragearchitect.wordpress.com/942/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=thestoragearchitect.wordpress.com&amp;blog=6356075&amp;post=942&amp;subd=thestoragearchitect&amp;ref=&amp;feed=1" width="1" height="1" />]]></content:encoded>
			<wfw:commentRss>http://thestoragearchitect.wordpress.com/2009/12/11/enterprise-computing-has-emc-slipped-zero-block-reclaim-into-v-max/feed/</wfw:commentRss>
		<slash:comments>21</slash:comments>
	
		<media:content url="" medium="image">
			<media:title type="html">chrismevans</media:title>
		</media:content>
	</item>
		<item>
		<title>Review: Sun Storage 7000 Unified Storage System &#8211; Part IV</title>
		<link>http://thestoragearchitect.wordpress.com/2009/12/10/review-sun-storage-7000-unified-storage-system-part-iv/</link>
		<comments>http://thestoragearchitect.wordpress.com/2009/12/10/review-sun-storage-7000-unified-storage-system-part-iv/#comments</comments>
		<pubDate>Thu, 10 Dec 2009 13:10:21 +0000</pubDate>
		<dc:creator>Chris Evans</dc:creator>
				<category><![CDATA[Enterprise Computing]]></category>
		<category><![CDATA[GestaltIT]]></category>
		<category><![CDATA[7000 Series]]></category>
		<category><![CDATA[simulator]]></category>
		<category><![CDATA[Sun Microsystems]]></category>
		<category><![CDATA[Unified Storage]]></category>
		<category><![CDATA[USS]]></category>
		<category><![CDATA[VMware Fusion]]></category>

		<guid isPermaLink="false">http://thestoragearchitect.com/?p=803</guid>
		<description><![CDATA[This is the last in a four-part series of posts on the Sun Storage 7000 USS storage arrays.  Previous posts in this series can be found here: Review: Sun Storage 7000 Unified Storage System – Part I Review: Sun Storage 7000 Unified Storage System – Part II Review: Sun Storage 7000 Unified Storage System – Part III Previous posts [...]<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=thestoragearchitect.wordpress.com&amp;blog=6356075&amp;post=803&amp;subd=thestoragearchitect&amp;ref=&amp;feed=1" width="1" height="1" />]]></description>
			<content:encoded><![CDATA[<p>This is the last in a four-part series of posts on the Sun Storage 7000 USS storage arrays.  Previous posts in this series can be found here:</p>
<p><a title="Permanent Link to Review: Sun Storage 7000 Unified Storage System – Part I" rel="bookmark" href="http://thestoragearchitect.com/2009/04/28/review-sun-storage-7000-unified-storage-system-part-i/">Review: Sun Storage 7000 Unified Storage System – Part I</a></p>
<p><a title="Permanent Link to Review: Sun Storage 7000 Unified Storage System – Part II" rel="bookmark" href="http://thestoragearchitect.com/2009/05/06/review-sun-storage-7000-unified-storage-system-part-ii/">Review: Sun Storage 7000 Unified Storage System – Part II</a></p>
<p><a title="Permanent Link to Review: Sun Storage 7000 Unified Storage System – Part II" rel="bookmark" href="http://thestoragearchitect.com/2009/08/05/review-sun-storage-7000-unified-storage-system-part-iii/">Review: Sun Storage 7000 Unified Storage System – Part III</a></p>
<p>Previous posts have discussed the physical hardware and what you can do with it.  Sun also do a simulator version of the 7000 series array, which can be used to evaluate the technology.  The Simulator is available for both VirtualBox and VMware.  I chose the VMware version and deployed it on VMware Fusion on my MacBook.</p>
<p><strong>Installation</strong></p>
<p>The installation process is remarkably simple.  Download and unzip the simulator (<a href="http://www.sun.com/storage/disk_systems/unified_storage/resources.jsp?intcmp=3245">link here</a>) and for Fusion, simply use File -&gt; Open to open the file &#8220;SunStorage.vmwarevm&#8221;.  The configuration process then asks for some simple details &#8211; IP address, default gateway, password and so on.  Once this is complete, the simulator starts up and can be accessed via the standard web interface on port 215.  I&#8217;ve included a few screenshots at the end of this post that highlight the configuration process.</p>
<p><strong>Configuration</strong></p>
<p>Once logged into the simulator, a disclaimer is presented to the user indicating that this deployment isn&#8217;t for production usage or performance measurement. This is pretty obvious; the simulator shows functionally how things work but will never provide the same performance as a dedicated device.</p>
<p>The simulator provides 15x 2GB drives, which although not &#8216;real&#8217; are more than enough to do evaluation with.  As far as I can tell, the simulator appears to be fully functional.</p>
<p><strong>Summary</strong></p>
<p>Sun have provided a simulator package that appears to pretty much mirror a real USS 7000 array.  Having a fully functional system like this enables new users to gain confidence with it; although not much training is needed, making the mistakes on a simulator is much more preferable to making them on the real thing.  In addition, it&#8217;s easy for any potential purchaser to get a real feel for how easy configuring the 7000 Series can be.</p>
<p>The 7000 simulator is probably equal or better than the Netapp simulator, which I&#8217;ve raved (and probably ranted) about many times.  It&#8217;s a shame that Netapp don&#8217;t choose to make their simulator open to all users, but that&#8217;s another discussion entirely.  The Sun 7000 simulator simply rounds out what to me is a great product, offering storage and simplicity in a single device.</p>

<a href='http://thestoragearchitect.wordpress.com/2009/12/10/review-sun-storage-7000-unified-storage-system-part-iv/sunsim6/' title='SunSim6'><img data-attachment-id='935' data-orig-size='725,486' data-liked='0'width="150" height="100" src="http://thestoragearchitect.files.wordpress.com/2009/12/sunsim6.png?w=150&#038;h=100" class="attachment-thumbnail" alt="SunSim6" title="SunSim6" /></a>
<a href='http://thestoragearchitect.wordpress.com/2009/12/10/review-sun-storage-7000-unified-storage-system-part-iv/sunsim5/' title='SunSim5'><img data-attachment-id='936' data-orig-size='775,420' data-liked='0'width="150" height="81" src="http://thestoragearchitect.files.wordpress.com/2009/12/sunsim5.png?w=150&#038;h=81" class="attachment-thumbnail" alt="SunSim5" title="SunSim5" /></a>
<a href='http://thestoragearchitect.wordpress.com/2009/12/10/review-sun-storage-7000-unified-storage-system-part-iv/sunsim4/' title='SunSim4'><img data-attachment-id='937' data-orig-size='984,503' data-liked='0'width="150" height="76" src="http://thestoragearchitect.files.wordpress.com/2009/12/sunsim4.png?w=150&#038;h=76" class="attachment-thumbnail" alt="SunSim4" title="SunSim4" /></a>
<a href='http://thestoragearchitect.wordpress.com/2009/12/10/review-sun-storage-7000-unified-storage-system-part-iv/sunsim3/' title='SunSim3'><img data-attachment-id='938' data-orig-size='843,489' data-liked='0'width="150" height="87" src="http://thestoragearchitect.files.wordpress.com/2009/12/sunsim3.png?w=150&#038;h=87" class="attachment-thumbnail" alt="SunSim3" title="SunSim3" /></a>
<a href='http://thestoragearchitect.wordpress.com/2009/12/10/review-sun-storage-7000-unified-storage-system-part-iv/sunsim2/' title='SunSim2'><img data-attachment-id='939' data-orig-size='720,499' data-liked='0'width="150" height="103" src="http://thestoragearchitect.files.wordpress.com/2009/12/sunsim2.png?w=150&#038;h=103" class="attachment-thumbnail" alt="SunSim2" title="SunSim2" /></a>
<a href='http://thestoragearchitect.wordpress.com/2009/12/10/review-sun-storage-7000-unified-storage-system-part-iv/sunsim1/' title='SunSim1'><img data-attachment-id='940' data-orig-size='720,499' data-liked='0'width="150" height="103" src="http://thestoragearchitect.files.wordpress.com/2009/12/sunsim1.png?w=150&#038;h=103" class="attachment-thumbnail" alt="SunSim1" title="SunSim1" /></a>

<p><span style="text-decoration:underline;">Disclaimer: Sun Microsystems provided a USS 7000 series array on loan in order for me to evaluate this technology.  The unit has since been returned.  I have not been paid by Sun to write this series of posts or received any other benefit or inducement of any kind from Sun Microsystems.</span></p>
<br />  <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/thestoragearchitect.wordpress.com/803/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/thestoragearchitect.wordpress.com/803/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/thestoragearchitect.wordpress.com/803/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/thestoragearchitect.wordpress.com/803/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gofacebook/thestoragearchitect.wordpress.com/803/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/facebook/thestoragearchitect.wordpress.com/803/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gotwitter/thestoragearchitect.wordpress.com/803/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/twitter/thestoragearchitect.wordpress.com/803/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/thestoragearchitect.wordpress.com/803/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/thestoragearchitect.wordpress.com/803/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/thestoragearchitect.wordpress.com/803/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/thestoragearchitect.wordpress.com/803/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/thestoragearchitect.wordpress.com/803/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/thestoragearchitect.wordpress.com/803/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=thestoragearchitect.wordpress.com&amp;blog=6356075&amp;post=803&amp;subd=thestoragearchitect&amp;ref=&amp;feed=1" width="1" height="1" />]]></content:encoded>
			<wfw:commentRss>http://thestoragearchitect.wordpress.com/2009/12/10/review-sun-storage-7000-unified-storage-system-part-iv/feed/</wfw:commentRss>
		<slash:comments>6</slash:comments>
	
		<media:content url="" medium="image">
			<media:title type="html">chrismevans</media:title>
		</media:content>

		<media:content url="http://thestoragearchitect.files.wordpress.com/2009/12/sunsim6.png?w=150" medium="image">
			<media:title type="html">SunSim6</media:title>
		</media:content>

		<media:content url="http://thestoragearchitect.files.wordpress.com/2009/12/sunsim5.png?w=150" medium="image">
			<media:title type="html">SunSim5</media:title>
		</media:content>

		<media:content url="http://thestoragearchitect.files.wordpress.com/2009/12/sunsim4.png?w=150" medium="image">
			<media:title type="html">SunSim4</media:title>
		</media:content>

		<media:content url="http://thestoragearchitect.files.wordpress.com/2009/12/sunsim3.png?w=150" medium="image">
			<media:title type="html">SunSim3</media:title>
		</media:content>

		<media:content url="http://thestoragearchitect.files.wordpress.com/2009/12/sunsim2.png?w=150" medium="image">
			<media:title type="html">SunSim2</media:title>
		</media:content>

		<media:content url="http://thestoragearchitect.files.wordpress.com/2009/12/sunsim1.png?w=150" medium="image">
			<media:title type="html">SunSim1</media:title>
		</media:content>
	</item>
		<item>
		<title>Enterprise Computing: Is There Any Point Buying From EMC?</title>
		<link>http://thestoragearchitect.wordpress.com/2009/12/09/enterprise-computing-is-there-any-point-buying-from-emc/</link>
		<comments>http://thestoragearchitect.wordpress.com/2009/12/09/enterprise-computing-is-there-any-point-buying-from-emc/#comments</comments>
		<pubDate>Wed, 09 Dec 2009 19:02:05 +0000</pubDate>
		<dc:creator>Chris Evans</dc:creator>
				<category><![CDATA[Enterprise Computing]]></category>
		<category><![CDATA[GestaltIT]]></category>
		<category><![CDATA[3par]]></category>
		<category><![CDATA[Compellent]]></category>
		<category><![CDATA[DMX]]></category>
		<category><![CDATA[EMC]]></category>
		<category><![CDATA[equallogic]]></category>
		<category><![CDATA[FAST]]></category>
		<category><![CDATA[lefthand]]></category>
		<category><![CDATA[V_Max]]></category>
		<category><![CDATA[xiv]]></category>

		<guid isPermaLink="false">http://thestoragearchitect.com/?p=932</guid>
		<description><![CDATA[Yesterday, EMC announced Fully Automated Storage Tiering (FAST), their much hyped and much anticipated storage feature enabling the automated moving of data between tiers of storage on a policy basis.  However the most notable missing feature in the EMC announcement was the lack of support for legacy DMX-3 and DMX-4 platforms.  This to me sends [...]<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=thestoragearchitect.wordpress.com&amp;blog=6356075&amp;post=932&amp;subd=thestoragearchitect&amp;ref=&amp;feed=1" width="1" height="1" />]]></description>
			<content:encoded><![CDATA[<p>Yesterday, EMC announced <strong>Fully Automated Storage Tiering</strong> (FAST), their much <a href="http://thestorageanarchist.typepad.com/weblog/2009/04/1059-fully-automated-storage-tiering-fast.html">hyped</a> and much <a href="http://storagenerve.com/2009/12/09/fast-features-drawbacks-applications-and-some-questions/">anticipated</a> storage feature enabling the automated moving of data between tiers of storage on a policy basis.  However the most notable missing feature in the EMC <a href="http://www.emc.com/about/news/press/2009/20091208-01.htm">announcement</a> was the lack of support for legacy DMX-3 and DMX-4 platforms.  This to me sends a message loud and clear that despite continuing to sell it, the DMX3/4 legacy monolithic hardware is dead.  If that&#8217;s the case, why bother buying from EMC any more?</p>
<p>Discounting EMC in the storage array market may seem like a <strong>naive </strong>and perhaps<strong> foolish</strong> comment to make.  After all, <a href="http://www.boston.com/business/ticker/2009/12/study_hp_tops_e.html">recent IDC numbers</a> show EMC top of the pile at nearly a <strong>quarter</strong> of all external storage arrays sold, depending on which figure you choose to use.  However, take a moment to look at the EMC briefing pages on FAST (you can find them <a href="http://uk.emc.com/products/launch/fast/index.htm?pid=home-fast-081209">here</a>).  There you will see Intel co-branded with EMC, highlighting many previous messages that monolithic architectures are dead and commodity modular boxes are the way of the future.  We&#8217;ve seen that this year already with the release of <a href="http://uk.emc.com/products/detail/software/atmos.htm">Atmos</a>.</p>
<p>To my knowledge, FAST is the first <a href="http://thestoragearchitect.com/2008/11/03/innovation/">&#8220;innovation&#8221;</a> of the new V-Max product line, but it isn&#8217;t unique.  In fact, I don&#8217;t think any features of V-Max are unique; the architecture is found in many other products.  There&#8217;s a whole raft of mid-range storage arrays from IBM (XIV), 3Par, Compellent, Pillar, Dell/Equallogic and HP (Lefthand) with the last two being acquisitions of successful companies.  I expect in the next 12 months we&#8217;ll see enterprise modular releases from Hitachi/HP and a revamped EVA.  Most of the products mentioned here have been designed from scratch to remove the<strong> legacy</strong> encumberances of the past that products such as V-Max still retain.</p>
<p>So what&#8217;s my point?  Well, simply this; EMC have legitimised the enterprise modular architecture characterised by V-Max.  This accepts that the future is commodity-based hardware with differentiation in software.  However, EMC are no longer the leaders in this field and are having to play catch up.</p>
<p> There&#8217;s never been a better time to look wider than the Big 4 (EMC/Hitachi/HP/IBM) and see if the features you need can be found elsewhere.</p>
<br />  <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/thestoragearchitect.wordpress.com/932/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/thestoragearchitect.wordpress.com/932/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/thestoragearchitect.wordpress.com/932/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/thestoragearchitect.wordpress.com/932/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gofacebook/thestoragearchitect.wordpress.com/932/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/facebook/thestoragearchitect.wordpress.com/932/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gotwitter/thestoragearchitect.wordpress.com/932/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/twitter/thestoragearchitect.wordpress.com/932/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/thestoragearchitect.wordpress.com/932/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/thestoragearchitect.wordpress.com/932/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/thestoragearchitect.wordpress.com/932/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/thestoragearchitect.wordpress.com/932/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/thestoragearchitect.wordpress.com/932/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/thestoragearchitect.wordpress.com/932/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=thestoragearchitect.wordpress.com&amp;blog=6356075&amp;post=932&amp;subd=thestoragearchitect&amp;ref=&amp;feed=1" width="1" height="1" />]]></content:encoded>
			<wfw:commentRss>http://thestoragearchitect.wordpress.com/2009/12/09/enterprise-computing-is-there-any-point-buying-from-emc/feed/</wfw:commentRss>
		<slash:comments>12</slash:comments>
	
		<media:content url="" medium="image">
			<media:title type="html">chrismevans</media:title>
		</media:content>
	</item>
		<item>
		<title>Review: DroboPro &#8211; Part II</title>
		<link>http://thestoragearchitect.wordpress.com/2009/12/07/review-drobopro-part-ii/</link>
		<comments>http://thestoragearchitect.wordpress.com/2009/12/07/review-drobopro-part-ii/#comments</comments>
		<pubDate>Mon, 07 Dec 2009 16:27:33 +0000</pubDate>
		<dc:creator>Chris Evans</dc:creator>
				<category><![CDATA[Enterprise Computing]]></category>
		<category><![CDATA[GestaltIT]]></category>
		<category><![CDATA[Personal Computing]]></category>
		<category><![CDATA[Data Robotics]]></category>
		<category><![CDATA[Drobo]]></category>
		<category><![CDATA[DroboPro]]></category>
		<category><![CDATA[ESXi]]></category>
		<category><![CDATA[ix4-200d]]></category>

		<guid isPermaLink="false">http://thestoragearchitect.com/?p=927</guid>
		<description><![CDATA[This is the second in a series of posts looking at the DroboPro from Data Robotics Inc.  Previous post(s): http://thestoragearchitect.com/2009/12/01/review-drobopro-part-i/ Previously I discussed a few frustrations with connecting my new DroboPro to ESXi, the target environment for my new device.  I&#8217;ve now managed to get the &#8216;Pro connected and visible within ESXi.  See the attached [...]<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=thestoragearchitect.wordpress.com&amp;blog=6356075&amp;post=927&amp;subd=thestoragearchitect&amp;ref=&amp;feed=1" width="1" height="1" />]]></description>
			<content:encoded><![CDATA[<p>This is the second in a series of posts looking at the DroboPro from Data Robotics Inc.  Previous post(s):</p>
<p><a href="http://thestoragearchitect.com/2009/12/01/review-drobopro-part-i/">http://thestoragearchitect.com/2009/12/01/review-drobopro-part-i/</a></p>
<p><a href="http://thestoragearchitect.files.wordpress.com/2009/12/droboesxiscsi.png"><img class="alignright size-medium wp-image-928" title="DroboESXISCSI" src="http://thestoragearchitect.files.wordpress.com/2009/12/droboesxiscsi.png?w=300&#038;h=100" alt="" width="300" height="100" /></a>Previously I discussed a few frustrations with connecting my new DroboPro to ESXi, the target environment for my new device.  I&#8217;ve now managed to get the &#8216;Pro connected and visible within ESXi.  See the attached screenshot image taken from my production ESXi server.</p>
<p>So far, I&#8217;ve configured eight 2TB LUNs (although the DroboPro itself only has a capacity of 5TB, 2x 2TB and a single 1TB drive) which are numbered 0-7; the LUN column on the screenshot.  Compare this to the LUNs presented from my ix4-200d, which has three LUNs all numbered &#8217;0&#8242;.  The difference is in the way the DroboPro is choosing to present iSCSI devices and the Runtime Name column gives a clue.  In standard Controller/Target/LUN or CxTyLz/CxTyDz methodology, the ix4 disks are using separate targets to map out each iSCSI LUN, with the LUN number always &#8217;0&#8242;.  The Target setting is analagous to a storage port, typically a physical port on large fibre channel arrays.  The LUNs are then numbered on that port.  The DroboPro presents all its iSCSI LUNs on the same target (in this instance number 3) and so the LUNs are numbered from 0.</p>
<p>This method of presentation doesn&#8217;t necessarily cause a problem, but is just a different way of presenting the LUNs.  Presumably with the Drobo Elite the multi-user functionality is achieved by enabling multiple targets per Drobo, each mapped to a separate user.  In any case, I now have visibility of my DroboPro within ESXi.  Time, to write some data.</p>
<br />  <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/thestoragearchitect.wordpress.com/927/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/thestoragearchitect.wordpress.com/927/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/thestoragearchitect.wordpress.com/927/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/thestoragearchitect.wordpress.com/927/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gofacebook/thestoragearchitect.wordpress.com/927/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/facebook/thestoragearchitect.wordpress.com/927/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gotwitter/thestoragearchitect.wordpress.com/927/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/twitter/thestoragearchitect.wordpress.com/927/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/thestoragearchitect.wordpress.com/927/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/thestoragearchitect.wordpress.com/927/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/thestoragearchitect.wordpress.com/927/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/thestoragearchitect.wordpress.com/927/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/thestoragearchitect.wordpress.com/927/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/thestoragearchitect.wordpress.com/927/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=thestoragearchitect.wordpress.com&amp;blog=6356075&amp;post=927&amp;subd=thestoragearchitect&amp;ref=&amp;feed=1" width="1" height="1" />]]></content:encoded>
			<wfw:commentRss>http://thestoragearchitect.wordpress.com/2009/12/07/review-drobopro-part-ii/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	
		<media:content url="" medium="image">
			<media:title type="html">chrismevans</media:title>
		</media:content>

		<media:content url="http://thestoragearchitect.files.wordpress.com/2009/12/droboesxiscsi.png?w=300" medium="image">
			<media:title type="html">DroboESXISCSI</media:title>
		</media:content>
	</item>
		<item>
		<title>Virtualisation: Virtualising MY SOHO Infrastructure</title>
		<link>http://thestoragearchitect.wordpress.com/2009/12/02/virtualisation-virtualising-my-soho-infrastructure/</link>
		<comments>http://thestoragearchitect.wordpress.com/2009/12/02/virtualisation-virtualising-my-soho-infrastructure/#comments</comments>
		<pubDate>Wed, 02 Dec 2009 12:48:29 +0000</pubDate>
		<dc:creator>Chris Evans</dc:creator>
				<category><![CDATA[Server Virtualisation]]></category>
		<category><![CDATA[ESXi]]></category>
		<category><![CDATA[fibre channel]]></category>
		<category><![CDATA[iSCSI]]></category>
		<category><![CDATA[NAS]]></category>
		<category><![CDATA[virtualisation]]></category>

		<guid isPermaLink="false">http://thestoragearchitect.com/?p=925</guid>
		<description><![CDATA[I&#8217;m in the process of migrating my existing physical infrastructure into a virtual environment. There&#8217;s nothing like &#8220;eating your own dog food&#8221; (there&#8217;s got to be a better expression than that) for testing out your beliefs on how technology should be implemented, so it&#8217;s only fitting I virtualise the IT infrastructure I rely on. In [...]<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=thestoragearchitect.wordpress.com&amp;blog=6356075&amp;post=925&amp;subd=thestoragearchitect&amp;ref=&amp;feed=1" width="1" height="1" />]]></description>
			<content:encoded><![CDATA[<p>I&#8217;m in the process of migrating my existing physical infrastructure into a virtual environment.  There&#8217;s nothing like &#8220;eating your own dog food&#8221;  (there&#8217;s <strong>got</strong> to be a better expression than that) for testing out your beliefs on how technology should be implemented, so it&#8217;s only fitting I <strong>virtualise</strong> the IT infrastructure I rely on.</p>
<p>In summary, I run a &#8220;production&#8221; Windows AD domain, Exchange, IIS and file services.  This is a <strong>typical scenario</strong> for many small businesses, with perhaps a few variations thrown in for good measure, such as SharePoint.  I&#8217;m moving to a virtual environment that is built on <strong>ESXi v4.0</strong>, a custom design Intel-based server with 2x Quad Core Intel 5420 processors and 16GB of memory.  Local hard drives include 2x SAS 7.2K 500GB drives and 2x 73GB SAS 15K drives.</p>
<p><strong>Storage Choices</strong></p>
<p>The first question I posed for my infrastructure is to decide on a <strong>storage platform</strong>.  As this is a SOHO type deployment, I don&#8217;t have the <strong>luxury </strong>of a fibre channel SAN environment.  I expect that many SMBs will feel the same and not want to commit to fibre channel deployments when the alternative options out there are <strong>low cost</strong> and probably more suitable.  Therefore here are my choices:</p>
<ul>
<li><strong>Internal drives. </strong> I have over a terabyte of internal storage but unfortunately its not RAID protected.  The disks are deployed on SAS connectors on the motherboard rather than through a dedicated RAID card.  Although I could change the configuration and include a card, there are a number of issues; (a) increased cost (b) downtime to replace failed drives (c) physical intervention and downtime on the server to replace drives.  My goal is to deploy this infrastructure to run 24&#215;7, so having to take the system down to replace a drive is not an option.  I also think that internal drives wouldn&#8217;t give me the scalability I might need.</li>
<li><strong>iSCSI.</strong> In this environment, iSCSI is a great solution; there are lots of SMB iSCSI solutions on the marketplace today, offering low cost storage with simple operations.  iSCSI is definitely a possibility.</li>
<li><strong>NAS. </strong> Using NAS (more specifically NFS) for storage on VMware provides lots of flexibility.  The management of the filesystem itself moves to the NAS hardware and so any VMware host files appear as standard files on the NAS device.  When people see this, they usually get the &#8220;light bulb moment&#8221; as they realise the possibilities this kind of deployment offers.  Whole virtual machines can be cloned, backed up or even simply copied as files around the infrastructure.  NAS offers easy access to log and configuration files too.</li>
</ul>
<p>So, for me the choice is NAS.  I have iSCSI deployed, but for my production environments, NAS will be used to store my VMware hosts.  This is for a variety of reasons, however there&#8217;s one additional benefit I haven&#8217;t discussed and that&#8217;s <strong>portability</strong>.  Placing my vmdk&#8217;s on NAS means I can move them around at will.  I can replicate them, I can back them up and I can move them easily to another NAS device without using ESXi as the data mover.</p>
<p>Stay tuned for more discussions as I evolve my setup.</p>
<br />  <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/thestoragearchitect.wordpress.com/925/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/thestoragearchitect.wordpress.com/925/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/thestoragearchitect.wordpress.com/925/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/thestoragearchitect.wordpress.com/925/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gofacebook/thestoragearchitect.wordpress.com/925/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/facebook/thestoragearchitect.wordpress.com/925/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gotwitter/thestoragearchitect.wordpress.com/925/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/twitter/thestoragearchitect.wordpress.com/925/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/thestoragearchitect.wordpress.com/925/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/thestoragearchitect.wordpress.com/925/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/thestoragearchitect.wordpress.com/925/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/thestoragearchitect.wordpress.com/925/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/thestoragearchitect.wordpress.com/925/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/thestoragearchitect.wordpress.com/925/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=thestoragearchitect.wordpress.com&amp;blog=6356075&amp;post=925&amp;subd=thestoragearchitect&amp;ref=&amp;feed=1" width="1" height="1" />]]></content:encoded>
			<wfw:commentRss>http://thestoragearchitect.wordpress.com/2009/12/02/virtualisation-virtualising-my-soho-infrastructure/feed/</wfw:commentRss>
		<slash:comments>2</slash:comments>
	
		<media:content url="" medium="image">
			<media:title type="html">chrismevans</media:title>
		</media:content>
	</item>
		<item>
		<title>Review: DroboPro &#8211; Part I</title>
		<link>http://thestoragearchitect.wordpress.com/2009/12/01/review-drobopro-part-i/</link>
		<comments>http://thestoragearchitect.wordpress.com/2009/12/01/review-drobopro-part-i/#comments</comments>
		<pubDate>Tue, 01 Dec 2009 21:40:04 +0000</pubDate>
		<dc:creator>Chris Evans</dc:creator>
				<category><![CDATA[Enterprise Computing]]></category>
		<category><![CDATA[GestaltIT]]></category>
		<category><![CDATA[Personal Computing]]></category>
		<category><![CDATA[DroboPro]]></category>
		<category><![CDATA[ESX]]></category>
		<category><![CDATA[Tech Field Day]]></category>
		<category><![CDATA[VMware]]></category>

		<guid isPermaLink="false">http://thestoragearchitect.com/?p=919</guid>
		<description><![CDATA[My new DroboPro arrived this week and so far I&#8217;m less than impressed.  As you know, I already have had a generation 1 Drobo for some time.  It has been a great device, doing exactly what I wanted.  After winning a second standard Drobo at Tech Field Day, I paid for the upgrade to the DroboPro in anticipation of a [...]<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=thestoragearchitect.wordpress.com&amp;blog=6356075&amp;post=919&amp;subd=thestoragearchitect&amp;ref=&amp;feed=1" width="1" height="1" />]]></description>
			<content:encoded><![CDATA[<p><a href="http://thestoragearchitect.files.wordpress.com/2009/12/drobopro-front.gif"><img class="alignright size-full wp-image-920" title="drobopro-front" src="http://thestoragearchitect.files.wordpress.com/2009/12/drobopro-front.gif?w=300&#038;h=134" alt="" width="300" height="134" /></a>My new DroboPro arrived this week and so far I&#8217;m <strong>less</strong> than impressed.  As you know, I already have had a generation 1 Drobo for some time.  It has been a great device, doing exactly what I wanted.  After winning a second standard Drobo at <a href="http://gestaltit.com/field-day/">Tech Field Day</a>, I paid for the upgrade to the <a href="http://www.drobo.com/products/drobopro/index.php">DroboPro</a> in anticipation of a <strong>bigger</strong> and <strong>better</strong> machine.  Here&#8217;s what I&#8217;ve managed to achieve and determine so far.</p>
<div> </div>
<div><strong>Hardware</strong></div>
<div> </div>
<div><a href="http://thestoragearchitect.files.wordpress.com/2009/12/droborecess1.png"><img class="size-full wp-image-922 alignleft" title="DroboRecess" src="http://thestoragearchitect.files.wordpress.com/2009/12/droborecess1.png?w=301&#038;h=132" alt="" width="301" height="132" /></a>The device itself is very different.  First of all, the DroboPro accomodates up to<strong> 8 drives</strong> and so is orientated horizontally (otherwise it would fall over).  At the back, the cabling supports Ethernet, USB and Firewire.  Unfortunately the plugs are <strong>recessed</strong> and consequently removing the Ethernet cable is a pain as you can&#8217;t easily squeeze the retaining lug that releases the cable.  The power supply is now integrated into the unit and there&#8217;s no separate PSU brick.  This could present a problem if the power supply <strong>fails</strong>, as it isn&#8217;t obvious how (or even if) the integrated power supply could be replaced.  I expect that power is now integrated to make the DroboPro more datacentre friendly.  One last comment; the device is considerably more more <strong>noisy</strong> than its smaller brother, presumably because it has to cool twice as many hard drives.</div>
<div> </div>
<div><strong>Powering Up</strong></div>
<div> </div>
<div>Turning the device on is simple &#8211; there&#8217;s now an integrated on/off switch (hurrah).  I decided to move the current drives in my Drobo into the &#8216;Pro and see how the upgrade process would work.  This was when I hit the first non-intuitive issue.  As the device is on its side, it isn&#8217;t easy to work out whether drives should be inserted with the top metallic cover pointing left or right.  Turns out drives should be inserted with the top towards the status lights on the right.  I had to look at the <strong>instructions</strong> for that crucial piece of information.</div>
<div> </div>
<div>Once the disks were in, the DroboPro went through the standard boot process while I installed the Drobo Dashboard software from the installation CD.  Here&#8217;s when I hit the next problem; I installed the software onto my MacBook as the DroboPro isn&#8217;t situated close to my desktop.  Unfortunately the CD software <strong>crashed</strong> the Mac as soon as I started to configure the device.</div>
<div> </div>
<div>Eventually, I managed to connect the DroboPro to a nearby  Windows machine and deploy the latest version of Drobo Dashboard.  The CD version also has a bug with Windows 2003 Server; I needed to download and install the latest <strong>1.6.1</strong> release.</div>
<div> </div>
<div><strong>Configuration</strong></div>
<div> </div>
<div>The original Drobo was pretty simple to configure; plug in the USB cable (or Firewire on Gen2) and away you go.  DroboPro <strong>isn&#8217;t</strong> that simple, especially if you want to use iSCSI.  Firstly, initial configuration needs to be made over USB.  My device didn&#8217;t find my DHCP server, so I had to manually set the IP address once I was connected.  Next I needed to create some volumes.  This process although straightforward, seemed to completely <strong>ignore</strong> my volume names, leaving them all set as &#8220;Drobo&#8221;.  I wasn&#8217;t able to subsequently rename the volumes once they had formatted.</div>
<div> </div>
<div>Most irritating is the way the Drobo Dashboard interacts with the iSCSI initiator on Windows.  Somehow, the software seems to <strong>dynamically</strong> add in the IP address of the DroboPro as a portal in the iSCSI definitions.  If you remove it, the setting immediately gets put back in!  I can&#8217;t find an easy way to<strong> force</strong> the Dashboard to stop binding the local machine to the iSCSI devices.  This is an important issue because the VMware configuration guide requires the configuration of the DroboPro to be completed on a management PC <strong>separate</strong> to ESX and to <strong>detach</strong> or power off the PC before attempting to connect to ESX.  I presume this happens because all the presented iSCSI LUNs are bound to a single iSCSI target and the first machine to log into that target locks it out for all other connections.</div>
<div> </div>
<div><strong>Summary</strong></div>
<div> </div>
<div>At this point, I have not yet connected my ESX server to the DroboPro (I ran out of time).  However there are some fundamental issues which are either not possible or are not documented clearly enough.  Here are my main issues:</div>
<div> </div>
<ul>
<li><strong>USB and iSCSI Configuration</strong> &#8211; it isn&#8217;t clear whether the Drobo Dashboard can configure the DroboPro over either the USB connection or the iSCSI connection or whether USB connectivity needs to be retained for future configuration tasks.  Be aware &#8211; unplugging the USB cable seems to cause the Drobo to <strong>immediately</strong> reboot.</li>
<li><strong>Reduced Management</strong> &#8211; if the DroboPro is to be connected to an ESX server, then the documentation indicates the USB cable should be removed.  What&#8217;s then not clear is how the  ongoing status of the device can be managed.  For example, at this point, where should the Drobo Dashboard be run from?  The lack of a permanent management console means downtime to check the status of the device, to see the current occupancy levels and the effect of adding in additional capacity.</li>
<li><strong>Lack of detailed Information</strong> &#8211; As yet, I haven&#8217;t managed to work out where or whether there are details provided on the utilisation of each configured LUN.  The DroboPro allows for up to 16x 16TB LUNs, which is a huge volume of data (although ESX only allows iSCSI LUNs up to 2TB).  I&#8217;d like to be able to work out which of those 16 volumes consumes the most physical compared to logical space, especially with ESX where the Drobo&#8217;s intelligent file system aware technology currently doesn&#8217;t apply.</li>
<li><strong>Multi-Drobo Management.</strong>  I have more than one Drobo device now (DroboPro, DroboShare &amp; Drobo).  The dashboard doesn&#8217;t appear to cater for multiple devices managed from the same machine.</li>
</ul>
<div> </div>
<div>The original Drobo was (and still is) a great device.  I&#8217;d rather hoped that by adding the &#8220;Pro&#8221; moniker the DroboPro would be a step up in terms of features and management.  As far as I can tell it isn&#8217;t.  There are other devices on the market that provide better functionality with easier interfaces.  To be fair, the ability to dynamically increase capacity over time is a compelling one, however I don&#8217;t think that feature alone justifies the choice of a DroboPro over other more feature rich storage devices already on the market.</div>
<br />  <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/thestoragearchitect.wordpress.com/919/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/thestoragearchitect.wordpress.com/919/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/thestoragearchitect.wordpress.com/919/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/thestoragearchitect.wordpress.com/919/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gofacebook/thestoragearchitect.wordpress.com/919/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/facebook/thestoragearchitect.wordpress.com/919/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gotwitter/thestoragearchitect.wordpress.com/919/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/twitter/thestoragearchitect.wordpress.com/919/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/thestoragearchitect.wordpress.com/919/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/thestoragearchitect.wordpress.com/919/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/thestoragearchitect.wordpress.com/919/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/thestoragearchitect.wordpress.com/919/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/thestoragearchitect.wordpress.com/919/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/thestoragearchitect.wordpress.com/919/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=thestoragearchitect.wordpress.com&amp;blog=6356075&amp;post=919&amp;subd=thestoragearchitect&amp;ref=&amp;feed=1" width="1" height="1" />]]></content:encoded>
			<wfw:commentRss>http://thestoragearchitect.wordpress.com/2009/12/01/review-drobopro-part-i/feed/</wfw:commentRss>
		<slash:comments>6</slash:comments>
	
		<media:content url="" medium="image">
			<media:title type="html">chrismevans</media:title>
		</media:content>

		<media:content url="http://thestoragearchitect.files.wordpress.com/2009/12/drobopro-front.gif" medium="image">
			<media:title type="html">drobopro-front</media:title>
		</media:content>

		<media:content url="http://thestoragearchitect.files.wordpress.com/2009/12/droborecess1.png" medium="image">
			<media:title type="html">DroboRecess</media:title>
		</media:content>
	</item>
		<item>
		<title>Enterprise Computing: Is iSCSI The New Home Protocol?</title>
		<link>http://thestoragearchitect.wordpress.com/2009/11/26/enterprise-computing-is-iscsi-the-new-home-protocol/</link>
		<comments>http://thestoragearchitect.wordpress.com/2009/11/26/enterprise-computing-is-iscsi-the-new-home-protocol/#comments</comments>
		<pubDate>Thu, 26 Nov 2009 09:44:57 +0000</pubDate>
		<dc:creator>Chris Evans</dc:creator>
				<category><![CDATA[Enterprise Computing]]></category>
		<category><![CDATA[GestaltIT]]></category>
		<category><![CDATA[Personal Computing]]></category>
		<category><![CDATA[DroboPro]]></category>
		<category><![CDATA[iomega]]></category>
		<category><![CDATA[iSCSI]]></category>
		<category><![CDATA[ix4-200d]]></category>

		<guid isPermaLink="false">http://thestoragearchitect.com/?p=805</guid>
		<description><![CDATA[I&#8217;d like to think I&#8217;ve visited a lot of customer sites over the years.  Admittedly most of these are &#8220;enterprise&#8221; class with multi-terabyte if not petabyte quantities of storage.  None of those customers have ever bothered deploying iSCSI as their storage protocol.  Invariably block storage has been implemented using fibre channel and file using CFS [...]<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=thestoragearchitect.wordpress.com&amp;blog=6356075&amp;post=805&amp;subd=thestoragearchitect&amp;ref=&amp;feed=1" width="1" height="1" />]]></description>
			<content:encoded><![CDATA[<p>I&#8217;d like to think I&#8217;ve visited a lot of customer sites over the years.  Admittedly most of these are &#8220;enterprise&#8221; class with multi-terabyte if not <strong>petabyte</strong> quantities of storage.  None of those customers have ever bothered deploying<strong> iSCSI</strong> as their storage protocol.  Invariably block storage has been implemented using fibre channel and file using CFS or NFS.  Somehow iSCSI just doesn&#8217;t seem to figure.  I have a few thoughts on why&#8230;</p>
<ul>
<li><strong>Network versus Storage.</strong>  There&#8217;s no doubt, Network and Storage teams get on about as well as <strong>cats</strong> and <strong>dogs</strong>.  Although both support networking technologies, they are implemented fundamentally differently.  In fact the only organisation I&#8217;ve seen that had the Network team managing fibre channel had implemented it like an IP network and it was a mess.  As the iSCSI protocol means handing control of the physical transport layer to the network team, then the simpler option is to avoid using iSCSI in the first place.</li>
<li><strong>It&#8217;s Too Easy.</strong>  This may seem like a contradiction, but running a fibre channel network usually means managing a controlled environment.  Nobody connects without <strong>permission</strong>, nobody gets access without being zoned in.  Implementing iSCSI is simple and so inherently means less control.</li>
<li><strong>There are no Standards.</strong>  Fibre channel networks are great because you have to use <strong>expensive</strong> components and match everything against approved matrices or you don&#8217;t get support.  iSCSI can be implemented using the <strong>cheapest</strong> NIC and virtual iSCSI targets.  However, this ease of use also means there&#8217;s no vendor certification in the way there is with fibre channel.  Who are you going to blame when things go wrong?</li>
<li><strong>FCoE will Rule The World.</strong>  Yes, Fibre Channel over Ethernet will be the One Storage Protocol to Rule Them All and replace fibre channel, iSCSI, AoE, NFS, CIFS, and any other protocol you care to name.  OK, I&#8217;m being slightly sarcastic, but FCoE is set to harmonise the physical connect, leaving iSCSI redundant.</li>
</ul>
<p>So what&#8217;s the future for iSCSI?  We&#8217;ve seen the rise in popularity of home storage devices in recent years (think Iomega and Drobo).  We&#8217;re now seeing these devices sporting Ethernet connectivity that supports iSCSI.  With iSCSI Initiators (like the one in Windows) being totally ubiquitous, it&#8217;s a no-brainer to deploy iSCSI in home and small office environments.  Maybe there is still a future for iSCSI after all in providing low-cost block storage for the consumer masses.</p>
<br />  <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/thestoragearchitect.wordpress.com/805/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/thestoragearchitect.wordpress.com/805/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/thestoragearchitect.wordpress.com/805/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/thestoragearchitect.wordpress.com/805/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gofacebook/thestoragearchitect.wordpress.com/805/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/facebook/thestoragearchitect.wordpress.com/805/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gotwitter/thestoragearchitect.wordpress.com/805/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/twitter/thestoragearchitect.wordpress.com/805/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/thestoragearchitect.wordpress.com/805/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/thestoragearchitect.wordpress.com/805/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/thestoragearchitect.wordpress.com/805/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/thestoragearchitect.wordpress.com/805/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/thestoragearchitect.wordpress.com/805/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/thestoragearchitect.wordpress.com/805/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=thestoragearchitect.wordpress.com&amp;blog=6356075&amp;post=805&amp;subd=thestoragearchitect&amp;ref=&amp;feed=1" width="1" height="1" />]]></content:encoded>
			<wfw:commentRss>http://thestoragearchitect.wordpress.com/2009/11/26/enterprise-computing-is-iscsi-the-new-home-protocol/feed/</wfw:commentRss>
		<slash:comments>7</slash:comments>
	
		<media:content url="" medium="image">
			<media:title type="html">chrismevans</media:title>
		</media:content>
	</item>
		<item>
		<title>Enterprise Computing: LUN Sizing and Standards</title>
		<link>http://thestoragearchitect.wordpress.com/2009/11/24/enterprise-computing-lun-sizing-and-standards/</link>
		<comments>http://thestoragearchitect.wordpress.com/2009/11/24/enterprise-computing-lun-sizing-and-standards/#comments</comments>
		<pubDate>Tue, 24 Nov 2009 22:34:00 +0000</pubDate>
		<dc:creator>Chris Evans</dc:creator>
				<category><![CDATA[Enterprise Computing]]></category>
		<category><![CDATA[GestaltIT]]></category>
		<category><![CDATA[IanHF]]></category>
		<category><![CDATA[LUN size]]></category>
		<category><![CDATA[migrations]]></category>

		<guid isPermaLink="false">http://thestoragearchitect.com/?p=914</guid>
		<description><![CDATA[IanHF talked recently about LUN sizes and establishing standards across the enterprise.  The choice of LUN size is a subject I&#8217;ve bored people with ad nauseum over the years and this is a good opportunity to go over it again. Why Bother? Ian&#8217;s post goes into more detail than the scope I intend to cover [...]<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=thestoragearchitect.wordpress.com&amp;blog=6356075&amp;post=914&amp;subd=thestoragearchitect&amp;ref=&amp;feed=1" width="1" height="1" />]]></description>
			<content:encoded><![CDATA[<p>IanHF talked <a href="http://www.grumpystorage.com/2009/11/storage-lun-sizing-standards.html">recently</a> about LUN sizes and establishing standards across the enterprise.  The choice of LUN size is a subject I&#8217;ve bored people with ad nauseum over the years and this is a good opportunity to go over it again.</p>
<p><strong>Why Bother?</strong></p>
<p>Ian&#8217;s post goes into more detail than the scope I intend to cover here.  In fact, all I&#8217;m concerned with is <strong>LUN size</strong>.  I don&#8217;t mind if it&#8217;s 1GB or 100Gb as a standard (well, I do, but that&#8217;s another post), all I care about is keeping a consistent LUN size across vendor technologies.  <strong>Here&#8217;s why</strong>.</p>
<p><strong>Host Based Migration</strong></p>
<p>None standard LUN sizes mean <strong>host-based</strong> replication.  It means using tools at the host level (like Veritas Storage Foundation) to restructure the data onto new LUNs.  Worse, it could mean simply <strong>bulk copying</strong> of data at the host level, with outages to boot. </p>
<p><strong>Good Advice</strong></p>
<p>Here&#8217;s my advice.  Pick a<strong> consistent</strong> LUN size.  Choose one that works across all of your storage platforms at the block level, so when you want to move data by virtualisation or other vendor tools, you can achieve it without having to restructure the data.</p>
<p>I&#8217;m involved again with a client/customer I left about 3 years ago.  At the time, I recommended taking the hit and migrating their disparate infrastructures to a consistent LUN size.  They didn&#8217;t take my advice and they still have the same LUN size pain points they did 3 years ago.  It means the migration process to move off old technology is more complex and expensive than it needs to be. </p>
<p>It&#8217;s amazing how such as simple change can be so impactful and how many organisations choose to ignore it.</p>
<br />  <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/thestoragearchitect.wordpress.com/914/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/thestoragearchitect.wordpress.com/914/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/thestoragearchitect.wordpress.com/914/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/thestoragearchitect.wordpress.com/914/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gofacebook/thestoragearchitect.wordpress.com/914/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/facebook/thestoragearchitect.wordpress.com/914/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gotwitter/thestoragearchitect.wordpress.com/914/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/twitter/thestoragearchitect.wordpress.com/914/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/thestoragearchitect.wordpress.com/914/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/thestoragearchitect.wordpress.com/914/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/thestoragearchitect.wordpress.com/914/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/thestoragearchitect.wordpress.com/914/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/thestoragearchitect.wordpress.com/914/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/thestoragearchitect.wordpress.com/914/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=thestoragearchitect.wordpress.com&amp;blog=6356075&amp;post=914&amp;subd=thestoragearchitect&amp;ref=&amp;feed=1" width="1" height="1" />]]></content:encoded>
			<wfw:commentRss>http://thestoragearchitect.wordpress.com/2009/11/24/enterprise-computing-lun-sizing-and-standards/feed/</wfw:commentRss>
		<slash:comments>5</slash:comments>
	
		<media:content url="" medium="image">
			<media:title type="html">chrismevans</media:title>
		</media:content>
	</item>
		<item>
		<title>Personal Computing: Drobo Replacement</title>
		<link>http://thestoragearchitect.wordpress.com/2009/11/20/personal-computing-drobo-replacement/</link>
		<comments>http://thestoragearchitect.wordpress.com/2009/11/20/personal-computing-drobo-replacement/#comments</comments>
		<pubDate>Fri, 20 Nov 2009 17:13:27 +0000</pubDate>
		<dc:creator>Chris Evans</dc:creator>
				<category><![CDATA[Personal Computing]]></category>
		<category><![CDATA[Drive Replacement]]></category>
		<category><![CDATA[Drobo]]></category>
		<category><![CDATA[RAID]]></category>

		<guid isPermaLink="false">http://thestoragearchitect.com/?p=910</guid>
		<description><![CDATA[Following on from my Personal Computing: Drobo Wierdness, I have received a replacement unit from Data Robotics.  I thought for a change I&#8217;d produce a video and so here is my attempt to swap out my drives into the new unit.  In the end I formatted the existing drives as four new NAS shares.  So the [...]<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=thestoragearchitect.wordpress.com&amp;blog=6356075&amp;post=910&amp;subd=thestoragearchitect&amp;ref=&amp;feed=1" width="1" height="1" />]]></description>
			<content:encoded><![CDATA[<p>Following on from my <a href="http://thestoragearchitect.com/2009/10/19/personal-computing-drobo-weirdness/">Personal Computing: Drobo Wierdness</a>, I have received a replacement unit from Data Robotics.  I thought for a change I&#8217;d produce a video and so here is my attempt to swap out my drives into the new unit.  In the end I formatted the existing drives as four new NAS shares.  So the unit is back and working. Enjoy.</p>
<span style="text-align:center; display: block;"><a href="http://thestoragearchitect.wordpress.com/2009/11/20/personal-computing-drobo-replacement/"><img src="http://img.youtube.com/vi/4kmuW7WBVMs/2.jpg" alt="" /></a></span>
<br />  <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/thestoragearchitect.wordpress.com/910/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/thestoragearchitect.wordpress.com/910/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/thestoragearchitect.wordpress.com/910/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/thestoragearchitect.wordpress.com/910/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gofacebook/thestoragearchitect.wordpress.com/910/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/facebook/thestoragearchitect.wordpress.com/910/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gotwitter/thestoragearchitect.wordpress.com/910/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/twitter/thestoragearchitect.wordpress.com/910/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/thestoragearchitect.wordpress.com/910/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/thestoragearchitect.wordpress.com/910/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/thestoragearchitect.wordpress.com/910/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/thestoragearchitect.wordpress.com/910/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/thestoragearchitect.wordpress.com/910/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/thestoragearchitect.wordpress.com/910/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=thestoragearchitect.wordpress.com&amp;blog=6356075&amp;post=910&amp;subd=thestoragearchitect&amp;ref=&amp;feed=1" width="1" height="1" />]]></content:encoded>
			<wfw:commentRss>http://thestoragearchitect.wordpress.com/2009/11/20/personal-computing-drobo-replacement/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	
		<media:content url="" medium="image">
			<media:title type="html">chrismevans</media:title>
		</media:content>
	</item>
	</channel>
</rss>
