<?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; Uncategorized</title>
	<atom:link href="http://thestoragearchitect.com/tag/uncategorized/feed/" rel="self" type="application/rss+xml" />
	<link>http://thestoragearchitect.com</link>
	<description>Storage, Virtualisation &#38; Cloud</description>
	<lastBuildDate>Wed, 23 May 2012 22:20:49 +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>Virtual Machine Replication on Block Arrays</title>
		<link>http://thestoragearchitect.com/2011/07/07/virtual-machine-replication-on-block-arrays/</link>
		<comments>http://thestoragearchitect.com/2011/07/07/virtual-machine-replication-on-block-arrays/#comments</comments>
		<pubDate>Thu, 07 Jul 2011 08:30:33 +0000</pubDate>
		<dc:creator>Chris M Evans</dc:creator>
				<category><![CDATA[Storage]]></category>
		<category><![CDATA[Uncategorized]]></category>
		<category><![CDATA[Virtualisation]]></category>
		<category><![CDATA[Enequeue]]></category>
		<category><![CDATA[mainframe]]></category>
		<category><![CDATA[SCSI RESERVE]]></category>
		<category><![CDATA[VMware]]></category>

		<guid isPermaLink="false">http://www.thestoragearchitect.com/?p=2775</guid>
		<description><![CDATA[<p>I had a tweet this morning from <a href="http://twitter.com/lt13624" target="_blank">Leo Tudisca</a> following on from the latest Infosmack Deep Dive <a href="http://infosmackpodcasts.com/designing-for-vmware/" target="_blank">podcast</a> discussing storage and virtualisation.  Leo&#8217;s question was regarding sub-LUN virtual machine replication and how it can be achieved.  This requirement is something I&#8217;ve been mulling over for some time and can&#8217;t remember if [...]<!--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>I had a tweet this morning from <a href="http://twitter.com/lt13624"  target="_blank">Leo Tudisca</a> following on from the latest Infosmack Deep Dive <a href="http://infosmackpodcasts.com/designing-for-vmware/"  target="_blank">podcast</a> discussing storage and virtualisation.  Leo&#8217;s question was regarding sub-LUN virtual machine replication and how it can be achieved.  This requirement is something I&#8217;ve been mulling over for some time and can&#8217;t remember if I&#8217;ve committed my thoughts to words.  If I have already, then I apologise for repeating myself.  If not, then here&#8217;s my idea.</p>
<h3>SCSI Reserve</h3>
<p>First of all we need to take a step back and look at how LUN updates are serialised.  I/O integrity to a single LUN is achieved using the SCSI RESERVE command.  This allows an initiator (i.e. a host) to lock out a LUN from other updates.  This feature is especially necessary in clustered environments where a single LUN needs to be owned by a single cluster member during update.  Maintaining a reserve on a LUN prevents concurrent and conflicting updates from occurring (although strictly speaking updates can&#8217;t occur concurrently).  The &#8220;Reserve -&gt; Update -&gt; Release&#8221; process works well with environments where one or two hosts perform updates but in the virtual world where many hypervisors could be wanting to update large LUNs then the reserve process became a bottleneck.</p>
<p>SCSI reserve is essentially the same as the mainframe RESERVE macro, used to lock out a LUN to one specific address space and/or LPAR.  Unfortunately it&#8217;s rather a blunt tool in terms of managing data integrity and as volumes or LUNs increase in size, then the level of contention also increases, having a direct impact on performance and throughput.</p>
<p>The mainframe solution was to use Enqueues, essentially a &#8220;gentleman&#8217;s agreement&#8221; between the LPARs to share information on access at a more granular level.  Enqueues work on individual files and have a scope &#8211; they can be locked locally or globally.  This means a file can be reserved out within a single LPAR or across all LPARs sharing enqueue information.  LPARs implementing enqueues don&#8217;t then use RESERVE and so eliminate the performance overhead of constant volume reservation.</p>
<h3>COMPARE and WRITE</h3>
<p>VAAI within VMware uses the new COMPARE and WRITE command to perform a similar task to enqueues.  It enables data to be updated by one hypervisor by validating the contents are what was expected before the update.  The whole compare and write process has to happen as one operation (or atomically) to guarantee consistency.  The hypervisors confer with each other to maintain their &#8220;gentleman&#8217;s agreement&#8221; on who currently owns a virtual guest.</p>
<h3>Virtual Machine Replication</h3>
<p>Where does that leave us in terms of replicating virtual machines?  Well today replication is performed by the array, applying updates to the remote copy of a LUN in the order the updates were applied to the primary LUN.  What if an array manufacturer allowed both copies of a LUN to be read/write?  In this scenario hypervisors in two locations could update a single LUN over distance.  In order to maintain integrity, the COMPARE and WRITE command could be extended to include writing to the remote LUN as part of the single atomic operation.  The hypervisors then still retain their &#8220;gentleman&#8217;s agreement&#8221; on what&#8217;s being updated at any point in time.</p>
<p>Of course the above definition seems simple, but we have to consider latency and as distances increase, latency is likely to be the reason this solution breaks down.  Remote replication would need to be synchronous to guarantee integrity and so distance has a direct impact on performance.  Alternatively asynchronous replication could be used, with the understanding that data integrity isn&#8217;t completely guaranteed.</p>
<p>I&#8217;m looking forward to seeing how the vendors intend to tackle the LUN replication issue as it&#8217;s one we&#8217;ve all been waiting for, for a long time.</p>
]]></content:encoded>
			<wfw:commentRss>http://thestoragearchitect.com/2011/07/07/virtual-machine-replication-on-block-arrays/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Why Does Microsoft Hyper-V Not Support NFS?</title>
		<link>http://thestoragearchitect.com/2011/06/02/why-does-microsoft-hyper-v-not-support-nfs/</link>
		<comments>http://thestoragearchitect.com/2011/06/02/why-does-microsoft-hyper-v-not-support-nfs/#comments</comments>
		<pubDate>Thu, 02 Jun 2011 06:27:40 +0000</pubDate>
		<dc:creator>Chris M Evans</dc:creator>
				<category><![CDATA[Opinion]]></category>
		<category><![CDATA[Storage]]></category>
		<category><![CDATA[Uncategorized]]></category>
		<category><![CDATA[Virtualisation]]></category>
		<category><![CDATA[ESXi]]></category>
		<category><![CDATA[Featured]]></category>
		<category><![CDATA[Hyper-V]]></category>
		<category><![CDATA[Microsoft]]></category>
		<category><![CDATA[NFS]]></category>

		<guid isPermaLink="false">http://www.thestoragearchitect.com/?p=2643</guid>
		<description><![CDATA[<p><a href="http://thestoragearchitect.com/wp-content/uploads/2011/06/TSA-HyperV-Fail.png" ></a></p> <p>I recently wrote an <a href="http://tsa.io/mff5Aj " target="_blank">article</a> covering storage for virtualisation and was surprised to find out that Microsoft does not support the use of NFS shares with Hyper-V.  At first I thought perhaps I was doing something wrong and that my configuration was in error.  But after a lot of [...]<!--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://thestoragearchitect.com/wp-content/uploads/2011/06/TSA-HyperV-Fail.png" ><img class="alignleft size-medium wp-image-2662" style="border: 1px solid black; margin: 5px;" title="TSA - HyperV Fail" src="http://50.57.85.110/wp-content/uploads/2011/06/TSA-HyperV-Fail-300x219.png" alt="" /></a></p>
<p>I recently wrote an <a href="http://tsa.io/mff5Aj "  target="_blank">article</a> covering storage for virtualisation and was surprised to find out that Microsoft does not support the use of NFS shares with Hyper-V.  At first I thought perhaps I was doing something wrong and that my configuration was in error.  But after a lot of lab testing and eventually finding some obscure forum posts, I&#8217;ve concluded that NFS cannot be used for storing Hyper-V guests.  But why?</p>
<h3>Client for NFS</h3>
<p>Microsoft has supported an NFS server and client within Windows for some time.  In Windows Server 2008, the Client for NFS can be added through the &#8220;Services for Network File System&#8221; role.  This creates a new MMC plugin on the start menu that allows administration of both Client and Server services for NFS.  From that point on there&#8217;s not much to configure in the GUI and all NFS shares are mapped via the command line, or within WMI for Windows Server 2008 R2 (look for future posts describing NFS installation and configuration).</p>
<h3>Hyper-V Fail</h3>
<p>Any attempts to create Hyper-V guests fail with the error code shown in the screenshot attached.  I&#8217;ve tried lots of options; pre-creating the VHD, importing the guest and so on, however all fail to allow a VHD to be created.  Where does this leave me?  Well, I can fall back to standard block-based Fibre Channel and iSCSI LUNs but this is potentially limiting if I&#8217;m looking to be more efficient with my Hyper-V installation.  <a rel="nofollow" href="http://www.microsoft.com/systemcenter/en/us/virtual-machine-manager/vm-vnext-beta.aspx"  target="_blank">SCVMM 2012</a> for instance assumes I&#8217;m storing VMs on an entire single LUN as it uses LUN snapshots to replicate virtual machines.  To make this kind of configuration work best, I&#8217;d need a storage system that does LUN level thin provisioning; this escalates my costs somewhat.</p>
<p>So the question is, why would Microsoft put in such a restriction?  It&#8217;s not as if network share-based guests are totally banned as I can use CIFS to store them.  Of course I wouldn&#8217;t want to do that because CIFS has some severe performance and integrity limitations that make it unsuitable.  Perhaps it&#8217;s just that Microsoft still don&#8217;t &#8220;get&#8221; storage.  After all, the latest recommendations for Exchange 2010 are to use DAS.  Redmond needs to embrace the use of storage agnostic connectivity for Hyper-V; it&#8217;s these kind of features that keep VMware ahead and for many will make ESXi a preferred option.</p>
]]></content:encoded>
			<wfw:commentRss>http://thestoragearchitect.com/2011/06/02/why-does-microsoft-hyper-v-not-support-nfs/feed/</wfw:commentRss>
		<slash:comments>6</slash:comments>
		</item>
		<item>
		<title>Storage Beers this week!</title>
		<link>http://thestoragearchitect.com/2011/03/22/storage-beers-this-week/</link>
		<comments>http://thestoragearchitect.com/2011/03/22/storage-beers-this-week/#comments</comments>
		<pubDate>Tue, 22 Mar 2011 14:34:11 +0000</pubDate>
		<dc:creator>Chris M Evans</dc:creator>
				<category><![CDATA[Uncategorized]]></category>

		<guid isPermaLink="false">http://www.thestoragearchitect.com/?p=2430</guid>
		<description><![CDATA[<p>In a double whammy, we have two potential storage beers events happening this week.<br /> Tonight (sorry for the late notice), there will be a meetup at the Royal Oak in Windsor from 7pm (Tuesday 22nd), prior to the HDS Bloggers Day taking place Wednesday and Thursday.  The pub&#8217;s location can be found here: <a [...]<!--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>In a double whammy, we have two potential storage beers events happening this week.<br />
Tonight (sorry for the late notice), there will be a meetup at the Royal Oak in Windsor from 7pm (Tuesday 22nd), prior to the HDS Bloggers Day taking place Wednesday and Thursday.  The pub&#8217;s location can be found here: <a href="http://www.windsorpubco.co.uk/windsor_pub_contact.html"  target="_blank">http://www.windsorpubco.co.uk/windsor_pub_contact.html</a></p>
<p>On Thursday the event takes place at The Golden Fleece, Queen Street, London (<a href="http://www.beerintheevening.com/pubs/s/24/2448/Golden_Fleece/Bank"  target="_blank">http://www.beerintheevening.com/pubs/s/24/2448/Golden_Fleece/Bank</a>) where we have the downstairs area reserved for <a href="http://infosmackpodcasts.com/"  target="_blank">InfoSmack</a> Live!  Come along and catch up with <a href="http://twitter.com/knieriemen"  target="_blank">Greg Knieriemen</a> and (the notorious) <a href="twitter.com/hpsisyphus" target="_blank">Marc Farley</a> &#8211; Hey Now!</p>
<p>Hope to see you there!</p>
]]></content:encoded>
			<wfw:commentRss>http://thestoragearchitect.com/2011/03/22/storage-beers-this-week/feed/</wfw:commentRss>
		<slash:comments>2</slash:comments>
		</item>
		<item>
		<title>Selection of Free White Papers</title>
		<link>http://thestoragearchitect.com/2010/11/02/selection-of-free-white-papers/</link>
		<comments>http://thestoragearchitect.com/2010/11/02/selection-of-free-white-papers/#comments</comments>
		<pubDate>Tue, 02 Nov 2010 21:49:50 +0000</pubDate>
		<dc:creator>Chris M Evans</dc:creator>
				<category><![CDATA[Uncategorized]]></category>

		<guid isPermaLink="false">http://www.thestoragearchitect.com/?p=2052</guid>
		<description><![CDATA[<p>I&#8217;ve picked out a selection of storage related white papers for this month.  Remember they&#8217;re free, you just need to register.</p> <a href="http://thestoragearchitect.tradepub.com/c/pubRD.mpl/?sr=sr&#38;_t=sr:solr&#38;qf=w_ibmc204" target="_blank">Transforming your Information Infrastructure with IBM&#8217;s Storage Cloud Solution</a> <a href="http://thestoragearchitect.tradepub.com/c/pubRD.mpl/?sr=sr&#38;_t=sr:solr&#38;qf=w_swm01" target="_blank">Storage Source Magazine</a> <a href="http://thestoragearchitect.tradepub.com/c/pubRD.mpl/?sr=sr&#38;_t=sr:solr&#38;qf=w_orac152" target="_blank">Improving Storage Efficiencies with Data Deduplication and Compression (IDC)</a> <a href="http://thestoragearchitect.tradepub.com/c/pubRD.mpl/?sr=sr&#38;_t=sr:solr&#38;qf=w_orac151" target="_blank">Revolutionizing Enterprise Storage Infrastructure with [...]<!--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>I&#8217;ve picked out a selection of storage related white papers for this month.  Remember they&#8217;re free, you just need to register.</p>
<ul>
<li><a href="http://thestoragearchitect.tradepub.com/c/pubRD.mpl/?sr=sr&amp;_t=sr:solr&amp;qf=w_ibmc204"  target="_blank">Transforming your Information Infrastructure with IBM&#8217;s Storage Cloud Solution</a></li>
<li><a href="http://thestoragearchitect.tradepub.com/c/pubRD.mpl/?sr=sr&amp;_t=sr:solr&amp;qf=w_swm01"  target="_blank">Storage Source Magazine</a></li>
<li><a href="http://thestoragearchitect.tradepub.com/c/pubRD.mpl/?sr=sr&amp;_t=sr:solr&amp;qf=w_orac152"  target="_blank">Improving Storage Efficiencies with Data Deduplication and Compression (IDC)</a></li>
<li><a href="http://thestoragearchitect.tradepub.com/c/pubRD.mpl/?sr=sr&amp;_t=sr:solr&amp;qf=w_orac151"  target="_blank">Revolutionizing Enterprise Storage Infrastructure with Enterprise Flash Technology</a></li>
<li><a href="http://thestoragearchitect.tradepub.com/c/pubRD.mpl/?sr=sr&amp;_t=sr:solr&amp;qf=w_abeb224"  target="_blank">Off-site Storage and Computing: Keys to Successful Disaster Recovery</a></li>
</ul>
]]></content:encoded>
			<wfw:commentRss>http://thestoragearchitect.com/2010/11/02/selection-of-free-white-papers/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Hitachi Virtual Storage Platform: Optimised Architecture</title>
		<link>http://thestoragearchitect.com/2010/10/19/hitachi-virtual-storage-platform-optimised-architecture/</link>
		<comments>http://thestoragearchitect.com/2010/10/19/hitachi-virtual-storage-platform-optimised-architecture/#comments</comments>
		<pubDate>Tue, 19 Oct 2010 07:42:43 +0000</pubDate>
		<dc:creator>Chris M Evans</dc:creator>
				<category><![CDATA[Featured]]></category>
		<category><![CDATA[Storage]]></category>
		<category><![CDATA[Ulitzer]]></category>
		<category><![CDATA[Uncategorized]]></category>
		<category><![CDATA[HDS]]></category>
		<category><![CDATA[usp]]></category>
		<category><![CDATA[USP-V]]></category>
		<category><![CDATA[Virtual Storage Director]]></category>
		<category><![CDATA[Virtual Storage Platform]]></category>
		<category><![CDATA[VSP]]></category>

		<guid isPermaLink="false">http://www.thestoragearchitect.com/?p=1947</guid>
		<description><![CDATA[<p>This is a series of posts that cover the features of Hitachi’s new enterprise storage platform, the VSP (Virtual Storage Platform), also sold by HP as the P9500 array.  Previous posts:</p> <a href="http://www.thestoragearchitect.com/2010/10/01/hitachi-virtual-storage-platform-disk-drive-architecture/" target="_blank">Hitachi Virtual Storage Platform: Disk Drive Architecture</a> <p>Hitachi have modified the VSP array to provide significant performance improvements over the previous USP [...]<!--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 posts that cover the features of Hitachi’s new  enterprise storage platform, the VSP (Virtual Storage Platform), also  sold by HP as the P9500 array.  Previous posts:</p>
<ul>
<li><a href="http://www.thestoragearchitect.com/2010/10/01/hitachi-virtual-storage-platform-disk-drive-architecture/"  target="_blank">Hitachi Virtual Storage Platform: Disk Drive Architecture</a></li>
</ul>
<p>Hitachi have modified the VSP array to provide significant performance improvements over the previous USP and USP V models.  These changes may not be immediately significant but are worthy of discussion, as with any new technology, the devil is in the detail.  As a background to this post, I suggest you read my previous discussion on <a href="http://www.thestoragearchitect.com/2010/08/24/choosing-between-monolithic-and-modular-architectures-part-i/"  target="_blank">Monolithic v Modular architectures</a>.</p>
<h3>USP V Ports</h3>
<div id="attachment_1832" class="wp-caption alignleft" style="width: 160px"><a href="../wp-content/uploads/2010/08/Hitachi-Architecture.jpg"><img class="size-thumbnail wp-image-1832" style="border: 1px solid black; margin: 5px;" title="Hitachi Architecture" src="../wp-content/uploads/2010/08/Hitachi-Architecture-150x150.jpg" alt="Hitachi Architecture" width="150" height="150" /></a><p class="wp-caption-text">Hitachi USP High Level Architecture</p></div>
<p>The USP V array design (reproduced here in schematic format) consists of a central switched architecture with both shared memory and cache.  Processing takes place on FEDs (Front-End Directors) and BEDs (back-end directors) that take care of host and disk I/O respectively.</p>
<p>Front-end processors are shared between port pairs, so for example on a 16-port front-end card there are 8 processors.  It is typical to see scenarios where either the port bandwidth or the port processing power is fully utilised.  For example, with very small blocksize I/O, a FED processor can be max&#8217;ed out.  This requires the storage administrator to be aware of host I/O profiles and distribute workload accordingly, or risk performance impact as ports are loaded up with hosts.  This fixed design isn&#8217;t desirable (in any array) and in fact when external storage virtualisation is used can result in the over-purchase of storage ports purely to ensure sufficient capacity is available; bear in mind that port pairs (i.e. the processor) can only have one identity, either host port, external port, or source/target port for replication.</p>
<h3>VSP Ports</h3>
<p>The VSP changes the FED/BED architecture by sharing the processors for use across all physical ports.  This is shown schematically in the following diagram (reproduced from Hitachi presentation &#8211; I will be working on a better representation).  Port processors are now on the Virtual Storage Directors (VSDs).</p>
<p>By decoupling the physical port and processor, the VSP provides the ability to maximise both port and processor utilisation; it enables the driving of more work through the array.  This is a key benefit when virtualisating external storage, as the static nature of the previous design has been overcome, so more storage can be externalised.</p>
<div id="attachment_1999" class="wp-caption alignleft" style="width: 160px"><a href="http://31.222.189.99/wp-content/uploads/2010/10/VSP-HCS-Bloggers-92210.jpg" ><img class="size-thumbnail wp-image-1999 " style="border: 1px solid black; margin: 5px;" title="VSP Architecture" src="http://50.57.85.110/wp-content/uploads/2010/10/VSP-HCS-Bloggers-92210-150x150.jpg" alt="VSP Architecture" width="150" height="150" /></a><p class="wp-caption-text">VSP Architecture</p></div>
<p>There is also an additional benefit to abstracting ports and processors; as firmware/code upgrades are performed on the VSP, there is no need to worry about path failover.  Typically, code upgrades temporarily disrupt I/O to hosts.  This isn&#8217;t usually a problem as production environments dual-path all connections, however if connectivity problems exist, then code uploads can cause host outages.  This doesn&#8217;t occur with the VSP.</p>
<h3>Futures</h3>
<p>Although processor sharing is a simple change, it has wider implications; array performance is improved and made more efficient and this improves the ability to manage variable workloads.  However, the change also provides a basis for future enhancements that could be even more compelling.  Virtualising processor workload introduces the ability to:</p>
<ul>
<li>Implement QOS (Quality of Service) on I/O requests.  Although basic server prioritisation occurs today, full virtualisation enables real QOS to be implemented on I/O workload in a much more granular fashion.</li>
<li>Implement Multi-tenancy.  The USP V already offered workload segmentation through Storage Partitions (SLPRs) and Cache Partitions (CLPRs).  The VSP has the ability to create virtual partitions that are also prioritised in terms of workload.  This meets requirements of organisations to offer secure multi-tenancy without having to dedicate physical hardware.</li>
</ul>
<p>Hitachi have moved forward by producing a platform that is more scalable and potentially offers future enhancements for highly scalable environments.  Although the VSP is a step up from USP, looks to me like only a single step on an evolving journey.</p>
]]></content:encoded>
			<wfw:commentRss>http://thestoragearchitect.com/2010/10/19/hitachi-virtual-storage-platform-optimised-architecture/feed/</wfw:commentRss>
		<slash:comments>8</slash:comments>
		</item>
		<item>
		<title>New White Papers</title>
		<link>http://thestoragearchitect.com/2010/09/01/new-white-papers/</link>
		<comments>http://thestoragearchitect.com/2010/09/01/new-white-papers/#comments</comments>
		<pubDate>Wed, 01 Sep 2010 22:29:53 +0000</pubDate>
		<dc:creator>Chris M Evans</dc:creator>
				<category><![CDATA[Uncategorized]]></category>

		<guid isPermaLink="false">http://www.thestoragearchitect.com/?p=1891</guid>
		<description><![CDATA[<p>There are three new white papers available on the site that may be of interest.  They are:</p> <p>Create a Smarter Storage Strategy</p> <p>http://thestoragearchitect.tradepub.com/free/w_fnet24</p> <p>Availability and the Cloud</p> <p>http://thestoragearchitect.tradepub.com/free/w_fnet22/</p> <p>The Economic Impact of File Virtualization: Reducing Costs and Improving Efficiency for File-Based Storage</p> <p>http://thestoragearchitect.tradepub.com/free/w_fnet09/</p> <p>As usual I welcome any feedback as to whether this part of [...]<!--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>There are three new white papers available on the site that may be of interest.  They are:</p>
<p><strong>Create a Smarter Storage Strategy</strong></p>
<p>http://thestoragearchitect.tradepub.com/free/w_fnet24</p>
<p><strong>Availability and the Cloud</strong></p>
<p>http://thestoragearchitect.tradepub.com/free/w_fnet22/</p>
<p><strong>The Economic Impact of File Virtualization: Reducing Costs and Improving Efficiency for File-Based Storage</strong></p>
<p>http://thestoragearchitect.tradepub.com/free/w_fnet09/</p>
<p>As usual I welcome any feedback as to whether this part of the site is useful.</p>
<p><span style="text-decoration: underline;"><strong>Disclaimer:  For each subscription I receive a payment which goes to fund the running of this site and www.thevirtualisationarchitect.com.  This includes covering the costs of trial subscriptions to cloud services. </strong></span></p>
]]></content:encoded>
			<wfw:commentRss>http://thestoragearchitect.com/2010/09/01/new-white-papers/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Free Whitepapers on The Storage Architect</title>
		<link>http://thestoragearchitect.com/2010/08/19/free-whitepapers-on-the-storage-architect/</link>
		<comments>http://thestoragearchitect.com/2010/08/19/free-whitepapers-on-the-storage-architect/#comments</comments>
		<pubDate>Thu, 19 Aug 2010 19:57:50 +0000</pubDate>
		<dc:creator>Chris M Evans</dc:creator>
				<category><![CDATA[Uncategorized]]></category>

		<guid isPermaLink="false">http://www.thestoragearchitect.com/?p=1805</guid>
		<description><![CDATA[<p>I&#8217;ve added a new section to the site, which you can find at the top of the navigation bar &#8211; &#8220;<a href="http://www.thestoragearchitect.com/storage-white-papers/" target="_blank">Storage White Papers</a>&#8220;.  The selections are free, specifically storage orientated and here are a few examples to get you started:</p> <a href="http://thestoragearchitect.tradepub.com/free/w_fnet24" target="_self">Create a Smarter Storage Strategy</a> <a href="http://thestoragearchitect.tradepub.com/free/w_fnet22/" >Availability and the Cloud</a> [...]<!--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>I&#8217;ve added a new section to the site, which you can find at the top of the navigation bar &#8211; &#8220;<a href="http://www.thestoragearchitect.com/storage-white-papers/"  target="_blank">Storage White Papers</a>&#8220;.  The selections are free, specifically storage orientated and here are a few examples to get you started:</p>
<ul>
<li><a href="http://thestoragearchitect.tradepub.com/free/w_fnet24"  target="_self">Create a Smarter Storage Strategy</a></li>
<li><a href="http://thestoragearchitect.tradepub.com/free/w_fnet22/" >Availability and the Cloud</a></li>
<li><a href="http://thestoragearchitect.tradepub.com/free/w_fnet09/" >The Economic Impact of File Virtualisation: Reducing Costs and Improving Efficiency for File-Based Storage</a></li>
</ul>
<p>These are vendor sponsored and you&#8217;ll need to register (which is the tradeoff for them being free).  Please let me know what you think if you download any of these white papers.</p>
<p><em><strong>Disclaimer: I receive a small fee for whitepaper subscriptions as part of this service.  This will go towards running the site, which, due to traffic is now increasing in expense.</strong></em></p>
]]></content:encoded>
			<wfw:commentRss>http://thestoragearchitect.com/2010/08/19/free-whitepapers-on-the-storage-architect/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>Virtualisation: Virtualising MY SOHO Infrastructure</title>
		<link>http://thestoragearchitect.com/2009/12/02/virtualisation-virtualising-my-soho-infrastructure/</link>
		<comments>http://thestoragearchitect.com/2009/12/02/virtualisation-virtualising-my-soho-infrastructure/#comments</comments>
		<pubDate>Wed, 02 Dec 2009 12:48:29 +0000</pubDate>
		<dc:creator>Chris M Evans</dc:creator>
				<category><![CDATA[Uncategorized]]></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[<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 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.</p> <p>In [...]<!--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>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>
]]></content:encoded>
			<wfw:commentRss>http://thestoragearchitect.com/2009/12/02/virtualisation-virtualising-my-soho-infrastructure/feed/</wfw:commentRss>
		<slash:comments>2</slash:comments>
		</item>
		<item>
		<title>Gestalt IT Tech Field Day &#8211; Day 0 &#8211; continued&#8230;.2</title>
		<link>http://thestoragearchitect.com/2009/11/12/gestalt-it-tech-field-day-day-0-continued-2/</link>
		<comments>http://thestoragearchitect.com/2009/11/12/gestalt-it-tech-field-day-day-0-continued-2/#comments</comments>
		<pubDate>Thu, 12 Nov 2009 08:32:05 +0000</pubDate>
		<dc:creator>Chris M Evans</dc:creator>
				<category><![CDATA[Uncategorized]]></category>

		<guid isPermaLink="false">http://thestoragearchitect.com/?p=857</guid>
		<description><![CDATA[<p>Here are a few pictures from tonight&#8217;s dinner;  some people turned up later than planned and joined in as they arrived.  Congratulations to the restaurant staff who served them so quickly.  Also congratulations to those who won prizes from Stephen&#8217;s cryptic competition.  We&#8217;re expecting good things from Devang as he won again with video hardware. [...]<!--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>Here are a few pictures from tonight&#8217;s dinner;  some people turned up later than planned and joined in as they arrived.  Congratulations to the restaurant staff who served them so quickly.  Also congratulations to those who won prizes from Stephen&#8217;s cryptic competition.  We&#8217;re expecting good things from Devang as he won again with video hardware.  Let&#8217;s see some videoing!</p>
<p>&nbsp;</p>

]]></content:encoded>
			<wfw:commentRss>http://thestoragearchitect.com/2009/11/12/gestalt-it-tech-field-day-day-0-continued-2/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>Gestalt IT Tech Field Day &#8211; Day 0</title>
		<link>http://thestoragearchitect.com/2009/11/11/gestalt-it-tech-field-day-day-0/</link>
		<comments>http://thestoragearchitect.com/2009/11/11/gestalt-it-tech-field-day-day-0/#comments</comments>
		<pubDate>Wed, 11 Nov 2009 09:44:33 +0000</pubDate>
		<dc:creator>Chris M Evans</dc:creator>
				<category><![CDATA[Uncategorized]]></category>

		<guid isPermaLink="false">http://thestoragearchitect.com/?p=849</guid>
		<description><![CDATA[<p>The day has finally arrived and I&#8217;m sitting in the BA Lounge in <a rel="nofollow" href="http://www.terminal5.ba.com/en/" >Terminal 5</a>.  As with any long distance trip I have that usual mixture of trepidation and excitement, especially when travelling to a place I haven&#8217;t visited before.</p> <p>T5 is Heathrow&#8217;s new flagship terminal and the dedicated home for British [...]<!--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>The day has finally arrived and I&#8217;m sitting in the BA Lounge in <a rel="nofollow" href="http://www.terminal5.ba.com/en/" >Terminal 5</a>.  As with any long distance trip I have that usual mixture of trepidation and excitement, especially when travelling to a place I haven&#8217;t visited before.</p>
<p>T5 is Heathrow&#8217;s new flagship terminal and the dedicated home for British Airways.  Unfortunately, my experience to date travelling to and from T5 has been less than spectacular.  So far, today things seem to have been a little easier.</p>
<p>So, looking forward to the remainder of today, what can I expect to be in store for me and the other <a href="http://gestaltit.com/field-day/" >Gestalt IT</a> <a href="http://gestaltit.com/field-day/attendee-information/attendee-list/" >attendees</a>?</p>
<p>Well, after landing and heading off to the hotel, we&#8217;ve dinner planned for 7pm with a chance to catch up with everyone.  Of course for us UK folk, that will already be 3am UK time.  We then have to leave the hotel by 7am the next morning &#8211; yes 7am to go to the VMware offices.  It&#8217;s pretty clear that we&#8217;re going to have a busy time.</p>
<p>I&#8217;ve compiled a list of some of the things I&#8217;m hoping to achieve or learn about whilst I&#8217;m here.  I know some of the vendors; others I have no knowledge of at all.  Here&#8217;s what I&#8217;m looking for:</p>
<p><strong>3Par</strong> &#8211; information on the new &#8220;Thin built-in&#8221; technologies, which were just supported in software; real world calculations on TP savings; array clustering; solid state and block-level tiering; VMware integration; vStorage API support; CLI/API interfaces.</p>
<p><strong>Data Robotics</strong> &#8211; more information on proprietary RAID; management framework integration; hot swap operation (graceful rather than forced); futures (larger devices, rack mount, FC(oE) support); DroboShare futures (AD integration, iSCSI support)</p>
<p><strong>Nirvanix</strong> &#8211; CloudNAS; security; block and file protocol support.</p>
<p>Ocarina &#8211; Value proposition (cutoff where de-dupe savings recoup hardware investment); platform integration (e.g. BlueArc); compression ratios; data replication between archives; imgestion rates; ingestion methods.</p>
<p><strong>X</strong><strong>sigo</strong> &#8211; market positioning &#8211; fabric or array; perceived competition; TCO/value proposition.</p>
<p>&nbsp;</p>
<p>Whatever happens, I&#8217;m sure it will be a fascinating trip.  Look out for more updates here and on Twitter (@<a href="http://www.twitter.com/chrismevans" >chrismevans</a>)!</p>
]]></content:encoded>
			<wfw:commentRss>http://thestoragearchitect.com/2009/11/11/gestalt-it-tech-field-day-day-0/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>

