<?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:series="http://unfoldingneurons.com/"
	>

<channel>
	<title>Stephen Foskett, Pack Rat &#187; network storage Archives  &#8211; Stephen Foskett, Pack Rat</title>
	<atom:link href="http://blog.fosketts.net/tag/network-storage/feed/" rel="self" type="application/rss+xml" />
	<link>http://blog.fosketts.net</link>
	<description>Understanding the accumulation of data</description>
	<lastBuildDate>Fri, 10 Feb 2012 17:40:43 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=</generator>
<atom:link rel="hub" href="http://pubsubhubbub.appspot.com" />
	<atom:link rel="hub" href="http://superfeedr.com/hubbub" />
			<item>
		<title>We Need a Storage Revolution</title>
		<link>http://blog.fosketts.net/2011/04/30/storage-revolution/</link>
		<comments>http://blog.fosketts.net/2011/04/30/storage-revolution/#comments</comments>
		<pubDate>Sat, 30 Apr 2011 16:00:00 +0000</pubDate>
		<dc:creator>Stephen</dc:creator>
				<category><![CDATA[Apple]]></category>
		<category><![CDATA[Computer History]]></category>
		<category><![CDATA[Enterprise storage]]></category>
		<category><![CDATA[Virtual Storage]]></category>
		<category><![CDATA[Amazon]]></category>
		<category><![CDATA[BigTable]]></category>
		<category><![CDATA[CAS]]></category>
		<category><![CDATA[data management]]></category>
		<category><![CDATA[Fibre Channel]]></category>
		<category><![CDATA[Files-11]]></category>
		<category><![CDATA[Google]]></category>
		<category><![CDATA[Hadoop]]></category>
		<category><![CDATA[HFS]]></category>
		<category><![CDATA[Metadata]]></category>
		<category><![CDATA[Microsoft Office]]></category>
		<category><![CDATA[NAS]]></category>
		<category><![CDATA[nas storage]]></category>
		<category><![CDATA[network attached storage]]></category>
		<category><![CDATA[network storage]]></category>
		<category><![CDATA[RAID]]></category>
		<category><![CDATA[SCSI]]></category>
		<category><![CDATA[SharePoint]]></category>
		<category><![CDATA[SQL]]></category>
		<category><![CDATA[storage management]]></category>
		<category><![CDATA[Sunday series]]></category>
		<category><![CDATA[updated]]></category>
		<category><![CDATA[VMS]]></category>
		<category><![CDATA[volume manager]]></category>
		<category><![CDATA[XAM]]></category>
		<category><![CDATA[ZFS]]></category>

		<guid isPermaLink="false">http://blog.fosketts.net/2008/10/26/we-need-a-storage-revolution/</guid>
		<description><![CDATA[Storage protocols continue to mimic direct attached storage, with the concepts of block and file at its core. No amount of virtualization, and no new protocol, will fix this - we need a storage revolution.]]></description>
			<content:encoded><![CDATA[<div id="attachment_789" class="wp-caption aligncenter" style="width: 226px;  border: 1px solid #dddddd; background-color: #f3f3f3; padding-top: 4px; margin: 10px; text-align:center; display: block; margin-right: auto; margin-left: auto;"><a href="http://blog.fosketts.net/wp-content/uploads/2008/09/revolution-array.png" ><img class="size-medium wp-image-789 " title="Revolution Array" src="http://blog.fosketts.net/wp-content/uploads/2008/09/revolution-array-216x300.png" alt="" width="216" height="300" /></a><p style=' padding: 0 4px 5px; margin: 0;'  class="wp-caption-text">I think this sentiment is just as valid today as when I posted it in 2008!</p></div>
<p>Although many discussions in the storage industry focus on the relative merits of one protocol or another, the conversation occasionally turns to the core issue at hand: We continue to patch together a system based on outdated concepts. Most storage protocols continue to mimic direct attached storage, and most of our so-called networks act as point to point channels. An ultra-modern virtualized storage infrastructure with all the latest bells and whistles still holds the concepts of block and file at its core. Whenever the storage industry has tried to bring about real storage management they have been stymied by a lack of context for data.</p>
<p>No amount of virtualization, and no new protocol, will fix this. Put simply, we need a storage revolution.</p>
<h3>Channels, Blocks, and Files</h3>
<p>Most innovation in the 1980s and early 1990s focused on moving storage out of the server. <a rel="nofollow" href="http://en.wikipedia.org/wiki/SCSI"  target="_blank">SCSI</a> allowed disk to exist in a separate cabinet, <a rel="nofollow" href="http://en.wikipedia.org/wiki/RAID"  target="_blank">RAID</a> allowed multiple physical disks to become a single virtual one, and these were mixed to become the prototype storage array. Although SCSI allowed one-to-many connectivity, it was never a true peer-to-peer network, even once it was mixed with network concepts in the form of <a rel="nofollow" href="http://en.wikipedia.org/wiki/Fibre_Channel"  target="_blank">Fibre Channel</a>.</p>
<p>Even today, SAN storage is focused on providing faster, more flexible, and feature-packed direct-attached storage. A modern virtual SAN hides a complex arrangement of caching, data protection, tiered storage, replication, and deduplication, masquerading the lot as a simple, lowly disk drive. It is sad but true that all of our work as an industry has been dedicated to recreating what we started with.</p>
<p>Networked file-based storage is no better. Although NAS devices have all the advanced features of their SAN cousins, they must present a simple file tree to the host to retain compatibility. File virtualization merely presents a larger homogenous tree.</p>
<p>Inside the server, too, features and complexity are hidden to retain a familiar file system format. Volume managers can do anything a virtualization device can, but must present their output as a simple (though virtual) disk drive. File systems, too, have added features but still present a familiar tree of mount points, inodes, and files. Even ZFS, possibly <a href="http://blog.fosketts.net/2008/02/27/zfs-super-file-system/"  target="_self">the most advanced</a> combination of volume management and file system technology yet, must present a simple tree of storage to applications.</p>
<h3>The Metadata Roadblock</h3>
<p>This outdated paradigm, of disks and file trees, is ill-suited to today&#8217;s storage challenges. Data must be categorized so actions can be taken to preserve or destroy it based on policies. Data must be searchable so users and applications can find what they want. Data must be flexible so it can be used in new ways. Our antiquated notions are not capable of meeting these challenges.</p>
<p>One simple problem is that we lack context for our data. Most file systems merely assign to a file a name, location, owner, and security attributes. The most advanced can contain extended metadata, but this is rarely seen in practice since many applications cannot agree on how to use this data. Microsoft&#8217;s Office suite can store and share extended file attributes, for example, but these live inside the file rather than in the file system. The promise of expanded Office attributes is only realized in conjunction with a content management system like SharePoint which lies above the lowly file system.</p>
<p>What if the storage system could keep this data instead? What if it could logically group files according to project or client, mining keywords and authors, and maintaining revisions? These concepts are not new, having been implemented in content management systems for years, and certain elements appeared in file systems, like <a rel="nofollow" href="http://en.wikipedia.org/wiki/Hierarchical_File_System"  target="_blank">Apple&#8217;s HFS</a> and <a rel="nofollow" href="http://en.wikipedia.org/wiki/Files-11"  target="_blank">VMS&#8217; Files-11</a>, for decades.</p>
<h3>Cut Down the Tree</h3>
<p>File metadata would allow advanced features, but truly taking advantage of them requires a more fundamental shift in the way applications access files. Rather than sticking to a traditional hierarchy of directories in a tree (which was, after all, simply a primitive metadata system), we should remove the tree altogether. Allow files to become data objects, identified by arbitrary attributes and managed according to an overarching policy.</p>
<p>This future vision is decidedly different from our current notion of storage, but is not so far off. Many organizations now rely on central data warehouses based on SQL-language relational databases. As many storage managers have grumbled, databases tend to ignore storage management concepts entirely, managing their own content independently.</p>
<p>But not all applications need a database back-end, so another initiative seeks to provide generic object storage for wider use. Called content-addressable storage or <a rel="nofollow" href="http://en.wikipedia.org/wiki/Content-addressable_storage"  target="_blank">CAS</a>, these devices have traditionally been used only for archival purposes, since that was their first market application. As vendors break free of proprietary interfaces in favor of open ones like XAM, CAS could transform storage itself by eliminating both file and block storage at once.</p>
<p>Similar concepts are already at work in the so-called Web 2.0 world. Non-traditional databases like Google BigTable, Amazon S3, and Hadoop allow massive scalability for object storage. API-sharing initiatives with many Web 2.0 companies can be seen as similar prototypical object storage frameworks. Any of these could be leveraged to provide a new world of data storage, and many are gaining traction even now.</p>
<h3>Stephen&#8217;s Stance</h3>
<p>Although traditional block storage is here to stay for disk drives, and tree-type file systems are likely to remain the foundation of operating system storage, new object-based concepts could change the world in fundamental ways. As applications become &#8220;web aware&#8221;, they also become object aware, increasing the likelihood of such a storage revolution. For the majority of applications, this new world would be a welcome one indeed.</p>
<div id="crp_related"><h3>You might also want to read these other posts...</h3><ul><li><a href="http://blog.fosketts.net/2011/04/19/granularity-challenge-storage-management/"  rel="bookmark" class="crp_title">Granularity: The Hidden Challenge of Storage Management</a></li><li><a href="http://blog.fosketts.net/2007/06/25/storage-history-the-3server/"  rel="bookmark" class="crp_title">Storage History: The 3Server</a></li><li><a href="http://blog.fosketts.net/2010/10/26/cas-cloud-revolutionary-storage/"  rel="bookmark" class="crp_title">From CAS to Cloud: Revolutionary Storage</a></li><li><a href="http://blog.fosketts.net/2008/09/15/greenbytes-embraces-extends-zfs/"  rel="bookmark" class="crp_title">greenBytes Embraces and Extends ZFS</a></li><li><a href="http://blog.fosketts.net/2008/09/16/deduplication-primary-storage/"  rel="bookmark" class="crp_title">Deduplication Coming to Primary Storage</a></li></ul></div><script src="http://feeds.feedburner.com/~s/sfoskett?i=http://blog.fosketts.net/2011/04/30/storage-revolution/" type="text/javascript" charset="utf-8"></script><hr />
<p><small>© sfoskett for <a href="http://blog.fosketts.net">Stephen Foskett, Pack Rat</a>, 2011. |
<a href="http://blog.fosketts.net/2011/04/30/storage-revolution/">We Need a Storage Revolution</a>
<br/>
This post was categorized as <a href="http://blog.fosketts.net/category/everything/apple/" title="View all posts in Apple" rel="category tag">Apple</a>, <a href="http://blog.fosketts.net/category/everything/computerhistory/" title="View all posts in Computer History" rel="category tag">Computer History</a>, <a href="http://blog.fosketts.net/category/everything/enterprisestorage/" title="View all posts in Enterprise storage" rel="category tag">Enterprise storage</a>, <a href="http://blog.fosketts.net/category/everything/virtualstorage/" title="View all posts in Virtual Storage" rel="category tag">Virtual Storage</a>. Each of my categories has its own feed if you'd like to filter out or focus on posts like this.<br/>
</small></p>]]></content:encoded>
			<wfw:commentRss>http://blog.fosketts.net/2011/04/30/storage-revolution/feed/</wfw:commentRss>
		<slash:comments>5</slash:comments>
		</item>
		<item>
		<title>Changes in Technology Drive Changes in IT Organizations and Roles</title>
		<link>http://blog.fosketts.net/2011/04/24/changing-it-organization-roles/</link>
		<comments>http://blog.fosketts.net/2011/04/24/changing-it-organization-roles/#comments</comments>
		<pubDate>Sun, 24 Apr 2011 16:00:01 +0000</pubDate>
		<dc:creator>Stephen</dc:creator>
				<category><![CDATA[Enterprise storage]]></category>
		<category><![CDATA[Virtual Storage]]></category>
		<category><![CDATA[administration]]></category>
		<category><![CDATA[Cisco]]></category>
		<category><![CDATA[convergence]]></category>
		<category><![CDATA[data management]]></category>
		<category><![CDATA[database administration]]></category>
		<category><![CDATA[FalconStor]]></category>
		<category><![CDATA[FCoE]]></category>
		<category><![CDATA[Fibre Channel]]></category>
		<category><![CDATA[iSCSI]]></category>
		<category><![CDATA[IT applications]]></category>
		<category><![CDATA[IT infrastructure]]></category>
		<category><![CDATA[LeftHand]]></category>
		<category><![CDATA[network storage]]></category>
		<category><![CDATA[Nirvanix]]></category>
		<category><![CDATA[organization]]></category>
		<category><![CDATA[Rich Friedman]]></category>
		<category><![CDATA[roles]]></category>
		<category><![CDATA[san storage]]></category>
		<category><![CDATA[server virtualization]]></category>
		<category><![CDATA[storage area network]]></category>
		<category><![CDATA[Storage Magazine]]></category>
		<category><![CDATA[storage management]]></category>
		<category><![CDATA[TechTarget]]></category>
		<category><![CDATA[updated]]></category>
		<category><![CDATA[VMFS]]></category>
		<category><![CDATA[VMware]]></category>

		<guid isPermaLink="false">http://blog.fosketts.net/?p=1169</guid>
		<description><![CDATA[Lots of my IT infrastructure management clients are talking about how the advent of Ethernet/IP and virtualization is changing the roles of storage, server, and network administrators. The evolution of the storage role in particular in enterprise IT organizations has been a topic of particular interest to me for a while: I definitely remember thinking about [...]]]></description>
			<content:encoded><![CDATA[<div id="attachment_1172" class="wp-caption aligncenter" style="width: 310px;  border: 1px solid #dddddd; background-color: #f3f3f3; padding-top: 4px; margin: 10px; text-align:center; display: block; margin-right: auto; margin-left: auto;"><a href="http://blog.fosketts.net/wp-content/uploads/2008/12/hot-water-cold-water.jpg" ><img class="size-medium wp-image-1172" title="hot-water-cold-water" src="http://blog.fosketts.net/wp-content/uploads/2008/12/hot-water-cold-water-300x220.jpg" alt="Servers, storage, and networks may be interconnected, but most large IT organizations keep the administrative teams from mixing. But the next-generation virtual data center might change that!" width="300" height="220" /></a><p style=' padding: 0 4px 5px; margin: 0;'  class="wp-caption-text">Servers, storage, and networks may be interconnected, but most large IT organizations keep the administrative teams from mixing. But the next-generation virtual data center might change that!</p></div>
<p>Lots of my IT infrastructure management clients are talking about how the advent of Ethernet/IP and virtualization is changing the roles of storage, server, and network administrators. The evolution of the storage role in particular in enterprise IT organizations has been a topic of particular interest to me for a while: I definitely remember thinking about this as iSCSI and Cisco came on the scene a few years back, but the question of integration of storage, server, network, and application management areas is as old as IT.</p>
<p>Back in 2005, I <a href="http://blog.fosketts.net/about/publications/"  target="_self">wrote</a> a column in Storage magazine, asking <a href="http://searchstorage.techtarget.com/magazineFeature/0,296894,sid5_gci1257925,00.html"  target="_blank"><em>Who Watches the SAN?</em></a> Although there were (and still are) reasons one might consider handing SAN management over to the network team, such as the use of iSCSI, Cisco FC, or (soon) FCoE, I concluded that many network teams just aren&#8217;t ready to take on SAN management. Storage is different &#8211; extremely sensitive to latency and outages and burdened with interconnect concepts that are similar, but not identical, to their network cousins. So most people are better off leaving SAN management in the hands of storage people, regardless of whether their SAN is made up of FC or iSCSI.</p>
<h3 class="post-subhead">The Virtual Data Center</h3>
<p>Things are changing, however. The modern data center is evolving to virtualize all three major IT infrastructure components: Servers, storage, and networks. Over the last year or so, we&#8217;ve seen the first fully-virtual infrastructure built, with all three areas combined in a single box, soup-to-nuts. Consider a VMware ESX server with virtual servers talking over virtual networks to a virtual storage array from FalconStor or LeftHand &#8211; it&#8217;s an entire data center in a box!</p>
<p>Server admins are normally tasked with everything &#8220;in the box&#8221;, including VMFS and virtual network connectivity, just as they always had to manage volume managers and path management software back in the &#8220;physical server&#8221; world. I doubt this will change. So we could see not just storage but network folks excluded entirely from the <a href="http://blog.fosketts.net/2008/09/16/vmware-virtual-datacenter-operating-system-vdc-os/"  target="_self">next-generation virtual datacenter</a>!</p>
<p>This doesn&#8217;t have to be how things end up, though. I strongly believe that network and storage pros have critical insight into their areas, and cutting them out would be a tragic loss akin to what happened when open systems folks decided not to pay attention to the lessons of the mainframe generation. We would effectively repeat a decade of experience and learning that could, with minor modifications, be brought right into the modern world.</p>
<p>There are three things to do:</p>
<ol>
<li><strong>Re-combine the stovepipe IT infrastructure organizations</strong> (server, storage, network) into a single management organization with specialists in these areas and others like virtualization and cloud computing.</li>
<li>Spend the time and money to <strong>cross-train everyone to re-apply their experience and skills</strong> in this new world. Storage folks, for example, must know a good bit about server virtualization or their skills will have much less value!</li>
<li><strong>Bring the mainframe, security, and records management folks</strong> to the party, too! They all have essential insights, and a failure to give them a seat at the table would be a critical loss.</li>
</ol>
<h3 class="post-subhead">Database and Applications</h3>
<p>Then there are the DBAs and IT application folks. These teams have always been held at arms-length in the open systems world, and much closer on the mainframe side (especially the database people!) I think there has been a feeling that there were enough interests at the IT infrastructure planning meetings already without mixing them in as well! The current response is a service-based approach, where IT infrastructure adds an analyst role to develop SLAs and standard service offerings and act as a liaison between ITI and IT Apps.</p>
<p>This is probably enough for a conventional system, but there are changes here as well. Virtual appliances can step right into the apps arena, and the database/storage hybrid devices from Oracle/HP, Netezza, and the rest tromp right through the DBA world. Then there are the &#8220;<a href="http://blog.fosketts.net/2008/11/10/emc-atmos-vmware-vdc-os-cloud-strategy/"  target="_blank">webby dubby</a>&#8221; (Web 2.0) storage services/devices like Amazon S3, Nirvanix, and EMC Atmos to consider.</p>
<h3 class="post-subhead">Stephen&#8217;s Stance</h3>
<p>I think we&#8217;re seeing another serious change to the status quo:  Right after the data center is virtualized and IT infrastructure is recombined, applications themselves will fundamentally transform, demanding a merger of the current IT infrastructure and IT applications groups. This could all come within five years, or it could be delayed or diverted by organizational infighting and intransigence. It will be very interesting to see how it plays out!</p>
<div id="crp_related"><h3>You might also want to read these other posts...</h3><ul><li><a href="http://blog.fosketts.net/2011/04/23/virtualization-data-center-infrastructure/"  rel="bookmark" class="crp_title">Where Will Virtualization of Data Center Infrastructure Take Us?</a></li><li><a href="http://blog.fosketts.net/2008/09/16/vmware-virtual-datacenter-operating-system-vdc-os/"  rel="bookmark" class="crp_title">VMware Virtual Datacenter Operating System: Heavyweight or Hot Air?</a></li><li><a href="http://blog.fosketts.net/2008/10/19/fcoe-reality/"  rel="bookmark" class="crp_title">Reality Check: The FCoE Forecast</a></li><li><a href="http://blog.fosketts.net/2011/12/23/announcing-seminar-building-virtual-infrastructure/"  rel="bookmark" class="crp_title">Announcing &#8220;Building Virtual Infrastructure&#8221;, My New Seminar Series With Truth in IT</a></li><li><a href="http://blog.fosketts.net/2011/04/19/granularity-challenge-storage-management/"  rel="bookmark" class="crp_title">Granularity: The Hidden Challenge of Storage Management</a></li></ul></div><script src="http://feeds.feedburner.com/~s/sfoskett?i=http://blog.fosketts.net/2011/04/24/changing-it-organization-roles/" type="text/javascript" charset="utf-8"></script><hr />
<p><small>© sfoskett for <a href="http://blog.fosketts.net">Stephen Foskett, Pack Rat</a>, 2011. |
<a href="http://blog.fosketts.net/2011/04/24/changing-it-organization-roles/">Changes in Technology Drive Changes in IT Organizations and Roles</a>
<br/>
This post was categorized as <a href="http://blog.fosketts.net/category/everything/enterprisestorage/" title="View all posts in Enterprise storage" rel="category tag">Enterprise storage</a>, <a href="http://blog.fosketts.net/category/everything/virtualstorage/" title="View all posts in Virtual Storage" rel="category tag">Virtual Storage</a>. Each of my categories has its own feed if you'd like to filter out or focus on posts like this.<br/>
</small></p>]]></content:encoded>
			<wfw:commentRss>http://blog.fosketts.net/2011/04/24/changing-it-organization-roles/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Granularity: The Hidden Challenge of Storage Management</title>
		<link>http://blog.fosketts.net/2011/04/19/granularity-challenge-storage-management/</link>
		<comments>http://blog.fosketts.net/2011/04/19/granularity-challenge-storage-management/#comments</comments>
		<pubDate>Tue, 19 Apr 2011 13:00:59 +0000</pubDate>
		<dc:creator>Stephen</dc:creator>
				<category><![CDATA[Computer History]]></category>
		<category><![CDATA[Enterprise storage]]></category>
		<category><![CDATA[Virtual Storage]]></category>
		<category><![CDATA[Acopia]]></category>
		<category><![CDATA[AFP]]></category>
		<category><![CDATA[Amazon]]></category>
		<category><![CDATA[BlueArc]]></category>
		<category><![CDATA[CIFS]]></category>
		<category><![CDATA[data management]]></category>
		<category><![CDATA[DFS]]></category>
		<category><![CDATA[F5]]></category>
		<category><![CDATA[Google]]></category>
		<category><![CDATA[Hyper-V]]></category>
		<category><![CDATA[Microsoft]]></category>
		<category><![CDATA[NAS]]></category>
		<category><![CDATA[NetApp]]></category>
		<category><![CDATA[network storage]]></category>
		<category><![CDATA[NFS]]></category>
		<category><![CDATA[ONStor]]></category>
		<category><![CDATA[RAID]]></category>
		<category><![CDATA[SAN]]></category>
		<category><![CDATA[storage area network]]></category>
		<category><![CDATA[storage management]]></category>
		<category><![CDATA[storage virtualization]]></category>
		<category><![CDATA[Sunday series]]></category>
		<category><![CDATA[updated]]></category>
		<category><![CDATA[VMFS]]></category>
		<category><![CDATA[VMware]]></category>
		<category><![CDATA[VSS]]></category>
		<category><![CDATA[Xen]]></category>

		<guid isPermaLink="false">http://blog.fosketts.net/2008/09/28/granularity-the-hidden-challenge-of-storage-management/</guid>
		<description><![CDATA[Many storage challenges focus on the conflict between data management, which demands an ever-smaller unit of management, and storage management, which benefits most from consolidation. Developing data management capability that is both granular enough for applications and scalable enough for storage is one key to the future of storage.]]></description>
			<content:encoded><![CDATA[<div id="attachment_785" class="wp-caption aligncenter" style="width: 310px;  border: 1px solid #dddddd; background-color: #f3f3f3; padding-top: 4px; margin: 10px; text-align:center; display: block; margin-right: auto; margin-left: auto;"><img class="size-medium wp-image-785 " title="Mueslix" src="http://blog.fosketts.net/wp-content/uploads/2008/09/d0bcd18ed181d0bbd0b8-300x224.png" alt="" width="300" height="224" /><p style=' padding: 0 4px 5px; margin: 0;'  class="wp-caption-text">How granular is your storage? This question is just as relevant today as when I first published this article in 2008!</p></div>
<p>Many storage challenges focus on correlating high-level uses of data (such as applications) with the nuts and bolts of storage infrastructure. These discussions often revolve around the conflict between <em>data management</em>, which demands an ever-smaller unit of management, and <em>storage management</em>, which benefits most from consolidation. Developing data management capability that is both granular enough for applications and scalable enough for storage is one key to the future of storage.</p>
<h3>Storage Management: Scaling Up</h3>
<p>As I discussed in a previous <a href="http://blog.fosketts.net/tag/Sunday-series/"  target="_self">Sunday Series</a> piece, <a href="http://blog.fosketts.net/2008/09/14/turning-page-raid/"  target="_self"><em>Turning the Page on RAID</em></a>, the data storage industry has traditionally focused on reducing granularity. Disk capacity has expanded, and RAID technology has multiplied this by combining multiple physical drive mechanisms into a single virtual one. Storage virtualization technologies, from the SAN to the server, have also often been touted primarily as a mechanism to reduce heterogeneity. From a technical perspective, therefore, granularity has been an obstacle to overcome.</p>
<p>The core organizational best practice for storage management is the reduction of complexity and the enforcement of standardization. Consolidation of storage arrays and file servers is a common goal, as IT seeks to benefit from economies of scale. The goal of both initiatives is the creation of a storage utility or managed storage service. This mirrors efforts on the server and network sides to consolidate and virtualize hardware.</p>
<p>Although both technological and organizational factors have traditionally driven granularity out of storage, this does not have to be the case. Virtual pools of storage are ideal for providing storage on demand, as disk-focused RAID groups give way to more flexible sub-disk storage arrangements. And an operational focus on standardized storage service offerings has the potential to enable scalable management of these smaller units.</p>
<h3>Filing Service</h3>
<p>File-based protocols would seem to have more potential for granular storage management, but they have been undermined by the hierarchical nature of modern file storage. Whether the connection to a file server uses NFS, CIFS, or AFP, the key unit of management is actually the shared directory, not the file. All files in the share \\firefly\backups would be located on the same server and would be managed as a unit.</p>
<p>NAS virtualization can change this somewhat, as can more specialized NAS servers. Although Microsoft DFS enables consolidation and virtualization of NAS shares, it does not allow subdivision of shares below the directory level &#8211; all files in a directory must be placed on the same server. Tricks like stubbing and links allow for some movement, but these do not solve the core issue. Specialized virtual NAS devices from F5 (the ARX, nee Acopia), NetApp, BlueArc, Symantec, and others have the ability to move files individually, providing as much a virtualized storage environment as any block-focused enterprise array. Avere is also beginning to talk about granular file management.</p>
<p>But even an ideal virtualized file server lacks the kind of granularity demanded by users. They care about data, not files, and most applications consolidate their data storage into a few files. Consider a database, for example, where users want each record treated uniquely but storage devices see just a few much larger files. <a href="http://blog.fosketts.net/2008/09/28/we-need-storage-revolution/"  target="_self">We need a storage revolution</a>, where someone creates an ideal storage platform in which each individual record or object includes custom metadata and is managed independently. This would truly be a massive change, however, and it is not clear that all applications will follow the object storage model of Google and Amazon.</p>
<h3>Small is Beautiful</h3>
<p>Barring a revolution in data management, our best hope is to allow greater granularity in storage management. As mentioned above, virtualization technology has the potential to enable management and protection of any unit of storage, right down to the individual block or record. But the reality of storage virtualization has not matched its promise.</p>
<p>What is needed is greater integration. Each layer of virtualization (file system, volume manager, hypervisor, network, array, and RAID) also hides necessary details from lower layers. Consider the case of a virtual server snapshot: The application and filesystem must be in a quiesced state to allow a snapshot to be taken at the storage level, but the storage array has no intrinsic information about how its capacity is used. A given LUN might contain dozens of servers on a shared VMFS volume, so all must be snapped together.</p>
<p>Integration can be enabled by sharing more information through APIs. VMware leverages <a href="http://blog.fosketts.net/2008/07/28/storage-fixes-vmware-esx-server-35-update-2/"  target="_self">Microsoft Volume Shadow Copy Service (VSS) integration for shared storage</a> so a VMFS snapshot can call the operating system and even applications (Windows Server 2003 only, for now) to prepare the data. Similarly, VSS can communicate directly with supported iSCSI and Fibre Channel arrays, calling a snapshot at the right moment. And Microsoft is, no doubt, enhancing VSS as we speak.</p>
<p>As virtualization technology matures, expect this type of integration to improve. We hope to see more APIs exposed by VMware and Microsoft, allowing communication up and down the stack to break through the information barrier. Imagine a future where a standard API like VSS can pass a message through VMware, Xen, and Hyper-V to the underlying storage array to initiate a snap. I predict that this kind of integration-enabled granularity is not too far off.</p>
<div id="crp_related"><h3>You might also want to read these other posts...</h3><ul><li><a href="http://blog.fosketts.net/2011/04/30/storage-revolution/"  rel="bookmark" class="crp_title">We Need a Storage Revolution</a></li><li><a href="http://blog.fosketts.net/2011/04/23/virtualization-data-center-infrastructure/"  rel="bookmark" class="crp_title">Where Will Virtualization of Data Center Infrastructure Take Us?</a></li><li><a href="http://blog.fosketts.net/2008/02/21/volume-management-virtualizing-host-storage/"  rel="bookmark" class="crp_title">Volume Management: Virtualizing Host Storage</a></li><li><a href="http://blog.fosketts.net/2011/04/24/changing-it-organization-roles/"  rel="bookmark" class="crp_title">Changes in Technology Drive Changes in IT Organizations and Roles</a></li><li><a href="http://blog.fosketts.net/2007/07/26/storage-management-integrated-with-server-virtualization-wheres-emc/"  rel="bookmark" class="crp_title">Storage Management Integrated with Server Virtualization (Where&#8217;s EMC?)</a></li></ul></div><script src="http://feeds.feedburner.com/~s/sfoskett?i=http://blog.fosketts.net/2011/04/19/granularity-challenge-storage-management/" type="text/javascript" charset="utf-8"></script><hr />
<p><small>© sfoskett for <a href="http://blog.fosketts.net">Stephen Foskett, Pack Rat</a>, 2011. |
<a href="http://blog.fosketts.net/2011/04/19/granularity-challenge-storage-management/">Granularity: The Hidden Challenge of Storage Management</a>
<br/>
This post was categorized as <a href="http://blog.fosketts.net/category/everything/computerhistory/" title="View all posts in Computer History" rel="category tag">Computer History</a>, <a href="http://blog.fosketts.net/category/everything/enterprisestorage/" title="View all posts in Enterprise storage" rel="category tag">Enterprise storage</a>, <a href="http://blog.fosketts.net/category/everything/virtualstorage/" title="View all posts in Virtual Storage" rel="category tag">Virtual Storage</a>. Each of my categories has its own feed if you'd like to filter out or focus on posts like this.<br/>
</small></p>]]></content:encoded>
			<wfw:commentRss>http://blog.fosketts.net/2011/04/19/granularity-challenge-storage-management/feed/</wfw:commentRss>
		<slash:comments>2</slash:comments>
		</item>
		<item>
		<title>Interested in VMware and Storage? Tune In to the VMware Communities Podcast!</title>
		<link>http://blog.fosketts.net/2009/04/14/vmware-storage-podcast/</link>
		<comments>http://blog.fosketts.net/2009/04/14/vmware-storage-podcast/#comments</comments>
		<pubDate>Tue, 14 Apr 2009 20:15:45 +0000</pubDate>
		<dc:creator>Stephen</dc:creator>
				<category><![CDATA[Enterprise storage]]></category>
		<category><![CDATA[Gestalt IT]]></category>
		<category><![CDATA[Personal]]></category>
		<category><![CDATA[Terabyte home]]></category>
		<category><![CDATA[Virtual Storage]]></category>
		<category><![CDATA[Cisco]]></category>
		<category><![CDATA[CNA]]></category>
		<category><![CDATA[EMC]]></category>
		<category><![CDATA[FCoE]]></category>
		<category><![CDATA[John Troyer]]></category>
		<category><![CDATA[network storage]]></category>
		<category><![CDATA[podcast]]></category>
		<category><![CDATA[san storage]]></category>
		<category><![CDATA[storage area network]]></category>
		<category><![CDATA[Symmetrix]]></category>
		<category><![CDATA[toot toot]]></category>
		<category><![CDATA[UCS]]></category>
		<category><![CDATA[v-max]]></category>
		<category><![CDATA[VMware]]></category>

		<guid isPermaLink="false">http://blog.fosketts.net/?p=1727</guid>
		<description><![CDATA[I'll be joining John Troyer's VMware Communities Podcast #44 tomorrow, April 14, and will be leading a segment focused on the changing storage landscape. I'm really looking forward to talking with John and the rest, since this is such a solid, fair, and content-rich podcast series!
]]></description>
			<content:encoded><![CDATA[<p><span style="text-decoration: line-through;">I&#8217;ll be joining</span> I joined <a href="http://blogs.vmware.com/vmtn/podcasts/"  target="_blank">John Troyer&#8217;s</a> <a href="http://www.talkshoe.com/talkshoe/web/talkCast.jsp?masterId=19367"  target="_blank">VMware Communities Podcast</a> #44 <span style="text-decoration: line-through;">tomorrow</span>, April 14, and will be leading a segment focused on the changing storage landscape. I&#8217;m really looking forward to talking with John and the rest, since this is such a solid, fair, and content-rich podcast series!</p>
<blockquote><p><a rel="nofollow" href="http://itunes.apple.com/WebObjects/MZStore.woa/wa/viewPodcast?i=53621535&amp;id=292461263"  target="_blank">The podcast is now available on iTunes</a>!</p>
</blockquote>
<p>Although the topic is an open roundtable, I thought I might give my readers a peek into the areas I plan to bring up:</p>
<ul>
<li>Why storage is so critical to VMware admins: It&#8217;s all about the IOPS!</li>
<li>EMC&#8217;s new Symmetrix V-Max and why it&#8217;s important to VMware shops</li>
<li>The great FCoE/CNA debate and Cisco&#8217;s UCS home run</li>
<li>Super low-end storage for the small business or lab</li>
</ul>
<p>Of course, what will actually get discussed is anyone&#8217;s guess, but it&#8217;s good to go in with a list of topics to avoid dead air!</p>
<p>So dial in or listen online, and let the discussion start!</p>
<div id="crp_related"><h3>You might also want to read these other posts...</h3><ul><li><a href="http://blog.fosketts.net/2008/07/08/san-school-podcast-series-posted/"  rel="bookmark" class="crp_title">SAN School Podcast Series Posted</a></li><li><a href="http://blog.fosketts.net/2010/04/23/stream-podcast-iphone-3g-edge/"  rel="bookmark" class="crp_title">How To Stream Any Size Podcast to an iPhone, Even Over 3G or EDGE!</a></li><li><a href="http://blog.fosketts.net/2008/12/04/emc-cuts-staff/"  rel="bookmark" class="crp_title">EMC Cuts Staff as Recession Continues</a></li><li><a href="http://blog.fosketts.net/2008/07/05/mac-tivo-roxio-toast-9-titanium-is-30-ar-today/"  rel="bookmark" class="crp_title">Mac + TiVo? Roxio Toast 9 Titanium is $30 AR Today!</a></li><li><a href="http://blog.fosketts.net/2010/07/01/recognition-vmware-vexpert-microsoft-mvp-2010/"  rel="bookmark" class="crp_title">Recognition: VMware vExpert and Microsoft MVP for 2010</a></li></ul></div><script src="http://feeds.feedburner.com/~s/sfoskett?i=http://blog.fosketts.net/2009/04/14/vmware-storage-podcast/" type="text/javascript" charset="utf-8"></script><hr />
<p><small>© sfoskett for <a href="http://blog.fosketts.net">Stephen Foskett, Pack Rat</a>, 2009. |
<a href="http://blog.fosketts.net/2009/04/14/vmware-storage-podcast/">Interested in VMware and Storage? Tune In to the VMware Communities Podcast!</a>
<br/>
This post was categorized as <a href="http://blog.fosketts.net/category/everything/enterprisestorage/" title="View all posts in Enterprise storage" rel="category tag">Enterprise storage</a>, <a href="http://blog.fosketts.net/category/gestaltit/" title="View all posts in Gestalt IT" rel="category tag">Gestalt IT</a>, <a href="http://blog.fosketts.net/category/everything/personal/" title="View all posts in Personal" rel="category tag">Personal</a>, <a href="http://blog.fosketts.net/category/everything/terabytehome/" title="View all posts in Terabyte home" rel="category tag">Terabyte home</a>, <a href="http://blog.fosketts.net/category/everything/virtualstorage/" title="View all posts in Virtual Storage" rel="category tag">Virtual Storage</a>. Each of my categories has its own feed if you'd like to filter out or focus on posts like this.<br/>
</small></p>]]></content:encoded>
			<wfw:commentRss>http://blog.fosketts.net/2009/04/14/vmware-storage-podcast/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>10 GbE, iSCSI, FCoE, Microsoft, and the Future</title>
		<link>http://blog.fosketts.net/2009/03/11/10-gbe-iscsi-fcoe-microsoft/</link>
		<comments>http://blog.fosketts.net/2009/03/11/10-gbe-iscsi-fcoe-microsoft/#comments</comments>
		<pubDate>Wed, 11 Mar 2009 14:16:17 +0000</pubDate>
		<dc:creator>Stephen</dc:creator>
				<category><![CDATA[Enterprise storage]]></category>
		<category><![CDATA[Gestalt IT]]></category>
		<category><![CDATA[10 gigabit Ethernet]]></category>
		<category><![CDATA[Arista]]></category>
		<category><![CDATA[Cisco]]></category>
		<category><![CDATA[CNA]]></category>
		<category><![CDATA[D-Link]]></category>
		<category><![CDATA[FCoE]]></category>
		<category><![CDATA[Intel]]></category>
		<category><![CDATA[iSCSI]]></category>
		<category><![CDATA[Microsoft]]></category>
		<category><![CDATA[NetApp]]></category>
		<category><![CDATA[network storage]]></category>
		<category><![CDATA[Nexus]]></category>
		<category><![CDATA[san storage]]></category>
		<category><![CDATA[storage area network]]></category>

		<guid isPermaLink="false">http://blog.fosketts.net/?p=1522</guid>
		<description><![CDATA[Last year, we were all wondering when the 10 GbE wave would hit and what impact it would have. That's not worth pondering anymore. It's not just the year of 10 GbE; 10-gig is the future of connectivity, and the future is here.]]></description>
			<content:encoded><![CDATA[<p>In case you didn&#8217;t notice the earth move, I have a wake-up call for you: 10 gigabit Ethernet is here. It&#8217;s real. It&#8217;s in use. Last year, we were all wondering when the 10 GbE wave would hit and what impact it would have. That&#8217;s not worth pondering anymore.</p>
<p>Sure, prices remain high, but they&#8217;re falling fast and many folks are already implementing 10 GbE in their data centers. Intel CNAs have dropped to around $900, Cisco Nexus switches are running around $1,500 per 10 GbE port and Arista has hit $400, and 10 GbE iSCSI storage arrays are available. Intel has declared that 2009 is <a href="http://www.theregister.co.uk/2009/03/03/10gbe_gains_ground/"  target="_blank">the year of iSCSI</a>, and server vendors are moving to make that happen, embedding 10 GbE ports on motherboards. If you&#8217;re looking to go cheap, check out <a href="http://www.dlink.com/products/?pid=536"  target="_blank">D-Link&#8217;s 10 GbE iSCSI xStack array</a>, which sells for <a href="http://www.pcconnection.com/IPA/Shop/Product/Detail.htm?sku=7204031&amp;oext=1038A&amp;ci_src=14110944&amp;ci_sku=7204031"  target="_blank">under $13,000</a> and can be populated with 15 of your favorite drives.</p>
<p>So is 10 GbE worth the upgrade? Absolutely! Microsoft reported wire speed iSCSI to a NetApp array at WinHEC (see my writeup on <a href="http://gestaltit.com/featured/top/stephen/wirespeed-10-gb-iscsi/"  target="_blank">wire-speed 10 GbE iSCSI</a> on Gestalt IT). How would you like to push over a gigabyte per second with non-crazy-or-high-end hardware? iSCSI over 10 GbE works great, and Microsoft and NetApp, at least, have demonstrated that they can make use of all that bandwidth.</p>
<p>Then there is Fibre Channel over Ethernet. Cisco has been pushing that technology hard as a unification of datacenter interconnectivity, and Microsoft announced that they are putting together a <a href="http://gestaltit.com/featured/top/stephen/microsoft-fcoe-logo-program/"  target="_blank">logo test for Fibre Channel over Ethernet FCoE hardware</a>. Storage array makers are hopping onboard, too, and angling for position in this new market. It&#8217;s not just the year of 10 GbE; 10-gig is the future of connectivity, and the future is here.</p>
<p><a href="http://gestaltit.com/author/stephen/?utm_source=packrat&amp;utm_medium=GestaltITBadge.png&amp;utm_campaign=badge" ><img class="alignright" style="border: 0px initial initial;;  float: right; padding: 4px; margin: 0 0 2px 7px;" src="http://gestaltit.com/GestaltITBadge.png" border="0" alt="View Stephen Foskett's writing at Gestalt IT" width="120" height="33" /></a></p>
<blockquote><p>I&#8217;m moving lots of my enterprise storage and networking content to <a href="http://gestaltit.com/"  target="_blank">Gestalt IT</a> so I can focus on lower-end topics here. If you want to catch my latest work on those topics, it&#8217;s worth <a href="http://feeds.gestaltit.com/GestaltIT_Tech"  target="_blank">subscribing</a>!</p>
</blockquote>
<div id="crp_related"><h3>You might also want to read these other posts...</h3><ul><li><a href="http://blog.fosketts.net/2008/11/21/10-gig-iscsi-fcoe/"  rel="bookmark" class="crp_title">Storage Folks Are Talking 10-Gig and FCoE</a></li><li><a href="http://blog.fosketts.net/2010/01/07/microsoft-intel-iscsi-performance/"  rel="bookmark" class="crp_title">Microsoft and Intel Pushing iSCSI Performance Limits</a></li><li><a href="http://blog.fosketts.net/2010/04/15/microsoft-windows-server-fcoe-support/"  rel="bookmark" class="crp_title">Where Is Microsoft&#8217;s FCoE Support?</a></li><li><a href="http://blog.fosketts.net/2009/01/26/essential-vmware-esx-iscsi/"  rel="bookmark" class="crp_title">Essential Reading for VMware ESX iSCSI Users!</a></li><li><a href="http://blog.fosketts.net/2008/10/16/fcoe-versus-iscsi/"  rel="bookmark" class="crp_title">Is the FCoE Starting Pistol Aimed at iSCSI?</a></li></ul></div><script src="http://feeds.feedburner.com/~s/sfoskett?i=http://blog.fosketts.net/2009/03/11/10-gbe-iscsi-fcoe-microsoft/" type="text/javascript" charset="utf-8"></script><hr />
<p><small>© sfoskett for <a href="http://blog.fosketts.net">Stephen Foskett, Pack Rat</a>, 2009. |
<a href="http://blog.fosketts.net/2009/03/11/10-gbe-iscsi-fcoe-microsoft/">10 GbE, iSCSI, FCoE, Microsoft, and the Future</a>
<br/>
This post was categorized as <a href="http://blog.fosketts.net/category/everything/enterprisestorage/" title="View all posts in Enterprise storage" rel="category tag">Enterprise storage</a>, <a href="http://blog.fosketts.net/category/gestaltit/" title="View all posts in Gestalt IT" rel="category tag">Gestalt IT</a>. Each of my categories has its own feed if you'd like to filter out or focus on posts like this.<br/>
</small></p>]]></content:encoded>
			<wfw:commentRss>http://blog.fosketts.net/2009/03/11/10-gbe-iscsi-fcoe-microsoft/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>EMC LifeLine Spreads To The Iomega StorCenter Pro ix4-100</title>
		<link>http://blog.fosketts.net/2009/02/05/emc-lifeline-storcenter-pro-ix4-100/</link>
		<comments>http://blog.fosketts.net/2009/02/05/emc-lifeline-storcenter-pro-ix4-100/#comments</comments>
		<pubDate>Thu, 05 Feb 2009 20:23:08 +0000</pubDate>
		<dc:creator>Stephen</dc:creator>
				<category><![CDATA[Enterprise storage]]></category>
		<category><![CDATA[Terabyte home]]></category>
		<category><![CDATA[Virtual Storage]]></category>
		<category><![CDATA[Drobo]]></category>
		<category><![CDATA[DroboShare]]></category>
		<category><![CDATA[EMC]]></category>
		<category><![CDATA[ESX]]></category>
		<category><![CDATA[Iomega]]></category>
		<category><![CDATA[iSCSI]]></category>
		<category><![CDATA[ix2]]></category>
		<category><![CDATA[ix4]]></category>
		<category><![CDATA[LifeLine]]></category>
		<category><![CDATA[NAS]]></category>
		<category><![CDATA[nas storage]]></category>
		<category><![CDATA[NetApp]]></category>
		<category><![CDATA[network attached storage]]></category>
		<category><![CDATA[network storage]]></category>
		<category><![CDATA[NFS]]></category>
		<category><![CDATA[StorCenter]]></category>
		<category><![CDATA[StoreVault]]></category>
		<category><![CDATA[VMware]]></category>

		<guid isPermaLink="false">http://blog.fosketts.net/?p=1390</guid>
		<description><![CDATA[As I expected, EMC&#8217;s Iomega subsidiary today rolled out the StorCenter Pro ix4-100 a big brother to the popular but plain StorCenter ix2 NAS device. This new model add hot-swappable drives (there are four now), RAID-5, and a longer warranty to make it suitable for small office use. It uses a blacked-out version of the [...]]]></description>
			<content:encoded><![CDATA[<div id="attachment_1391" class="wp-caption alignright" style="width: 115px;  border: 1px solid #dddddd; background-color: #f3f3f3; padding-top: 4px; margin: 10px; text-align:center; float: right;"></p>
<p><a href="http://blog.fosketts.net/wp-content/uploads/2009/02/scp-ix4.gif" ><img class="size-full wp-image-1391 " title="scp-ix4" src="http://blog.fosketts.net/wp-content/uploads/2009/02/scp-ix4.gif" alt="Iomega's StorCenter Pro ix4-100 is VMware certified, hot swappable, and not bad to look at!" width="105" height="110" /></a></p>
<p><p style=' padding: 0 4px 5px; margin: 0;'  class="wp-caption-text">Iomega&#39;s StorCenter Pro ix4-100 is VMware certified, hot swappable, and not bad to look at!</p></div>
<p><a href="http://blog.fosketts.net/2009/01/07/emc-iomega-relevant/"  target="_blank">As I expected</a>, EMC&#8217;s Iomega subsidiary today rolled out the <a href="http://www.emc.com/about/news/press/2009/20090205-01.htm?CMP="  target="_blank">StorCenter Pro ix4-100</a> a <strong>big brother</strong> to the popular but plain <strong>StorCenter ix2 NAS device</strong>. This new model add hot-swappable drives (there are four now), RAID-5, and a longer warranty to make it suitable for small office use. It uses a blacked-out version of the chassis from the non-LifeLine StorCenter Pro 150d.</p>
<p><span id="more-1390"></span></p>
<p>Like the ix2, the Pro ix4 is <strong>certified for VMware ESX</strong> using NFS. <strong>iSCSI is still absent</strong>, though EMC folks have <a rel="nofollow" href="http://virtualgeek.typepad.com/virtual_geek/2009/01/updated-homebrew-esx-hardware-list.html"  target="_blank">talked</a> about adding this in short order.</p>
<p>This is the third member of the <a href="http://iomega.com/prodinfo/nas_compare/index.html"  target="_blank">LifeLine-powered NAS family</a> from Iomega: The confusingly-named single-drive Home Media Network Hard Disk Drive, the dual-drive StorCenter ix2, and this four-drive StorCenter Pro ix4-100. The &#8220;-100&#8243; nomenclature suggests that more 4-drive models might be on the way, perhaps a &#8220;-200&#8243; model sharing its rackmount chassis with the existing non-LifeLine StorCenterPro 200rl.</p>
<p><div id="amazon-widget"><SCRIPT charset="utf-8" type="text/javascript" src="http://ws.amazon.com/widgets/q?ServiceVersion=20070822&MarketPlace=US&ID=V20070822/US/bananafishhome/8001/8a642a12-1fa9-4b4e-b8a0-37493412621d"> </SCRIPT> <NOSCRIPT><A HREF="http://ws.amazon.com/widgets/q?ServiceVersion=20070822&MarketPlace=US&ID=V20070822%2FUS%2Fbananafishhome%2F8001%2F8a642a12-1fa9-4b4e-b8a0-37493412621d&Operation=NoScript">Amazon.com Widgets</A></NOSCRIPT></div></p>
<p>With NetApp exiting the small-business market by <a href="http://www.theregister.co.uk/2009/02/02/netapp_eols_s_family/"  target="_blank">ending their StoreVault line</a>, who would have thought big old EMC would be the one to step up? At $799 or $1,299 for the 2 and 4 TB versions, the ix4 is about the same price as a Drobo, which is <a href="http://drobo.com/where_to_buy/index.php"  target="_blank">$749 or $999</a> plus $199 for the DroboShare NAS.</p>
<div id="crp_related"><h3>You might also want to read these other posts...</h3><ul><li><a href="http://blog.fosketts.net/2009/04/16/iomega-storcenter-ix4-200r/"  rel="bookmark" class="crp_title">Iomega Grows Up and Moves Out of the House</a></li><li><a href="http://blog.fosketts.net/2009/01/07/emc-iomega-relevant/"  rel="bookmark" class="crp_title">EMC Makes Iomega Relevant Again</a></li><li><a href="http://blog.fosketts.net/2009/08/27/iomega-ix4-200d/"  rel="bookmark" class="crp_title">Iomega&#8217;s ix4-200d: A Killer Desktop Storage Array</a></li><li><a href="http://blog.fosketts.net/2009/10/07/iomega-ix2-200/"  rel="bookmark" class="crp_title">Iomega ix2-200 Adds iSCSI, Sync To Dual-Drive SOHO NAS</a></li><li><a href="http://blog.fosketts.net/2011/08/23/iomega-introduces-storcenter-px12350r/"  rel="bookmark" class="crp_title">Iomega Introduces the StorCenter px12-350r</a></li></ul></div><script src="http://feeds.feedburner.com/~s/sfoskett?i=http://blog.fosketts.net/2009/02/05/emc-lifeline-storcenter-pro-ix4-100/" type="text/javascript" charset="utf-8"></script><hr />
<p><small>© sfoskett for <a href="http://blog.fosketts.net">Stephen Foskett, Pack Rat</a>, 2009. |
<a href="http://blog.fosketts.net/2009/02/05/emc-lifeline-storcenter-pro-ix4-100/">EMC LifeLine Spreads To The Iomega StorCenter Pro ix4-100</a>
<br/>
This post was categorized as <a href="http://blog.fosketts.net/category/everything/enterprisestorage/" title="View all posts in Enterprise storage" rel="category tag">Enterprise storage</a>, <a href="http://blog.fosketts.net/category/everything/terabytehome/" title="View all posts in Terabyte home" rel="category tag">Terabyte home</a>, <a href="http://blog.fosketts.net/category/everything/virtualstorage/" title="View all posts in Virtual Storage" rel="category tag">Virtual Storage</a>. Each of my categories has its own feed if you'd like to filter out or focus on posts like this.<br/>
</small></p>]]></content:encoded>
			<wfw:commentRss>http://blog.fosketts.net/2009/02/05/emc-lifeline-storcenter-pro-ix4-100/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	
		<series:name><![CDATA[Iomega]]></series:name>
	</item>
		<item>
		<title>Storage Utilization Remains at 2001 Levels: Low!</title>
		<link>http://blog.fosketts.net/2009/01/13/low-storage-utilization/</link>
		<comments>http://blog.fosketts.net/2009/01/13/low-storage-utilization/#comments</comments>
		<pubDate>Tue, 13 Jan 2009 18:30:11 +0000</pubDate>
		<dc:creator>Stephen</dc:creator>
				<category><![CDATA[Computer History]]></category>
		<category><![CDATA[Enterprise storage]]></category>
		<category><![CDATA[Gestalt IT]]></category>
		<category><![CDATA[Virtual Storage]]></category>
		<category><![CDATA[capacity]]></category>
		<category><![CDATA[iSCSI]]></category>
		<category><![CDATA[Jonathan Lunt]]></category>
		<category><![CDATA[metrics]]></category>
		<category><![CDATA[NAS]]></category>
		<category><![CDATA[network storage]]></category>
		<category><![CDATA[SAN]]></category>
		<category><![CDATA[server virtualization]]></category>
		<category><![CDATA[shared storage]]></category>
		<category><![CDATA[storage area network]]></category>
		<category><![CDATA[storage utilization]]></category>
		<category><![CDATA[storage virtualization]]></category>
		<category><![CDATA[StorageNetworks]]></category>
		<category><![CDATA[thin provisioning]]></category>
		<category><![CDATA[whitepaper]]></category>

		<guid isPermaLink="false">http://blog.fosketts.net/?p=1341</guid>
		<description><![CDATA[I&#8217;ve been talking about storage capacity utilization for my entire career, but the storage industry doesn&#8217;t seem to be getting anywhere. Every year or so, a new study is performed showing that half of storage capacity in the data center is unused. And every time there is a predictable (and poorly thought through) &#8220;networked storage is [...]]]></description>
			<content:encoded><![CDATA[<p>I&#8217;ve been talking about <strong>storage capacity utilization</strong> for my entire career, but the storage industry doesn&#8217;t seem to be getting anywhere. Every year or so, a new study is performed showing that <a href="http://media.seagate.com/2009/01/storage-effect/50-storage-utilization-are-datacenters-half-empty-or-half-full/"  target="_blank">half of storage capacity in the data center is unused</a>. And every time there is a predictable (and poorly thought through) &#8220;<a href="http://www.forrester.com/Research/Document/Excerpt/0,7211,47089,00.html"  target="_blank">networked storage is a waste of time</a>&#8221; response.</p>
<p>The good news is that <strong>this is no longer a technical problem</strong>: Modern virtualized and networked servers ought to have decent utilization of storage capacity, and technology is improving all the time. Consider the compounded impact of modern technology on storage capacity utilization:</p>
<ul>
<li><strong>Shared storage</strong> (SAN and NAS) allows different servers to share a common pool of storage, reducing the likelihood that excess capacity will be stranded in isolated &#8220;puddles&#8221;. Pervasive use of NAS technology, and the rise of simple and inexpensive iSCSI SANs, means that every system in the modern data center can use shared storage.</li>
<li><strong>Organizational and architectural optimization</strong> allows storage to be provisioned from a common pool rather than building &#8220;stovepipe systems&#8221; with their own resources. Quicker provisioning also helps reduce over-provisioning.</li>
<li><strong>Network connectivity</strong> allows servers to share resources, including storage, on a peer-to-peer or client-server basis, ultimately resulting in things like cloud computing.</li>
<li><strong>Managed and utility services</strong> reduce the impact of low utilization, potentially focusing on efficiency or perhaps passing the buck to a service provider.</li>
<li><strong>Thin provisioning</strong> might help certain systems to keep less storage in reserve.</li>
</ul>
<p>So why don&#8217;t things get better? It&#8217;s hard to be sure why people don&#8217;t use these pervasive tools to improve storage utilization, but I do have some ideas&#8230;<span id="more-1341"></span></p>
<ul>
<li>Storage utilization might not be a <strong>priority</strong>. Utilization isn&#8217;t often in the critical path of performance or availability, so overtaxed IT departments aren&#8217;t going to focus on it.</li>
<li><strong>Incentives</strong> can be lacking. With the cost of storage constantly falling, the effort required to improve the efficiency of already-allocated storage can be just as easily spent migrating to a newer, cheaper storage platform.</li>
<li><strong>Virtualization</strong> has perversely harmed the efficiency of allocation. One might think that the ease and flexibility of virtual disks would improve things, but it hasn&#8217;t. Server and storage virtualization just adds <strong>another place to hide unused storage</strong>.</li>
<li><strong>Metrics</strong> remain a problem, since everyone gets <a href="http://www.storagerap.com/2008/09/exploring-the-d.html"  target="_blank">all balled up</a> trying even to <a href="http://blogs.netapp.com/shadeofblue/2008/09/3par-and-bistro.html"  target="_blank">talk about</a> capacity utilization.</li>
</ul>
<p>I think this last point is something we in the industry really <strong>ought to do something about</strong>. We say &#8220;utilization&#8221; but <a href="http://www.capstonets.com/taylor/?p=39"  target="_blank">what do we mean</a>? Chris Evans has proposed a set of metrics for the &#8220;<a rel="nofollow" href="http://storagearchitect.blogspot.com/2008/09/beating-credit-crunch.html"  target="_blank">storage waterfall</a>&#8220;, and I mentioned back in October that this all boils down to <a href="http://blog.fosketts.net/2008/10/01/storage-utilization-waterfall-raw-usable/"  target="_blank">three key metrics</a>: <strong>Raw, usable, and used</strong>. The key question is where to apply them!</p>
<p>Way back before the 2001 bubble-burst, I managed professional services for a company called <a href="http://blog.fosketts.net/2008/12/06/top-ten-coolest-enterprise-storage-flops/"  target="_blank">StorageNetworks</a>. At that time, I was quite aggressive in pushing this same idea, even co-writing a whitepaper on the topic titled <a href="http://blog.fosketts.net/wp-content/uploads/2007/12/utilization-whitepaper.pdf"  target="_blank"><em><strong>Measuring and Improving Storage Utilization</strong></em></a>. My co-author (Jonathan Lunt) and I recently reminisced about that paper, and we both agreed that everything in it still stands today, apart from the high dollar cost per gigabyte.</p>
<div id="attachment_1343" class="wp-caption alignright" style="width: 310px;  border: 1px solid #dddddd; background-color: #f3f3f3; padding-top: 4px; margin: 10px; text-align:center; float: right;"><a href="http://blog.fosketts.net/wp-content/uploads/2009/01/picture-3.jpg" ><img class="size-medium wp-image-1343" title="STOR Utilization Metrics" src="http://blog.fosketts.net/wp-content/uploads/2009/01/picture-3-300x283.jpg" alt="Each ratio along the storage waterfall can be diagnosed and improved" width="300" height="283" /></a><p style=' padding: 0 4px 5px; margin: 0;'  class="wp-caption-text">Each ratio in the storage waterfall can be diagnosed and improved</p></div>
<p>I suggest that the following key storage utilization ratios (taken directly from this paper) make just as much sense today as they did then:</p>
<ul>
<li><strong>Array Overhead</strong> is the percentage of installed storage capacity that is not usable. Dividing Array Usable by Array Raw and subtracting that number from 100% yields the percent of overhead. Overhead here is usually due to the desired level of data protection (e.g. RAID, mirroring) rather than to poor management.</li>
<li><strong>Array Utilization</strong> is the percentage of usable array capacity that is allocated to hosts. It indicates the efficiency of storage deployment operations. </li>
<li><strong>Allocation Efficiency</strong> reflects the ratio of storage presented or allocated to hosts to the amount actually seen by them. In many mature environments this ratio is near 100% (i.e. all the storage allocated is being seen), but this ratio can be extremely difficult to determine.  It relies on accurate measurements of both Array Used storage and Host Raw.</li>
<li><strong>Host Overhead</strong> reflects the amount of storage configured for use versus the amount the host can see. Since the Host Raw metric is a function of the storage administration team and the Host Usable a function of the systems administration team, this metric is a useful measurement of how well the two functions are cooperating. Data for this classification is collected from the host.</li>
<li><strong>File System Utilization</strong> is the amount of available file system space that actually contains data. File system utilization is familiar to most systems administrators. This metric is often shown in simple system commands like &#8220;df&#8221; on UNIX or &#8220;dir&#8221; on Windows. Data for this classification is collected from the host.</li>
<li><strong>Total Storage Utilization</strong> summarizes how well a company manages its storage assets across the entire business. This ratio is the default storage utilization metric used in publications and reflects the actual value an enterprise is deriving from its storage asset. Care is required in calculating this ratio to ensure that it accurately indicates utilization of the storage environment. Since the result of this ratio is often used in business cases and receives wide attention, it must be both logical and defendable.</li>
</ul>
<p>To these, I would add another intermediate and optional set of virtualization metrics and ratios for environments with storage or server virtualization. One could also presumably add a higher-level set of application efficiency ratios as well.</p>
<p>In the paper, Jon and I also proposed three best practices to improve storage utilization:</p>
<ol>
<li>Drive <strong>Array Utilization</strong> (Array Usable to Array Used) to greater than 90% (a storage administration responsibility)</li>
<li>Drive <strong>Allocation Efficiency</strong>: Bring Host Usable to be as close to Array Used as possible (a joint responsibility)</li>
<li>Drive <strong>Filesystem Utilization</strong> (&#8220;Host Usable to Host Used&#8221;) above 80% (a systems administration responsibility)</li>
</ol>
<p>Go <a href="http://blog.fosketts.net/wp-content/uploads/2007/12/utilization-whitepaper.pdf"  target="_blank">read the paper</a> and let me know what you think. Are we still stuck in 2001?</p>
<blockquote><p>This post can also be found on <a href="http://gestaltit.com"  target="_blank">Gestalt IT</a>: <a href="http://gestaltit.com/featured/top/stephen/storage-utilization-remains-at-2001-levels-low/" >Storage Utilization Remains at 2001 Levels: Low!</a></p>
</blockquote>
<ul>
</ul>
<ul>
</ul>
<div id="crp_related"><h3>You might also want to read these other posts...</h3><ul><li><a href="http://blog.fosketts.net/2008/10/01/storage-utilization-waterfall-raw-usable/"  rel="bookmark" class="crp_title">The Storage Utilization Waterfall: Raw, Usable, and Used</a></li><li><a href="http://blog.fosketts.net/2010/04/27/process-solutions-process-problems-technical-solutions-technical/"  rel="bookmark" class="crp_title">Use Process Solutions For Process Problems, Technical Solutions For Technical Ones</a></li><li><a href="http://blog.fosketts.net/2010/12/28/thin-provisioning-attacking-storage-utilization/"  rel="bookmark" class="crp_title">Thin Provisioning: Attacking Storage Utilization</a></li><li><a href="http://blog.fosketts.net/2010/07/22/stephen-fosketts-50-free-capacity-guarantee/"  rel="bookmark" class="crp_title">Stephen Foskett&#8217;s 50% Free Capacity Guarantee!</a></li><li><a href="http://blog.fosketts.net/2008/10/24/symantec-thin-api/"  rel="bookmark" class="crp_title">Symantec&#8217;s Thin API: The Plot Thickens</a></li></ul></div><script src="http://feeds.feedburner.com/~s/sfoskett?i=http://blog.fosketts.net/2009/01/13/low-storage-utilization/" type="text/javascript" charset="utf-8"></script><hr />
<p><small>© sfoskett for <a href="http://blog.fosketts.net">Stephen Foskett, Pack Rat</a>, 2009. |
<a href="http://blog.fosketts.net/2009/01/13/low-storage-utilization/">Storage Utilization Remains at 2001 Levels: Low!</a>
<br/>
This post was categorized as <a href="http://blog.fosketts.net/category/everything/computerhistory/" title="View all posts in Computer History" rel="category tag">Computer History</a>, <a href="http://blog.fosketts.net/category/everything/enterprisestorage/" title="View all posts in Enterprise storage" rel="category tag">Enterprise storage</a>, <a href="http://blog.fosketts.net/category/gestaltit/" title="View all posts in Gestalt IT" rel="category tag">Gestalt IT</a>, <a href="http://blog.fosketts.net/category/everything/virtualstorage/" title="View all posts in Virtual Storage" rel="category tag">Virtual Storage</a>. Each of my categories has its own feed if you'd like to filter out or focus on posts like this.<br/>
</small></p>]]></content:encoded>
			<wfw:commentRss>http://blog.fosketts.net/2009/01/13/low-storage-utilization/feed/</wfw:commentRss>
		<slash:comments>7</slash:comments>
		</item>
		<item>
		<title>EMC Makes Iomega Relevant Again</title>
		<link>http://blog.fosketts.net/2009/01/07/emc-iomega-relevant/</link>
		<comments>http://blog.fosketts.net/2009/01/07/emc-iomega-relevant/#comments</comments>
		<pubDate>Wed, 07 Jan 2009 17:18:30 +0000</pubDate>
		<dc:creator>Stephen</dc:creator>
				<category><![CDATA[Enterprise storage]]></category>
		<category><![CDATA[Terabyte home]]></category>
		<category><![CDATA[Virtual Storage]]></category>
		<category><![CDATA[Cisco]]></category>
		<category><![CDATA[Clik]]></category>
		<category><![CDATA[EMC]]></category>
		<category><![CDATA[ESX]]></category>
		<category><![CDATA[Excelstor]]></category>
		<category><![CDATA[HMND]]></category>
		<category><![CDATA[Iomega]]></category>
		<category><![CDATA[iSCSI]]></category>
		<category><![CDATA[ix2]]></category>
		<category><![CDATA[Lexar]]></category>
		<category><![CDATA[LifeLine]]></category>
		<category><![CDATA[Linksys]]></category>
		<category><![CDATA[Maxtor]]></category>
		<category><![CDATA[NAS]]></category>
		<category><![CDATA[nas storage]]></category>
		<category><![CDATA[network attached storage]]></category>
		<category><![CDATA[network storage]]></category>
		<category><![CDATA[NFS]]></category>
		<category><![CDATA[PNY]]></category>
		<category><![CDATA[Rev]]></category>
		<category><![CDATA[Seagate]]></category>
		<category><![CDATA[StorCenter]]></category>
		<category><![CDATA[VMware]]></category>
		<category><![CDATA[Western Digital]]></category>
		<category><![CDATA[Zip]]></category>

		<guid isPermaLink="false">http://blog.fosketts.net/?p=1293</guid>
		<description><![CDATA[Pity poor old Iomega. The company responsible for hot products like the Zip drive and coulda-beens like the Clik drive was stumbling in the early part of this decade, unable to distinguish itself from all of the other providers of commodity external storage devices for consumers. Although the company had built the Zip into a [...]]]></description>
			<content:encoded><![CDATA[<div id="attachment_1304" class="wp-caption alignright" style="width: 310px;  border: 1px solid #dddddd; background-color: #f3f3f3; padding-top: 4px; margin: 10px; text-align:center; float: right;"><img class="size-medium wp-image-1304" title="Iomega Zip 100 Parallel" src="http://blog.fosketts.net/wp-content/uploads/2009/01/img_0544-300x273.png" alt="Zip drives like this 1996 parallel-port example made Iomega famous" width="300" height="273" /><p style=' padding: 0 4px 5px; margin: 0;'  class="wp-caption-text">Zip drives like this 1996 parallel-port example made Iomega famous, but EMC is giving the company a second act</p></div>
<p><strong>Pity poor old Iomega</strong>. The company responsible for hot products like the <a rel="nofollow" href="http://en.wikipedia.org/wiki/Zip_drive"  target="_blank">Zip drive</a> and coulda-beens like the <a rel="nofollow" href="http://en.wikipedia.org/wiki/Iomega_Pocket_Zip_drive"  target="_blank">Clik drive</a> was stumbling in the early part of this decade, unable to distinguish itself from all of the other providers of commodity external storage devices for consumers. Although the company had built the Zip into a viable floppy drive successor, USB &#8220;thumb drives&#8221; took that market by storm, replacing removable disks with flash memory.</p>
<p>The company was working to break into the small business market in the middle of this decade, offering Rev disk-based backup, small desktop and rack-mount NAS servers, and internet storage in addition to well-regarded software add-ins. But by that time, Maxtor, Seagate, and Western Digital had come to dominate the external USB drive market, and Lexar, PNY, and the like had taken over the removable world.</p>
<p><strong>Then EMC stepped in</strong> with their March, 2008, $178 million <a href="http://blog.flickerdown.com/2008/03/20/on-iomega-and-other-musings/"  target="_blank">buyout offer</a>. Iomega <a href="http://www.blocksandfiles.co.uk/article/4271"  target="_blank">rebuffed the offer</a> at first, since it was in the process of being merged with China&#8217;s Excelstor. But after some apparently tough back and forth between the companies, Iomega finally <a rel="nofollow" href="http://thestorageanarchist.typepad.com/weblog/2008/04/0075-iomega-joi.html"  target="_blank">accepted</a> a $213 million offer in early April, completing the acquisition in June. Although it made sense for EMC to move down-market, as Cisco did with their similar Linksys acquisition, many wondered how this would work out, especially when one considers the contentious buyout process.</p>
<p>We needn&#8217;t have worried &#8211; ever since the EMC buyout, <strong>Iomega has rocketed forward</strong>, introducing intriguing new products, finding synergies within EMC, and <a href="http://news.digitaltrends.com/talk-back/277/the-rebirth-of-iomega"  target="_blank">gaining mindshare</a>. Although they still peddle commodity storage, Iomega&#8217;s new line of EMC-powered NAS systems is getting the real attention (VMware geeks especially should take a hard look at the StorCenter ix2!) But the company ought to make a few marketing changes if it is to really succeed.</p>
<p><span id="more-1293"></span></p>
<h3 class="post-subhead">EMC Throws a Lifeline</h3>
<p>Without a doubt, it was EMC&#8217;s <a href="http://www.emc.com/lifeline"  target="_blank">LifeLine</a> software that injected the most adrenalin into Iomega. Although it <a href="http://www.channelregister.co.uk/2007/11/08/intel_entry_storage_system_ss4200x/"  target="_blank">predated</a> the acquisition, <strong>LifeLine is a perfect fit for Iomega</strong>: It&#8217;s a Linux-based NAS operating system with RAID, Retrospect backup, integrated media services (compatible with iTunes, Xbox, Wii, and UPnP), print services, and unusual features like <a rel="nofollow" href="http://en.wikipedia.org/wiki/Picture_Transfer_Protocol"  target="_blank">Picture Transfer Protocol</a>, Bluetooth, and Axis surveillance storage.</p>
<p><div id="amazon-widget"><SCRIPT charset="utf-8" type="text/javascript" src="http://ws.amazon.com/widgets/q?ServiceVersion=20070822&MarketPlace=US&ID=V20070822/US/bananafishhome/8001/8a642a12-1fa9-4b4e-b8a0-37493412621d"> </SCRIPT> <NOSCRIPT><A HREF="http://ws.amazon.com/widgets/q?ServiceVersion=20070822&MarketPlace=US&ID=V20070822%2FUS%2Fbananafishhome%2F8001%2F8a642a12-1fa9-4b4e-b8a0-37493412621d&Operation=NoScript">Amazon.com Widgets</A></NOSCRIPT></div></p>
<p>It&#8217;s <a rel="nofollow" href="http://thestorageanarchist.typepad.com/weblog/2008/07/1016-emc-lifeli.html"  target="_blank">a great combination of home features</a>, and Iomega quickly launched a product including this software: the <a href="http://blog.wired.com/gadgets/2008/10/iomega-announce.html"  target="_blank">StorCenter ix2</a>. Although Iomega had used the StorCenter brand name <a href="http://www.engadget.com/2005/10/18/iomega-160gb-and-250gb-storcenter-nas-devices/"  target="_blank">for years</a> on a <a href="http://blogs.technet.com/windowsserver/archive/2006/11/28/big-storage-for-small-business.aspx"  target="_blank">variety</a> of <a href="http://www.smallnetbuilder.com/content/view/30034/75/"  target="_blank">NAS</a> <a href="http://www.engadget.com/2006/04/25/iomega-launches-storcenter-1tb-wireless-nas/"  target="_blank">devices</a>, the ix2 was the first to use EMC&#8217;s LifeLine software. The combination of Iomega, LifeLine, and Retrospect makes for a compelling home product, and many a &#8220;terabyte home&#8221; is switching to the platform. But the product&#8217;s <a href="http://www.engadget.com/2007/07/31/iomega-intros-new-storcenter-network-hard-drives/"  target="_blank">inherited</a> industrial design is <strong>plain</strong> (one blogger suggested it had a <a rel="nofollow" href="http://storagebod.typepad.com/storagebods_blog/2008/10/death-of-iscsi.html"  target="_blank">Wife Acceptance Factor issue</a>), and the naming is <strong>confusing</strong>. A casual shopper would have no way of differentiating the various StorCenter products &#8211; indeed, it is difficult for me to figure out the various product lines from Iomega&#8217;s <a href="http://store.iomega.com"  target="_blank">sales-oriented web site</a>!</p>
<p>Predictably, Iomega is expanding their LifeLine-powered lineup both down- and up-market. The company recently <a href="http://www.emc.com/about/news/press/2009/20090105-01.htm"  target="_blank">introduced</a> a smaller single-drive LifeLine-powered home NAS device, and we are hearing rumors of larger office-oriented versions. But the little guy also uses hand-me-down clothes, and is tagged with a mouthful of a name that is at once inconsistent and forgettable: <a href="http://www.theregister.co.uk/2009/01/05/iomega_home_server/"  target="_blank">Home Media Network Hard Drive</a>. The average consumer would have no way of knowing <strong>what lurks under the skin</strong> of this home NAS, since it looks exactly like the basic USB-connected Prestige line! Why can&#8217;t the company that gave us the pretty eGo drive design something a little more attractive &#8211; check out what <a href="http://www.engadget.com/2009/01/05/lacie-intros-22x-d2-external-dvd-burner-2tb-hard-disk-max/"  target="_blank">the competition is offering</a>!</p>
<h3 class="post-subhead">Moving On Up</h3>
<p>Although their home-oriented offerings are compelling, VMware geeks should keep their eye on the upscale uses of the LifeLine platform! It hasn&#8217;t been officially announced, but EMC folks are <a rel="nofollow" href="http://virtualgeek.typepad.com/virtual_geek/2008/11/vmworld-2008--.html"  target="_blank">saying</a> that iSCSI will be added to LifeLine in short order. And the platform is already <a rel="nofollow" href="http://virtualgeek.typepad.com/virtual_geek/2009/01/updated-homebrew-esx-hardware-list.html"  target="_blank">VMware certified</a>!</p>
<p>Interested in building <strong>your own VMware lab</strong>? Pick up an ix2 and use NFS until the iSCSI software is added. <a href="http://www.vmware.com/resources/compatibility/search.php?action=search&amp;deviceCategory=san&amp;productId=1&amp;keyBasic=iomega&amp;maxDisplayRows=50&amp;key=&amp;release%5B%5D=-1&amp;datePosted=-1"  target="_blank">It&#8217;s on the HCL</a>, and makes an excellent platform for playing around with ESX! Plus, you can stream iTunes and store webcam video of your door at the same time!</p>
<p>Although the rest of the StorCenter line isn&#8217;t currently LifeLine powered, I&#8217;m sure it&#8217;ll be upgraded in short order. It might not be powerful enough for real enterprise computing, but a small office or lab would be well served by EMC&#8217;s kid-brother systems.</p>
<p>Although Iomega&#8217;s latest offerings are compelling, the company really needs to do something about its marketing. Ditch the <strong>bland and confusing names and cases</strong> and come up with something really compelling. Let buyers know which systems are LifeLine-powered and transform the web site from an online store into a site that draws attention to the unique features of these systems. Although EMC&#8217;s products might sell themselves, the consumer / prosumer / small business market is a tough one, as Iomega must already know.</p>
<div id="crp_related"><h3>You might also want to read these other posts...</h3><ul><li><a href="http://blog.fosketts.net/2009/02/05/emc-lifeline-storcenter-pro-ix4-100/"  rel="bookmark" class="crp_title">EMC LifeLine Spreads To The Iomega StorCenter Pro ix4-100</a></li><li><a href="http://blog.fosketts.net/2009/04/16/iomega-storcenter-ix4-200r/"  rel="bookmark" class="crp_title">Iomega Grows Up and Moves Out of the House</a></li><li><a href="http://blog.fosketts.net/2009/08/27/iomega-ix4-200d/"  rel="bookmark" class="crp_title">Iomega&#8217;s ix4-200d: A Killer Desktop Storage Array</a></li><li><a href="http://blog.fosketts.net/2009/02/24/hitachi-simpletech-emc-iomega/"  rel="bookmark" class="crp_title">Does Hitachi+SimpleTech = EMC+Iomega?</a></li><li><a href="http://blog.fosketts.net/2011/08/23/iomega-introduces-storcenter-px12350r/"  rel="bookmark" class="crp_title">Iomega Introduces the StorCenter px12-350r</a></li></ul></div><script src="http://feeds.feedburner.com/~s/sfoskett?i=http://blog.fosketts.net/2009/01/07/emc-iomega-relevant/" type="text/javascript" charset="utf-8"></script><hr />
<p><small>© sfoskett for <a href="http://blog.fosketts.net">Stephen Foskett, Pack Rat</a>, 2009. |
<a href="http://blog.fosketts.net/2009/01/07/emc-iomega-relevant/">EMC Makes Iomega Relevant Again</a>
<br/>
This post was categorized as <a href="http://blog.fosketts.net/category/everything/enterprisestorage/" title="View all posts in Enterprise storage" rel="category tag">Enterprise storage</a>, <a href="http://blog.fosketts.net/category/everything/terabytehome/" title="View all posts in Terabyte home" rel="category tag">Terabyte home</a>, <a href="http://blog.fosketts.net/category/everything/virtualstorage/" title="View all posts in Virtual Storage" rel="category tag">Virtual Storage</a>. Each of my categories has its own feed if you'd like to filter out or focus on posts like this.<br/>
</small></p>]]></content:encoded>
			<wfw:commentRss>http://blog.fosketts.net/2009/01/07/emc-iomega-relevant/feed/</wfw:commentRss>
		<slash:comments>4</slash:comments>
	
		<series:name><![CDATA[Iomega]]></series:name>
	</item>
		<item>
		<title>Who Will Capture the 10 Gigabit Ethernet Crown?</title>
		<link>http://blog.fosketts.net/2008/12/19/next-generation-10-gigabit-ethernet/</link>
		<comments>http://blog.fosketts.net/2008/12/19/next-generation-10-gigabit-ethernet/#comments</comments>
		<pubDate>Fri, 19 Dec 2008 18:22:36 +0000</pubDate>
		<dc:creator>Stephen</dc:creator>
				<category><![CDATA[Enterprise storage]]></category>
		<category><![CDATA[Gestalt IT]]></category>
		<category><![CDATA[Virtual Storage]]></category>
		<category><![CDATA[10 gigabit Ethernet]]></category>
		<category><![CDATA[Arista]]></category>
		<category><![CDATA[Brocade]]></category>
		<category><![CDATA[CEE]]></category>
		<category><![CDATA[Cisco]]></category>
		<category><![CDATA[convergence]]></category>
		<category><![CDATA[DCB]]></category>
		<category><![CDATA[DCE]]></category>
		<category><![CDATA[Ethernet]]></category>
		<category><![CDATA[FCoE]]></category>
		<category><![CDATA[Force10]]></category>
		<category><![CDATA[Foundry]]></category>
		<category><![CDATA[HP]]></category>
		<category><![CDATA[network storage]]></category>
		<category><![CDATA[Nuova]]></category>
		<category><![CDATA[ProCurve]]></category>
		<category><![CDATA[san storage]]></category>
		<category><![CDATA[storage area network]]></category>
		<category><![CDATA[Sun]]></category>
		<category><![CDATA[Woven]]></category>

		<guid isPermaLink="false">http://blog.fosketts.net/?p=970</guid>
		<description><![CDATA[Today, Brocade announced that it has completed its acquisition of Foundry Networks.  This is just the latest move in the strategic game to control the next generation of Ethernet, and possibly all local connectivity, including storage. Although 1 Gb Ethernet, 4 and 8 Gb Fibre Channel, and InfiniBand are all still going strong, the attention of the industry, [...]]]></description>
			<content:encoded><![CDATA[<p style="text-align: center;"><img style=' display: block; margin-right: auto; margin-left: auto;'  class="aligncenter size-full wp-image-1276" title="Lego Chess Board" src="http://blog.fosketts.net/wp-content/uploads/2008/12/img_0413.png" alt="Lego Chess Board" width="490" height="197" /></p>
<p>Today, <a href="http://brocade.com"  target="_blank">Brocade</a> <a href="http://phx.corporate-ir.net/phoenix.zhtml?c=90440&amp;p=irol-newsArticle_print&amp;ID=1238061&amp;highlight="  target="_blank">announced</a> that it has completed its acquisition of <a href="http://www.foundrynet.com/" title="Foundry Networks"  target="_blank">Foundry Networks</a>.  This is just the latest move in the strategic game to control the next generation of Ethernet, and possibly all local connectivity, including storage. Although 1 Gb Ethernet, 4 and 8 Gb Fibre Channel, and InfiniBand are all still going strong, the attention of the <a rel="nofollow" href="http://chucksblog.typepad.com/chucks_blog/2008/10/fcoe-gets-taken.html"  target="_blank">industry</a>, the <a href="http://storageio.com/blog/?p=59"  target="_blank">pundits</a>, and the <a href="http://thefutureofstorage.com/archives/119"  target="_blank">prognosticators</a> (myself included) is firmly fixed on enhanced 10 Gb Ethernet. So Brocade&#8217;s move seems especially relevant to the core question of <strong>which companies will thrive and which will fail</strong> in a 10 Gb world.</p>
<p><a href="http://cisco.com/" title="Cisc"  target="_blank">Cisco</a> is, as always, the big player everyone is gunning for. They created a subsidiary, <a href="http://www.nuovasystems.com/index2.html"  target="_blank">Nuova</a>, to develop a next-generation architecture, then <a href="http://newsroom.cisco.com/dlls/2008/prod_040808b.html"  target="_blank">absorbed the company</a> in April. The result of Nuova&#8217;s work is Cisco&#8217;s <a href="http://www.cisco.com/en/US/products/ps9441/Products_Sub_Category_Home.html"  target="_blank">Nexus</a> line of data center switching products as well as much contribution to enhancements to Ethernet, known as Data Center Bridging (DCB) to the IEEE, Data Center Ethernet (DCE) <a href="http://blogs.cisco.com/datacenter/comments/dce_cee_and_dcb_what_is_the_difference/#When:18:29:00Z"  target="_blank">to Cisco</a>, and Converged Enhanced Ethernet (CEE) to others. The whole Nuova episode worked out quite well for Cisco, and they are <a href="http://storageio.com/blog/?p=147"  target="_blank">well-positioned</a> in the next-generation Ethernet game.</p>
<p>Although the fight to control the next generation of datacenter I/O can sometimes seem like a two-way battle between Cisco and Brocade, there are many players involved:</p>
<ul>
<li><a href="http://www.wovensystems.com/" title="Woven Systems"  target="_blank">Woven Systems</a> <a href="http://venturebeat.com/2008/10/23/2008/10/13/woven-systems-launches-second-generation-of-enterprise-switches/" title="launched its second generation product"  target="_blank">launched its second-generation product</a> in October. Aimed squarely at the largest data centers, the Woven line sells at bargain prices and <a href="http://www.wovensystems.com/solutions/"  target="_blank">expands incrementally</a>, maintaining performance, according to the company.</li>
<li><a href="http://www.force10networks.com/" title="Force10"  target="_blank">Force10</a> has also found success selling a complete line of 10 Gb Ethernet products, from the core data center to the edge.<a href="http://www.foundrynet.com/" title="Foundry Networks"  target="_blank"></a></li>
<li><a href="http://www.procurve.com/choice/index.htm"  target="_blank">HP&#8217;s ProCurve line</a> is mostly focused on smaller businesses, but the number-two supplier of networking hardware shouldn&#8217;t be discounted in this horse race!</li>
<li><a href="http://www.aristanetworks.com/en/Index"  target="_blank">Arista Networks</a> is another dark horse. With ex-Cisco &#8220;<a href="http://www.networkworld.com/community/node/18548"  target="_blank">Data Center 3.0 commander</a>&#8221; Jayshree Ullal and <a href="http://valleywag.com/5067856/andy-bechtolsheim-quits-sun-again"  target="_blank">ex-Sun</a> Andy Bechtolsheim, Arista has so far played its 10 Gb song to a cloud computing refrain. But the company reportedly has strong technology, and could be a contender in the converged I/O space as well.</li>
</ul>
<p>This playing field is wide open. I expect Brocade and Cisco to be major players over the next few years, and that HP will acquire one of the other players at some point to add to their ProCurve line. But no matter who wins, the dominance of 10 Gb Ethernet is a safe bet.</p>
<div id="crp_related"><h3>You might also want to read these other posts...</h3><ul><li><a href="http://blog.fosketts.net/2007/07/25/is-storage-really-that-different/"  rel="bookmark" class="crp_title">Is Storage Really That Different?</a></li><li><a href="http://blog.fosketts.net/2010/08/26/enterprise-acquisition-game/"  rel="bookmark" class="crp_title">The Enterprise IT Acquisition Game</a></li><li><a href="http://blog.fosketts.net/2008/10/16/fcoe-versus-iscsi/"  rel="bookmark" class="crp_title">Is the FCoE Starting Pistol Aimed at iSCSI?</a></li><li><a href="http://blog.fosketts.net/2011/10/21/fcoe-ready-prime-time/"  rel="bookmark" class="crp_title">Multi-Hop FCoE Is Not Ready For Prime Time (Yet)</a></li><li><a href="http://blog.fosketts.net/2009/04/01/who-am-i-fooling/"  rel="bookmark" class="crp_title">Cisco&#8217;s Wireless Data Center Pours On The Power</a></li></ul></div><script src="http://feeds.feedburner.com/~s/sfoskett?i=http://blog.fosketts.net/2008/12/19/next-generation-10-gigabit-ethernet/" type="text/javascript" charset="utf-8"></script><hr />
<p><small>© sfoskett for <a href="http://blog.fosketts.net">Stephen Foskett, Pack Rat</a>, 2008. |
<a href="http://blog.fosketts.net/2008/12/19/next-generation-10-gigabit-ethernet/">Who Will Capture the 10 Gigabit Ethernet Crown?</a>
<br/>
This post was categorized as <a href="http://blog.fosketts.net/category/everything/enterprisestorage/" title="View all posts in Enterprise storage" rel="category tag">Enterprise storage</a>, <a href="http://blog.fosketts.net/category/gestaltit/" title="View all posts in Gestalt IT" rel="category tag">Gestalt IT</a>, <a href="http://blog.fosketts.net/category/everything/virtualstorage/" title="View all posts in Virtual Storage" rel="category tag">Virtual Storage</a>. Each of my categories has its own feed if you'd like to filter out or focus on posts like this.<br/>
</small></p>]]></content:encoded>
			<wfw:commentRss>http://blog.fosketts.net/2008/12/19/next-generation-10-gigabit-ethernet/feed/</wfw:commentRss>
		<slash:comments>3</slash:comments>
		</item>
		<item>
		<title>Storage Folks Are Talking 10-Gig and FCoE</title>
		<link>http://blog.fosketts.net/2008/11/21/10-gig-iscsi-fcoe/</link>
		<comments>http://blog.fosketts.net/2008/11/21/10-gig-iscsi-fcoe/#comments</comments>
		<pubDate>Fri, 21 Nov 2008 23:07:17 +0000</pubDate>
		<dc:creator>Stephen</dc:creator>
				<category><![CDATA[Enterprise storage]]></category>
		<category><![CDATA[Virtual Storage]]></category>
		<category><![CDATA[10 gigabit Ethernet]]></category>
		<category><![CDATA[Dave Raffo]]></category>
		<category><![CDATA[FCoE]]></category>
		<category><![CDATA[InfiniBand]]></category>
		<category><![CDATA[iSCSI]]></category>
		<category><![CDATA[network storage]]></category>
		<category><![CDATA[san storage]]></category>
		<category><![CDATA[SAS]]></category>
		<category><![CDATA[storage area network]]></category>

		<guid isPermaLink="false">http://blog.fosketts.net/?p=1143</guid>
		<description><![CDATA[I continue to be amazed by the level of interest I&#8217;m seeing in Fibre Channel over Ethernet (FCoE) and 10 Gb Converged Ethernet among storage people. As I noted after my Charlotte virtualization seminar, end users at the largest enterprises seem to think that FCoE is their future, not just one of several options. But [...]]]></description>
			<content:encoded><![CDATA[<p>I continue to be amazed by the level of interest I&#8217;m seeing in Fibre Channel over Ethernet (FCoE) and 10 Gb Converged Ethernet among storage people. As I noted after my Charlotte virtualization seminar, end users at the largest enterprises seem to think that <a href="http://blog.fosketts.net/2008/10/21/storage-virtualization-thoughts-reactions/"  target="_blank">FCoE is their future</a>, not just one of several options.</p>
<p>But when will 10 Gb and FCoE arrive? Dave Raffo and I discussed the topic after Storage Decisions, and he just wrote an article on the topic, <a href="http://storage.blogs.techtarget.com/2008/11/21/10gige-still-seeking-killer-app/" ><em>10GigE still seeking killer app</em></a>. Here are some points that came up in our discussion:</p>
<ul>
<li>Shipping and supported 10 Gb HBAs and CNAs are the key requirement, and it looks like the schedules of Microsoft, VMware, Sun, and Linus Torvalds will determine when the floodgates open</li>
<li>iSCSI people are talking 10 Gb, too, and they might end up adopting it first with software initiators</li>
<li>Interest in FCoE is focused at the largest enterprise shops, and I&#8217;m seeing a distinct line between &#8220;iSCSI shops&#8221; and &#8220;(future) FCoE shops&#8221; with very little overlap (as I previously noted, <a href="http://blog.fosketts.net/2008/10/16/fcoe-versus-iscsi/"  target="_blank">iSCSI and FCoE aren&#8217;t mortal enemies</a>, and <a href="http://blog.fosketts.net/2008/10/19/fcoe-reality/"  target="_blank">FCoE will rule in the largest environments</a>) </li>
<li>No one is talking about 8 Gb Fibre Channel &#8211; they have all decided that 10 Gb FCoE or iSCSI is the next step for block storage</li>
<li>InfiniBand has its believers (and they are rabid fans!), but the users I talk to are, as a rule, heading toward FCoE rather than IB for their future connectivity</li>
<li>There is a tiny bit of user interest in moving back to SAS-enabled DAS for virtual server environments</li>
<li>Everyone I talk to is shocked there isn&#8217;t a 10 Gb iSCSI array on the market yet, and we all expect to see this before FCoE</li>
<li>Although some vendors have announced FCoE products, they&#8217;re not here yet &#8211; and it will be another year still before we see production deployment</li>
</ul>
<blockquote><p>See my posts on <a href="http://gestaltit.com/author/stephen/"  target="_blank">Gestalt IT</a> for similar <a href="http://gestaltit.com"  target="_blank">enterprise IT infrastructure commentary</a></p>
</blockquote>
<div id="crp_related"><h3>You might also want to read these other posts...</h3><ul><li><a href="http://blog.fosketts.net/2008/04/22/will-fcoe-rule-the-future/"  rel="bookmark" class="crp_title">Will FCoE Rule the Future?</a></li><li><a href="http://blog.fosketts.net/2008/10/16/fcoe-versus-iscsi/"  rel="bookmark" class="crp_title">Is the FCoE Starting Pistol Aimed at iSCSI?</a></li><li><a href="http://blog.fosketts.net/2008/10/19/fcoe-reality/"  rel="bookmark" class="crp_title">Reality Check: The FCoE Forecast</a></li><li><a href="http://blog.fosketts.net/2009/03/11/10-gbe-iscsi-fcoe-microsoft/"  rel="bookmark" class="crp_title">10 GbE, iSCSI, FCoE, Microsoft, and the Future</a></li><li><a href="http://blog.fosketts.net/2010/04/15/microsoft-windows-server-fcoe-support/"  rel="bookmark" class="crp_title">Where Is Microsoft&#8217;s FCoE Support?</a></li></ul></div><script src="http://feeds.feedburner.com/~s/sfoskett?i=http://blog.fosketts.net/2008/11/21/10-gig-iscsi-fcoe/" type="text/javascript" charset="utf-8"></script><hr />
<p><small>© sfoskett for <a href="http://blog.fosketts.net">Stephen Foskett, Pack Rat</a>, 2008. |
<a href="http://blog.fosketts.net/2008/11/21/10-gig-iscsi-fcoe/">Storage Folks Are Talking 10-Gig and FCoE</a>
<br/>
This post was categorized as <a href="http://blog.fosketts.net/category/everything/enterprisestorage/" title="View all posts in Enterprise storage" rel="category tag">Enterprise storage</a>, <a href="http://blog.fosketts.net/category/everything/virtualstorage/" title="View all posts in Virtual Storage" rel="category tag">Virtual Storage</a>. Each of my categories has its own feed if you'd like to filter out or focus on posts like this.<br/>
</small></p>]]></content:encoded>
			<wfw:commentRss>http://blog.fosketts.net/2008/11/21/10-gig-iscsi-fcoe/feed/</wfw:commentRss>
		<slash:comments>2</slash:comments>
		</item>
	</channel>
</rss>

