<?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; Sunday series Archives  &#8211; Stephen Foskett, Pack Rat</title>
	<atom:link href="http://blog.fosketts.net/tag/sunday-series/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>Where Will Virtualization of Data Center Infrastructure Take Us?</title>
		<link>http://blog.fosketts.net/2011/04/23/virtualization-data-center-infrastructure/</link>
		<comments>http://blog.fosketts.net/2011/04/23/virtualization-data-center-infrastructure/#comments</comments>
		<pubDate>Sat, 23 Apr 2011 13:00:01 +0000</pubDate>
		<dc:creator>Stephen</dc:creator>
				<category><![CDATA[Enterprise storage]]></category>
		<category><![CDATA[Gestalt IT]]></category>
		<category><![CDATA[Virtual Storage]]></category>
		<category><![CDATA[Amazon]]></category>
		<category><![CDATA[Google]]></category>
		<category><![CDATA[InfiniBand]]></category>
		<category><![CDATA[network virtualization]]></category>
		<category><![CDATA[server virtualization]]></category>
		<category><![CDATA[storage virtualization]]></category>
		<category><![CDATA[Sunday series]]></category>
		<category><![CDATA[updated]]></category>
		<category><![CDATA[VDC-OS]]></category>
		<category><![CDATA[VMware]]></category>

		<guid isPermaLink="false">http://blog.fosketts.net/?p=1154</guid>
		<description><![CDATA[Virtualization of IT systems decouples physical infrastructure from logical resources, hiding complexity and enabling new capabilities. However, not all potential benefits of virtualization have meaningful value outside IT circles: Too many of our discussions revolve around the very complexity that virtualization technology should be hiding! True business value is derived from transformed virtual resources in the next-generation data center, not the incremental capacity gains of virtual servers. But how will we get there, and what will this future look like?]]></description>
			<content:encoded><![CDATA[<div id="attachment_1238" class="wp-caption aligncenter" style="width: 220px;  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/800px-cmrr_coupling_side_view.jpg" ><img class="size-medium wp-image-1238 " title="800px-cmrr_coupling_side_view" src="http://blog.fosketts.net/wp-content/uploads/2008/12/800px-cmrr_coupling_side_view-300x201.jpg" alt="Virtualization decouples the " width="210" height="141" /></a><p style=' padding: 0 4px 5px; margin: 0;'  class="wp-caption-text">Virtualization decouples physical infrastructure from logical resources</p></div>
<p>Virtualization of IT systems decouples physical infrastructure from logical resources, hiding complexity and enabling new capabilities. However, not all potential benefits of virtualization have meaningful value outside IT circles: Too many of our discussions revolve around the very complexity that virtualization technology should be hiding! True business value is derived from transformed virtual resources in the next-generation data center, not the incremental capacity gains of virtual servers. But how will we get there, and what will this future look like?</p>
<h3 class="post-subhead">The Problem with Virtual Servers</h3>
<p>Implementation of virtualization technology to date has merely delivered condensation of physical resources: 250 physical servers are condensed onto 20 physical servers, but 250 virtual server images remain. True, this does result in the reduction of data center footprint, from rack space to power and cooling, enabling moderate cost savings. But these are not examples of real consolidation, let alone business transformation.</p>
<p>Many have lamented this &#8220;virtual server sprawl&#8221; and suggested alternative methods of consolidating low-utilization applications into larger, more flexible &#8220;resource servers&#8221;. For example, numerous SQL servers can be combined on a single central server with more focused management. But these larger resource servers are not normally virtualized since their concentrated I/O demands can overtax current server virtualization platforms. Therefore, consolidation and virtualization remain separate.</p>
<p>This is the problem with conventional server virtualization. It enables us to condense data center demands for some systems, but delivers very little else apart from new backup and management headaches. Certainly we can provision servers more quickly, and we might be able to recover from a disaster more easily, but these are IT-facing benefits that other business entities care little about.</p>
<h3 class="post-subhead">Storage and Network Virtualization</h3>
<p>Virtualization of storage and network resources face even higher barriers. Where server virtualization has quickly delivered incremental &#8220;green&#8221; savings, these benefits are harder to come by in other areas.</p>
<p>Storage virtualization primarily delivers flexibility. SAN or NAS systems can be combined into larger pools, allowing existing resources to be better utilized or provisioned more quickly. But there is only a little cost avoidance to be gleaned from more efficient use of storage capacity. Real cost savings would require reduction of infrastructure, and constant data growth makes this extremely difficult to achieve. Other benefits, like enhanced data migration or heterogeneous replication, ought to be invisible to the business anyway.</p>
<p>Network virtualization lags even further behind. Only a few shops have attempted to use technology like InfiniBand to enable flexible virtual connectivity, though the future Converged Enhanced Ethernet concept is beginning to spark some interest. Here again, financial benefits from network virtualization technology are limited to a moderate reduction in future equipment cost.</p>
<h3 class="post-subhead">Transforming the Data Center</h3>
<p>In all three instances (server, storage, and network), the financial benefits are merely the sideshow. The underlying benefit from virtualization of IT infrastructure comes from the extension of IT systems outside the data center, a change on the order of the advent of minicomputers or the spread of open systems.</p>
<p>VMware recently laid out <a href="http://blog.fosketts.net/2008/09/16/vmware-virtual-datacenter-operating-system-vdc-os/"  target="_blank">a serious and compelling vision</a> of this future Virtual Data Center as VDC-OS. Their concept is evolutionary and radical at once, with the simple virtual server infrastructure of today augmented with increasingly uniform and flexible storage and network layers. This culminates in a truly virtual data center, where running server images can move from device to device, location to location, and even out to the cloud.</p>
<p>VMware&#8217;s brilliance is in leveraging what works today (virtual server images on ESX) to build a foundation for complete virtualization of physical resources. But virtual servers running on VDC-OS remain tied to the present: They run the same operating systems and will likely remain bound to the same &#8220;one (virtual) server per application&#8221; world view that pervades open systems today. This leads to exactly the same situation of server sprawl that has proven a management nightmare.</p>
<p>Others are extending the web hosting concept to enable custom applications to be run on the scalable, flexible, multi-homed servers that run the world&#8217;s biggest Internet applications. Google and Amazon&#8217;s visions are decidedly post-data center, with applications, rather than server images, being the primary unit, and database-style storage replacing conventional blocks and files. Use of these web-oriented application platforms has so far been limited to entirely new systems built from scratch to take advantage of them, limiting their appeal to current IT environments.</p>
<h3 class="post-subhead">Where Is the Business Value?</h3>
<p>Yet, most discussions of these virtualization strategies (mine included) fails when it comes to demonstrating real business value. We must move away from quickly-forgotten cost savings and focus instead on profoundly transforming how IT serves business goals. Virtualized infrastructure allows flexibility and scalability, changing how everything in IT works.</p>
<p>Whether it uses conventional operating systems and applications or re-engineered web-enabled solutions, virtualized infrastructure fundamentally changed our world. Organizations would be free to physically move their systems, even outsourcing or offshoring the infrastructure component entirely. They could move to an on-demand purchasing model for logical capacity, not just bits and bytes.</p>
<p>In the process, they would render current server platforms, operating systems, and storage devices irrelevant. Undoubtedly, attaining this future remains a while off, but IT professionals should consider its implications. Much of what we do is focused on making the &#8220;plumbing&#8221; work efficiently rather than serving the needs of the business. Where do we stand once the perennial issues of performance, availability, and scalability are solved?</p>
<p><em>photo by Roy Smith</em></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/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/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/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/2009/04/02/changing-times-demand-focus/"  rel="bookmark" class="crp_title">Changing Times Demand Focus</a></li><li><a href="http://blog.fosketts.net/2012/01/16/virtual-machine-mobility-state/"  rel="bookmark" class="crp_title">Virtual Machine Mobility: Of What, and to Where and in What State?</a></li></ul></div><script src="http://feeds.feedburner.com/~s/sfoskett?i=http://blog.fosketts.net/2011/04/23/virtualization-data-center-infrastructure/" 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/23/virtualization-data-center-infrastructure/">Where Will Virtualization of Data Center Infrastructure Take Us?</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/2011/04/23/virtualization-data-center-infrastructure/feed/</wfw:commentRss>
		<slash:comments>8</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>Physical Security for the Road Warrior</title>
		<link>http://blog.fosketts.net/2008/11/30/physical-security-road-warrior/</link>
		<comments>http://blog.fosketts.net/2008/11/30/physical-security-road-warrior/#comments</comments>
		<pubDate>Sun, 30 Nov 2008 16:00:54 +0000</pubDate>
		<dc:creator>Stephen</dc:creator>
				<category><![CDATA[Personal]]></category>
		<category><![CDATA[Dell]]></category>
		<category><![CDATA[digital nomad]]></category>
		<category><![CDATA[security]]></category>
		<category><![CDATA[Sunday series]]></category>

		<guid isPermaLink="false">http://blog.fosketts.net/?p=951</guid>
		<description><![CDATA[This is part of an ongoing series of longer articles I am posting on Sundays. In this digital age, it is easy to overlook the critical element of physical security. Put simply, it is often far more efficient to steal or gain access to a physical object like a laptop or flash drive than to [...]]]></description>
			<content:encoded><![CDATA[<div id="attachment_1147" 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/2008/11/img_0348.png" ><img class="size-medium wp-image-1147" title="Kensington Lock" src="http://blog.fosketts.net/wp-content/uploads/2008/11/img_0348.png" alt="You can never be totally secure, but basic precautions can help" width="300" height="183" /></a><p style=' padding: 0 4px 5px; margin: 0;'  class="wp-caption-text">You can never be totally secure, but basic precautions like this simple cable lock for laptops can help</p></div>
<p style="padding-left: 30px;"><em>This is part of an ongoing <a href="http://blog.fosketts.net/tag/Sunday-series/"  target="_self">series of longer articles I am posting on Sundays</a>.</em></p>
<p>In this digital age, it is easy to overlook the critical element of physical security. Put simply, it is often far more efficient to steal or gain access to a physical object like a laptop or flash drive than to break into a computer system. And despite the sanitary and controlled environments many mobile employees often travel in, risks to personal safety are real. Therefore, it is sensible to consider the physical security needs of the road warrior.<span id="more-951"></span></p>
<h3 class="post-subhead">Protecting Your Data</h3>
<p>Road warriors love gadgets, but so do thieves. According to a <a rel="nofollow" href="http://www.dell.com/downloads/global/services/dell_lost_laptop_study.pdf"  target="_blank">2008 Ponemon Institute study for Dell</a>, over 12,000 laptop computers are lost in US airports each week, and 70% of these are never reclaimed. Other studies have shown similar losses at public places like restaurants, hotels, and parking lots. Thumb drives, portable hard drives, and smart phones share the top of the most-stolen list with laptop computers.</p>
<div id="attachment_1148" class="wp-caption alignright" style="width: 307px;  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/2008/11/img_0340.png" ><img class="size-medium wp-image-1148" title="Portable Drives" src="http://blog.fosketts.net/wp-content/uploads/2008/11/img_0340-297x300.png" alt="Portable drives are particularly easy to snatch" width="297" height="300" /></a><p style=' padding: 0 4px 5px; margin: 0;'  class="wp-caption-text">Portable drives are particularly easy to snatch</p></div>
<p>Because these are often crimes of opportunity, the simplest protective measure is to keep these devices under ones personal control at all times. Never ask a stranger to watch your bag, and do not leave computers or peripherals unattended in conference rooms or hotels.</p>
<p>Special care is needed when passing through airport security: Never put your laptop or other valuable items through the scanner first, since you may be delayed while passing through the metal detector. Instead, place them in the middle or rear of your items so they will remain inside the x-ray machine until you emerge on the other side to retrieve them.</p>
<p>Most hotel rooms have safes available, and these should be used whenever you must leave your laptop or other valuables behind. Although they are not foolproof, they are much more secure than car trunks, cable locks, or bell desks. If a safe is not available or is too small, use a Kensington-type lock to secure your laptop computer to a bulky and sturdy object like a desk. These will not stop a determined thief, but should be enough to discourage a snatcher.</p>
<h3 class="post-subhead">Protecting Yourself</h3>
<p><a href="http://blog.fosketts.net/wp-content/uploads/2008/11/img_0227.jpg" ><img style=' float: right; padding: 4px; margin: 0 0 2px 7px;'  class="alignright size-medium wp-image-1146" title="Hotel Door Lock" src="http://blog.fosketts.net/wp-content/uploads/2008/11/img_0227-206x300.jpg" alt="" width="206" height="300" /></a>Many of us wrongly assume we are safe in the familiar surroundings of offices, hotels, airports, and restaurants. The rolling suitcase, airline ticket, and laptop bag marks us as targets even in these environments, and serve as enticing evidence of loot to be had.</p>
<p>One of the best ways of protecting one’s safety when traveling is always to be aware and prepared. Get directions ahead of time instead of asking, staring at your PDA or GPS, or driving around. Consider whether your surroundings put you at risk: Select hotels in safer neighborhoods or where access is more controlled. Avoid public transportation when toting cumbersome bags, even if you would happily take the bus or subway alone. Spending a bit more money is preferable to losing your valuables or coming to harm.</p>
<p>When you are away from the office or hotel, dress like a local and watch out for too-friendly strangers. Most people are helpful to others, but avoid those who ask prying questions of offer extravagant services. Con-men often prey on travelers, waiting near hotels, airports, and offices. For example, never take an un-licensed limousine or taxi since these nearly always end up being more costly or risky than desired.</p>
<p>Business travel can be enjoyable, but one must always be careful to avoid becoming a victim!</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/09/07/the-road-warriors-laptop/"  rel="bookmark" class="crp_title">The Road Warrior&#8217;s Laptop</a></li><li><a href="http://blog.fosketts.net/2008/10/26/office-home/"  rel="bookmark" class="crp_title">Out of the Office and Away From Home</a></li><li><a href="http://blog.fosketts.net/2008/02/05/tsa-blog-ignites-vitriol/"  rel="bookmark" class="crp_title">TSA Blog Ignites Vitriol</a></li><li><a href="http://blog.fosketts.net/2008/08/18/iphone-on-sprint-ev-do/"  rel="bookmark" class="crp_title">My iPhone is on Sprint&#8217;s EV-DO Network (and So Are My PCs!)</a></li><li><a href="http://blog.fosketts.net/2010/10/22/iomega-external-ssd-usb-30/"  rel="bookmark" class="crp_title">Iomega Bundles Capacity and Performance in New External SSD Drive</a></li></ul></div><script src="http://feeds.feedburner.com/~s/sfoskett?i=http://blog.fosketts.net/2008/11/30/physical-security-road-warrior/" 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/30/physical-security-road-warrior/">Physical Security for the Road Warrior</a>
<br/>
This post was categorized as <a href="http://blog.fosketts.net/category/everything/personal/" title="View all posts in Personal" rel="category tag">Personal</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/30/physical-security-road-warrior/feed/</wfw:commentRss>
		<slash:comments>2</slash:comments>
		</item>
		<item>
		<title>Flash Forward or Flash Back?</title>
		<link>http://blog.fosketts.net/2008/11/08/flash-forward-flash-back/</link>
		<comments>http://blog.fosketts.net/2008/11/08/flash-forward-flash-back/#comments</comments>
		<pubDate>Sat, 08 Nov 2008 16:00:52 +0000</pubDate>
		<dc:creator>Stephen</dc:creator>
				<category><![CDATA[Apple]]></category>
		<category><![CDATA[Computer History]]></category>
		<category><![CDATA[Enterprise storage]]></category>
		<category><![CDATA[Dell]]></category>
		<category><![CDATA[DMX]]></category>
		<category><![CDATA[DRAM]]></category>
		<category><![CDATA[EMC]]></category>
		<category><![CDATA[iPod]]></category>
		<category><![CDATA[iPod Classic]]></category>
		<category><![CDATA[MacBook Air]]></category>
		<category><![CDATA[NAND]]></category>
		<category><![CDATA[SSD]]></category>
		<category><![CDATA[Sunday series]]></category>
		<category><![CDATA[Symmetrix]]></category>
		<category><![CDATA[tiered storage]]></category>
		<category><![CDATA[Untitled]]></category>

		<guid isPermaLink="false">http://blog.fosketts.net/2008/10/05/flash-forward-or-flash-back/</guid>
		<description><![CDATA[This is part of an ongoing series of longer articles I am posting every Sunday. The tech industry has been buzzing about solid state drives (SSDs) again lately, but many questions remain. Even after many major vendors (Apple, EMC, and Dell to name a few) have introduced NAND flash-based disk into their core products, it is [...]]]></description>
			<content:encoded><![CDATA[<p style="padding-left: 30px;"><em>This is part of an ongoing </em><a href="http://blog.fosketts.net/tag/Sunday-series/"  target="_self"><em>series of longer articles I am posting every Sunday</em></a><em>.</em></p>
<p>The tech industry has been buzzing about solid state drives (SSDs) again lately, but many questions remain. Even after many major vendors (Apple, EMC, and Dell to name a few) have introduced NAND flash-based disk into their core products, it is unclear whether non-disk storage will fly or flop. I&#8217;m betting it will find a nice niche, but that traditional spinning disks are here for a good long time.<span id="more-617"></span></p>
<h3 class="post-subhead">Apple&#8217;s Flashing Success</h3>
<p>When Apple switched from hard disks to flash in their mainstream product line, the world was abuzz with the novelty: Would flash displace hard drives? Sure, the company still offered disk-based storage for those needing vast capacity, but most people found that 8 GB or so of storage was plenty for daily use. Of course, instead of the MacBook Air, I&#8217;m talking about the iPod family, which contains just a single disk-based model.</p>
<p>Like the Air, the iPod demonstrates that what matters in the &#8220;take it with you&#8221; market is portability in the form of low weight, perceived durability, and compact dimensions. And NAND flash excels when it comes to packaging. The flash-based iPod is an excellent semaphore for this market segment in other ways, too. Audio files are fairly small, so music users don&#8217;t need all that much storage, relatively speaking. They will gladly ignore the cost per GB, too, at such small capacity points: iPod Nano buyers pay ten times more per GB than iPod Classic buyers.</p>
<p>In the case of the iPod, the compact size and joggable durability afforded by the flash iPods is worth the money to most buyers, not that flash player has sufficient capacity to meet their needs. The MacBook Air teaches a slightly different lesson: Although reviewers are quick to point out that the speed and battery life difference between the hard disk and NAND flash versions of the mini notebook are negligible, early buyers were happy to pay $1000 extra to skip the disk. In this case, they paid for quick access time, light weight, and durability that exist as much in their perception as in real-world benchmarks.</p>
<h3 class="post-subhead">EMC&#8217;s Heavyweight Champion</h3>
<p>In the exact opposite corner of the data storage world lurks EMC&#8217;s top-line Symmetrix DMX storage array. When the company announced the availability of NAND flash drives as their top-tier choice for storage, it turned the heads of the whole enterprise storage industry. Although the technology implementation is substantially different from Apple&#8217;s iPod, EMC&#8217;s move suggests that another group of customers exists who are similarly unimpressed by a low cost per GB: Enterprise application managers.</p>
<p>Many have suggested that enterprise flash is not yet competitive in terms of price, capacity, reliability, or even performance. And they have publicly disagreed with EMC CEO, Joe Tucci, who claimed effective parity after 2010 at last year&#8217;s EMC World event. After all, today&#8217;s enterprise flash drives are far more than ten times more expensive than their spinning brothers, and disk capacity continues to march higher by the month.</p>
<p>But the comparison is not about the cost of apples or oranges. In the enterprise storage space, flash drives sot at the top of the pyramid, with just a few units added into the traditional tiered storage mix as a &#8220;tier zero&#8221; of maximum performance. It is not as simple as pulling out a set of 146 GB FC drives and replacing them with a similar number of flash units. Instead, a few key applications or data sets are migrated up to the pinnacle, with the rest of the stack remaining the same.</p>
<p>There is huge promise when this tiered model is combined with storage virtualization, especially the automated variety. If the tiny percentage of storage that truly needs top-tier performance could be moved to a few solid state disks, the whole stack will benefit from reduced device contention. If automation could make the decision on a block-by-block basis, the effectiveness would be much greater.</p>
<h3 class="post-subhead">I Still Remember</h3>
<p>There is another kind of solid state disk in play, too. For over two decades, company after company has pushed the idea of packaging high-performance DRAM as a disk substitute for enterprise storage, just as EMC has now done with NAND. These RAM-based disks offer even higher performance and prices than their flash-based cousins, and none has taken the industry by storm.</p>
<p>Way back when a tiny EMC was one purveyor of solid state storage, I recall the philosophical conundrum posed by the devices: Is it better to package DRAM as storage and use it in a conventional manner or to use that same memory as a cache for actual disks? The market voted for the latter, with EMC and others introducing in-array cache to accelerate RAID to great effect. System memory expanded in parallel, with modern servers optimally caching data in three or more levels internally as well.</p>
<h3 class="post-subhead">Where Does the Flash Go?</h3>
<p>For most uses, this is precisely the correct configuration. The priciest and quickest &#8220;storage&#8221; is placed close to the CPU, with performance and cost dropping and capacity increasing as one moves outward.</p>
<p>Where does flash belong, then? Apple teaches us that NAND flash delivers the goods when it comes to the portable market, and it is likely that the use of this technology in this area will only continue to grow. And EMC shows that there is a need for higher performance in the enterprise storage world as well, though perhaps not enough for pure DRAM devices.</p>
<p>The message is clear: As long as the cost of disk continues to lead, NAND flash will remain a niche product. There are certainly markets for NAND-based devices, from portable computing to the enterprise, but disk just works too well to be displaced. While one can never see too far into the future of storage, it seems clear that conventional hard disks will remain the dominant media for a few more generations of technology at least.</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/08/02/wherefore-art-thou-solid-state-disks/"  rel="bookmark" class="crp_title">Wherefore Art Thou, Solid State Disks?</a></li><li><a href="http://blog.fosketts.net/2007/08/14/commercial-ssds-are-here/"  rel="bookmark" class="crp_title">Commercial SSDs Are Here?</a></li><li><a href="http://blog.fosketts.net/2008/10/13/compellent-enterprise-ssd/"  rel="bookmark" class="crp_title">Compellent Does Enterprise SSD Right</a></li><li><a href="http://blog.fosketts.net/2007/09/05/apple-rocks-the-flash/"  rel="bookmark" class="crp_title">Apple Rocks the Flash</a></li><li><a href="http://blog.fosketts.net/2011/08/23/pure-storage-flasharray-ssd-storage-array/"  rel="bookmark" class="crp_title">Pure Storage All-Flash Storage Array Revealed</a></li></ul></div><script src="http://feeds.feedburner.com/~s/sfoskett?i=http://blog.fosketts.net/2008/11/08/flash-forward-flash-back/" 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/08/flash-forward-flash-back/">Flash Forward or Flash Back?</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>. 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/08/flash-forward-flash-back/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>What Elections Teach Us About Marketing</title>
		<link>http://blog.fosketts.net/2008/11/02/elections-teach-marketing/</link>
		<comments>http://blog.fosketts.net/2008/11/02/elections-teach-marketing/#comments</comments>
		<pubDate>Sun, 02 Nov 2008 14:34:13 +0000</pubDate>
		<dc:creator>Stephen</dc:creator>
				<category><![CDATA[Everything]]></category>
		<category><![CDATA[election]]></category>
		<category><![CDATA[elections]]></category>
		<category><![CDATA[marketing]]></category>
		<category><![CDATA[politics]]></category>
		<category><![CDATA[Sunday series]]></category>
		<category><![CDATA[voting]]></category>

		<guid isPermaLink="false">http://blog.fosketts.net/?p=1010</guid>
		<description><![CDATA[This is part of an ongoing series of longer articles I will be posting every Sunday. This is not a political blog, and this will not be a political post. But there is something to be learned about marketing from the way that political campaigns market their candidates, and this is a lesson for all [...]]]></description>
			<content:encoded><![CDATA[<p><a href="http://blog.fosketts.net/wp-content/uploads/2008/07/newton-button.png" ><img style=' float: right; padding: 4px; margin: 0 0 2px 7px;'  class="alignright size-medium wp-image-297" title="Newton Button" src="http://blog.fosketts.net/wp-content/uploads/2008/07/newton-button-285x300.png" alt="" width="285" height="300" /></a></p>
<p style="padding-left: 30px;"><em>This is part of an ongoing </em><a href="http://blog.fosketts.net/tag/Sunday-series/"  target="_self"><em>series of longer articles I will be posting every Sunday</em></a><em>.</em></p>
<p>This is not a political blog, and this will not be a political post. But there is something to be learned about marketing from the way that political campaigns market their candidates, and this is a lesson for all time.</p>
<p>Watching the polls on <a href="http://www.fivethirtyeight.com/"  target="_blank">FiveThirtyEight</a>, the push and pull between moonbats and wingnuts on <a href="http://www.electicker2008.com/index.html"  target="_blank">Electicker</a>, and the strongly opposed views expressed in the letters to the editor section of <a href="http://www.the-daily-record.com/news/section/1547"  target="_blank">my local paper</a>, I began to ask myself how two obviously different candidates could be so close in the polls. Are Americans really divided almost equally between these two men, their running mates, and their platforms? How can so many people want the old senator and the unqualified governor? How can so many want the pairing of un-American and crazy senators?</p>
<p>I began comparing them to Coke and Pepsi, McDonald&#8217;s and Burger King, and I realized I was right. These candidates are marketed with extreme precision to maximize their appeal to the widest set of American voters. I imagine that their intrinsic qualities could eliminate them from consideration for some and cement their appeal to others, but the bulk of the electorate is swinging on the messaging. And this simple fact explains why Obama/Biden is now leading against McCain/Palin.<span id="more-1010"></span></p>
<h3 class="post-subhead">Demicans and Republicrats?</h3>
<p>Sometimes, during election time, the candidates speeches can seem to be eerily similar. This was especially the case at the debates, where both Obama and McCain hit the same notes, made the same points, and seemed to be delivering the same messages: Change, fairness, helping the economy, foreign policy strength, and energy independence.</p>
<p>A reasonable person could easily have seen their own beliefs reflected in either candidate. And as in every election, roughly half of all Americans seem to be rooting for one candidate, and half for the other. Are we really divided, red versus blue, or is there something else at work here?</p>
<p>Now let us consider the stump speeches, conventions, and deeper conversations that each candidate has had. Although they pander to their listeners, as was made plain recently, with Obama praising <a rel="nofollow" href="http://www.youtube.com/watch?v=8w7gvkerMJA"  target="_blank">both the Tampa Bay Rays and Philadelphia Phillies</a>, and Palin rooting for these two <a rel="nofollow" href="http://www.youtube.com/watch?v=csW-jS3qWuE"  target="_blank">as well as the Boston Red Sox</a>, they also try to draw out distinctions.</p>
<p>These candidates are very much not the same. Their views differ greatly on major issues of the day, from tax structures to international relations to energy. A thoughtful listener hears a message of trickle-down economics versus lower- and middle-class support, of hawkishness versus engagement, and of increased supply versus alternatives and conservation from McCain and Obama, respectively. Nowhere is the difference more apparent than in the health plans of the two candidates: One is decidedly free-market while the other is government-driven.</p>
<blockquote><p>Marketing takeaway: Sometimes, two products with distinct and meaningful differences can be so cleverly positioned that <strong>some rational people can&#8217;t tell them apart!</strong></p>
</blockquote>
<h3 class="post-subhead">Going Negative</h3>
<div id="attachment_1013" 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/2008/11/img_0173.jpg" ><img class="size-medium wp-image-1013" title="Ohio anti-Obama mailings" src="http://blog.fosketts.net/wp-content/uploads/2008/11/img_0173-300x267.jpg" alt="Ohio residents are deluged with anti-Obama mailings like these" width="300" height="267" /></a><p style=' padding: 0 4px 5px; margin: 0;'  class="wp-caption-text">Ohio residents are deluged with anti-Obama mailings like these from the state Republican Committee</p></div>
<p>But these issues don&#8217;t get as much coverage as hot buttons like abortion, gay rights, and civil liberties. And nothing wins like pointing out the negatives of the other guy.</p>
<p>Carefully-selected name-calling seems to be the tactic of choice: Palin and McCain are careful to not exactly call Obama a communist, a terrorist, or a non-American, but their speeches seem to leave their listeners with these impressions. Similarly, Obama and Biden have been using words like &#8220;erratic&#8221; to draw a conclusion from the listener that McCain is senile, and thus too old to be president, or even downright crazy.</p>
<p>The Obama side has been carefully tiptoeing around questioning McCain&#8217;s age, just as the McCain side has been with the fact that Obama is black. Neither wants to come out and say these things for fear of alienating voters, but both wants to plant the seed in the listener&#8217;s mind. This is especially true when the other guy or his fans slip up, like <a rel="nofollow" href="http://www.youtube.com/watch?v=qrOPJSpC9g4"  target="_blank">Murtha&#8217;s &#8220;racist area&#8221; comment</a> or the <a rel="nofollow" href="http://www.youtube.com/watch?v=fieGfc6DL7k"  target="_blank">shouts of Republican rally attendees</a>.</p>
<blockquote><p>Marketing takeaway: Negative positioning of a competing product can take many forms, from blatant attacks to subtle &#8220;meme implants&#8221;, but the <strong>overt messaging of true believers can be much more damaging!</strong></p>
</blockquote>
<h3 class="post-subhead">Feedback Loop</h3>
<p>The exhaustive coverage of polling at <a href="http://pollster.com"  target="_blank">Pollster</a>, <a href="http://www.realclearpolitics.com/"  target="_blank">RealClearPolitics</a>, and especially <a href="http://www.fivethirtyeight.com/"  target="_blank">FiveThirtyEight</a> really boggles the mind. I&#8217;m something of a math nut, so <a href="http://www.fivethirtyeight.com/2008/03/frequently-asked-questions-last-revised.html"  target="_blank">Nate Silver&#8217;s explanations</a> of the intricacies of political polling has been a blast to watch unfold. The mechanics of polling vary somewhat and are prone to error, but the combination of these different polls becomes a powerful predictor of the future. And I&#8217;m not the only one watching!</p>
<p>Each campaign has its own poll watchers and spin masters, and these are constantly reacting to up-to-the-minute feedback from the voters. Not only are they dissecting the 40 or so polls that we see, they are commissioning their own polls to figure out how one issue or another can be positioned to maximize their appeal. It&#8217;s a tug of war between two slick machines.  American national politics is like the <a href="http://www.segway.com/about-segway/science-of-segway.php"  target="_blank">Segway two-wheeled scooter</a> &#8211; constantly taking input from the tilt sensors to keep it perfectly balanced.</p>
<blockquote><p>Marketing takeaway: When powerful opposing forces have the same data, <strong>it&#8217;s easy to play to a draw!</strong></p>
</blockquote>
<h3 class="post-subhead">Winning</h3>
<div id="attachment_1015" class="wp-caption alignright" style="width: 278px;  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/2008/11/img_0172.jpg" ><img class="size-medium wp-image-1015" title="Obama mailing" src="http://blog.fosketts.net/wp-content/uploads/2008/11/img_0172-268x300.jpg" alt="Obamas mailings dont even mention John McCain - theyre all about energizing voters to turn out at the polls" width="268" height="300" /></a><p style=' padding: 0 4px 5px; margin: 0;'  class="wp-caption-text">Obama&#39;s mailings don&#39;t even mention John McCain - they&#39;re all about energizing voters to turn out at the polls</p></div>
<p>One would think that these well-funded and informed campaigns would always reach a stalemate, and indeed national polls routinely show a near-even split between Obama and McCain, just as they do nearly every year. Yet, most elections are called fairly decisively, and this year is tilting strongly towards Obama.</p>
<p>How can this be? Simply put, <strong>it is not public opinion that declares a winner</strong>. No amount of positioning can force a consumer to buy a car he can&#8217;t afford &#8211; <a rel="nofollow" href="http://cootelibeau.wordpress.com/2008/11/06/simple/"  target="_blank">he has to decide to go out there and buy it</a>. Analysis of past elections shows that elections are normally decided based on the enthusiasm behind a candidate rather than the general opinion of the electorate. Democrats weren&#8217;t all that enthusiastic about Kerry, Gore, Dukakis, Mondale, and the rest, just as Republicans weren&#8217;t too enthusiastic about George H. W. Bush and Bob Dole.</p>
<p>And yes, Republicans really aren&#8217;t all that energized by John McCain, either. Sure, they&#8217;d like him to win. And yes, they don&#8217;t want the un-American socialist in office. But if it wasn&#8217;t for Palin, they wouldn&#8217;t even be bothering with the man many Republicans have long regarded with scorn as a traitor and outsider to their party.</p>
<p>Contrast this with the fire in the Obama supporters. They love him even more than the right loves Palin, and that&#8217;s really saying something! Most analysts expect a strong pro-Obama turnout on Tuesday and expect it will match the pro-Bush, pro-Clinton, and pro-Reagan partisan turnout. Although the margin will still be close due to habitual voters on both sides, this push for the candidate should be enough to ensure victory.</p>
<blockquote><p>Marketing takeaway: Don&#8217;t mistake desire for a sale &#8211; your customers can&#8217;t just like what you&#8217;re selling or dislike what the other guy offers, <strong>they have to be willing to buy!</strong></p>
</blockquote>
<h3 class="post-subhead">What We Can Learn</h3>
<p>I think this election cycle has a lot to teach us, both as marketers and consumers. And in the end, both buyer and seller have to be wary of the tactics used to play the game.</p>
<ol>
<li><strong>Keep your eye on the ball!</strong>  Don&#8217;t assume that the intrinsic qualities of a product, service, or person will drive success. People tend to overlook the forest and concentrate on the trees, deciding based on small and even inconsequential features rather than large and rational factors. </li>
<li><strong>Watch what others are saying for and against you!</strong> It&#8217;s hard to control word of mouth, and it&#8217;s much easier to plant a seed of doubt than prove virtue.</li>
<li><strong>Butting heads results in a draw!</strong> In a game between two equal foes, no amount of effort will force victory.</li>
<li><strong>Play for victory, not just success!</strong> As in sports, a good defense is a requirement, but you&#8217;ll never win without a risky drive to score.</li>
</ol>
<p>More on this topic:</p>
<ul>
<li><a rel="nofollow" href="http://sethgodin.typepad.com/seths_blog/2008/11/marketing-lesso.html"  target="_blank">Marketing lessons from the US election</a> by Seth Godin </li>
<li><a href="http://www.webinknow.com/2008/11/ten-marketing-lessons-from-the-barack-obama-presidential-campaign.html"  target="_blank">Ten marketing lessons from the Barack Obama Presidential campaign</a> by David Meerman Scott </li>
<li><a rel="nofollow" href="http://www.roguemarketer.typepad.com/the_rogue_marketer/2008/11/election-day-marketing-2008.html"  target="_blank">Election Day Marketing 2008</a> by The Rogue Marketer </li>
<li><a href="http://www.resultsrevolution.com/weblog/2008/11/marketing---obama-style-is-winning-style.html"  target="_blank">Marketing &#8211; Obama style is winning style</a> by Results Revolution </li>
<li><a rel="nofollow" href="http://cootelibeau.wordpress.com/2008/11/06/simple/"  target="_blank">Simple</a> by Timothy Coote</li>
</ul>
<p><!-- ckey="1FA1657C" --></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/11/03/notes-early-voting-ohio/"  rel="bookmark" class="crp_title">Notes On Early Voting In Ohio</a></li><li><a href="http://blog.fosketts.net/2008/10/13/apple-notebook-predictions/"  rel="bookmark" class="crp_title">Apple&#8217;s New Notebook Line: My Predictions</a></li><li><a href="http://blog.fosketts.net/2011/07/29/social-media-marketing-campaigns-fit-mini-cooper/"  rel="bookmark" class="crp_title">How Many Social Media Marketing Campaigns Fit Into a Mini Cooper?</a></li><li><a href="http://blog.fosketts.net/2008/09/24/storage-decisions-new-york-2008-feedback/"  rel="bookmark" class="crp_title">Storage Decisions New York 2008 Feedback</a></li><li><a href="http://blog.fosketts.net/2009/03/26/consulting-business-credibility/"  rel="bookmark" class="crp_title">Consulting Is A Perilous Business But Credibility Is What Matters</a></li></ul></div><script src="http://feeds.feedburner.com/~s/sfoskett?i=http://blog.fosketts.net/2008/11/02/elections-teach-marketing/" 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/02/elections-teach-marketing/">What Elections Teach Us About Marketing</a>
<br/>
This post was categorized as <a href="http://blog.fosketts.net/category/everything/" title="View all posts in Everything" rel="category tag">Everything</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/02/elections-teach-marketing/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>Out of the Office and Away From Home</title>
		<link>http://blog.fosketts.net/2008/10/26/office-home/</link>
		<comments>http://blog.fosketts.net/2008/10/26/office-home/#comments</comments>
		<pubDate>Sun, 26 Oct 2008 16:00:50 +0000</pubDate>
		<dc:creator>Stephen</dc:creator>
				<category><![CDATA[Personal]]></category>
		<category><![CDATA[balance]]></category>
		<category><![CDATA[communication]]></category>
		<category><![CDATA[digital nomad]]></category>
		<category><![CDATA[restaurants]]></category>
		<category><![CDATA[Sunday series]]></category>
		<category><![CDATA[travel]]></category>

		<guid isPermaLink="false">http://blog.fosketts.net/?p=947</guid>
		<description><![CDATA[It is acceptable to give exceptional effort to your job, but far less so to have this become the normal expectation. One should never settle for accommodations or treatment from work that we would not be willing to offer to ourselves.]]></description>
			<content:encoded><![CDATA[<p><a href="http://blog.fosketts.net/wp-content/uploads/2008/10/img_0168.png" ><img style=' float: right; padding: 4px; margin: 0 0 2px 7px;'  class="alignright size-medium wp-image-978" title="Papers Please" src="http://blog.fosketts.net/wp-content/uploads/2008/10/img_0168-300x290.png" alt="" width="210" height="203" /></a></p>
<p style="padding-left: 30px;"><em>This is part of an ongoing </em><a href="http://blog.fosketts.net/tag/Sunday-series/"  target="_self"><em>series of longer articles I will be posting every Sunday</em></a><em>.</em></p>
<p>Balancing work and life has never been easy, and this is especially true for the knowledge worker. It isn&#8217;t an exaggeration to say that we keep our jobs in our heads at all times, and modern electronics like the BlackBerry and laptop tend to keep it at our fingers as well. When our jobs require us to travel, work can effectively separate us entirely from our lives for days or weeks at a time. Road warriors must consciously try to focus on life, even as work pulls their attention away.<span id="more-947"></span></p>
<h3 class="post-subhead">Always On</h3>
<p>First, let us focus on the element of time: How many hours do you spend on work? White collar &#8220;knowledge workers&#8221; enjoy great flexibility when it comes to scheduling &#8211; most of us can pencil in an early exit, long lunch, or late arrival with just a little shuffling of appointments. But we also tend to work at odd hours and locations, firing up our laptops for a late-night spreadsheet session or taking a call from the UK (or farther East) before dawn.</p>
<p>Flexible schedules mean less delineation between work and non-work, and those of us who are focused on excellence in our work can find ourselves saying &#8220;sure, I&#8217;ll be there&#8221; even when we ought to be focused elsewhere. It can seem almost selfish to ignore a call when driving, resting, or playing golf, but this is exactly what we must do to avoid always being on duty.</p>
<p>This is especially true when it comes to friends and family. We owe them our focus when we are with them, and must consciously turn our attention to them and away from work. Of course we must sometimes sacrifice personally if the urgency of work is too great, but we must not always decide that work takes precedence over life.</p>
<h3 class="post-subhead">Out and Away</h3>
<p>When work requires us to travel, attaining balance is doubly difficult. We are tempted to maximize our effectiveness while on the road, since we are away anyway, and can easily put in extremely long hours just to have something to do. But again, we must turn ourselves away and focus on our own lives and loved ones.</p>
<p>My first rule of business travel is to <strong>remember those at home</strong>. Time zone changes make calling to check in especially hard, but entering an appointment can help remind you of the time at home. Before you go, try to get a list of important events happening back home so you can continue to be involved just as you would be if you were not on the road. A little interest and concern can go a long way!</p>
<p>My second rule is to always <strong>find something interesting to do</strong> wherever you go. Hotels, office buildings, and airports are largely identical, and chain restaurants thrive on their predictability. I recommend looking up local museums and musical performances, since these vary greatly from city to city and also tend to take on some of the local character. Ask your hosts to suggest a local delicacy or independent restaurant to visit for a literal flavor of the city. Consider <a href="http://subtlevegetarian.com" >vegetarian</a> or ethnic restaurants for some real variety, and use <a rel="nofollow" href="http://yelp.com" >yelp.com</a> to find top-rated eateries.</p>
<p>All considered, don&#8217;t let yourself be taken advantage of by work. It is acceptable to give exceptional effort to your job, but far less so to have this become the normal expectation. One should never settle for accommodations or treatment from work that we would not be willing to offer to ourselves.</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/10/10/carbon-footprint/"  rel="bookmark" class="crp_title">My Carbon Footprint</a></li><li><a href="http://blog.fosketts.net/2008/11/30/physical-security-road-warrior/"  rel="bookmark" class="crp_title">Physical Security for the Road Warrior</a></li><li><a href="http://blog.fosketts.net/2009/03/26/consulting-business-credibility/"  rel="bookmark" class="crp_title">Consulting Is A Perilous Business But Credibility Is What Matters</a></li><li><a href="http://blog.fosketts.net/2008/09/07/the-road-warriors-laptop/"  rel="bookmark" class="crp_title">The Road Warrior&#8217;s Laptop</a></li><li><a href="http://blog.fosketts.net/2008/12/18/give-microfinance/"  rel="bookmark" class="crp_title">My Holiday Gift Recommendation: Microfinance</a></li></ul></div><script src="http://feeds.feedburner.com/~s/sfoskett?i=http://blog.fosketts.net/2008/10/26/office-home/" 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/10/26/office-home/">Out of the Office and Away From Home</a>
<br/>
This post was categorized as <a href="http://blog.fosketts.net/category/everything/personal/" title="View all posts in Personal" rel="category tag">Personal</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/10/26/office-home/feed/</wfw:commentRss>
		<slash:comments>2</slash:comments>
		</item>
		<item>
		<title>Reality Check: The FCoE Forecast</title>
		<link>http://blog.fosketts.net/2008/10/19/fcoe-reality/</link>
		<comments>http://blog.fosketts.net/2008/10/19/fcoe-reality/#comments</comments>
		<pubDate>Sun, 19 Oct 2008 19:00:00 +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[8 gigabit Fibre Channel]]></category>
		<category><![CDATA[AoE]]></category>
		<category><![CDATA[CEE]]></category>
		<category><![CDATA[Cisco]]></category>
		<category><![CDATA[CNA]]></category>
		<category><![CDATA[DAFS]]></category>
		<category><![CDATA[DCE]]></category>
		<category><![CDATA[EMC]]></category>
		<category><![CDATA[Ethernet]]></category>
		<category><![CDATA[FCIP]]></category>
		<category><![CDATA[FCoE]]></category>
		<category><![CDATA[Fibre Channel]]></category>
		<category><![CDATA[InfiniBand]]></category>
		<category><![CDATA[iSCSI]]></category>
		<category><![CDATA[NetGear]]></category>
		<category><![CDATA[network storage]]></category>
		<category><![CDATA[SAN]]></category>
		<category><![CDATA[san storage]]></category>
		<category><![CDATA[SAS]]></category>
		<category><![CDATA[storage area network]]></category>
		<category><![CDATA[Sunday series]]></category>
		<category><![CDATA[Xsigo]]></category>
		<category><![CDATA[Zetera]]></category>

		<guid isPermaLink="false">http://blog.fosketts.net/2008/10/19/why-fcoe-is-relevant-and-where-it-will-be-used/</guid>
		<description><![CDATA[This is part of an ongoing series of longer articles I will be posting every Sunday as part of an experiment in offering more in-depth content. There has been a lot of discussion in the storage industry about Fibre Channel over Ethernet (FCoE), making it the toast of Storage Networking World, but this technology remains relatively unknown [...]]]></description>
			<content:encoded><![CDATA[<p><a href="http://blog.fosketts.net/wp-content/uploads/2008/10/img_0085.png" ><img class="alignright size-medium wp-image-917" style="margin: 2px;;  float: right; padding: 4px; margin: 0 0 2px 7px;" title="SC to RJ45 patch cable" src="http://blog.fosketts.net/wp-content/uploads/2008/10/img_0085-191x300.png" alt="" width="191" height="300" /></a></p>
<p style="padding-left: 30px;"><em>This is part of an ongoing </em><a href="http://blog.fosketts.net/tag/Sunday-series/"  target="_self"><em>series of longer articles I will be posting every Sunday</em></a><em> as part of an experiment in offering more in-depth content.</em></p>
<p>There has been a lot of discussion in the storage industry about Fibre Channel over Ethernet (FCoE), making it the toast of Storage Networking World, but this technology remains relatively unknown to end users. Like so many storage protocols before it, the $10,000 question is whether FCoE will take off like iSCSI or fizzle as a niche product like <a rel="nofollow" href="http://en.wikipedia.org/wiki/Fibre_Channel_over_IP"  target="_blank">FCIP</a>, <a rel="nofollow" href="http://www.eecs.harvard.edu/dafs/"  target="_blank">DAFS</a>, and so many others.</p>
<p>If it does succeed, another critical question is <a href="http://blog.fosketts.net/2008/10/16/fcoe-versus-iscsi/"  target="_self">what this means for iSCSI</a>, Fibre Channel, <a rel="nofollow" href="http://en.wikipedia.org/wiki/InfiniBand"  target="_blank">InfiniBand</a>, and to a lesser extent <a rel="nofollow" href="http://en.wikipedia.org/wiki/ATA_over_Ethernet"  target="_blank">AoE</a>, <a rel="nofollow" href="http://en.wikipedia.org/wiki/Serial_Attached_SCSI#SAS_Expanders"  target="_blank">expanded SAS</a>, and other options for SAN storage. The enterprise data center is poised for a complete change in server connectivity, with 10 Gb Ethernet converged network adapters (CNAs) and new core switches carrying both network and storage traffic, and this holds promise, especially in virtualized environments. But CNAs do not equal FCoE, and iSCSI, conventional Fibre Channel, and other protocols are roaring ahead. What impact will FCoE really have?</p>
<p><span id="more-615"></span></p>
<p><strong>Why FCoE Matters</strong></p>
<p>With 8 Gb Fibre Channel and alternative storage solutions leveraging InfiniBand now available (and with 10 Gb iSCSI imminent), many would ask why we need another enterprise block storage medium. In real-world applications, FCoE at 10 Gb will likely deliver roughly the same performance as 8 Gb native FC. But FCoE will be one or two years late and (initially) more expensive. Although active standards participation and &#8220;plug fests&#8221; mean FCoE will likely be more interoperable than Fibre Channel was in its early years, the lack of support from operating system manufacturers is troubling. Plus, users will soon be able to build a very similar infrastructure by mixing iSCSI and 10 Gb Ethernet, and this will include all the advantages of IP and solid support.</p>
<p>So why pay more for the same performance from an untested protocol? It&#8217;s all about the future, and enterprise users will go where the market goes, just as wide availability of VHS tapes buried Betamax. Storage, network, and SAN vendors alike are lining up solidly behind FCoE as the next-generation enterprise interconnect. Although InfiniBand plays Betamax in this home video metaphor, with superior technology and availability, FCoE&#8217;s VHS camp has all the market ammunition. To paraphrase the (alleged) words of Bob Metcalfe, no matter what the technology looks like, the future of networking will be called Ethernet.</p>
<p>The biggest storage vendors are behind FCoE simply because they see that converging and leveraging I/O technology makes sense for them. They can swap out the physical and data link layers from Fibre Channel to Ethernet relatively easily, so the FCoE switch is an easier change than iSCSI. It is likely that they will be able to leverage commodity Ethernet hardware to reduce (their, not your) cost and increase profit margins once this switch is made. Plus, FCoE will potentially increase SAN attachment rates (and thus enterprise storage market penetration) thanks to the potential availability of converged network adapters (CNAs) on the server side, and the cost-effectiveness that sharing a CNA between network and storage implies. From the storage side, FCoE is all good.</p>
<blockquote><p><em>Also see my posts on <a href="http://blog.fosketts.net/2008/10/16/fcoe-versus-iscsi/"  target="_self">FCoE versus iSCSI</a> and <a href="http://blog.fosketts.net/2007/07/25/is-storage-really-that-different/"  target="_self">Cisco VFrame</a></em></p>
</blockquote>
<p>The drive is similar on the network side. The era of differentiated SAN and LAN producers is over &#8211; all of the major networking and SAN vendors are repositioning themselves as next-generation I/O providers, setting up a battle in the network space to rival the mainframe shakeout of the 1980s and the PC wars of the 1990s. Converged I/O is the business model for connectivity vendors, and most are taking up the &#8220;data center Ethernet&#8221; (DCE) charge (also called &#8220;converged enhanced or enterprise Ethernet&#8221; or CEE) which includes FCoE as the storage protocol for virtual I/O. iSCSI is still there in a DCE world, but <strong>FCoE will take center stage for the enterprise market</strong>.</p>
<p><strong>Counting the Benefits of FCoE</strong></p>
<p>It may seem strange to declare an upstart like FCoE the winner when established options like InfiniBand, conventional Fibre Channel, and iSCSI are already out in the market, but this examination of the vendors indicates that it is indeed the case. Is this a case of the tail (vendors) wagging the dog (consumers)? Perhaps, but they will come along willingly given the strong case presented by converged and virtualized I/O.</p>
<p>Enterprise buyers are ready for a next-generation SAN technology, and some are beginning to look at 8 Gb Fibre Channel. The few that really need performance will certainly buy 8 Gb FC today, but this has little bearing on the overall prospect for FCoE. When an application requires performance and money is available, purchases will be made regardless of future strategy.</p>
<p>Enterprise storage and network architects are beginning to consider the implications of server consolidation and virtualization. As they see footprint shrink thanks to compact or blade servers and server virtualization, they will begin to question the proliferation of interconnects on the back end required to keep up with the I/O demands of these super servers. Already, virtual I/O purveyors like Xsigo are making hay in this market, and, as mentioned above, their SAN and LAN vendors are spreading the message, too. It won&#8217;t be long before they are convinced.</p>
<blockquote><p><em>Also see my posts on </em><a href="http://blog.fosketts.net/2008/09/16/vmware-virtual-datacenter-operating-system-vdc-os/"  target="_self"><em>VMware VDC-OS</em></a><em> and </em><a href="http://blog.fosketts.net/2008/09/19/what-vmware-vdc-os-vstorage/"  target="_self"><em>VDC-OS vStorage</em></a></p>
</blockquote>
<p>Many people mistakenly assume that DCE means pushing all protocols through a single LAN, but this is not the case. These networks will be engineered like SANs from the start, with redundant connections and transparent failover. Although storage and network connectivity will share the same physical &#8220;pipe&#8221;, they will certainly be segregated on separate VLANs and protected with quality of service technologies. They have to be separated &#8211; FCoE (lacking IP) will require a totally different network topology than LAN connections.</p>
<p><strong>So Who Buys FCoE?</strong></p>
<p>Note that, throughout this discussion, I am referring only to the <strong>large-scale enterprise data center</strong> storage market. Smaller corporate environments have already embraced iSCSI en masse, expanding the penetration of consolidated storage concepts beyond anything Fibre Channel could ever accomplish. And small office and home networks are beginning to embrace these concepts as well, but are relying on protocols like CIFS and AFP for file servers and may begin to look at ATA over Ethernet (AoE) and proprietary protocols like the one pushed by Zetera/NetGear instead of iSCSI.</p>
<p>This leaves us with a layer cake of appropriate protocols from the smallest to largest networks. But all have one thing in common: They are all converged and they are all carried in Ethernet packets. Bob Metcalfe was right!</p>
<p><strong>Update:</strong> <a rel="nofollow" href="http://storagebod.typepad.com/storagebods_blog/2008/10/more-size-of-a-cow-fcoe.html"  target="_blank">Storagebod points out</a> that FCoE might see its first application in inter-switch links and other similar storage network infrastructure connections. And <a href="http://www.theregister.co.uk/2008/10/20/fc_killed_by_fcoe_and_sas/"  target="_blank">Chris Mellor at The Register points out</a> that SAS is already displacing FC as an internal drive interconnect.</p>
<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/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/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/09/21/consultant-view-enterprise-storage-market/"  rel="bookmark" class="crp_title">A Consultant’s View Of The Enterprise Storage Market</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/2008/04/22/will-fcoe-rule-the-future/"  rel="bookmark" class="crp_title">Will FCoE Rule the Future?</a></li></ul></div><script src="http://feeds.feedburner.com/~s/sfoskett?i=http://blog.fosketts.net/2008/10/19/fcoe-reality/" 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/10/19/fcoe-reality/">Reality Check: The FCoE Forecast</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/10/19/fcoe-reality/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>The Future of Home Storage</title>
		<link>http://blog.fosketts.net/2008/10/12/future-home-storage/</link>
		<comments>http://blog.fosketts.net/2008/10/12/future-home-storage/#comments</comments>
		<pubDate>Sun, 12 Oct 2008 19:00:00 +0000</pubDate>
		<dc:creator>Stephen</dc:creator>
				<category><![CDATA[Apple]]></category>
		<category><![CDATA[Computer History]]></category>
		<category><![CDATA[Terabyte home]]></category>
		<category><![CDATA[AFP]]></category>
		<category><![CDATA[Apple Airport]]></category>
		<category><![CDATA[Apple TV]]></category>
		<category><![CDATA[Bonjour]]></category>
		<category><![CDATA[Buffalo]]></category>
		<category><![CDATA[DAAP]]></category>
		<category><![CDATA[EMC]]></category>
		<category><![CDATA[Firefly]]></category>
		<category><![CDATA[FireWire]]></category>
		<category><![CDATA[IP storage]]></category>
		<category><![CDATA[iTunes]]></category>
		<category><![CDATA[LifeLine]]></category>
		<category><![CDATA[Linksys]]></category>
		<category><![CDATA[Linux]]></category>
		<category><![CDATA[MAC address]]></category>
		<category><![CDATA[Mac Mini]]></category>
		<category><![CDATA[Microsoft]]></category>
		<category><![CDATA[NAS]]></category>
		<category><![CDATA[nas storage]]></category>
		<category><![CDATA[NetGear]]></category>
		<category><![CDATA[network attached storage]]></category>
		<category><![CDATA[network storage]]></category>
		<category><![CDATA[NSLU2]]></category>
		<category><![CDATA[OS X]]></category>
		<category><![CDATA[Retrospect]]></category>
		<category><![CDATA[Roku]]></category>
		<category><![CDATA[SAN]]></category>
		<category><![CDATA[SoundBridge]]></category>
		<category><![CDATA[storage area network]]></category>
		<category><![CDATA[Sunday series]]></category>
		<category><![CDATA[Time Capsule]]></category>
		<category><![CDATA[TwokyVision]]></category>
		<category><![CDATA[Untitled]]></category>
		<category><![CDATA[UPNP]]></category>
		<category><![CDATA[USB]]></category>
		<category><![CDATA[Western Digital]]></category>
		<category><![CDATA[Windows Home Server]]></category>
		<category><![CDATA[Windows Vista]]></category>
		<category><![CDATA[XBox]]></category>
		<category><![CDATA[Ximeta]]></category>
		<category><![CDATA[Zetera]]></category>

		<guid isPermaLink="false">http://blog.fosketts.net/2008/10/12/the-future-of-home-storage/</guid>
		<description><![CDATA[Consumers demand friendly, flexible solutions. They don't want to fuss with their media, and they don't want simple shared storage. They want integration with multiple devices and flexibility to access their content on any device.]]></description>
			<content:encoded><![CDATA[<div id="attachment_861" class="wp-caption alignright" style="width: 235px;  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/2008/10/img_0077.png" ><img class="size-medium wp-image-861 " title="Computer Closet" src="http://blog.fosketts.net/wp-content/uploads/2008/10/img_0077-225x300.png" alt="Homes now need data storage as well as closets..." width="225" height="300" /></a><p style=' padding: 0 4px 5px; margin: 0;'  class="wp-caption-text">Homes now need data storage as well as closets...</p></div>
<p style="padding-left: 30px;"><em>This is part of an ongoing </em><a href="http://blog.fosketts.net/tag/Sunday-series/"  target="_self"><em>series of longer articles I will be posting every Sunday</em></a><em> as part of an experiment in offering more in-depth content.</em></p>
<p>Along with my professional focus on enterprise storage systems, I&#8217;m enamored of home networking, and recently passed the three terabyte mark at home! This got me thinking about where home storage is heading.</p>
<p>As you can see in the photo, my office closet is overflowing with computer equipment (and one sweet guitar), but my data storage is much better organized. I have a <a href="http://blog.fosketts.net/2007/11/03/another-roku-soundbridge/"  target="_self">hacked Linksys NSLU2</a> with 500 GB as a file server, a <a href="http://blog.fosketts.net/2007/11/29/terabytes-on-the-cheap/"  target="_self">500 GB PC backup disk</a>, a 160 GB <a href="http://blog.fosketts.net/2008/07/26/move-os-x-time-machine-backups-new-disk/"  target="_self">Time Machine disk</a>, 1 TB of TiVo storage, and the rest. But wouldn&#8217;t it be nice if this could all be combined into some kind of super home server?</p>
<p><span id="more-616"></span></p>
<p><strong>Past Failures: Home Servers</strong></p>
<p>Home storage appliances and servers have come and gone over the year, with none seeming to make much of a mark. The market remains littered with UPNP media servers and home NAS boxes dashed on the shoals of an unappreciative public. Nearly every home network device company has produced one or two home storage servers, none of which have succeeded. Although I use a Linksys NSLU2 at home, I had to hack its Linux software and completely replace Linksys&#8217; features to create a useful device! The un-hacked NAS devices of Buffalo, Western Digital, Netgear, and the rest have generally failed to find buyers as well. So far, consumers seem content with simple USB and FireWire external drives.</p>
<p>The most adventurous home storage servers came from <a href="http://www.zetera.com/"  target="_blank">Zetera</a> and <a href="http://www.ximeta.com/web/products/"  target="_blank">Ximeta</a>, both of whom relied on proprietary IP SAN protocols. Note that these were SAN products, sharing block storage over Ethernet, rather than conventional NAS solutions. Both required drivers, limiting client support. The one Zetera buyer I know was pleased by the performance but never used the device as anything but a large hard drive for one PC.</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>Then there is Microsoft. Recall that the latest Windows Home Server is only their latest attempt to enter this market, and yet I know of no one who has adopted the device. The same can be said of the various media center servers from Microsoft and others. At this point, it seems likely that the future of home storage servers will not come from Microsoft, though their two XBox generations have <a href="http://www.zatznotfunny.com/2008-09/cross-platform-xbmc-media-center-beta-released/"  target="_blank">great potential as clients</a>.</p>
<p>Even EMC has entered the market with their nifty (but largely unnoticed) <a href="http://www.emc.com/lifeline"  target="_blank">LifeLine</a> product and <a href="http://store.iomega.com/"  target="_blank">Iomega</a> acquisition. Supporting file services and backup for computers as well as audio and video for media players, EMC positions LifeLine much like their Retrospect backup product, but goes further in offering a complete software solution for hardware OEMs wanting to offer a non-Windows home server. Although <a rel="nofollow" href="http://thestorageanarchist.typepad.com/weblog/2008/07/1016-emc-lifeli.html"  target="_blank">an impressive offering</a>, it is too early to tell if EMC will have much success with this product.</p>
<p><strong>The Sleek, Shiny Elephant in the Living Room</strong></p>
<p>Of course, there is one company that sells media players and servers by the bushel, complete with sleek, shiny interfaces. Apple&#8217;s tremendous success with the iPod has led to their iTunes software becoming the <a href="http://blog.fosketts.net/2008/01/14/i-buy-cds-but-i-dont-listen-to-them/"  target="_self">dominant media organization platform</a>, complete with its own proprietary discovery and sharing protocol. Now, with the Apple TV and video iPods, the company is broadening into more media categories. Surely their dominance here puts them in a special position when it comes to setting the stage for a home server or storage revolution.</p>
<p>They also have a strong position in the world of dedicated home storage. Their Airport products are among the only routers to be widely implemented with shared storage. Although many other companies offer similar products, low customer understanding means that these functions are not widely used. And the new Time Capsule device is surely already the most widely-used home NAS product.</p>
<p>But Apple has not yet shown any home server strategy. Administering multiple iTunes servers can be frustrating for users, with no inter-iTunes synchronization or centralization capability. Although the Mac Mini, Apple TV, or Time Capsule could certainly be seen as a home server, the company does not position them as such in the market. Indeed, some iTunes users like myself rely on compatible third party media servers like Firefly and TwonkyVision rather than using iTunes itself. Still, <a href="http://www.tuaw.com/2008/09/22/what-is-the-brick"  target="_blank">rumors of an Apple home server persist</a>.</p>
<p>One issue for Apple is their reliance on proprietary protocols. Although the Bonjour discovery protocol is certainly simpler than UPnP in practice, Apple stands alone in relying on it. They also steadfastly stick to AFP for NAS and DAAP for remote media streaming. This limits the number of third-party clients and servers that can be used with their hardware and software.</p>
<p><strong>The Future is Friendly</strong></p>
<p>Although Apple has not yet tipped a home storage strategy beyond Time Capsule and Airport Extreme, they are best positioned to deliver a real home storage solution. A simple step would be to create an iTunes media server integrated with Time Capsule and add client/server media synchronization. The company already has OS X backup and file services integrated, and this move would further centralize the digital home around Apple products. But the company&#8217;s reliance on closed protocols like DAAP is worrisome, since it locks consumers into nearly all-Apple solutions.</p>
<p>Microsoft&#8217;s Media Center and Home Server combination, based around UPnP, shows great promise, with many compatible third-party clients and servers already available. But my own experience with the solution has not been at all positive (I still can&#8217;t get <a href="http://blog.fosketts.net/2007/12/17/no-more-cds/"  target="_self">my Roku SoundBridge</a>, Vista Ultimate laptop, and Media Center PC to see each other!), leading me to question the viability of this option.</p>
<p>Although Apple or Microsoft could come to dominate, I suspect the future of home storage is out of both companies hands. A number of others are working on improved home server experiences, including EMC&#8217;s LifeLine and the expanding use of Debian Linux and open source tools. But all could be sidelined by improved Internet-based services. Google, Microsoft, and Apple continue to expand their online consumer suites with greater storage, synchronization, multimedia integration, and all have the potential to reduce or eliminate the need for in-home storage.</p>
<p>Although I cannot yet tell which service will win, one thing is certain: Consumers demand friendly, flexible solutions. They don&#8217;t want to fuss with their media, and they don&#8217;t want simple shared storage. They want integration with multiple devices and flexibility to access their content on any device. The first company to offer a simple, flexible storage server for the home will surely be on the right track!</p>
<div id="crp_related"><h3>You might also want to read these other posts...</h3><ul><li><a href="http://blog.fosketts.net/2010/09/09/itunes-10-breaks-nonapple-streaming/"  rel="bookmark" class="crp_title">iTunes 10 Breaks Non-Apple Streaming (Again)</a></li><li><a href="http://blog.fosketts.net/2007/12/17/no-more-cds/"  rel="bookmark" class="crp_title">No More CDs</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/2007/06/21/my-terabyte-house/"  rel="bookmark" class="crp_title">My terabyte house</a></li><li><a href="http://blog.fosketts.net/2007/07/27/making-the-switch-to-digital-music-at-home/"  rel="bookmark" class="crp_title">Making the Switch to Digital Music at Home</a></li></ul></div><script src="http://feeds.feedburner.com/~s/sfoskett?i=http://blog.fosketts.net/2008/10/12/future-home-storage/" 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/10/12/future-home-storage/">The Future of Home Storage</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/terabytehome/" title="View all posts in Terabyte home" rel="category tag">Terabyte home</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/10/12/future-home-storage/feed/</wfw:commentRss>
		<slash:comments>10</slash:comments>
		</item>
		<item>
		<title>A Consultant’s View Of The Enterprise Storage Market</title>
		<link>http://blog.fosketts.net/2008/09/21/consultant-view-enterprise-storage-market/</link>
		<comments>http://blog.fosketts.net/2008/09/21/consultant-view-enterprise-storage-market/#comments</comments>
		<pubDate>Sun, 21 Sep 2008 07:00:56 +0000</pubDate>
		<dc:creator>Stephen</dc:creator>
				<category><![CDATA[Computer History]]></category>
		<category><![CDATA[Enterprise storage]]></category>
		<category><![CDATA[Virtual Storage]]></category>
		<category><![CDATA[10 gigabit Ethernet]]></category>
		<category><![CDATA[8 gigabit Fibre Channel]]></category>
		<category><![CDATA[CHAP]]></category>
		<category><![CDATA[DCE]]></category>
		<category><![CDATA[EMC]]></category>
		<category><![CDATA[FCoE]]></category>
		<category><![CDATA[Fibre Channel]]></category>
		<category><![CDATA[InfiniBand]]></category>
		<category><![CDATA[IPsec]]></category>
		<category><![CDATA[iSCSI]]></category>
		<category><![CDATA[NAS]]></category>
		<category><![CDATA[nas storage]]></category>
		<category><![CDATA[network attached storage]]></category>
		<category><![CDATA[network storage]]></category>
		<category><![CDATA[NPIV]]></category>
		<category><![CDATA[SAN]]></category>
		<category><![CDATA[san storage]]></category>
		<category><![CDATA[storage area network]]></category>
		<category><![CDATA[Sunday series]]></category>
		<category><![CDATA[Untitled]]></category>
		<category><![CDATA[VMware]]></category>

		<guid isPermaLink="false">http://blog.fosketts.net/2008/09/21/a-consultant%e2%80%99s-view-of-the-enterprise-storage-marketa-consultant%e2%80%99s-view-of-the-enterprise-storage-market/</guid>
		<description><![CDATA[This is part of an ongoing series of longer articles I will be posting every Sunday as part of an experiment in offering more in-depth content. I am not the typical enterprise storage user. In fact, I am not an enterprise storage user at all &#8211; I am a consultant focused for over a decade [...]]]></description>
			<content:encoded><![CDATA[<p style="padding-left: 30px;"><em>This is part of an ongoing <a href="http://blog.fosketts.net/tag/Sunday-series/"  target="_self">series of longer articles I will be posting every Sunday</a> as part of an experiment in offering more in-depth content.</em></p>
<p>I am not the typical enterprise storage user. In fact, I am not an enterprise storage user at all &#8211; I am a consultant focused for over a decade on assisting enterprises with their storage architecture and strategy, working with businesses of all sizes. <a href="http://blog.fosketts.net/about/"  target="_self">My background</a> is both a blessing and a curse &#8211; I have seen far more enterprise storage environments in much more detail than most people, but I am unable to truly empathize with my corporate storage compatriots since it&#8217;s not really my gear and data that I am working with.</p>
<p>Based on this experience, what does the future hold? Where is enterprise storage heading? Read on for my thoughts.</p>
<p><span id="more-619"></span></p>
<p><strong>Fibre Channel</strong></p>
<p>Although the commoditizing storage market would seem ripe for stagnation, the opposite is happening. In fact, the enterprise storage market has continued to diversify, with iSCSI recently expanding the options for storage connectivity to a new market and FC seeing rapid uptake in the virtual server arena. Fibre Channel over Ethernet (FCoE), whether or not part of the datacenter Ethernet push, is joining virtualized I/O technology based on InfiniBand as the next wave in connectivity. Simply put, the market is not standing still.</p>
<p>Focus on the new world of storage area network (SAN) connectivity can take away from the basics, however. Traditional switched Fibre Channel (FC) remains the healthy market leader, and the recent upgrade to 8 Gb speed has attracted customer attention. Although they are unlikely to run out and perform a mass upgrade, 8 Gb FC is as as much of an inevitability as 4 and 2 Gb before it. The switch will be made, and customers will upgrade organically.</p>
<p>One of the big beneficiaries of 8 Gb FC will be those with virtual servers. This new hardware is coming just as N_Port ID virtualization (NPIV) is maturing, and this technology, which enables multiple servers to share a single FC interface, in combination with a doubling of bandwidth will make modern Fibre Channel tech extremely attractive to virtual server shops.</p>
<p>Even those who do not adopt 8 Gb FC connectivity in their SAN will benefit from the upshift in throughput, as native 8 Gb disks appear and enterprise arrays are redesigned to accept them, just as devices like the DMX-4 from EMC benefited from 4 Gb FC back ends.</p>
<p><strong>IP Storage: iSCSI and NAS</strong></p>
<p>As far as iSCSI goes, those of us who saw the promise of this technology can finally declare victory. Every storage device that matters offers iSCSI as a connectivity option, and most buyers are considering adopting it. It is being weighed fairly against FC, and the promise of reduced heterogeneity and cost are proving attractive to many. In fact, it is wrong to continually compare it against FC, since many iSCSI buyers would never adopt an FC SAN due to concerns about cost or learning curve. Indeed, much of the uptake in iSCSI comes from areas where SAN was never adopted, and iSCSI&#8217;s growth can be partly attributed to these happy customers spreading the technology wider than originally intended.</p>
<p>A hidden benefit of iSCSI adoption is the technologies and techniques that have come along with it. Clustering of smaller storage systems has become a common option for scalability, and has proven itself against old modular &#8220;head/shelf&#8221; arrays. Although the rate of adoption for security technologies like CHAP and IPsec in iSCSI remains low, they are far more common than their FC relatives. And Microsoft&#8217;s simplified and universal iSCSI drivers, which include multi-path and snapshot technologies, have been much more successful than their proprietary equivalents.</p>
<p>Let us not forget humble old network attached storage (NAS), either. File server consolidation to NAS filers continues to be a healthy (but less flashy) market, and NAS virtualization is on the rise as these devices proliferate. And some in the server virtualization community are beginning to consider NFS for their servers, especially when it comes to VMware. NAS definitely still has life and legs and will benefit from the shift to 10 Gb Ethernet just like iSCSI and FCoE.</p>
<p><strong>The Future</strong></p>
<p>As for the future, it is clear that most storage vendors are lining up behind Fibre Channel over Ethernet (FCoE) . Although true I/O virtualization, as envisioned by datacenter Ethernet (DCE) and InfiniBand, may not gain traction outside the largest data centers, FCoE seems to be the inevitable next generation for massive enterprise storage. Just about every vendor is committed to it, and the customers I have spoken to accept it as the future. Although 8 Gb FC might delay FCoE in some cases, it will almost certainly be the predominant SAN connectivity mechanism for large block storage devices within five years.</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/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/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/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/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/09/21/consultant-view-enterprise-storage-market/" 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/09/21/consultant-view-enterprise-storage-market/">A Consultant’s View Of The Enterprise Storage Market</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/2008/09/21/consultant-view-enterprise-storage-market/feed/</wfw:commentRss>
		<slash:comments>2</slash:comments>
		</item>
	</channel>
</rss>

