<?xml version="1.0" encoding="UTF-8"?>
<?xml-stylesheet type="text/xsl" media="screen" href="/~d/styles/rss2full.xsl"?><?xml-stylesheet type="text/css" media="screen" href="http://feeds.feedburner.com/~d/styles/itemcontent.css"?><rss 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/" version="2.0">

<channel>
	<title>StorageMojo</title>
	
	<link>http://storagemojo.com</link>
	<description>Data storage info &amp; analysis</description>
	<lastBuildDate>Tue, 09 Feb 2010 03:01:06 +0000</lastBuildDate>
	<generator>http://wordpress.org/?v=2.9.1</generator>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
			<atom10:link xmlns:atom10="http://www.w3.org/2005/Atom" rel="self" type="application/rss+xml" href="http://feeds.feedburner.com/Storagemojo" /><feedburner:info xmlns:feedburner="http://rssnamespace.org/feedburner/ext/1.0" uri="storagemojo" /><atom10:link xmlns:atom10="http://www.w3.org/2005/Atom" rel="hub" href="http://pubsubhubbub.appspot.com" /><item>
		<title>A petascale parallel database</title>
		<link>http://storagemojo.com/2010/02/08/a-petascale-parallel-database/</link>
		<comments>http://storagemojo.com/2010/02/08/a-petascale-parallel-database/#comments</comments>
		<pubDate>Tue, 09 Feb 2010 03:01:06 +0000</pubDate>
		<dc:creator>Robin Harris</dc:creator>
				<category><![CDATA[Cloud computing & storage]]></category>
		<category><![CDATA[Clusters]]></category>
		<category><![CDATA[Information Management]]></category>

		<guid isPermaLink="false">http://storagemojo.com/?p=1891</guid>
		<description><![CDATA[<p></p><p>MapReduce and its open source version, Hadoop, are parallel data analysis tools. A few lines of code can drive massive data reductions across thousands of nodes. </p>
<p>Cool.</p>
<p>Powerful though it is, Hadoop isn&#8217;t a database. Classic <i>structured</i> data analysis of the model/load/process type isn&#8217;t what it was designed for.</p>
<p>That&#8217;s where the paper <a href="http://db.cs.yale.edu/hadoopdb/hadoopdb.html" target="_blank">HadoopDB: An Architectural Hybrid of MapReduce and DBMS Technologies for Analytical Workloads</a> (pdf) comes in. Written by Azza Abouzeid, Kamil Bajda-Pawlikowski, Daniel Abadi, Avi Silberschatz and Alexander Rasin (the former 4 @Yale, and the latter @Brown) the paper proposes a method for building an open-source, commodity hardware-based massively scalable, shared-nothing, analytical parallel database.</p>
<p><strong>What it is</strong><br />
HadoopDB coordinates SQL queries across multiple independent database nodes using Hadoop as the task coordinator and network communication layer. It uses the scheduling and job tracking of Hadoop while it intelligently pushes much of the query processing into the individual database nodes.</p>
<p>There are four components to HadoopDB.</p>
<ul>
<li>Database Connector. Each node has its own independent database. The connector is the interface between the database and Hadoop&#8217;s task trackers. A MapReduce jobs supplies the Connector with an SQL query and other parameters. The Connector executes a SQL query on the database and returns results as key value pairs. It can implemented to support a variety of databases.</li>
<li>Catalog. The information needed to access the databases and metadata such as cluster data sets, replica locations and data partitions is kept in the catalog.</li>
<li>Data loader. The data loader is responsible for two jobs. First executing a MapReduce job over Hadoop that reads the raw data files and partitions them into as many parts as the number of nodes in the cluster. Second, the partitions are loaded into the local file system of each node and chunked according the system-wide parameter.</li>
<li>SQL to MapReduce to SQL planner. The planner provides a parallel database front end to enable SQL queries. The planner transforms the queries into map reduce jobs and optimizes the query plans for efficiency. This is where scratch that this is the secret sauce of HodoopDB.</li>
</ul>
<p>HadoopDB complements the Hadoop infrastructure and does not replace it. Analysts have both available as needed.</p>
<p><strong>Heterogeneity</strong><br />
A key issue for Internet-scale systems is the ability to run in a heterogenous environment where multi-year build-outs and rolling node replacement are the norm. That means that some nodes will be faster than others.  HadoopDB breaks the work down into small tasks and moves them from slow to fast nodes automagically.</p>
<p><strong>Results</strong><br />
The authors ran some benchmarks on Amazon&#8217;s EC to to test performance. The HadoopDB load times were about 10x that of Hadoop, but the higher performance of HadoopDB usually justified the longer set up time.</p>
<p>The authors found that HadoopDB was able to approach the performance of parallel database systems on much lower cost hardware and free software. Given the gift of the projects one can expect higher performance as improvements are made.</p>
<p><strong>The killer app for private clouds?</strong><br />
MapReduce and Hadoop are already in wide use among Internet-scale datacenters. As companies begin to understand and correlate social media, web activity and ad response rates, the demand for large-scale parallel database processing will grow. But will they want to ship it out to Amazon?</p>
<p>Depending on the quantity and sensitivity of the data many organizations may prefer to keep the processing in-house. Private scale out Hadoop clusters may become the poor companies data warehouse of choice.</p>
<p><strong>The StorageMojo take</strong><br />
HadoopDB is more science project than commercial tool today. Yet the project demonstrates the feasibility of using scale out compute/storage clusters for work that day typically requires proprietary high-end scale up system architectures.</p>
<p>If capital costs are reduced by two thirds with a commodity/FOSS architecture, companies could afford to hire the expertise required to make it work. The free software/paid support model will prove quite successful in this space.</p>
<p><strong>Courteous comments welcome, of course.</strong>  </p>
<hr/>Copyright &copy; 2010 <strong><a href="http://storagemojo.com">StorageMojo</a></strong>. This Feed is for personal non-commercial use only. If you are not reading this material in your news aggregator, the site you are looking at is guilty of copyright infringement. Please contact legal@storagemojo.com so we can take legal action immediately.<br/><span style="float: right;font-size: 7pt"><a href="http://blog.taragana.com/index.php/archive/wordpress-plugins-provided-by-taraganacom/">Plugin</a> by <a href="http://www.taragana.com/">Taragana</a></span>

<p>Related posts:<ol><li><a href='http://storagemojo.com/2009/12/06/tiny-server-clusters/' rel='bookmark' title='Permanent Link: Tiny server clusters'>Tiny server clusters</a> <small>Virtual machines (VMs) solve the problem of many tiny servers...</small></li>
<li><a href='http://storagemojo.com/2009/09/21/maxiscales-web-scale-file-system/' rel='bookmark' title='Permanent Link: MaxiScale&#8217;s Web-scale file system'>MaxiScale&#8217;s Web-scale file system</a> <small>A new web scale &#8211; they claim linear scaling to...</small></li>
<li><a href='http://storagemojo.com/2009/06/17/not-a-filesystem-not-a-database/' rel='bookmark' title='Permanent Link: Not a filesystem, not a database.'>Not a filesystem, not a database.</a> <small>Jeff Darcy has a good post on key data stores,...</small></li>
</ol></p>
<p>Related posts brought to you by <a href='http://mitcho.com/code/yarpp/'>Yet Another Related Posts Plugin</a>.</p><div style="display:block"><small><em></em></small></div>


Related posts:<ol><li><a href='http://storagemojo.com/2009/12/06/tiny-server-clusters/' rel='bookmark' title='Permanent Link: Tiny server clusters'>Tiny server clusters</a> <small>Virtual machines (VMs) solve the problem of many tiny servers...</small></li>
<li><a href='http://storagemojo.com/2009/09/21/maxiscales-web-scale-file-system/' rel='bookmark' title='Permanent Link: MaxiScale&#8217;s Web-scale file system'>MaxiScale&#8217;s Web-scale file system</a> <small>A new web scale &#8211; they claim linear scaling to...</small></li>
<li><a href='http://storagemojo.com/2009/06/17/not-a-filesystem-not-a-database/' rel='bookmark' title='Permanent Link: Not a filesystem, not a database.'>Not a filesystem, not a database.</a> <small>Jeff Darcy has a good post on key data stores,...</small></li>
</ol>

Related posts brought to you by <a href='http://mitcho.com/code/yarpp/'>Yet Another Related Posts Plugin</a>.]]></description>
			<content:encoded><![CDATA[<p></p><p>MapReduce and its open source version, Hadoop, are parallel data analysis tools. A few lines of code can drive massive data reductions across thousands of nodes. </p>
<p>Cool.</p>
<p>Powerful though it is, Hadoop isn&#8217;t a database. Classic <i>structured</i> data analysis of the model/load/process type isn&#8217;t what it was designed for.</p>
<p>That&#8217;s where the paper <a href="http://db.cs.yale.edu/hadoopdb/hadoopdb.html" target="_blank">HadoopDB: An Architectural Hybrid of MapReduce and DBMS Technologies for Analytical Workloads</a> (pdf) comes in. Written by Azza Abouzeid, Kamil Bajda-Pawlikowski, Daniel Abadi, Avi Silberschatz and Alexander Rasin (the former 4 @Yale, and the latter @Brown) the paper proposes a method for building an open-source, commodity hardware-based massively scalable, shared-nothing, analytical parallel database.</p>
<p><strong>What it is</strong><br />
HadoopDB coordinates SQL queries across multiple independent database nodes using Hadoop as the task coordinator and network communication layer. It uses the scheduling and job tracking of Hadoop while it intelligently pushes much of the query processing into the individual database nodes.</p>
<p>There are four components to HadoopDB.</p>
<ul>
<li>Database Connector. Each node has its own independent database. The connector is the interface between the database and Hadoop&#8217;s task trackers. A MapReduce jobs supplies the Connector with an SQL query and other parameters. The Connector executes a SQL query on the database and returns results as key value pairs. It can implemented to support a variety of databases.</li>
<li>Catalog. The information needed to access the databases and metadata such as cluster data sets, replica locations and data partitions is kept in the catalog.</li>
<li>Data loader. The data loader is responsible for two jobs. First executing a MapReduce job over Hadoop that reads the raw data files and partitions them into as many parts as the number of nodes in the cluster. Second, the partitions are loaded into the local file system of each node and chunked according the system-wide parameter.</li>
<li>SQL to MapReduce to SQL planner. The planner provides a parallel database front end to enable SQL queries. The planner transforms the queries into map reduce jobs and optimizes the query plans for efficiency. This is where scratch that this is the secret sauce of HodoopDB.</li>
</ul>
<p>HadoopDB complements the Hadoop infrastructure and does not replace it. Analysts have both available as needed.</p>
<p><strong>Heterogeneity</strong><br />
A key issue for Internet-scale systems is the ability to run in a heterogenous environment where multi-year build-outs and rolling node replacement are the norm. That means that some nodes will be faster than others.  HadoopDB breaks the work down into small tasks and moves them from slow to fast nodes automagically.</p>
<p><strong>Results</strong><br />
The authors ran some benchmarks on Amazon&#8217;s EC to to test performance. The HadoopDB load times were about 10x that of Hadoop, but the higher performance of HadoopDB usually justified the longer set up time.</p>
<p>The authors found that HadoopDB was able to approach the performance of parallel database systems on much lower cost hardware and free software. Given the gift of the projects one can expect higher performance as improvements are made.</p>
<p><strong>The killer app for private clouds?</strong><br />
MapReduce and Hadoop are already in wide use among Internet-scale datacenters. As companies begin to understand and correlate social media, web activity and ad response rates, the demand for large-scale parallel database processing will grow. But will they want to ship it out to Amazon?</p>
<p>Depending on the quantity and sensitivity of the data many organizations may prefer to keep the processing in-house. Private scale out Hadoop clusters may become the poor companies data warehouse of choice.</p>
<p><strong>The StorageMojo take</strong><br />
HadoopDB is more science project than commercial tool today. Yet the project demonstrates the feasibility of using scale out compute/storage clusters for work that day typically requires proprietary high-end scale up system architectures.</p>
<p>If capital costs are reduced by two thirds with a commodity/FOSS architecture, companies could afford to hire the expertise required to make it work. The free software/paid support model will prove quite successful in this space.</p>
<p><strong>Courteous comments welcome, of course.</strong>  </p>
<hr/>Copyright &copy; 2010 <strong><a href="http://storagemojo.com">StorageMojo</a></strong>. This Feed is for personal non-commercial use only. If you are not reading this material in your news aggregator, the site you are looking at is guilty of copyright infringement. Please contact legal@storagemojo.com so we can take legal action immediately.<br/><span style="float: right;font-size: 7pt"><a href="http://blog.taragana.com/index.php/archive/wordpress-plugins-provided-by-taraganacom/">Plugin</a> by <a href="http://www.taragana.com/">Taragana</a></span>

<p>Related posts:<ol><li><a href='http://storagemojo.com/2009/12/06/tiny-server-clusters/' rel='bookmark' title='Permanent Link: Tiny server clusters'>Tiny server clusters</a> <small>Virtual machines (VMs) solve the problem of many tiny servers...</small></li>
<li><a href='http://storagemojo.com/2009/09/21/maxiscales-web-scale-file-system/' rel='bookmark' title='Permanent Link: MaxiScale&#8217;s Web-scale file system'>MaxiScale&#8217;s Web-scale file system</a> <small>A new web scale &#8211; they claim linear scaling to...</small></li>
<li><a href='http://storagemojo.com/2009/06/17/not-a-filesystem-not-a-database/' rel='bookmark' title='Permanent Link: Not a filesystem, not a database.'>Not a filesystem, not a database.</a> <small>Jeff Darcy has a good post on key data stores,...</small></li>
</ol></p>
<p>Related posts brought to you by <a href='http://mitcho.com/code/yarpp/'>Yet Another Related Posts Plugin</a>.</p>]]></content:encoded>
			<wfw:commentRss>http://storagemojo.com/2010/02/08/a-petascale-parallel-database/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Why private clouds are part of the future</title>
		<link>http://storagemojo.com/2010/02/05/why-private-clouds-are-part-of-the-future/</link>
		<comments>http://storagemojo.com/2010/02/05/why-private-clouds-are-part-of-the-future/#comments</comments>
		<pubDate>Fri, 05 Feb 2010 20:37:10 +0000</pubDate>
		<dc:creator>Robin Harris</dc:creator>
				<category><![CDATA[Architecture]]></category>
		<category><![CDATA[Cloud computing & storage]]></category>
		<category><![CDATA[Enterprise]]></category>
		<category><![CDATA[Future Tech]]></category>

		<guid isPermaLink="false">http://storagemojo.com/?p=1887</guid>
		<description><![CDATA[<p></p><p> James Hamilton, Amazon architect and a very smart guy, recently blogged about private clouds. In <a href="http://perspectives.mvdirona.com/2010/01/17/PrivateCloudsAreNotTheFuture.aspx" target="_blank">Private Clouds Are Not The Future</a> he argues that economies of scale make public clouds much more efficient than private clouds.</p>
<p>I think we agree that several effects make web scale public clouds more efficient:</p>
<ul>
<li>Higher quality services. Large clouds can economically employ experts to design and optimize their services and infrastructure. Security and server/storage design are two areas where deep expertise can provide more reliable and efficient service.</li>
<li>Utilization. Power systems and power cost are optimized when data centers are run at 100% utilization. As utilization rises across the board so does the capital efficiency, i.e. work per invested dollar.</li>
<li>Cost. Large-scale investments create their own lower-cost dynamic. Public cloud providers save money on infrastructure acquisition through volume buys. In addition, their volume enables them to acquire optimized components, such as high-efficiency power supplies or custom cost-reduced motherboards, that offer little economic advantage to small volume buyers.</li>
<li>Portfolio advantages. With a mix of customers and jobs web-scale clouds have a more stable aggregate load. Some customers are growing, some are shrinking, but the net demand becomes more stable with size. This, in turn, enables public cloud managers to drive utilization higher with less risk of pegging the system.</li>
</ul>
<p>With all these advantages it is obvious that private clouds are not the future. Or is it?</p>
<p><strong>It <i>isn&#8217;t</i> all about the Benjamins</strong><br />
Economics is not the driver many assume. Individuals and companies often select less economic choices. Some people buy cars that cost $200,000 and get 12 miles to the gallon. Some companies buy $6/GB storage and then utilize just 1/3rd of that costly capacity.</p>
<p>Often perceived benefits are not well measured in dollars. Convenience, availability, consistency and control often relate to emotional needs and wants that are rarely quantified or questioned.</p>
<p>But we don&#8217;t have to invoke those to understand why private clouds will be part of the computing landscape. Just a quick look at one of the large Internet data centers will tell us what we need to know.</p>
<p><strong>Show me the power</strong><br />
All the advantages of public clouds have analogs in the world of power generation and distribution. Power generation is cheapest when centralized and large-scale distribution systems move power at the lowest cost per watt.</p>
<p>Electrical power generation and distribution is over 125 years old. The technology is well understood, the industry is mature, and a massive infrastructure &#8212; including mile-long coal-hauling trains &#8212; supports production and distribution.</p>
<p>And yet, Google&#8217;s massive Dalles, Oregon data centers, built next to a substation a few miles from the nation&#8217;s largest hydropower system &#8211; one of the world&#8217;s most reliable power sources &#8211; flanks each data center with generators. I expect Amazon does the same.</p>
<p><strong>Access</strong><br />
Clearly, access to data is at least as important as access to power or why would data centers spend the money on uninterruptible power supplies?</p>
<p>Despite the maturity of the power industry people realize it cannot be relied upon 100%. Therefore they maintain their own power storage, generation and distribution systems.</p>
<p>Is the Internet that different? </p>
<p>We cannot rely 100% on Internet access to our data. If the application is important enough, as judged by often subjective human criteria, we will keep our data as close as Google keeps its generators.</p>
<p>Even if it isn&#8217;t the most economic choice.</p>
<p><strong>The StorageMojo take</strong><br />
My thanks to James Hamilton and his post for a lucid justification for an all cloud IT infrastructure future. He helped me see why that isn&#8217;t going to happen and for that I thank him.</p>
<p>I&#8217;ve grappled with the question of private clouds for the last couple of years. The advantages of web scale systems became more obvious, but the human desire for reliable data access and control has not receded.</p>
<p>Public and private will not displace each other: they will coexist just as public and private power sources coexist today. No doubt public clouds will claim the majority of the market whether measured in dollars or exabytes, but private clouds will remain significant contributors to our data infrastructure for decades, if not centuries, to come.</p>
<p><strong>Courteous comments welcome, of course.</strong> </p>
<hr/>Copyright &copy; 2010 <strong><a href="http://storagemojo.com">StorageMojo</a></strong>. This Feed is for personal non-commercial use only. If you are not reading this material in your news aggregator, the site you are looking at is guilty of copyright infringement. Please contact legal@storagemojo.com so we can take legal action immediately.<br/><span style="float: right;font-size: 7pt"><a href="http://blog.taragana.com/index.php/archive/wordpress-plugins-provided-by-taraganacom/">Plugin</a> by <a href="http://www.taragana.com/">Taragana</a></span>

<p>Related posts:<ol><li><a href='http://storagemojo.com/2009/04/17/private-clouds-wont-fly/' rel='bookmark' title='Permanent Link: Private clouds won&#8217;t fly'>Private clouds won&#8217;t fly</a> <small>Massive economies of scale make cloud computing and storage inevitable....</small></li>
<li><a href='http://storagemojo.com/2009/02/18/clouds-over-berkeley-the-radlab-reviews-cloud-computing-pt-1/' rel='bookmark' title='Permanent Link: Clouds over Berkeley: the RADLab reviews cloud computing pt. 1'>Clouds over Berkeley: the RADLab reviews cloud computing pt. 1</a> <small>Cloud computing: it&#8217;s here; it&#8217;s real; and it&#8217;s cheap UC...</small></li>
<li><a href='http://storagemojo.com/2009/07/30/a-risingtide-lifts-all-clouds/' rel='bookmark' title='Permanent Link: A RisingTide lifts all clouds'>A RisingTide lifts all clouds</a> <small>Check out their homepage and, as of today, &#8220;This page...</small></li>
</ol></p>
<p>Related posts brought to you by <a href='http://mitcho.com/code/yarpp/'>Yet Another Related Posts Plugin</a>.</p><div style="display:block"><small><em></em></small></div>


Related posts:<ol><li><a href='http://storagemojo.com/2009/04/17/private-clouds-wont-fly/' rel='bookmark' title='Permanent Link: Private clouds won&#8217;t fly'>Private clouds won&#8217;t fly</a> <small>Massive economies of scale make cloud computing and storage inevitable....</small></li>
<li><a href='http://storagemojo.com/2009/02/18/clouds-over-berkeley-the-radlab-reviews-cloud-computing-pt-1/' rel='bookmark' title='Permanent Link: Clouds over Berkeley: the RADLab reviews cloud computing pt. 1'>Clouds over Berkeley: the RADLab reviews cloud computing pt. 1</a> <small>Cloud computing: it&#8217;s here; it&#8217;s real; and it&#8217;s cheap UC...</small></li>
<li><a href='http://storagemojo.com/2009/07/30/a-risingtide-lifts-all-clouds/' rel='bookmark' title='Permanent Link: A RisingTide lifts all clouds'>A RisingTide lifts all clouds</a> <small>Check out their homepage and, as of today, &#8220;This page...</small></li>
</ol>

Related posts brought to you by <a href='http://mitcho.com/code/yarpp/'>Yet Another Related Posts Plugin</a>.]]></description>
			<content:encoded><![CDATA[<p></p><p> James Hamilton, Amazon architect and a very smart guy, recently blogged about private clouds. In <a href="http://perspectives.mvdirona.com/2010/01/17/PrivateCloudsAreNotTheFuture.aspx" target="_blank">Private Clouds Are Not The Future</a> he argues that economies of scale make public clouds much more efficient than private clouds.</p>
<p>I think we agree that several effects make web scale public clouds more efficient:</p>
<ul>
<li>Higher quality services. Large clouds can economically employ experts to design and optimize their services and infrastructure. Security and server/storage design are two areas where deep expertise can provide more reliable and efficient service.</li>
<li>Utilization. Power systems and power cost are optimized when data centers are run at 100% utilization. As utilization rises across the board so does the capital efficiency, i.e. work per invested dollar.</li>
<li>Cost. Large-scale investments create their own lower-cost dynamic. Public cloud providers save money on infrastructure acquisition through volume buys. In addition, their volume enables them to acquire optimized components, such as high-efficiency power supplies or custom cost-reduced motherboards, that offer little economic advantage to small volume buyers.</li>
<li>Portfolio advantages. With a mix of customers and jobs web-scale clouds have a more stable aggregate load. Some customers are growing, some are shrinking, but the net demand becomes more stable with size. This, in turn, enables public cloud managers to drive utilization higher with less risk of pegging the system.</li>
</ul>
<p>With all these advantages it is obvious that private clouds are not the future. Or is it?</p>
<p><strong>It <i>isn&#8217;t</i> all about the Benjamins</strong><br />
Economics is not the driver many assume. Individuals and companies often select less economic choices. Some people buy cars that cost $200,000 and get 12 miles to the gallon. Some companies buy $6/GB storage and then utilize just 1/3rd of that costly capacity.</p>
<p>Often perceived benefits are not well measured in dollars. Convenience, availability, consistency and control often relate to emotional needs and wants that are rarely quantified or questioned.</p>
<p>But we don&#8217;t have to invoke those to understand why private clouds will be part of the computing landscape. Just a quick look at one of the large Internet data centers will tell us what we need to know.</p>
<p><strong>Show me the power</strong><br />
All the advantages of public clouds have analogs in the world of power generation and distribution. Power generation is cheapest when centralized and large-scale distribution systems move power at the lowest cost per watt.</p>
<p>Electrical power generation and distribution is over 125 years old. The technology is well understood, the industry is mature, and a massive infrastructure &#8212; including mile-long coal-hauling trains &#8212; supports production and distribution.</p>
<p>And yet, Google&#8217;s massive Dalles, Oregon data centers, built next to a substation a few miles from the nation&#8217;s largest hydropower system &#8211; one of the world&#8217;s most reliable power sources &#8211; flanks each data center with generators. I expect Amazon does the same.</p>
<p><strong>Access</strong><br />
Clearly, access to data is at least as important as access to power or why would data centers spend the money on uninterruptible power supplies?</p>
<p>Despite the maturity of the power industry people realize it cannot be relied upon 100%. Therefore they maintain their own power storage, generation and distribution systems.</p>
<p>Is the Internet that different? </p>
<p>We cannot rely 100% on Internet access to our data. If the application is important enough, as judged by often subjective human criteria, we will keep our data as close as Google keeps its generators.</p>
<p>Even if it isn&#8217;t the most economic choice.</p>
<p><strong>The StorageMojo take</strong><br />
My thanks to James Hamilton and his post for a lucid justification for an all cloud IT infrastructure future. He helped me see why that isn&#8217;t going to happen and for that I thank him.</p>
<p>I&#8217;ve grappled with the question of private clouds for the last couple of years. The advantages of web scale systems became more obvious, but the human desire for reliable data access and control has not receded.</p>
<p>Public and private will not displace each other: they will coexist just as public and private power sources coexist today. No doubt public clouds will claim the majority of the market whether measured in dollars or exabytes, but private clouds will remain significant contributors to our data infrastructure for decades, if not centuries, to come.</p>
<p><strong>Courteous comments welcome, of course.</strong> </p>
<hr/>Copyright &copy; 2010 <strong><a href="http://storagemojo.com">StorageMojo</a></strong>. This Feed is for personal non-commercial use only. If you are not reading this material in your news aggregator, the site you are looking at is guilty of copyright infringement. Please contact legal@storagemojo.com so we can take legal action immediately.<br/><span style="float: right;font-size: 7pt"><a href="http://blog.taragana.com/index.php/archive/wordpress-plugins-provided-by-taraganacom/">Plugin</a> by <a href="http://www.taragana.com/">Taragana</a></span>

<p>Related posts:<ol><li><a href='http://storagemojo.com/2009/04/17/private-clouds-wont-fly/' rel='bookmark' title='Permanent Link: Private clouds won&#8217;t fly'>Private clouds won&#8217;t fly</a> <small>Massive economies of scale make cloud computing and storage inevitable....</small></li>
<li><a href='http://storagemojo.com/2009/02/18/clouds-over-berkeley-the-radlab-reviews-cloud-computing-pt-1/' rel='bookmark' title='Permanent Link: Clouds over Berkeley: the RADLab reviews cloud computing pt. 1'>Clouds over Berkeley: the RADLab reviews cloud computing pt. 1</a> <small>Cloud computing: it&#8217;s here; it&#8217;s real; and it&#8217;s cheap UC...</small></li>
<li><a href='http://storagemojo.com/2009/07/30/a-risingtide-lifts-all-clouds/' rel='bookmark' title='Permanent Link: A RisingTide lifts all clouds'>A RisingTide lifts all clouds</a> <small>Check out their homepage and, as of today, &#8220;This page...</small></li>
</ol></p>
<p>Related posts brought to you by <a href='http://mitcho.com/code/yarpp/'>Yet Another Related Posts Plugin</a>.</p>]]></content:encoded>
			<wfw:commentRss>http://storagemojo.com/2010/02/05/why-private-clouds-are-part-of-the-future/feed/</wfw:commentRss>
		<slash:comments>7</slash:comments>
		</item>
		<item>
		<title>Oracle+Sun storage: wiser &amp; brighter</title>
		<link>http://storagemojo.com/2010/01/27/oraclesun-storage-wiser-brighter/</link>
		<comments>http://storagemojo.com/2010/01/27/oraclesun-storage-wiser-brighter/#comments</comments>
		<pubDate>Thu, 28 Jan 2010 02:11:23 +0000</pubDate>
		<dc:creator>Robin Harris</dc:creator>
				<category><![CDATA[Enterprise]]></category>
		<category><![CDATA[Information Management]]></category>

		<guid isPermaLink="false">http://storagemojo.com/?p=1882</guid>
		<description><![CDATA[<p></p><p>While everyone else was watching the Apple iPad intro I was watching Oracle&#8217;s John Fowler talk about their systems and storage strategy. I like the iPad, but the O+S strategy could reshape the storage industry.</p>
<p>More details will emerge and many decisions still remain but the basic elements are clear:</p>
<ul>
<li>Focus on direct sales. In the mid-1990s, when I joined Sun, the tenacity and aggressiveness of their direct sales force was a welcome change. Direct sales forces are expensive, but losing touch with your customers is even costlier. The combo&#8217;s unique value propositions can&#8217;t be sold by channels today. In 5 years &#8211; maybe.</li>
<li>A dedicated storage sales force. Generalist salespeople with millimeter deep storage product and application knowledge can&#8217;t compete with EMC and NetApp. Storage specialists aren&#8217;t easy to develop, so they&#8217;ll hire them &#8211; and they promise top commissions.</li>
<li>Deep integration of ZFS into storage systems. A software company <i>should</i> like a software solution to many of the biggest storage problems? Putting real muscle behind ZFS will help thousands of enterprise customers to rethink their high-performance data protection strategies.</li>
<li>Flash everywhere. Sun has done some creative things with flash already, such as Logzilla, and Oracle sees that much more can be done.</li>
</ul>
<p>Not mentioned &#8211; not that it should have been &#8211; is the fate of ZFS on Mac OS X. That would be a boost for all concerned.</p>
<p><strong>The StorageMojo take</strong><br />
Sun&#8217;s primary storage business has been a <a href="http://storagemojo.com/2004/10/27/suns-sorry-storage-story/" target="_blank">black smoking crater of disaster</a> for over a decade. And it didn&#8217;t help StorageTek to have them answer to know-nothings.</p>
<p>Despite that Sun engineers outside the storage group developed innovative and game-changing technologies that the company couldn&#8217;t capitalize on. With Oracle&#8217;s investment now they can.</p>
<p>No database/systems company can be successful without a healthy and very competitive storage team &#8212; and the high gross margins don&#8217;t hurt. With a hard-nosed focus on application performance, marketing competence and continued innovation, the O+S storage group could be a fun place to work. They are hiring!</p>
<p>It will take Oracle 12 to 18 months to develop the kind of customer traction that will make other storage vendors set up and take notice. But Larry Ellison isn&#8217;t planning to lose and there is no reason he should.</p>
<p>Storage competition in the enterprise is about to get cranked up several notches. And that is a good thing for all customers.</p>
<p><strong>Courteous comments welcome, of course.</strong>  </p>
<hr/>Copyright &copy; 2010 <strong><a href="http://storagemojo.com">StorageMojo</a></strong>. This Feed is for personal non-commercial use only. If you are not reading this material in your news aggregator, the site you are looking at is guilty of copyright infringement. Please contact legal@storagemojo.com so we can take legal action immediately.<br/><span style="float: right;font-size: 7pt"><a href="http://blog.taragana.com/index.php/archive/wordpress-plugins-provided-by-taraganacom/">Plugin</a> by <a href="http://www.taragana.com/">Taragana</a></span>

<p>Related posts:<ol><li><a href='http://storagemojo.com/2009/05/20/btrfs-vs-zfs-omg/' rel='bookmark' title='Permanent Link: Btrfs vs ZFS &#8211; OMG!'>Btrfs vs ZFS &#8211; OMG!</a> <small>Am @ Interop today &#8211; a nice, relaxing 250 mile...</small></li>
<li><a href='http://storagemojo.com/2009/09/01/the-sun-4-tb-flash-array-f5100/' rel='bookmark' title='Permanent Link: The Sun 4 TB flash array F5100'>The Sun 4 TB flash array F5100</a> <small>The 4 TB Sun F5100 Flash Array product launch is...</small></li>
<li><a href='http://storagemojo.com/2009/10/03/hps-unified-storagecompute-strategy/' rel='bookmark' title='Permanent Link: HP&#8217;s unified storage/compute strategy'>HP&#8217;s unified storage/compute strategy</a> <small>HP’s Tech Days this week in Colorado Springs impressed on...</small></li>
</ol></p>
<p>Related posts brought to you by <a href='http://mitcho.com/code/yarpp/'>Yet Another Related Posts Plugin</a>.</p><div style="display:block"><small><em></em></small></div>


Related posts:<ol><li><a href='http://storagemojo.com/2009/05/20/btrfs-vs-zfs-omg/' rel='bookmark' title='Permanent Link: Btrfs vs ZFS &#8211; OMG!'>Btrfs vs ZFS &#8211; OMG!</a> <small>Am @ Interop today &#8211; a nice, relaxing 250 mile...</small></li>
<li><a href='http://storagemojo.com/2009/09/01/the-sun-4-tb-flash-array-f5100/' rel='bookmark' title='Permanent Link: The Sun 4 TB flash array F5100'>The Sun 4 TB flash array F5100</a> <small>The 4 TB Sun F5100 Flash Array product launch is...</small></li>
<li><a href='http://storagemojo.com/2009/10/03/hps-unified-storagecompute-strategy/' rel='bookmark' title='Permanent Link: HP&#8217;s unified storage/compute strategy'>HP&#8217;s unified storage/compute strategy</a> <small>HP’s Tech Days this week in Colorado Springs impressed on...</small></li>
</ol>

Related posts brought to you by <a href='http://mitcho.com/code/yarpp/'>Yet Another Related Posts Plugin</a>.]]></description>
			<content:encoded><![CDATA[<p></p><p>While everyone else was watching the Apple iPad intro I was watching Oracle&#8217;s John Fowler talk about their systems and storage strategy. I like the iPad, but the O+S strategy could reshape the storage industry.</p>
<p>More details will emerge and many decisions still remain but the basic elements are clear:</p>
<ul>
<li>Focus on direct sales. In the mid-1990s, when I joined Sun, the tenacity and aggressiveness of their direct sales force was a welcome change. Direct sales forces are expensive, but losing touch with your customers is even costlier. The combo&#8217;s unique value propositions can&#8217;t be sold by channels today. In 5 years &#8211; maybe.</li>
<li>A dedicated storage sales force. Generalist salespeople with millimeter deep storage product and application knowledge can&#8217;t compete with EMC and NetApp. Storage specialists aren&#8217;t easy to develop, so they&#8217;ll hire them &#8211; and they promise top commissions.</li>
<li>Deep integration of ZFS into storage systems. A software company <i>should</i> like a software solution to many of the biggest storage problems? Putting real muscle behind ZFS will help thousands of enterprise customers to rethink their high-performance data protection strategies.</li>
<li>Flash everywhere. Sun has done some creative things with flash already, such as Logzilla, and Oracle sees that much more can be done.</li>
</ul>
<p>Not mentioned &#8211; not that it should have been &#8211; is the fate of ZFS on Mac OS X. That would be a boost for all concerned.</p>
<p><strong>The StorageMojo take</strong><br />
Sun&#8217;s primary storage business has been a <a href="http://storagemojo.com/2004/10/27/suns-sorry-storage-story/" target="_blank">black smoking crater of disaster</a> for over a decade. And it didn&#8217;t help StorageTek to have them answer to know-nothings.</p>
<p>Despite that Sun engineers outside the storage group developed innovative and game-changing technologies that the company couldn&#8217;t capitalize on. With Oracle&#8217;s investment now they can.</p>
<p>No database/systems company can be successful without a healthy and very competitive storage team &#8212; and the high gross margins don&#8217;t hurt. With a hard-nosed focus on application performance, marketing competence and continued innovation, the O+S storage group could be a fun place to work. They are hiring!</p>
<p>It will take Oracle 12 to 18 months to develop the kind of customer traction that will make other storage vendors set up and take notice. But Larry Ellison isn&#8217;t planning to lose and there is no reason he should.</p>
<p>Storage competition in the enterprise is about to get cranked up several notches. And that is a good thing for all customers.</p>
<p><strong>Courteous comments welcome, of course.</strong>  </p>
<hr/>Copyright &copy; 2010 <strong><a href="http://storagemojo.com">StorageMojo</a></strong>. This Feed is for personal non-commercial use only. If you are not reading this material in your news aggregator, the site you are looking at is guilty of copyright infringement. Please contact legal@storagemojo.com so we can take legal action immediately.<br/><span style="float: right;font-size: 7pt"><a href="http://blog.taragana.com/index.php/archive/wordpress-plugins-provided-by-taraganacom/">Plugin</a> by <a href="http://www.taragana.com/">Taragana</a></span>

<p>Related posts:<ol><li><a href='http://storagemojo.com/2009/05/20/btrfs-vs-zfs-omg/' rel='bookmark' title='Permanent Link: Btrfs vs ZFS &#8211; OMG!'>Btrfs vs ZFS &#8211; OMG!</a> <small>Am @ Interop today &#8211; a nice, relaxing 250 mile...</small></li>
<li><a href='http://storagemojo.com/2009/09/01/the-sun-4-tb-flash-array-f5100/' rel='bookmark' title='Permanent Link: The Sun 4 TB flash array F5100'>The Sun 4 TB flash array F5100</a> <small>The 4 TB Sun F5100 Flash Array product launch is...</small></li>
<li><a href='http://storagemojo.com/2009/10/03/hps-unified-storagecompute-strategy/' rel='bookmark' title='Permanent Link: HP&#8217;s unified storage/compute strategy'>HP&#8217;s unified storage/compute strategy</a> <small>HP’s Tech Days this week in Colorado Springs impressed on...</small></li>
</ol></p>
<p>Related posts brought to you by <a href='http://mitcho.com/code/yarpp/'>Yet Another Related Posts Plugin</a>.</p>]]></content:encoded>
			<wfw:commentRss>http://storagemojo.com/2010/01/27/oraclesun-storage-wiser-brighter/feed/</wfw:commentRss>
		<slash:comments>6</slash:comments>
		</item>
		<item>
		<title>Will a 70 TB cartridge save LTO?</title>
		<link>http://storagemojo.com/2010/01/26/will-a-70-tb-cartridge-save-lto/</link>
		<comments>http://storagemojo.com/2010/01/26/will-a-70-tb-cartridge-save-lto/#comments</comments>
		<pubDate>Tue, 26 Jan 2010 16:01:54 +0000</pubDate>
		<dc:creator>Robin Harris</dc:creator>
				<category><![CDATA[Backup]]></category>
		<category><![CDATA[Future Tech]]></category>

		<guid isPermaLink="false">http://storagemojo.com/?p=1872</guid>
		<description><![CDATA[<p></p><p>IBM and Fujifilm have demonstrated a technology that, if productized, could give us a 70 TB LTO tape cartridge. Tape isn&#8217;t dead &#8211; that will be a long time coming &#8211; but its vital signs aren&#8217;t good, either.</p>
<p><strong>Vacuum column, 800bpi tape drives</strong><br />
Magnetic tape is the oldest digital storage technology still in use. Once mass storage meant tape because drums &#8211; and later, disks &#8211; were tiny and absurdly expensive.</p>
<p>IBM and Fujifilm demonstrated a density of 29.5 <i>billion</i> bits per square inch on linear tape. Disks are approaching 1 T/bit in a controlled environment and much less media area.</p>
<p>Theoretically this supports a single tape cartridge with a 35 TB of uncompressed data capacity &#8211; or 70 TB of compressed data in a single LTO (linear tape open) cartridge.</p>
<p>Current LTO tapes, even with compression, are at about 2 TB per cartridge &#8212; the same as high-end disk drives. In nine months those 2 TB disks will cost about the same as single LTO cartridge. Why store data on tape where it is so much faster to access?</p>
<p>Defenders point to tape&#8217;s energy efficiency &#8212; write once and shelve without consuming more energy for decades &#8212; but people like the convenience of random-access data. If this drive industry woke up and started offering archive quality disks &#8212; Seagate sold an automotive hard drive that carried a 10 year warranty &#8212; much of the remaining tape market would disappear.</p>
<p>Lifespan is another benefit of tape technology. I recently transferred a 20-year-old VHS tape that hadn&#8217;t been looked at in at least 10 years to my computer. There was some drop out but the picture was very watchable. Try that with a 20 year old disk drive.</p>
<p><strong>Technology</strong><br />
Whether it is commercially feasible or not, the IBM/Fuji technology is impressive:</p>
<ul>
<li>Advanced nano particle technology &#8212; they limited the size of the barium ferrite particles to 1600 nm<sup>3</sup> &#8212; approximately 1/3 of current metal particle volume.</li>
<li> Advanced nano coating technology &#8212; a smooth and thin magnetic layer with very low variability reduced signal fluctuation significantly, enabling more accurate signal processing.</li>
<li> Advanced nano dispersion &#8212; a new material controlled agglomeration enabling more uniform dispersion of the nano particles.</li>
<li> Nano perpendicular orientation &#8212; taking advantage of the barium ferrite particles crystal magnetic anisotropy, a perpendicular orientation improved high-frequency characteristics.</li>
</ul>
<p>But the remaining obstacles are daunting: mass production of tiny uniform nanoscale particles; mass production of an extremely smooth and thin magnetic layer; and careful control of the particle dispersion and orientation. Plus heads and transports accurate enough to take advantage of the density.</p>
<p>That added technology raises tape&#8217;s entry price &#8211; further restricting the market &#8211; and it isn&#8217;t easy to see what, if anything, can reverse that dynamic.</p>
<p><strong>The StorageMojo take</strong><br />
Regardless of whether you think tape has a long-term future, this is an impressive demonstration. When I introduced DLT at DEC, customers were thrilled to get to 2.6 GB on a tape cartridge.</p>
<p>If they can get the cartridge to market in the next 5 years, they&#8217;ll can charge  5x what a disk costs &#8211; because the capacity is so much higher than any single disk. If they can&#8217;t &#8211; well, it was a neat tech demo.</p>
<p>Drive marketers should see that a massive archive disk market is fast approaching. Cheap USB 3 SATA drive docks will enable millions to store their memories on rarely used disks &#8211; and to rapidly access all the data.</p>
<p>Nevertheless, tape remains the most proven archival storage medium for digital<br />
data. Tape may yet live to see that 70 TB cartridge delivered.</p>
<p><strong>Courteous comments welcome, of course.</strong>  I had an audio cassette recorder for storage on my first computer. Couldn&#8217;t afford $800 for a 144 KB floppy disk. I now have 11 disks &#8211; and 2 optical drives &#8211; on my Mac Pro. That cassette recorder was my 1st &#8211; and last &#8211; tape drive.</p>
<hr/>Copyright &copy; 2010 <strong><a href="http://storagemojo.com">StorageMojo</a></strong>. This Feed is for personal non-commercial use only. If you are not reading this material in your news aggregator, the site you are looking at is guilty of copyright infringement. Please contact legal@storagemojo.com so we can take legal action immediately.<br/><span style="float: right;font-size: 7pt"><a href="http://blog.taragana.com/index.php/archive/wordpress-plugins-provided-by-taraganacom/">Plugin</a> by <a href="http://www.taragana.com/">Taragana</a></span>

<p>Related posts:<ol><li><a href='http://storagemojo.com/2009/10/11/optical-nearing-the-end-of-the-line/' rel='bookmark' title='Permanent Link: Optical nearing the end of the line'>Optical nearing the end of the line</a> <small>TDK recently demo’d an impressive technical achievement: a 10 layer...</small></li>
</ol></p>
<p>Related posts brought to you by <a href='http://mitcho.com/code/yarpp/'>Yet Another Related Posts Plugin</a>.</p><div style="display:block"><small><em></em></small></div>


Related posts:<ol><li><a href='http://storagemojo.com/2009/10/11/optical-nearing-the-end-of-the-line/' rel='bookmark' title='Permanent Link: Optical nearing the end of the line'>Optical nearing the end of the line</a> <small>TDK recently demo’d an impressive technical achievement: a 10 layer...</small></li>
</ol>

Related posts brought to you by <a href='http://mitcho.com/code/yarpp/'>Yet Another Related Posts Plugin</a>.]]></description>
			<content:encoded><![CDATA[<p></p><p>IBM and Fujifilm have demonstrated a technology that, if productized, could give us a 70 TB LTO tape cartridge. Tape isn&#8217;t dead &#8211; that will be a long time coming &#8211; but its vital signs aren&#8217;t good, either.</p>
<p><strong>Vacuum column, 800bpi tape drives</strong><br />
Magnetic tape is the oldest digital storage technology still in use. Once mass storage meant tape because drums &#8211; and later, disks &#8211; were tiny and absurdly expensive.</p>
<p>IBM and Fujifilm demonstrated a density of 29.5 <i>billion</i> bits per square inch on linear tape. Disks are approaching 1 T/bit in a controlled environment and much less media area.</p>
<p>Theoretically this supports a single tape cartridge with a 35 TB of uncompressed data capacity &#8211; or 70 TB of compressed data in a single LTO (linear tape open) cartridge.</p>
<p>Current LTO tapes, even with compression, are at about 2 TB per cartridge &#8212; the same as high-end disk drives. In nine months those 2 TB disks will cost about the same as single LTO cartridge. Why store data on tape where it is so much faster to access?</p>
<p>Defenders point to tape&#8217;s energy efficiency &#8212; write once and shelve without consuming more energy for decades &#8212; but people like the convenience of random-access data. If this drive industry woke up and started offering archive quality disks &#8212; Seagate sold an automotive hard drive that carried a 10 year warranty &#8212; much of the remaining tape market would disappear.</p>
<p>Lifespan is another benefit of tape technology. I recently transferred a 20-year-old VHS tape that hadn&#8217;t been looked at in at least 10 years to my computer. There was some drop out but the picture was very watchable. Try that with a 20 year old disk drive.</p>
<p><strong>Technology</strong><br />
Whether it is commercially feasible or not, the IBM/Fuji technology is impressive:</p>
<ul>
<li>Advanced nano particle technology &#8212; they limited the size of the barium ferrite particles to 1600 nm<sup>3</sup> &#8212; approximately 1/3 of current metal particle volume.</li>
<li> Advanced nano coating technology &#8212; a smooth and thin magnetic layer with very low variability reduced signal fluctuation significantly, enabling more accurate signal processing.</li>
<li> Advanced nano dispersion &#8212; a new material controlled agglomeration enabling more uniform dispersion of the nano particles.</li>
<li> Nano perpendicular orientation &#8212; taking advantage of the barium ferrite particles crystal magnetic anisotropy, a perpendicular orientation improved high-frequency characteristics.</li>
</ul>
<p>But the remaining obstacles are daunting: mass production of tiny uniform nanoscale particles; mass production of an extremely smooth and thin magnetic layer; and careful control of the particle dispersion and orientation. Plus heads and transports accurate enough to take advantage of the density.</p>
<p>That added technology raises tape&#8217;s entry price &#8211; further restricting the market &#8211; and it isn&#8217;t easy to see what, if anything, can reverse that dynamic.</p>
<p><strong>The StorageMojo take</strong><br />
Regardless of whether you think tape has a long-term future, this is an impressive demonstration. When I introduced DLT at DEC, customers were thrilled to get to 2.6 GB on a tape cartridge.</p>
<p>If they can get the cartridge to market in the next 5 years, they&#8217;ll can charge  5x what a disk costs &#8211; because the capacity is so much higher than any single disk. If they can&#8217;t &#8211; well, it was a neat tech demo.</p>
<p>Drive marketers should see that a massive archive disk market is fast approaching. Cheap USB 3 SATA drive docks will enable millions to store their memories on rarely used disks &#8211; and to rapidly access all the data.</p>
<p>Nevertheless, tape remains the most proven archival storage medium for digital<br />
data. Tape may yet live to see that 70 TB cartridge delivered.</p>
<p><strong>Courteous comments welcome, of course.</strong>  I had an audio cassette recorder for storage on my first computer. Couldn&#8217;t afford $800 for a 144 KB floppy disk. I now have 11 disks &#8211; and 2 optical drives &#8211; on my Mac Pro. That cassette recorder was my 1st &#8211; and last &#8211; tape drive.</p>
<hr/>Copyright &copy; 2010 <strong><a href="http://storagemojo.com">StorageMojo</a></strong>. This Feed is for personal non-commercial use only. If you are not reading this material in your news aggregator, the site you are looking at is guilty of copyright infringement. Please contact legal@storagemojo.com so we can take legal action immediately.<br/><span style="float: right;font-size: 7pt"><a href="http://blog.taragana.com/index.php/archive/wordpress-plugins-provided-by-taraganacom/">Plugin</a> by <a href="http://www.taragana.com/">Taragana</a></span>

<p>Related posts:<ol><li><a href='http://storagemojo.com/2009/10/11/optical-nearing-the-end-of-the-line/' rel='bookmark' title='Permanent Link: Optical nearing the end of the line'>Optical nearing the end of the line</a> <small>TDK recently demo’d an impressive technical achievement: a 10 layer...</small></li>
</ol></p>
<p>Related posts brought to you by <a href='http://mitcho.com/code/yarpp/'>Yet Another Related Posts Plugin</a>.</p>]]></content:encoded>
			<wfw:commentRss>http://storagemojo.com/2010/01/26/will-a-70-tb-cartridge-save-lto/feed/</wfw:commentRss>
		<slash:comments>8</slash:comments>
		</item>
		<item>
		<title>Verari restart</title>
		<link>http://storagemojo.com/2010/01/20/verari-restart/</link>
		<comments>http://storagemojo.com/2010/01/20/verari-restart/#comments</comments>
		<pubDate>Thu, 21 Jan 2010 03:37:22 +0000</pubDate>
		<dc:creator>Robin Harris</dc:creator>
				<category><![CDATA[Cloud computing & storage]]></category>
		<category><![CDATA[Clusters]]></category>
		<category><![CDATA[Marketing]]></category>

		<guid isPermaLink="false">http://storagemojo.com/?p=1855</guid>
		<description><![CDATA[<p></p><p>Verari Systems is now Verari Technologies. The company&#8217;s assets were purchased by the original founder, Dave Driggers, after an attempt last year to get another round of financing foundered. </p>
<p>They&#8217;ve had some success with their <a href="http://blogs.zdnet.com/storage/?p=433" target="_blank">containerized</a> compute/storage systems. There haven&#8217;t been many buyers amidst the Great Recession and the credit crunch didn&#8217;t help.</p>
<p>Here are edited comments from their <a href="http://www.verari.com/" target="_blank">website</a>:</p>
<blockquote><p>
Original Founder Leads Investment Group in Purchase of Verari Systems’ Assets</p>
<p>Founder aims to re-start company with concentration on data center design and optimization services, modular container-based data centers, blade-based storage and high performance computing solutions.</p>
<p>San Diego, Calif. – January 19, 2010 &#8211; David Driggers, the original Founder of Verari Systems, Inc., . . . today announced the successful acquisition of substantially all of Verari Systems’ corporate and intellectual property assets by an Investment Group led by Driggers.</p>
<p>Mr. Driggers is re-starting the Verari engine this week. The new company, Verari Technologies, is offering immediate support to past Verari Systems’ customers.</p>
<p>Verari’s award-winning FOREST containers are one of the industry’s best selling portable data center solutions. The containers, as well as Verari’s BladeRack architecture, utilize Verari’s patented Vertical Cooling Technology to increase energy efficiency while reducing a customer’s energy bills.</p>
<p>“You’re going to see a concerted effort on our part to license and promote these unique technologies,” states Mr. Driggers.
</p></blockquote>
<p>Most of the staff was laid off last year because the company couldn&#8217;t meet payroll. The new company retains much of the former senior management.</p>
<p><strong>The StorageMojo take</strong><br />
Verari is wise to take a step back from direct competition with HP, SGI and IBM. HP owns the biggest chunk of the blade market, buys over half the world&#8217;s disk drives and, in the 9100, has some very dense storage. But HP can&#8217;t be all things to all people &#8211; and Verari can help fill the gaps.</p>
<p>While the density benefits of blades are undeniable, some question whether they are cost-effective compared to high-volume commodity boxes. Verari&#8217;s pricing seemed more aggressive than most blade vendors &#8211; perhaps too aggressive &#8211; but price is another competitive tool they may choose to wield to the benefit of buyers everywhere.</p>
<p><strong>Courteous comments welcome, of course.</strong>  </p>
<hr/>Copyright &copy; 2010 <strong><a href="http://storagemojo.com">StorageMojo</a></strong>. This Feed is for personal non-commercial use only. If you are not reading this material in your news aggregator, the site you are looking at is guilty of copyright infringement. Please contact legal@storagemojo.com so we can take legal action immediately.<br/><span style="float: right;font-size: 7pt"><a href="http://blog.taragana.com/index.php/archive/wordpress-plugins-provided-by-taraganacom/">Plugin</a> by <a href="http://www.taragana.com/">Taragana</a></span>

<p>Related posts:<ol><li><a href='http://storagemojo.com/2009/07/22/an-ibrix-customer-asks-what-now/' rel='bookmark' title='Permanent Link: An IBRIX customer asks: what now?'>An IBRIX customer asks: what now?</a> <small>The CEO of a &#8211; I&#8217;m guessing here &#8211; specialized...</small></li>
</ol></p>
<p>Related posts brought to you by <a href='http://mitcho.com/code/yarpp/'>Yet Another Related Posts Plugin</a>.</p><div style="display:block"><small><em></em></small></div>


Related posts:<ol><li><a href='http://storagemojo.com/2009/07/22/an-ibrix-customer-asks-what-now/' rel='bookmark' title='Permanent Link: An IBRIX customer asks: what now?'>An IBRIX customer asks: what now?</a> <small>The CEO of a &#8211; I&#8217;m guessing here &#8211; specialized...</small></li>
</ol>

Related posts brought to you by <a href='http://mitcho.com/code/yarpp/'>Yet Another Related Posts Plugin</a>.]]></description>
			<content:encoded><![CDATA[<p></p><p>Verari Systems is now Verari Technologies. The company&#8217;s assets were purchased by the original founder, Dave Driggers, after an attempt last year to get another round of financing foundered. </p>
<p>They&#8217;ve had some success with their <a href="http://blogs.zdnet.com/storage/?p=433" target="_blank">containerized</a> compute/storage systems. There haven&#8217;t been many buyers amidst the Great Recession and the credit crunch didn&#8217;t help.</p>
<p>Here are edited comments from their <a href="http://www.verari.com/" target="_blank">website</a>:</p>
<blockquote><p>
Original Founder Leads Investment Group in Purchase of Verari Systems’ Assets</p>
<p>Founder aims to re-start company with concentration on data center design and optimization services, modular container-based data centers, blade-based storage and high performance computing solutions.</p>
<p>San Diego, Calif. – January 19, 2010 &#8211; David Driggers, the original Founder of Verari Systems, Inc., . . . today announced the successful acquisition of substantially all of Verari Systems’ corporate and intellectual property assets by an Investment Group led by Driggers.</p>
<p>Mr. Driggers is re-starting the Verari engine this week. The new company, Verari Technologies, is offering immediate support to past Verari Systems’ customers.</p>
<p>Verari’s award-winning FOREST containers are one of the industry’s best selling portable data center solutions. The containers, as well as Verari’s BladeRack architecture, utilize Verari’s patented Vertical Cooling Technology to increase energy efficiency while reducing a customer’s energy bills.</p>
<p>“You’re going to see a concerted effort on our part to license and promote these unique technologies,” states Mr. Driggers.
</p></blockquote>
<p>Most of the staff was laid off last year because the company couldn&#8217;t meet payroll. The new company retains much of the former senior management.</p>
<p><strong>The StorageMojo take</strong><br />
Verari is wise to take a step back from direct competition with HP, SGI and IBM. HP owns the biggest chunk of the blade market, buys over half the world&#8217;s disk drives and, in the 9100, has some very dense storage. But HP can&#8217;t be all things to all people &#8211; and Verari can help fill the gaps.</p>
<p>While the density benefits of blades are undeniable, some question whether they are cost-effective compared to high-volume commodity boxes. Verari&#8217;s pricing seemed more aggressive than most blade vendors &#8211; perhaps too aggressive &#8211; but price is another competitive tool they may choose to wield to the benefit of buyers everywhere.</p>
<p><strong>Courteous comments welcome, of course.</strong>  </p>
<hr/>Copyright &copy; 2010 <strong><a href="http://storagemojo.com">StorageMojo</a></strong>. This Feed is for personal non-commercial use only. If you are not reading this material in your news aggregator, the site you are looking at is guilty of copyright infringement. Please contact legal@storagemojo.com so we can take legal action immediately.<br/><span style="float: right;font-size: 7pt"><a href="http://blog.taragana.com/index.php/archive/wordpress-plugins-provided-by-taraganacom/">Plugin</a> by <a href="http://www.taragana.com/">Taragana</a></span>

<p>Related posts:<ol><li><a href='http://storagemojo.com/2009/07/22/an-ibrix-customer-asks-what-now/' rel='bookmark' title='Permanent Link: An IBRIX customer asks: what now?'>An IBRIX customer asks: what now?</a> <small>The CEO of a &#8211; I&#8217;m guessing here &#8211; specialized...</small></li>
</ol></p>
<p>Related posts brought to you by <a href='http://mitcho.com/code/yarpp/'>Yet Another Related Posts Plugin</a>.</p>]]></content:encoded>
			<wfw:commentRss>http://storagemojo.com/2010/01/20/verari-restart/feed/</wfw:commentRss>
		<slash:comments>2</slash:comments>
		</item>
		<item>
		<title>Storage for version control</title>
		<link>http://storagemojo.com/2010/01/19/storage-for-version-control/</link>
		<comments>http://storagemojo.com/2010/01/19/storage-for-version-control/#comments</comments>
		<pubDate>Tue, 19 Jan 2010 23:21:57 +0000</pubDate>
		<dc:creator>Robin Harris</dc:creator>
				<category><![CDATA[Architecture]]></category>
		<category><![CDATA[Cloud computing & storage]]></category>
		<category><![CDATA[SOHO/SMB]]></category>

		<guid isPermaLink="false">http://storagemojo.com/?p=1852</guid>
		<description><![CDATA[<p></p><p>A reader writes:</p>
<blockquote><p>
I found your blog after searching for storage alternatives. I have to say, its really impressive and has helped me a lot so far. I was wondering if you could offer some advice.</p>
<p>We run an online version control service. Currently we are hosted on a VMware environment using FC SAN (SAS and SATA). </p>
<p>We&#8217;re growing into the 3 TB+ range and looking for alternatives, since we&#8217;re paying $2.50/GB for FC SAN (crazy). We looked at NetApp, but with all the stuff going on these days I have to think there is something less expensive and more creative. </p>
<p>Basically, our needs are:</p>
<ul>
<li>Fast read and write performance (500+ r/w iops &#8211; we have over 13,000 commits per day)</li>
<li>Shared across many machines. We are currently using NFS.</li>
<li>Something that won&#8217;t require a team to manage. Although, we already manage our entire Linux environment.</li>
</ul>
<p>I noticed a post about Gluster, ParaScale, and Nexenta. They look promising, but my fear is that they will require too much maintenance. SAN and NFS are pretty simple and if we get NetApp from our hosting provider they manage it for us. Although, they want to charge us $8,000/mo for it (two shelf, 28 450 GB 15k SAS).</p>
<p>As I dive into storage I think I get more confused <img src='http://storagemojo.com/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' />  Any advice is greatly appreciated.
</p></blockquote>
<p>When I asked if I could publish the note &#8211; which has been edited for clarity and anonymity &#8211; I had my own questions:</p>
<blockquote><p>
Why do you think that Gluster, ParaScale &#038; Nexenta will require too much maintenance? Also, when you say SAN, are you referring to Fibre Channel or simply a dedicated Ethernet storage network?
</p></blockquote>
<p>The reply illustrated a facet of the marketing problem that new technologies face: uncertainty.</p>
<blockquote><p>
Not sure really, I just have not had experience with any of those solutions yet. Nexenta looks pretty impressive. I&#8217;ve also heard some great results from DRBD.</p>
<p>We have Fiber Channel with HBA cards. It&#8217;s still shared storage, but really fast.
</p></blockquote>
<p>BTW, <a href="http://www.drbd.org/home/what-is-drbd/" target="_blank">DRBD</a> is the name of an open-source software product:</p>
<blockquote><p>
DRBD® refers to block devices designed as a building block to form high availability (HA) clusters. This is done by mirroring a whole block device via an assigned network. DRBD can be understood as network based raid-1.
</p></blockquote>
<p><strong>The StorageMojo take</strong><br />
My first thought is that anyone who manages a technical hosted service that costs several $K per month should be able to manage a fairly modest scale-out cluster whose capital cost may be only 2-3 months of rental. And 28 15k drives seems like overkill on both the IOPS and the capacity.</p>
<p>But I don&#8217;t know much about version control I/O profiles. Maybe the problem is harder than that.</p>
<p>Readers, what say you?</p>
<p><strong>Courteous comments welcome, of course.</strong></p>
<hr/>Copyright &copy; 2010 <strong><a href="http://storagemojo.com">StorageMojo</a></strong>. This Feed is for personal non-commercial use only. If you are not reading this material in your news aggregator, the site you are looking at is guilty of copyright infringement. Please contact legal@storagemojo.com so we can take legal action immediately.<br/><span style="float: right;font-size: 7pt"><a href="http://blog.taragana.com/index.php/archive/wordpress-plugins-provided-by-taraganacom/">Plugin</a> by <a href="http://www.taragana.com/">Taragana</a></span>

<p>Related posts:<ol><li><a href='http://storagemojo.com/2009/11/13/storage-weather-forecast-much-coolness/' rel='bookmark' title='Permanent Link: Storage weather forecast: much coolness'>Storage weather forecast: much coolness</a> <small>Spending the week in Silicon Valley catching up on storage...</small></li>
<li><a href='http://storagemojo.com/2009/09/21/maxiscales-web-scale-file-system/' rel='bookmark' title='Permanent Link: MaxiScale&#8217;s Web-scale file system'>MaxiScale&#8217;s Web-scale file system</a> <small>A new web scale &#8211; they claim linear scaling to...</small></li>
<li><a href='http://storagemojo.com/2009/10/03/hps-unified-storagecompute-strategy/' rel='bookmark' title='Permanent Link: HP&#8217;s unified storage/compute strategy'>HP&#8217;s unified storage/compute strategy</a> <small>HP’s Tech Days this week in Colorado Springs impressed on...</small></li>
</ol></p>
<p>Related posts brought to you by <a href='http://mitcho.com/code/yarpp/'>Yet Another Related Posts Plugin</a>.</p><div style="display:block"><small><em></em></small></div>


Related posts:<ol><li><a href='http://storagemojo.com/2009/11/13/storage-weather-forecast-much-coolness/' rel='bookmark' title='Permanent Link: Storage weather forecast: much coolness'>Storage weather forecast: much coolness</a> <small>Spending the week in Silicon Valley catching up on storage...</small></li>
<li><a href='http://storagemojo.com/2009/09/21/maxiscales-web-scale-file-system/' rel='bookmark' title='Permanent Link: MaxiScale&#8217;s Web-scale file system'>MaxiScale&#8217;s Web-scale file system</a> <small>A new web scale &#8211; they claim linear scaling to...</small></li>
<li><a href='http://storagemojo.com/2009/10/03/hps-unified-storagecompute-strategy/' rel='bookmark' title='Permanent Link: HP&#8217;s unified storage/compute strategy'>HP&#8217;s unified storage/compute strategy</a> <small>HP’s Tech Days this week in Colorado Springs impressed on...</small></li>
</ol>

Related posts brought to you by <a href='http://mitcho.com/code/yarpp/'>Yet Another Related Posts Plugin</a>.]]></description>
			<content:encoded><![CDATA[<p></p><p>A reader writes:</p>
<blockquote><p>
I found your blog after searching for storage alternatives. I have to say, its really impressive and has helped me a lot so far. I was wondering if you could offer some advice.</p>
<p>We run an online version control service. Currently we are hosted on a VMware environment using FC SAN (SAS and SATA). </p>
<p>We&#8217;re growing into the 3 TB+ range and looking for alternatives, since we&#8217;re paying $2.50/GB for FC SAN (crazy). We looked at NetApp, but with all the stuff going on these days I have to think there is something less expensive and more creative. </p>
<p>Basically, our needs are:</p>
<ul>
<li>Fast read and write performance (500+ r/w iops &#8211; we have over 13,000 commits per day)</li>
<li>Shared across many machines. We are currently using NFS.</li>
<li>Something that won&#8217;t require a team to manage. Although, we already manage our entire Linux environment.</li>
</ul>
<p>I noticed a post about Gluster, ParaScale, and Nexenta. They look promising, but my fear is that they will require too much maintenance. SAN and NFS are pretty simple and if we get NetApp from our hosting provider they manage it for us. Although, they want to charge us $8,000/mo for it (two shelf, 28 450 GB 15k SAS).</p>
<p>As I dive into storage I think I get more confused <img src='http://storagemojo.com/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' />  Any advice is greatly appreciated.
</p></blockquote>
<p>When I asked if I could publish the note &#8211; which has been edited for clarity and anonymity &#8211; I had my own questions:</p>
<blockquote><p>
Why do you think that Gluster, ParaScale &#038; Nexenta will require too much maintenance? Also, when you say SAN, are you referring to Fibre Channel or simply a dedicated Ethernet storage network?
</p></blockquote>
<p>The reply illustrated a facet of the marketing problem that new technologies face: uncertainty.</p>
<blockquote><p>
Not sure really, I just have not had experience with any of those solutions yet. Nexenta looks pretty impressive. I&#8217;ve also heard some great results from DRBD.</p>
<p>We have Fiber Channel with HBA cards. It&#8217;s still shared storage, but really fast.
</p></blockquote>
<p>BTW, <a href="http://www.drbd.org/home/what-is-drbd/" target="_blank">DRBD</a> is the name of an open-source software product:</p>
<blockquote><p>
DRBD® refers to block devices designed as a building block to form high availability (HA) clusters. This is done by mirroring a whole block device via an assigned network. DRBD can be understood as network based raid-1.
</p></blockquote>
<p><strong>The StorageMojo take</strong><br />
My first thought is that anyone who manages a technical hosted service that costs several $K per month should be able to manage a fairly modest scale-out cluster whose capital cost may be only 2-3 months of rental. And 28 15k drives seems like overkill on both the IOPS and the capacity.</p>
<p>But I don&#8217;t know much about version control I/O profiles. Maybe the problem is harder than that.</p>
<p>Readers, what say you?</p>
<p><strong>Courteous comments welcome, of course.</strong></p>
<hr/>Copyright &copy; 2010 <strong><a href="http://storagemojo.com">StorageMojo</a></strong>. This Feed is for personal non-commercial use only. If you are not reading this material in your news aggregator, the site you are looking at is guilty of copyright infringement. Please contact legal@storagemojo.com so we can take legal action immediately.<br/><span style="float: right;font-size: 7pt"><a href="http://blog.taragana.com/index.php/archive/wordpress-plugins-provided-by-taraganacom/">Plugin</a> by <a href="http://www.taragana.com/">Taragana</a></span>

<p>Related posts:<ol><li><a href='http://storagemojo.com/2009/11/13/storage-weather-forecast-much-coolness/' rel='bookmark' title='Permanent Link: Storage weather forecast: much coolness'>Storage weather forecast: much coolness</a> <small>Spending the week in Silicon Valley catching up on storage...</small></li>
<li><a href='http://storagemojo.com/2009/09/21/maxiscales-web-scale-file-system/' rel='bookmark' title='Permanent Link: MaxiScale&#8217;s Web-scale file system'>MaxiScale&#8217;s Web-scale file system</a> <small>A new web scale &#8211; they claim linear scaling to...</small></li>
<li><a href='http://storagemojo.com/2009/10/03/hps-unified-storagecompute-strategy/' rel='bookmark' title='Permanent Link: HP&#8217;s unified storage/compute strategy'>HP&#8217;s unified storage/compute strategy</a> <small>HP’s Tech Days this week in Colorado Springs impressed on...</small></li>
</ol></p>
<p>Related posts brought to you by <a href='http://mitcho.com/code/yarpp/'>Yet Another Related Posts Plugin</a>.</p>]]></content:encoded>
			<wfw:commentRss>http://storagemojo.com/2010/01/19/storage-for-version-control/feed/</wfw:commentRss>
		<slash:comments>25</slash:comments>
		</item>
		<item>
		<title>StorageMojo back up!</title>
		<link>http://storagemojo.com/2010/01/14/storagemojo-back-up/</link>
		<comments>http://storagemojo.com/2010/01/14/storagemojo-back-up/#comments</comments>
		<pubDate>Fri, 15 Jan 2010 03:17:05 +0000</pubDate>
		<dc:creator>Robin Harris</dc:creator>
				<category><![CDATA[Off-Topic]]></category>

		<guid isPermaLink="false">http://storagemojo.com/?p=1843</guid>
		<description><![CDATA[<p></p><p>Nothing malicious going on, AFAIK. The latest version of the Thesis WordPress theme isn&#8217;t behaving.</p>
<p>Downgraded Thesis to the working prior version. Will be moving the site to a private virtual server to get more RAM.</p>
<p>Will finish loading the last 2 new price lists &#8211; IBM &#038; Sun &#8211; after the move. </p>
<p>Sorry about the downtime. Thank you for reading StorageMojo.</p>
<p>Robin</p>
<p>PS: If someone knows HTML, CSS, PHP, WordPress and smart web and UI designers, there is a crying need for a professional version of what the Thesis team is trying to do. It is a multi-million dollar market for someone who can deliver a <i>product</i>. Anyone up for getting moderately rich in the next 18 months?</p>
<p>I&#8217;ll be your first customer.</p>
<p><strong>Update:</strong> StorageMojo is now running on its very own virtual machine. I&#8217;m noticing snappier performance &#8211; or maybe it is just a light weekend. <strong>End update.</strong></p>
<hr/>Copyright &copy; 2010 <strong><a href="http://storagemojo.com">StorageMojo</a></strong>. This Feed is for personal non-commercial use only. If you are not reading this material in your news aggregator, the site you are looking at is guilty of copyright infringement. Please contact legal@storagemojo.com so we can take legal action immediately.<br/><span style="float: right;font-size: 7pt"><a href="http://blog.taragana.com/index.php/archive/wordpress-plugins-provided-by-taraganacom/">Plugin</a> by <a href="http://www.taragana.com/">Taragana</a></span>

<p>Related posts:<ol><li><a href='http://storagemojo.com/2009/04/07/storagemojo-hacked-yet-again/' rel='bookmark' title='Permanent Link: StorageMojo hacked yet again'>StorageMojo hacked yet again</a> <small>I&#8217;m at SNW and learning a lot about the latest...</small></li>
<li><a href='http://storagemojo.com/2009/11/14/price-lists-down/' rel='bookmark' title='Permanent Link: Price lists <strike>down</strike> up?'>Price lists <strike>down</strike> up?</a> <small>Update: All -I think &#8211; the links have have been...</small></li>
<li><a href='http://storagemojo.com/2009/03/15/storagemojo-site-renovation-starting-today/' rel='bookmark' title='Permanent Link: StorageMojo site renovation starting today'>StorageMojo site renovation starting today</a> <small>The forecast calls for pain &#8211; and intermittant outages Update...</small></li>
</ol></p>
<p>Related posts brought to you by <a href='http://mitcho.com/code/yarpp/'>Yet Another Related Posts Plugin</a>.</p><div style="display:block"><small><em></em></small></div>


Related posts:<ol><li><a href='http://storagemojo.com/2009/04/07/storagemojo-hacked-yet-again/' rel='bookmark' title='Permanent Link: StorageMojo hacked yet again'>StorageMojo hacked yet again</a> <small>I&#8217;m at SNW and learning a lot about the latest...</small></li>
<li><a href='http://storagemojo.com/2009/11/14/price-lists-down/' rel='bookmark' title='Permanent Link: Price lists <strike>down</strike> up?'>Price lists <strike>down</strike> up?</a> <small>Update: All -I think &#8211; the links have have been...</small></li>
<li><a href='http://storagemojo.com/2009/03/15/storagemojo-site-renovation-starting-today/' rel='bookmark' title='Permanent Link: StorageMojo site renovation starting today'>StorageMojo site renovation starting today</a> <small>The forecast calls for pain &#8211; and intermittant outages Update...</small></li>
</ol>

Related posts brought to you by <a href='http://mitcho.com/code/yarpp/'>Yet Another Related Posts Plugin</a>.]]></description>
			<content:encoded><![CDATA[<p></p><p>Nothing malicious going on, AFAIK. The latest version of the Thesis WordPress theme isn&#8217;t behaving.</p>
<p>Downgraded Thesis to the working prior version. Will be moving the site to a private virtual server to get more RAM.</p>
<p>Will finish loading the last 2 new price lists &#8211; IBM &#038; Sun &#8211; after the move. </p>
<p>Sorry about the downtime. Thank you for reading StorageMojo.</p>
<p>Robin</p>
<p>PS: If someone knows HTML, CSS, PHP, WordPress and smart web and UI designers, there is a crying need for a professional version of what the Thesis team is trying to do. It is a multi-million dollar market for someone who can deliver a <i>product</i>. Anyone up for getting moderately rich in the next 18 months?</p>
<p>I&#8217;ll be your first customer.</p>
<p><strong>Update:</strong> StorageMojo is now running on its very own virtual machine. I&#8217;m noticing snappier performance &#8211; or maybe it is just a light weekend. <strong>End update.</strong></p>
<hr/>Copyright &copy; 2010 <strong><a href="http://storagemojo.com">StorageMojo</a></strong>. This Feed is for personal non-commercial use only. If you are not reading this material in your news aggregator, the site you are looking at is guilty of copyright infringement. Please contact legal@storagemojo.com so we can take legal action immediately.<br/><span style="float: right;font-size: 7pt"><a href="http://blog.taragana.com/index.php/archive/wordpress-plugins-provided-by-taraganacom/">Plugin</a> by <a href="http://www.taragana.com/">Taragana</a></span>

<p>Related posts:<ol><li><a href='http://storagemojo.com/2009/04/07/storagemojo-hacked-yet-again/' rel='bookmark' title='Permanent Link: StorageMojo hacked yet again'>StorageMojo hacked yet again</a> <small>I&#8217;m at SNW and learning a lot about the latest...</small></li>
<li><a href='http://storagemojo.com/2009/11/14/price-lists-down/' rel='bookmark' title='Permanent Link: Price lists <strike>down</strike> up?'>Price lists <strike>down</strike> up?</a> <small>Update: All -I think &#8211; the links have have been...</small></li>
<li><a href='http://storagemojo.com/2009/03/15/storagemojo-site-renovation-starting-today/' rel='bookmark' title='Permanent Link: StorageMojo site renovation starting today'>StorageMojo site renovation starting today</a> <small>The forecast calls for pain &#8211; and intermittant outages Update...</small></li>
</ol></p>
<p>Related posts brought to you by <a href='http://mitcho.com/code/yarpp/'>Yet Another Related Posts Plugin</a>.</p>]]></content:encoded>
			<wfw:commentRss>http://storagemojo.com/2010/01/14/storagemojo-back-up/feed/</wfw:commentRss>
		<slash:comments>2</slash:comments>
		</item>
		<item>
		<title>Price Lists update</title>
		<link>http://storagemojo.com/2010/01/13/price-lists-update/</link>
		<comments>http://storagemojo.com/2010/01/13/price-lists-update/#comments</comments>
		<pubDate>Wed, 13 Jan 2010 17:48:37 +0000</pubDate>
		<dc:creator>Robin Harris</dc:creator>
				<category><![CDATA[Price Lists]]></category>

		<guid isPermaLink="false">http://storagemojo.com/?p=1819</guid>
		<description><![CDATA[<p></p><p>Is, technically, 2010 the beginning of a new decade? Only if you count starting with zero &#8211; as I&#8217;m sure many StorageMojo readers do. </p>
<p>But even civilians seem to agree. Partly out of a desire to see the disastrous double-0s put behind us. Partly because, after all, who cares that 2,000 years ago somebody said &#8220;this is year 1.&#8221; The Y2K problem didn&#8217;t happen in 2001.</p>
<p>But however you count it, 2010 is the beginning of a new fiscal year. People are feeling a tad optimistic now and budgets are in the air, so it is time for StorageMojo to update its <a href="http://storagemojo.com/storagemojos-pricing-guide/" target="_blank">Price Lists</a>.</p>
<p>About half the lists have been updated, including fan favorites EMC and NetApp. The rest should be by the end of the week. You can tell if it says <strong>Updated January 2010</strong> on the list.</p>
<p>Some of the old &#8211; historical interest only &#8211; lists are being deleted. If you are a Creek Path alum, copy now or forever hold your peace.</p>
<p><strong>The StorageMojo take</strong><br />
Happy New Year!</p>
<hr/>Copyright &copy; 2010 <strong><a href="http://storagemojo.com">StorageMojo</a></strong>. This Feed is for personal non-commercial use only. If you are not reading this material in your news aggregator, the site you are looking at is guilty of copyright infringement. Please contact legal@storagemojo.com so we can take legal action immediately.<br/><span style="float: right;font-size: 7pt"><a href="http://blog.taragana.com/index.php/archive/wordpress-plugins-provided-by-taraganacom/">Plugin</a> by <a href="http://www.taragana.com/">Taragana</a></span>

<p>Related posts:<ol><li><a href='http://storagemojo.com/2009/04/19/price-list-update/' rel='bookmark' title='Permanent Link: Price list update'>Price list update</a> <small>And not a moment too soon. The hard working elves...</small></li>
<li><a href='http://storagemojo.com/2009/11/14/price-lists-down/' rel='bookmark' title='Permanent Link: Price lists <strike>down</strike> up?'>Price lists <strike>down</strike> up?</a> <small>Update: All -I think &#8211; the links have have been...</small></li>
<li><a href='http://storagemojo.com/2009/09/13/happy-5th-5-years-of-storage-blogging/' rel='bookmark' title='Permanent Link: Happy 5th: 5 years of storage blogging'>Happy 5th: 5 years of storage blogging</a> <small>5 years: that&#8217;s as long as a Seagate warranty! I...</small></li>
</ol></p>
<p>Related posts brought to you by <a href='http://mitcho.com/code/yarpp/'>Yet Another Related Posts Plugin</a>.</p><div style="display:block"><small><em></em></small></div>


Related posts:<ol><li><a href='http://storagemojo.com/2009/04/19/price-list-update/' rel='bookmark' title='Permanent Link: Price list update'>Price list update</a> <small>And not a moment too soon. The hard working elves...</small></li>
<li><a href='http://storagemojo.com/2009/11/14/price-lists-down/' rel='bookmark' title='Permanent Link: Price lists <strike>down</strike> up?'>Price lists <strike>down</strike> up?</a> <small>Update: All -I think &#8211; the links have have been...</small></li>
<li><a href='http://storagemojo.com/2009/09/13/happy-5th-5-years-of-storage-blogging/' rel='bookmark' title='Permanent Link: Happy 5th: 5 years of storage blogging'>Happy 5th: 5 years of storage blogging</a> <small>5 years: that&#8217;s as long as a Seagate warranty! I...</small></li>
</ol>

Related posts brought to you by <a href='http://mitcho.com/code/yarpp/'>Yet Another Related Posts Plugin</a>.]]></description>
			<content:encoded><![CDATA[<p></p><p>Is, technically, 2010 the beginning of a new decade? Only if you count starting with zero &#8211; as I&#8217;m sure many StorageMojo readers do. </p>
<p>But even civilians seem to agree. Partly out of a desire to see the disastrous double-0s put behind us. Partly because, after all, who cares that 2,000 years ago somebody said &#8220;this is year 1.&#8221; The Y2K problem didn&#8217;t happen in 2001.</p>
<p>But however you count it, 2010 is the beginning of a new fiscal year. People are feeling a tad optimistic now and budgets are in the air, so it is time for StorageMojo to update its <a href="http://storagemojo.com/storagemojos-pricing-guide/" target="_blank">Price Lists</a>.</p>
<p>About half the lists have been updated, including fan favorites EMC and NetApp. The rest should be by the end of the week. You can tell if it says <strong>Updated January 2010</strong> on the list.</p>
<p>Some of the old &#8211; historical interest only &#8211; lists are being deleted. If you are a Creek Path alum, copy now or forever hold your peace.</p>
<p><strong>The StorageMojo take</strong><br />
Happy New Year!</p>
<hr/>Copyright &copy; 2010 <strong><a href="http://storagemojo.com">StorageMojo</a></strong>. This Feed is for personal non-commercial use only. If you are not reading this material in your news aggregator, the site you are looking at is guilty of copyright infringement. Please contact legal@storagemojo.com so we can take legal action immediately.<br/><span style="float: right;font-size: 7pt"><a href="http://blog.taragana.com/index.php/archive/wordpress-plugins-provided-by-taraganacom/">Plugin</a> by <a href="http://www.taragana.com/">Taragana</a></span>

<p>Related posts:<ol><li><a href='http://storagemojo.com/2009/04/19/price-list-update/' rel='bookmark' title='Permanent Link: Price list update'>Price list update</a> <small>And not a moment too soon. The hard working elves...</small></li>
<li><a href='http://storagemojo.com/2009/11/14/price-lists-down/' rel='bookmark' title='Permanent Link: Price lists <strike>down</strike> up?'>Price lists <strike>down</strike> up?</a> <small>Update: All -I think &#8211; the links have have been...</small></li>
<li><a href='http://storagemojo.com/2009/09/13/happy-5th-5-years-of-storage-blogging/' rel='bookmark' title='Permanent Link: Happy 5th: 5 years of storage blogging'>Happy 5th: 5 years of storage blogging</a> <small>5 years: that&#8217;s as long as a Seagate warranty! I...</small></li>
</ol></p>
<p>Related posts brought to you by <a href='http://mitcho.com/code/yarpp/'>Yet Another Related Posts Plugin</a>.</p>]]></content:encoded>
			<wfw:commentRss>http://storagemojo.com/2010/01/13/price-lists-update/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Cloud at Storage Visions 2010</title>
		<link>http://storagemojo.com/2010/01/13/cloud-at-storage-visions-2010/</link>
		<comments>http://storagemojo.com/2010/01/13/cloud-at-storage-visions-2010/#comments</comments>
		<pubDate>Wed, 13 Jan 2010 16:18:10 +0000</pubDate>
		<dc:creator>Robin Harris</dc:creator>
				<category><![CDATA[Architecture]]></category>
		<category><![CDATA[Cloud computing & storage]]></category>
		<category><![CDATA[Clusters]]></category>
		<category><![CDATA[Future Tech]]></category>

		<guid isPermaLink="false">http://storagemojo.com/?p=1781</guid>
		<description><![CDATA[<p></p><p>I moderated a panel on cloud storage at Tom Coughlin&#8217;s <a href="http://www.storagevisions.com/" target="_blank">Storage Visions 2010</a> conference. Some good stuff came out of it.</p>
<p>4 companies presented: IBM, Bycast, Cleversafe and Asankya.</p>
<p>IBM, now a services company, talked about the service needs of cloud providers or cloud customers.</p>
<p><strong>Bycast</strong><br />
<a href="http://www.bycast.com/" target="_blank">Bycast</a>, which may have the largest installed base of any cloud software provider, presented on the process that they typically see for private cloud implementation. My interpretation of the process:</p>
<ul>
<li>Edge sites install a gateway node to the central private cloud repository</li>
<li>The edge site learns what its local data needs are</li>
<li>A local disk cache is added to the gateway node to improve performance</li>
<li>A workable balance between local wants and economics is achieved.</li>
</ul>
<p>It took 3 years for the enterprise to go from pilot to start full deployment. Data storage rose from 36 TB at the end of year 1 to 750 TB at the end of year 6. </p>
<p><strong>Cleversafe</strong><br />
<a href="http://www.cleversafe.com/" target="_blank">Cleversafe</a> may be the leader in implementing advanced erasure codes in storage software. RAID 5 &#038; 6 are both forms of erasure codes, but the math has been refined in the last 20 years. Much higher levels of data availability with lower overhead are now possible.</p>
<p>As disk capacities climb and disk error rates remain constant, the expected annual data loss rises. By 2020 you can expect that a 1,000 disk storage farm will lose over 200 GB of data annually &#8211; even with mirrored RAID 6. (RAID 16? The mind boggles). </p>
<p>Advanced erasure codes combined with physically dispersed storage make all that go away. Cleversafe estimates that a dispersed storage infrastructure requiring 10 of 16 nodes to reconstruct the data is 1,000,000 times more reliable than RAID 16 &#8211; reducing expected data loss from 200 GB to 200 KB.</p>
<p><strong>Asankya</strong><br />
If Bycast has proven private cloud software and Cleversafe has disaster-proof storage, then we&#8217;re done, right? Except for the freakin&#8217; network latency that makes &#8220;cloud&#8221; storage synomous with &#8220;slow&#8221; storage. That&#8217;s where <a href="http://www.asankya.com/" target="_blank">Asankya</a> comes in.</p>
<p>Their basic insight is this: TCP/IP was built when a 200 nanosecond CPU and a couple of meg of RAM was a Hot Box. What if we were to change the protocol to take advantage of modern resources &#8211; could we do better? Well, duh!</p>
<p>They&#8217;ve developed the RAPID protocol and an overlay network called RAPIDnet that they claim dramatically improves network performance. How?</p>
<ul>
<li>Multipathing. Instead of tying a session to a single network path, RAPID decides on a per-packet basis the fastest route for that packet.</li>
<li>Maximum bandwidth utilization. Multiple paths means more available bandwidth &#8211; and RAPID loads each path as full as it can.</li>
<li>Network deduplication. Originating nodes keep track of all packets that pass through, so when a duplicate packet shows up it doesn&#8217;t resend it.</li>
</ul>
<p>Net net: by increasing bandwidth and reducing delays, Asankya cuts latency, making cloud storage much more feasible for interactive apps. Cool!</p>
<p>Of course, this all has to work in the Real World. Evidently it does, as they have customers. And the technology came out of Georgia Tech.</p>
<p><strong>The StorageMojo take</strong><br />
The latter 3 companies make an important point about cloud storage and computing: we can do much more to make it economical, safe and fast. That&#8217;s a Very Good Thing.</p>
<p>Asankya is asks if network intelligence should be in the core or on the edge? Cisco, of course, prefers a smart core, so Asankya is a clear threat to them. The rest of us might disagree.</p>
<p><strong>Courteous comments welcome, of course.</strong> I&#8217;m doing some work for Bycast, but, alas, not for the other companies. Thanks to Tom Coughlin for assembling a good group for the panel. I&#8217;m hoping I can post links to more info on all of them.</p>
<hr/>Copyright &copy; 2010 <strong><a href="http://storagemojo.com">StorageMojo</a></strong>. This Feed is for personal non-commercial use only. If you are not reading this material in your news aggregator, the site you are looking at is guilty of copyright infringement. Please contact legal@storagemojo.com so we can take legal action immediately.<br/><span style="float: right;font-size: 7pt"><a href="http://blog.taragana.com/index.php/archive/wordpress-plugins-provided-by-taraganacom/">Plugin</a> by <a href="http://www.taragana.com/">Taragana</a></span>

<p>Related posts:<ol><li><a href='http://storagemojo.com/2010/01/08/coolness-storage-visionsces-2010/' rel='bookmark' title='Permanent Link: Coolness @ Storage Visions/CES 2010'>Coolness @ Storage Visions/CES 2010</a> <small>In no particular order, cool stuff at Storage Visions 2010...</small></li>
<li><a href='http://storagemojo.com/2009/06/29/cold-storage/' rel='bookmark' title='Permanent Link: Cold storage'>Cold storage</a> <small>As the economics of data storage push more and more...</small></li>
<li><a href='http://storagemojo.com/2010/01/03/storagemojo-storage-visions-ces-this-week/' rel='bookmark' title='Permanent Link: StorageMojo @ Storage Visions &#038; CES this week'>StorageMojo @ Storage Visions &#038; CES this week</a> <small>2010 is off to a fast start: I&#8217;ll be at...</small></li>
</ol></p>
<p>Related posts brought to you by <a href='http://mitcho.com/code/yarpp/'>Yet Another Related Posts Plugin</a>.</p><div style="display:block"><small><em></em></small></div>


Related posts:<ol><li><a href='http://storagemojo.com/2010/01/08/coolness-storage-visionsces-2010/' rel='bookmark' title='Permanent Link: Coolness @ Storage Visions/CES 2010'>Coolness @ Storage Visions/CES 2010</a> <small>In no particular order, cool stuff at Storage Visions 2010...</small></li>
<li><a href='http://storagemojo.com/2009/06/29/cold-storage/' rel='bookmark' title='Permanent Link: Cold storage'>Cold storage</a> <small>As the economics of data storage push more and more...</small></li>
<li><a href='http://storagemojo.com/2010/01/03/storagemojo-storage-visions-ces-this-week/' rel='bookmark' title='Permanent Link: StorageMojo @ Storage Visions &#038; CES this week'>StorageMojo @ Storage Visions &#038; CES this week</a> <small>2010 is off to a fast start: I&#8217;ll be at...</small></li>
</ol>

Related posts brought to you by <a href='http://mitcho.com/code/yarpp/'>Yet Another Related Posts Plugin</a>.]]></description>
			<content:encoded><![CDATA[<p></p><p>I moderated a panel on cloud storage at Tom Coughlin&#8217;s <a href="http://www.storagevisions.com/" target="_blank">Storage Visions 2010</a> conference. Some good stuff came out of it.</p>
<p>4 companies presented: IBM, Bycast, Cleversafe and Asankya.</p>
<p>IBM, now a services company, talked about the service needs of cloud providers or cloud customers.</p>
<p><strong>Bycast</strong><br />
<a href="http://www.bycast.com/" target="_blank">Bycast</a>, which may have the largest installed base of any cloud software provider, presented on the process that they typically see for private cloud implementation. My interpretation of the process:</p>
<ul>
<li>Edge sites install a gateway node to the central private cloud repository</li>
<li>The edge site learns what its local data needs are</li>
<li>A local disk cache is added to the gateway node to improve performance</li>
<li>A workable balance between local wants and economics is achieved.</li>
</ul>
<p>It took 3 years for the enterprise to go from pilot to start full deployment. Data storage rose from 36 TB at the end of year 1 to 750 TB at the end of year 6. </p>
<p><strong>Cleversafe</strong><br />
<a href="http://www.cleversafe.com/" target="_blank">Cleversafe</a> may be the leader in implementing advanced erasure codes in storage software. RAID 5 &#038; 6 are both forms of erasure codes, but the math has been refined in the last 20 years. Much higher levels of data availability with lower overhead are now possible.</p>
<p>As disk capacities climb and disk error rates remain constant, the expected annual data loss rises. By 2020 you can expect that a 1,000 disk storage farm will lose over 200 GB of data annually &#8211; even with mirrored RAID 6. (RAID 16? The mind boggles). </p>
<p>Advanced erasure codes combined with physically dispersed storage make all that go away. Cleversafe estimates that a dispersed storage infrastructure requiring 10 of 16 nodes to reconstruct the data is 1,000,000 times more reliable than RAID 16 &#8211; reducing expected data loss from 200 GB to 200 KB.</p>
<p><strong>Asankya</strong><br />
If Bycast has proven private cloud software and Cleversafe has disaster-proof storage, then we&#8217;re done, right? Except for the freakin&#8217; network latency that makes &#8220;cloud&#8221; storage synomous with &#8220;slow&#8221; storage. That&#8217;s where <a href="http://www.asankya.com/" target="_blank">Asankya</a> comes in.</p>
<p>Their basic insight is this: TCP/IP was built when a 200 nanosecond CPU and a couple of meg of RAM was a Hot Box. What if we were to change the protocol to take advantage of modern resources &#8211; could we do better? Well, duh!</p>
<p>They&#8217;ve developed the RAPID protocol and an overlay network called RAPIDnet that they claim dramatically improves network performance. How?</p>
<ul>
<li>Multipathing. Instead of tying a session to a single network path, RAPID decides on a per-packet basis the fastest route for that packet.</li>
<li>Maximum bandwidth utilization. Multiple paths means more available bandwidth &#8211; and RAPID loads each path as full as it can.</li>
<li>Network deduplication. Originating nodes keep track of all packets that pass through, so when a duplicate packet shows up it doesn&#8217;t resend it.</li>
</ul>
<p>Net net: by increasing bandwidth and reducing delays, Asankya cuts latency, making cloud storage much more feasible for interactive apps. Cool!</p>
<p>Of course, this all has to work in the Real World. Evidently it does, as they have customers. And the technology came out of Georgia Tech.</p>
<p><strong>The StorageMojo take</strong><br />
The latter 3 companies make an important point about cloud storage and computing: we can do much more to make it economical, safe and fast. That&#8217;s a Very Good Thing.</p>
<p>Asankya is asks if network intelligence should be in the core or on the edge? Cisco, of course, prefers a smart core, so Asankya is a clear threat to them. The rest of us might disagree.</p>
<p><strong>Courteous comments welcome, of course.</strong> I&#8217;m doing some work for Bycast, but, alas, not for the other companies. Thanks to Tom Coughlin for assembling a good group for the panel. I&#8217;m hoping I can post links to more info on all of them.</p>
<hr/>Copyright &copy; 2010 <strong><a href="http://storagemojo.com">StorageMojo</a></strong>. This Feed is for personal non-commercial use only. If you are not reading this material in your news aggregator, the site you are looking at is guilty of copyright infringement. Please contact legal@storagemojo.com so we can take legal action immediately.<br/><span style="float: right;font-size: 7pt"><a href="http://blog.taragana.com/index.php/archive/wordpress-plugins-provided-by-taraganacom/">Plugin</a> by <a href="http://www.taragana.com/">Taragana</a></span>

<p>Related posts:<ol><li><a href='http://storagemojo.com/2010/01/08/coolness-storage-visionsces-2010/' rel='bookmark' title='Permanent Link: Coolness @ Storage Visions/CES 2010'>Coolness @ Storage Visions/CES 2010</a> <small>In no particular order, cool stuff at Storage Visions 2010...</small></li>
<li><a href='http://storagemojo.com/2009/06/29/cold-storage/' rel='bookmark' title='Permanent Link: Cold storage'>Cold storage</a> <small>As the economics of data storage push more and more...</small></li>
<li><a href='http://storagemojo.com/2010/01/03/storagemojo-storage-visions-ces-this-week/' rel='bookmark' title='Permanent Link: StorageMojo @ Storage Visions &#038; CES this week'>StorageMojo @ Storage Visions &#038; CES this week</a> <small>2010 is off to a fast start: I&#8217;ll be at...</small></li>
</ol></p>
<p>Related posts brought to you by <a href='http://mitcho.com/code/yarpp/'>Yet Another Related Posts Plugin</a>.</p>]]></content:encoded>
			<wfw:commentRss>http://storagemojo.com/2010/01/13/cloud-at-storage-visions-2010/feed/</wfw:commentRss>
		<slash:comments>4</slash:comments>
		</item>
		<item>
		<title>Coolness @ Storage Visions/CES 2010</title>
		<link>http://storagemojo.com/2010/01/08/coolness-storage-visionsces-2010/</link>
		<comments>http://storagemojo.com/2010/01/08/coolness-storage-visionsces-2010/#comments</comments>
		<pubDate>Fri, 08 Jan 2010 18:29:52 +0000</pubDate>
		<dc:creator>Robin Harris</dc:creator>
				<category><![CDATA[Cloud computing & storage]]></category>
		<category><![CDATA[Future Tech]]></category>
		<category><![CDATA[Information Management]]></category>
		<category><![CDATA[SSD/Flash Disk]]></category>

		<guid isPermaLink="false">http://storagemojo.com/2010/01/08/coolness-storage-visionsces-2010/</guid>
		<description><![CDATA[<p></p><p>In no particular order, cool stuff at <a href="http://www.storagevisions.com/" target="_blank">Storage Visions 2010</a> and CES.</p>
<ul>
<li>Mobo-mounted SSD. <a href="http://www.soligencorp.com/" target="_blank">Soligen</a> has announced an SSD that mounts on motherboards. The drive mounts firmly, requires no special cooling and takes little board space.</li>
<li>Tiny USB drive. Verbatim has announced a tiny USB thumb drive that is a fraction the size of most current thumb drives. Call it a thumbnail drive. Perfect for keychains.</li>
<li>Super Talent is showing a 2 TB PCI-e SSD and claiming strong performance. At $6k gamers won&#8217;t buy it, but enterprises might.</li>
<li><a href="http://www.raidon.com.tw/" target="_blank">Raidon</a> is showing a nice collection of 2.5&#8243; drive enclosures, including 8 drive arrays. Not much larger than a 5.25&#8243; drive. Can&#8217;t find them all on the web yet, though.</li>
<li>A 32 GB Class 6 Micro SD is close to announcement. <i>Micro.</i></li>
<li>Supermicro showed a 48 drive JBOD/36 drive server chassis. The server is almost as dense of Sun&#8217;s Thumper &#8211; and drives are front and rear accessible.</li>
<li>Eye-fi&#8217;s Wi-Fi enabled SD cards don&#8217;t handle AVCHD video files, but they&#8217;re working on it. With all the SD card using consumer, prosumer and even pro camcorders using SD, this will be a popular market for them.</li>
<li>How about a double-ended flash drive: one end for personal; the other for work? Developed with the help of the social community at <a href="http://www.quirky.com/" target="_blank">Quirky.com</a>. They pay developers and influencers a percentage of the revenues. Cool!</li>
<li><a href="http://www.poketypoke.com/" target="_blank">PoketyPoke</a> is a con-call management service that reminds you of your concalls and optionally records them and provides transcripts for $9/hr. I like.</li>
</ul>
<p><strong>In other news</strong><br />
I moderated a too-short panel on Cloud storage at Storage Visions. Several technologies are out there that will change the current economics and application profiles of online storage. The field is young.</p>
<p>Got an update on USB 3.0 from <a href="http://www.symwave.com/" target="_blank">Symwave</a>, the fabless IC firm that makes USB 3.0 chips. Bottom line: unlike USB 2.0, whose marketing made promises the protocol could not keep, the new version can achieve over 400 MB/sec.</p>
<p>Here&#8217;s the <strong>30 seconds over USB 3.0</strong> video:<br />
<object width="480" height="295"><param name="movie" value="http://www.youtube.com/v/jn802nnObvI&#038;hl=en_US&#038;fs=1&#038;"></param><param name="allowFullScreen" value="true"></param><param name="allowscriptaccess" value="always"></param><embed src="http://www.youtube.com/v/jn802nnObvI&#038;hl=en_US&#038;fs=1&#038;" type="application/x-shockwave-flash" allowscriptaccess="always" allowfullscreen="true" width="480" height="295"></embed></object></p>
<p><strong>The StorageMojo take</strong><br />
No blockbuster, sector-defining new products. But many stepwise enhancements that move us forward.</p>
<p>USB 3.0 is going to push consumer storage as we can move gigabytes in seconds rather than minutes. But it looks like Apple is poised to miss this one &#8211; which could cost them a big chunk of their pro market.</p>
<p><strong>Courteous comments welcome, of course.</strong>  Fixed the pooched hyperlinks and a couple of other minor edits.</p>
<hr/>Copyright &copy; 2010 <strong><a href="http://storagemojo.com">StorageMojo</a></strong>. This Feed is for personal non-commercial use only. If you are not reading this material in your news aggregator, the site you are looking at is guilty of copyright infringement. Please contact legal@storagemojo.com so we can take legal action immediately.<br/><span style="float: right;font-size: 7pt"><a href="http://blog.taragana.com/index.php/archive/wordpress-plugins-provided-by-taraganacom/">Plugin</a> by <a href="http://www.taragana.com/">Taragana</a></span>

<p>Related posts:<ol><li><a href='http://storagemojo.com/2010/01/13/cloud-at-storage-visions-2010/' rel='bookmark' title='Permanent Link: Cloud at Storage Visions 2010'>Cloud at Storage Visions 2010</a> <small>I moderated a panel on cloud storage at Tom Coughlin&#8217;s...</small></li>
<li><a href='http://storagemojo.com/2010/01/03/storagemojo-storage-visions-ces-this-week/' rel='bookmark' title='Permanent Link: StorageMojo @ Storage Visions &#038; CES this week'>StorageMojo @ Storage Visions &#038; CES this week</a> <small>2010 is off to a fast start: I&#8217;ll be at...</small></li>
<li><a href='http://storagemojo.com/2009/11/13/storage-weather-forecast-much-coolness/' rel='bookmark' title='Permanent Link: Storage weather forecast: much coolness'>Storage weather forecast: much coolness</a> <small>Spending the week in Silicon Valley catching up on storage...</small></li>
</ol></p>
<p>Related posts brought to you by <a href='http://mitcho.com/code/yarpp/'>Yet Another Related Posts Plugin</a>.</p><div style="display:block"><small><em></em></small></div>


Related posts:<ol><li><a href='http://storagemojo.com/2010/01/13/cloud-at-storage-visions-2010/' rel='bookmark' title='Permanent Link: Cloud at Storage Visions 2010'>Cloud at Storage Visions 2010</a> <small>I moderated a panel on cloud storage at Tom Coughlin&#8217;s...</small></li>
<li><a href='http://storagemojo.com/2010/01/03/storagemojo-storage-visions-ces-this-week/' rel='bookmark' title='Permanent Link: StorageMojo @ Storage Visions &#038; CES this week'>StorageMojo @ Storage Visions &#038; CES this week</a> <small>2010 is off to a fast start: I&#8217;ll be at...</small></li>
<li><a href='http://storagemojo.com/2009/11/13/storage-weather-forecast-much-coolness/' rel='bookmark' title='Permanent Link: Storage weather forecast: much coolness'>Storage weather forecast: much coolness</a> <small>Spending the week in Silicon Valley catching up on storage...</small></li>
</ol>

Related posts brought to you by <a href='http://mitcho.com/code/yarpp/'>Yet Another Related Posts Plugin</a>.]]></description>
			<content:encoded><![CDATA[<p></p><p>In no particular order, cool stuff at <a href="http://www.storagevisions.com/" target="_blank">Storage Visions 2010</a> and CES.</p>
<ul>
<li>Mobo-mounted SSD. <a href="http://www.soligencorp.com/" target="_blank">Soligen</a> has announced an SSD that mounts on motherboards. The drive mounts firmly, requires no special cooling and takes little board space.</li>
<li>Tiny USB drive. Verbatim has announced a tiny USB thumb drive that is a fraction the size of most current thumb drives. Call it a thumbnail drive. Perfect for keychains.</li>
<li>Super Talent is showing a 2 TB PCI-e SSD and claiming strong performance. At $6k gamers won&#8217;t buy it, but enterprises might.</li>
<li><a href="http://www.raidon.com.tw/" target="_blank">Raidon</a> is showing a nice collection of 2.5&#8243; drive enclosures, including 8 drive arrays. Not much larger than a 5.25&#8243; drive. Can&#8217;t find them all on the web yet, though.</li>
<li>A 32 GB Class 6 Micro SD is close to announcement. <i>Micro.</i></li>
<li>Supermicro showed a 48 drive JBOD/36 drive server chassis. The server is almost as dense of Sun&#8217;s Thumper &#8211; and drives are front and rear accessible.</li>
<li>Eye-fi&#8217;s Wi-Fi enabled SD cards don&#8217;t handle AVCHD video files, but they&#8217;re working on it. With all the SD card using consumer, prosumer and even pro camcorders using SD, this will be a popular market for them.</li>
<li>How about a double-ended flash drive: one end for personal; the other for work? Developed with the help of the social community at <a href="http://www.quirky.com/" target="_blank">Quirky.com</a>. They pay developers and influencers a percentage of the revenues. Cool!</li>
<li><a href="http://www.poketypoke.com/" target="_blank">PoketyPoke</a> is a con-call management service that reminds you of your concalls and optionally records them and provides transcripts for $9/hr. I like.</li>
</ul>
<p><strong>In other news</strong><br />
I moderated a too-short panel on Cloud storage at Storage Visions. Several technologies are out there that will change the current economics and application profiles of online storage. The field is young.</p>
<p>Got an update on USB 3.0 from <a href="http://www.symwave.com/" target="_blank">Symwave</a>, the fabless IC firm that makes USB 3.0 chips. Bottom line: unlike USB 2.0, whose marketing made promises the protocol could not keep, the new version can achieve over 400 MB/sec.</p>
<p>Here&#8217;s the <strong>30 seconds over USB 3.0</strong> video:<br />
<object width="480" height="295"><param name="movie" value="http://www.youtube.com/v/jn802nnObvI&#038;hl=en_US&#038;fs=1&#038;"></param><param name="allowFullScreen" value="true"></param><param name="allowscriptaccess" value="always"></param><embed src="http://www.youtube.com/v/jn802nnObvI&#038;hl=en_US&#038;fs=1&#038;" type="application/x-shockwave-flash" allowscriptaccess="always" allowfullscreen="true" width="480" height="295"></embed></object></p>
<p><strong>The StorageMojo take</strong><br />
No blockbuster, sector-defining new products. But many stepwise enhancements that move us forward.</p>
<p>USB 3.0 is going to push consumer storage as we can move gigabytes in seconds rather than minutes. But it looks like Apple is poised to miss this one &#8211; which could cost them a big chunk of their pro market.</p>
<p><strong>Courteous comments welcome, of course.</strong>  Fixed the pooched hyperlinks and a couple of other minor edits.</p>
<hr/>Copyright &copy; 2010 <strong><a href="http://storagemojo.com">StorageMojo</a></strong>. This Feed is for personal non-commercial use only. If you are not reading this material in your news aggregator, the site you are looking at is guilty of copyright infringement. Please contact legal@storagemojo.com so we can take legal action immediately.<br/><span style="float: right;font-size: 7pt"><a href="http://blog.taragana.com/index.php/archive/wordpress-plugins-provided-by-taraganacom/">Plugin</a> by <a href="http://www.taragana.com/">Taragana</a></span>

<p>Related posts:<ol><li><a href='http://storagemojo.com/2010/01/13/cloud-at-storage-visions-2010/' rel='bookmark' title='Permanent Link: Cloud at Storage Visions 2010'>Cloud at Storage Visions 2010</a> <small>I moderated a panel on cloud storage at Tom Coughlin&#8217;s...</small></li>
<li><a href='http://storagemojo.com/2010/01/03/storagemojo-storage-visions-ces-this-week/' rel='bookmark' title='Permanent Link: StorageMojo @ Storage Visions &#038; CES this week'>StorageMojo @ Storage Visions &#038; CES this week</a> <small>2010 is off to a fast start: I&#8217;ll be at...</small></li>
<li><a href='http://storagemojo.com/2009/11/13/storage-weather-forecast-much-coolness/' rel='bookmark' title='Permanent Link: Storage weather forecast: much coolness'>Storage weather forecast: much coolness</a> <small>Spending the week in Silicon Valley catching up on storage...</small></li>
</ol></p>
<p>Related posts brought to you by <a href='http://mitcho.com/code/yarpp/'>Yet Another Related Posts Plugin</a>.</p>]]></content:encoded>
			<wfw:commentRss>http://storagemojo.com/2010/01/08/coolness-storage-visionsces-2010/feed/</wfw:commentRss>
		<slash:comments>6</slash:comments>
		</item>
		<item>
		<title>StorageMojo @ Storage Visions &amp; CES this week</title>
		<link>http://storagemojo.com/2010/01/03/storagemojo-storage-visions-ces-this-week/</link>
		<comments>http://storagemojo.com/2010/01/03/storagemojo-storage-visions-ces-this-week/#comments</comments>
		<pubDate>Mon, 04 Jan 2010 06:20:30 +0000</pubDate>
		<dc:creator>Robin Harris</dc:creator>
				<category><![CDATA[Off-Topic]]></category>

		<guid isPermaLink="false">http://storagemojo.com/?p=1771</guid>
		<description><![CDATA[<p></p><p>2010 is off to a fast start: I&#8217;ll be at <a href="http://www.storagevisions.com/" target="_blank">Storage Visions 2010</a> conference on Tuesday and Wednesday and <a href="http://www.cesweb.org/" target="_blank">the Consumer Electronics Show 2010</a> on Thursday and Friday.</p>
<p>If you&#8217;re at SV, please look me up. I&#8217;ll be moderating a cloud panel discussion on Wednesday.</p>
<p><strong>The StorageMojo take</strong><br />
The consumerization of storage continues at a rapid pace. Let&#8217;s see what the New Year holds.</p>
<p><strong>Courteous comments welcome, of course.</strong>  And a happy, healthy and prosperous new year to you all.</p>
<hr/>Copyright &copy; 2010 <strong><a href="http://storagemojo.com">StorageMojo</a></strong>. This Feed is for personal non-commercial use only. If you are not reading this material in your news aggregator, the site you are looking at is guilty of copyright infringement. Please contact legal@storagemojo.com so we can take legal action immediately.<br/><span style="float: right;font-size: 7pt"><a href="http://blog.taragana.com/index.php/archive/wordpress-plugins-provided-by-taraganacom/">Plugin</a> by <a href="http://www.taragana.com/">Taragana</a></span>

<p>Related posts:<ol><li><a href='http://storagemojo.com/2010/01/08/coolness-storage-visionsces-2010/' rel='bookmark' title='Permanent Link: Coolness @ Storage Visions/CES 2010'>Coolness @ Storage Visions/CES 2010</a> <small>In no particular order, cool stuff at Storage Visions 2010...</small></li>
<li><a href='http://storagemojo.com/2009/11/04/storagemojo-in-silicon-valley-next-week/' rel='bookmark' title='Permanent Link: StorageMojo in Silicon Valley next week'>StorageMojo in Silicon Valley next week</a> <small>I have some openings Tuesday and Wednesday &#8211; 10th ,...</small></li>
<li><a href='http://storagemojo.com/2009/03/31/storagemojo-at-snw-orlando-next-week/' rel='bookmark' title='Permanent Link: StorageMojo at SNW Orlando next week'>StorageMojo at SNW Orlando next week</a> <small>StorageMojo&#8217;s global HQ is packing up for Orlando on Monday...</small></li>
</ol></p>
<p>Related posts brought to you by <a href='http://mitcho.com/code/yarpp/'>Yet Another Related Posts Plugin</a>.</p><div style="display:block"><small><em></em></small></div>


Related posts:<ol><li><a href='http://storagemojo.com/2010/01/08/coolness-storage-visionsces-2010/' rel='bookmark' title='Permanent Link: Coolness @ Storage Visions/CES 2010'>Coolness @ Storage Visions/CES 2010</a> <small>In no particular order, cool stuff at Storage Visions 2010...</small></li>
<li><a href='http://storagemojo.com/2009/11/04/storagemojo-in-silicon-valley-next-week/' rel='bookmark' title='Permanent Link: StorageMojo in Silicon Valley next week'>StorageMojo in Silicon Valley next week</a> <small>I have some openings Tuesday and Wednesday &#8211; 10th ,...</small></li>
<li><a href='http://storagemojo.com/2009/03/31/storagemojo-at-snw-orlando-next-week/' rel='bookmark' title='Permanent Link: StorageMojo at SNW Orlando next week'>StorageMojo at SNW Orlando next week</a> <small>StorageMojo&#8217;s global HQ is packing up for Orlando on Monday...</small></li>
</ol>

Related posts brought to you by <a href='http://mitcho.com/code/yarpp/'>Yet Another Related Posts Plugin</a>.]]></description>
			<content:encoded><![CDATA[<p></p><p>2010 is off to a fast start: I&#8217;ll be at <a href="http://www.storagevisions.com/" target="_blank">Storage Visions 2010</a> conference on Tuesday and Wednesday and <a href="http://www.cesweb.org/" target="_blank">the Consumer Electronics Show 2010</a> on Thursday and Friday.</p>
<p>If you&#8217;re at SV, please look me up. I&#8217;ll be moderating a cloud panel discussion on Wednesday.</p>
<p><strong>The StorageMojo take</strong><br />
The consumerization of storage continues at a rapid pace. Let&#8217;s see what the New Year holds.</p>
<p><strong>Courteous comments welcome, of course.</strong>  And a happy, healthy and prosperous new year to you all.</p>
<hr/>Copyright &copy; 2010 <strong><a href="http://storagemojo.com">StorageMojo</a></strong>. This Feed is for personal non-commercial use only. If you are not reading this material in your news aggregator, the site you are looking at is guilty of copyright infringement. Please contact legal@storagemojo.com so we can take legal action immediately.<br/><span style="float: right;font-size: 7pt"><a href="http://blog.taragana.com/index.php/archive/wordpress-plugins-provided-by-taraganacom/">Plugin</a> by <a href="http://www.taragana.com/">Taragana</a></span>

<p>Related posts:<ol><li><a href='http://storagemojo.com/2010/01/08/coolness-storage-visionsces-2010/' rel='bookmark' title='Permanent Link: Coolness @ Storage Visions/CES 2010'>Coolness @ Storage Visions/CES 2010</a> <small>In no particular order, cool stuff at Storage Visions 2010...</small></li>
<li><a href='http://storagemojo.com/2009/11/04/storagemojo-in-silicon-valley-next-week/' rel='bookmark' title='Permanent Link: StorageMojo in Silicon Valley next week'>StorageMojo in Silicon Valley next week</a> <small>I have some openings Tuesday and Wednesday &#8211; 10th ,...</small></li>
<li><a href='http://storagemojo.com/2009/03/31/storagemojo-at-snw-orlando-next-week/' rel='bookmark' title='Permanent Link: StorageMojo at SNW Orlando next week'>StorageMojo at SNW Orlando next week</a> <small>StorageMojo&#8217;s global HQ is packing up for Orlando on Monday...</small></li>
</ol></p>
<p>Related posts brought to you by <a href='http://mitcho.com/code/yarpp/'>Yet Another Related Posts Plugin</a>.</p>]]></content:encoded>
			<wfw:commentRss>http://storagemojo.com/2010/01/03/storagemojo-storage-visions-ces-this-week/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>2009’s big STORies</title>
		<link>http://storagemojo.com/2009/12/28/2009s-big-stories/</link>
		<comments>http://storagemojo.com/2009/12/28/2009s-big-stories/#comments</comments>
		<pubDate>Mon, 28 Dec 2009 07:03:07 +0000</pubDate>
		<dc:creator>Robin Harris</dc:creator>
				<category><![CDATA[Architecture]]></category>
		<category><![CDATA[Cloud computing & storage]]></category>
		<category><![CDATA[Clusters]]></category>
		<category><![CDATA[Enterprise]]></category>
		<category><![CDATA[Future Tech]]></category>
		<category><![CDATA[SSD/Flash Disk]]></category>

		<guid isPermaLink="false">http://storagemojo.com/?p=1760</guid>
		<description><![CDATA[<p></p><p>2009 has been an eventful year: the Great Recession has driven big changes in enterprise behavior, opening up the field to many new players. Isilon, for one, is reporting healthy growth and they were on the ropes 2 years ago.</p>
<p>Those changes are reflected in my take on the biggest stories of the year:</p>
<p><strong>(8) Tiny server clusters </strong><br />
Instead of putting many virtual eggs in one power-hungry basket, why not build low-power/low-cost servers that don&#8217;t need VM software at all? </p>
<p><a href="http://storagemojo.com/2009/12/06/tiny-server-clusters/" target="_blank">Microslice</a> servers achieve availability through cheap redundancy. Of course, no enterprise salesman will sell them, so if their advantages prove out the efficiency gap between cloud and enterprise shops will only grow.</p>
<p><strong>(7) <a href="http://storagemojo.com/2009/10/10/nightmare-on-dimm-street/" target="_blank">Nightmare on DIMM street</a></strong><br />
Bianca Schroeder&#8217;s, et. al. finding that DRAM is hundreds to thousands of times more error-prone than chip vendors said means that every device that claims to be &#8220;enterprise&#8221; better have at least SECDED &#8211; single error correction/double error detection &#8211; ECC. </p>
<p><strong>(6) <a href="http://storagemojo.com/2009/08/31/why-did-apple-drop-zfs/" target="_blank">Apple drops ZFS</a></strong><br />
A golden opportunity to bring a 21st century file system to millions of people sank without a trace. But if the Sun/Oracle deal gets closed it might be revived.</p>
<p><strong>(5) Data Domain bidding war</strong><br />
An EMC blogger was trashing DD 2 weeks before the bid &#8211; and singing their praises after it. So what else is new?</p>
<p>EMC legitimized dedup &#8211; and the bastards say welcome.</p>
<p><strong>(4) Cluster-based scale-out storage</strong><br />
HP bought IBRIX and Isilon is growing fast &#8211; storage clusters have arrived. EMC will continue to pooh-pooh it until they get Atmos functional &#8211; or maybe they&#8217;ll bite the bullet and buy someone who already has it working.</p>
<p><strong>(3) Flash</strong><br />
STEC&#8217;s 10x stock leap &#8211; and crash &#8211; to everyone announcing flash drives and cards and appliances: this is not a flash in the pan. Fusion-io&#8217;s big OEM deals and announcements by newcomers say the party is just getting started.</p>
<p><strong>(2) Cisco&#8217;s <a href="http://storagemojo.com/2009/03/20/ciscot-bong-sized-cloud-telcos-only/" target="_blank">bong-sized</a> cloud</strong><br />
Cisco&#8217;s UCS may not be a success, but they have forced everyone to rethink their businesses. Is a new round of verticalization about to begin as big companies seek to drive growth by taking away their former &#8220;partner&#8217;s&#8221; markets?</p>
<p>It used to be a commonplace that he who owned the customer&#8217;s data owned the business, but the horizontal model of the last 25 years changed that. But if the Oracle/Sun deal completes, Cisco will find that Oracle&#8217;s grip is tighter, giving HP and Cisco common cause once again.</p>
<p><strong>(1) Cloud infrastructure</strong><br />
Unlike some other hype-driven IT trends, cloud infrastructure is here to stay because Google, Amazon, Yahoo and Microsoft have proven it makes economic sense. Which is more than client-server had going for it for many years.</p>
<p>Smart IT people looking to demonstrate added-value will figure out how to leverage that for real competitive advantage over less-nimble foes. It isn&#8217;t a quick fix though and enterprises will need to think long term &#8211; a skill rusty from disuse.</p>
<p><strong>The StorageMojo take</strong><br />
Like a termite-riddled barn after a heavy snow, the Great Recession is seeing old models collapse. We can&#8217;t afford to keep doing what we&#8217;ve been doing.</p>
<p>As the new models emerge, competition will grow in the hot areas, leading to even more innovation in the next 3 years than we&#8217;ve seen in the last 5. More on that in a future post.</p>
<p><strong>Courteous comments welcome, of course.</strong>  </p>
<hr/>Copyright &copy; 2010 <strong><a href="http://storagemojo.com">StorageMojo</a></strong>. This Feed is for personal non-commercial use only. If you are not reading this material in your news aggregator, the site you are looking at is guilty of copyright infringement. Please contact legal@storagemojo.com so we can take legal action immediately.<br/><span style="float: right;font-size: 7pt"><a href="http://blog.taragana.com/index.php/archive/wordpress-plugins-provided-by-taraganacom/">Plugin</a> by <a href="http://www.taragana.com/">Taragana</a></span>

<p>Related posts:<ol><li><a href='http://storagemojo.com/2009/10/22/cool-companies-at-snw/' rel='bookmark' title='Permanent Link: Cool companies at SNW'>Cool companies at SNW</a> <small>Spent 3 days at fall &#8216;09 SNW. Given the economy...</small></li>
<li><a href='http://storagemojo.com/2010/01/13/cloud-at-storage-visions-2010/' rel='bookmark' title='Permanent Link: Cloud at Storage Visions 2010'>Cloud at Storage Visions 2010</a> <small>I moderated a panel on cloud storage at Tom Coughlin&#8217;s...</small></li>
<li><a href='http://storagemojo.com/2009/04/17/private-clouds-wont-fly/' rel='bookmark' title='Permanent Link: Private clouds won&#8217;t fly'>Private clouds won&#8217;t fly</a> <small>Massive economies of scale make cloud computing and storage inevitable....</small></li>
</ol></p>
<p>Related posts brought to you by <a href='http://mitcho.com/code/yarpp/'>Yet Another Related Posts Plugin</a>.</p><div style="display:block"><small><em></em></small></div>


Related posts:<ol><li><a href='http://storagemojo.com/2009/10/22/cool-companies-at-snw/' rel='bookmark' title='Permanent Link: Cool companies at SNW'>Cool companies at SNW</a> <small>Spent 3 days at fall &#8216;09 SNW. Given the economy...</small></li>
<li><a href='http://storagemojo.com/2010/01/13/cloud-at-storage-visions-2010/' rel='bookmark' title='Permanent Link: Cloud at Storage Visions 2010'>Cloud at Storage Visions 2010</a> <small>I moderated a panel on cloud storage at Tom Coughlin&#8217;s...</small></li>
<li><a href='http://storagemojo.com/2009/04/17/private-clouds-wont-fly/' rel='bookmark' title='Permanent Link: Private clouds won&#8217;t fly'>Private clouds won&#8217;t fly</a> <small>Massive economies of scale make cloud computing and storage inevitable....</small></li>
</ol>

Related posts brought to you by <a href='http://mitcho.com/code/yarpp/'>Yet Another Related Posts Plugin</a>.]]></description>
			<content:encoded><![CDATA[<p></p><p>2009 has been an eventful year: the Great Recession has driven big changes in enterprise behavior, opening up the field to many new players. Isilon, for one, is reporting healthy growth and they were on the ropes 2 years ago.</p>
<p>Those changes are reflected in my take on the biggest stories of the year:</p>
<p><strong>(8) Tiny server clusters </strong><br />
Instead of putting many virtual eggs in one power-hungry basket, why not build low-power/low-cost servers that don&#8217;t need VM software at all? </p>
<p><a href="http://storagemojo.com/2009/12/06/tiny-server-clusters/" target="_blank">Microslice</a> servers achieve availability through cheap redundancy. Of course, no enterprise salesman will sell them, so if their advantages prove out the efficiency gap between cloud and enterprise shops will only grow.</p>
<p><strong>(7) <a href="http://storagemojo.com/2009/10/10/nightmare-on-dimm-street/" target="_blank">Nightmare on DIMM street</a></strong><br />
Bianca Schroeder&#8217;s, et. al. finding that DRAM is hundreds to thousands of times more error-prone than chip vendors said means that every device that claims to be &#8220;enterprise&#8221; better have at least SECDED &#8211; single error correction/double error detection &#8211; ECC. </p>
<p><strong>(6) <a href="http://storagemojo.com/2009/08/31/why-did-apple-drop-zfs/" target="_blank">Apple drops ZFS</a></strong><br />
A golden opportunity to bring a 21st century file system to millions of people sank without a trace. But if the Sun/Oracle deal gets closed it might be revived.</p>
<p><strong>(5) Data Domain bidding war</strong><br />
An EMC blogger was trashing DD 2 weeks before the bid &#8211; and singing their praises after it. So what else is new?</p>
<p>EMC legitimized dedup &#8211; and the bastards say welcome.</p>
<p><strong>(4) Cluster-based scale-out storage</strong><br />
HP bought IBRIX and Isilon is growing fast &#8211; storage clusters have arrived. EMC will continue to pooh-pooh it until they get Atmos functional &#8211; or maybe they&#8217;ll bite the bullet and buy someone who already has it working.</p>
<p><strong>(3) Flash</strong><br />
STEC&#8217;s 10x stock leap &#8211; and crash &#8211; to everyone announcing flash drives and cards and appliances: this is not a flash in the pan. Fusion-io&#8217;s big OEM deals and announcements by newcomers say the party is just getting started.</p>
<p><strong>(2) Cisco&#8217;s <a href="http://storagemojo.com/2009/03/20/ciscot-bong-sized-cloud-telcos-only/" target="_blank">bong-sized</a> cloud</strong><br />
Cisco&#8217;s UCS may not be a success, but they have forced everyone to rethink their businesses. Is a new round of verticalization about to begin as big companies seek to drive growth by taking away their former &#8220;partner&#8217;s&#8221; markets?</p>
<p>It used to be a commonplace that he who owned the customer&#8217;s data owned the business, but the horizontal model of the last 25 years changed that. But if the Oracle/Sun deal completes, Cisco will find that Oracle&#8217;s grip is tighter, giving HP and Cisco common cause once again.</p>
<p><strong>(1) Cloud infrastructure</strong><br />
Unlike some other hype-driven IT trends, cloud infrastructure is here to stay because Google, Amazon, Yahoo and Microsoft have proven it makes economic sense. Which is more than client-server had going for it for many years.</p>
<p>Smart IT people looking to demonstrate added-value will figure out how to leverage that for real competitive advantage over less-nimble foes. It isn&#8217;t a quick fix though and enterprises will need to think long term &#8211; a skill rusty from disuse.</p>
<p><strong>The StorageMojo take</strong><br />
Like a termite-riddled barn after a heavy snow, the Great Recession is seeing old models collapse. We can&#8217;t afford to keep doing what we&#8217;ve been doing.</p>
<p>As the new models emerge, competition will grow in the hot areas, leading to even more innovation in the next 3 years than we&#8217;ve seen in the last 5. More on that in a future post.</p>
<p><strong>Courteous comments welcome, of course.</strong>  </p>
<hr/>Copyright &copy; 2010 <strong><a href="http://storagemojo.com">StorageMojo</a></strong>. This Feed is for personal non-commercial use only. If you are not reading this material in your news aggregator, the site you are looking at is guilty of copyright infringement. Please contact legal@storagemojo.com so we can take legal action immediately.<br/><span style="float: right;font-size: 7pt"><a href="http://blog.taragana.com/index.php/archive/wordpress-plugins-provided-by-taraganacom/">Plugin</a> by <a href="http://www.taragana.com/">Taragana</a></span>

<p>Related posts:<ol><li><a href='http://storagemojo.com/2009/10/22/cool-companies-at-snw/' rel='bookmark' title='Permanent Link: Cool companies at SNW'>Cool companies at SNW</a> <small>Spent 3 days at fall &#8216;09 SNW. Given the economy...</small></li>
<li><a href='http://storagemojo.com/2010/01/13/cloud-at-storage-visions-2010/' rel='bookmark' title='Permanent Link: Cloud at Storage Visions 2010'>Cloud at Storage Visions 2010</a> <small>I moderated a panel on cloud storage at Tom Coughlin&#8217;s...</small></li>
<li><a href='http://storagemojo.com/2009/04/17/private-clouds-wont-fly/' rel='bookmark' title='Permanent Link: Private clouds won&#8217;t fly'>Private clouds won&#8217;t fly</a> <small>Massive economies of scale make cloud computing and storage inevitable....</small></li>
</ol></p>
<p>Related posts brought to you by <a href='http://mitcho.com/code/yarpp/'>Yet Another Related Posts Plugin</a>.</p>]]></content:encoded>
			<wfw:commentRss>http://storagemojo.com/2009/12/28/2009s-big-stories/feed/</wfw:commentRss>
		<slash:comments>6</slash:comments>
		</item>
		<item>
		<title>Why we need 4k drives</title>
		<link>http://storagemojo.com/2009/12/21/why-we-need-4k-drives/</link>
		<comments>http://storagemojo.com/2009/12/21/why-we-need-4k-drives/#comments</comments>
		<pubDate>Mon, 21 Dec 2009 17:37:58 +0000</pubDate>
		<dc:creator>Robin Harris</dc:creator>
				<category><![CDATA[Disk]]></category>

		<guid isPermaLink="false">http://storagemojo.com/?p=1749</guid>
		<description><![CDATA[<p></p><p>WD has started shipping drives that drop the ancient 512 byte disk sector for a 4096 byte &#8211; 4k &#8211; sector, and the rest of industry isn&#8217;t far behind. For several decades disk sectors have been almost always been 512 bytes (NetApp tried 520 bytes &#8211; and irritated their customers no end). Why 4k and why now?</p>
<p><strong>Why?</strong><br />
Rising bit density means smaller magnetic areas and more noise. The underlying or raw disk media error rate is approaching 1 error in every thousand bits on average &#8211; while tiny media defects can lose hundreds of bytes in a row. The larger sectors enable more powerful ECC to fix those gaps. </p>
<p><strong>Why now?</strong><br />
A 512 byte sector can&#8217;t support enough ECC to correct for higher raw error rates. Thus bigger sectors with stronger ECC capable of detecting and correcting much larger errors &#8211; up to 400 bytes on a 4k sector.</p>
<p>The 4k sector enables disk manufacturers to keep cramming more bits on a disk. Without them the annual 40% capacity increases we&#8217;ve come to expect would stop. </p>
<p>Note: the longer ECC <i>doesn&#8217;t</i> change the drive level unrecoverable read error rate. It remains at 1 in every 10<sup>14</sup> bytes.</p>
<p>4k sectors have been cooking for over a decade. The late adopters are the cloning software vendors. More on that in a moment.</p>
<p><strong>Will 4k sectors use capacity faster?</strong><br />
If you write 500 bytes and the minimum sector is 4k, will that write take up the full 4k, wasting 3.5 KB? No.</p>
<p>The initial WD drives &#8211; and I assume other vendors as well &#8211; will operate in a 512 byte emulation mode. Eventually new disks will operate in native 4k mode, and then you might have a concern. But many operating systems already do 4k IO. And at a couple of cents per future GB, who cares?</p>
<p><strong>Gotchas?</strong><br />
If you are in either of these 2 groups:</p>
<ol>
<li>Windows XP users</li>
<li>Windows users who clone disks with software like Norton Ghost</li>
</ol>
<p>there are a couple of gotchas <i>if you want to use a 4k drive.</i> Since most drives aren&#8217;t 4k and won&#8217;t be for another year or more, this may not affect you either. Vista and W7 users are cool except for cloning.</p>
<p>1) Windows XP does not automatically align writes on 4k boundaries, which hurts performance. WD has software &#8211; the <a href="http://www.wdc.com/en/products/advancedformat/" target="_blank">Advanced Format Align Utility</a> for their drives. I assume other vendors will too when they start shipping.</p>
<p>XP users need to run this utility once to use a 4k drive with a clean install, cloning software or a do-it-yourself USB drive. It isn&#8217;t needed for WD-branded 4k USB drives.</p>
<p>2) Windows clone software vendors have yet to implement 4k support. If you clone an XP, Vista or W7 drive you should run the align utility. The cloning vendors need to get on board Real Soon Now. Vendors are welcome to comment on their plans.</p>
<p><strong>What about Macs?</strong><br />
No worries: Mac OS just works with 4k drives &#8211; including cloning.</p>
<p><strong>Summary</strong><br />
There&#8217;s been a lot of heavy lifting behind the scenes to make this a smooth transition. With Vista, W7, Mac OS and Linux support well in hand most users won&#8217;t notice any change.</p>
<p>Some XP users will get bit by performance issues. The easiest solution for XP users: avoid 4k drives. Factory installed XP will be fine.</p>
<p><strong>The StorageMojo take</strong><br />
My question: why not a better read-error spec? Today&#8217;s large SATA drives shouldn&#8217;t be used in RAID 5 arrays due to the high likelihood of a read error after a drive failure, which will abort the RAID rebuild. A better error spec would fix this.</p>
<p>Oh, RAID 6 sells more drives? Never mind.</p>
<p>Finally, the drive industry doesn&#8217;t know how to talk to consumers about technology. It took me an hour of digging to understand how this benefits consumers rather than vendors.</p>
<p><strong>Comments welcome, of course.</strong> WD&#8217;s dynamic Heather Skinner arranged a briefing for me. No sectors, old or new, changed hands.</p>
<hr/>Copyright &copy; 2010 <strong><a href="http://storagemojo.com">StorageMojo</a></strong>. This Feed is for personal non-commercial use only. If you are not reading this material in your news aggregator, the site you are looking at is guilty of copyright infringement. Please contact legal@storagemojo.com so we can take legal action immediately.<br/><span style="float: right;font-size: 7pt"><a href="http://blog.taragana.com/index.php/archive/wordpress-plugins-provided-by-taraganacom/">Plugin</a> by <a href="http://www.taragana.com/">Taragana</a></span>

<p>No related posts.</p>
<p>Related posts brought to you by <a href='http://mitcho.com/code/yarpp/'>Yet Another Related Posts Plugin</a>.</p><div style="display:block"><small><em></em></small></div>


No related posts.

Related posts brought to you by <a href='http://mitcho.com/code/yarpp/'>Yet Another Related Posts Plugin</a>.]]></description>
			<content:encoded><![CDATA[<p></p><p>WD has started shipping drives that drop the ancient 512 byte disk sector for a 4096 byte &#8211; 4k &#8211; sector, and the rest of industry isn&#8217;t far behind. For several decades disk sectors have been almost always been 512 bytes (NetApp tried 520 bytes &#8211; and irritated their customers no end). Why 4k and why now?</p>
<p><strong>Why?</strong><br />
Rising bit density means smaller magnetic areas and more noise. The underlying or raw disk media error rate is approaching 1 error in every thousand bits on average &#8211; while tiny media defects can lose hundreds of bytes in a row. The larger sectors enable more powerful ECC to fix those gaps. </p>
<p><strong>Why now?</strong><br />
A 512 byte sector can&#8217;t support enough ECC to correct for higher raw error rates. Thus bigger sectors with stronger ECC capable of detecting and correcting much larger errors &#8211; up to 400 bytes on a 4k sector.</p>
<p>The 4k sector enables disk manufacturers to keep cramming more bits on a disk. Without them the annual 40% capacity increases we&#8217;ve come to expect would stop. </p>
<p>Note: the longer ECC <i>doesn&#8217;t</i> change the drive level unrecoverable read error rate. It remains at 1 in every 10<sup>14</sup> bytes.</p>
<p>4k sectors have been cooking for over a decade. The late adopters are the cloning software vendors. More on that in a moment.</p>
<p><strong>Will 4k sectors use capacity faster?</strong><br />
If you write 500 bytes and the minimum sector is 4k, will that write take up the full 4k, wasting 3.5 KB? No.</p>
<p>The initial WD drives &#8211; and I assume other vendors as well &#8211; will operate in a 512 byte emulation mode. Eventually new disks will operate in native 4k mode, and then you might have a concern. But many operating systems already do 4k IO. And at a couple of cents per future GB, who cares?</p>
<p><strong>Gotchas?</strong><br />
If you are in either of these 2 groups:</p>
<ol>
<li>Windows XP users</li>
<li>Windows users who clone disks with software like Norton Ghost</li>
</ol>
<p>there are a couple of gotchas <i>if you want to use a 4k drive.</i> Since most drives aren&#8217;t 4k and won&#8217;t be for another year or more, this may not affect you either. Vista and W7 users are cool except for cloning.</p>
<p>1) Windows XP does not automatically align writes on 4k boundaries, which hurts performance. WD has software &#8211; the <a href="http://www.wdc.com/en/products/advancedformat/" target="_blank">Advanced Format Align Utility</a> for their drives. I assume other vendors will too when they start shipping.</p>
<p>XP users need to run this utility once to use a 4k drive with a clean install, cloning software or a do-it-yourself USB drive. It isn&#8217;t needed for WD-branded 4k USB drives.</p>
<p>2) Windows clone software vendors have yet to implement 4k support. If you clone an XP, Vista or W7 drive you should run the align utility. The cloning vendors need to get on board Real Soon Now. Vendors are welcome to comment on their plans.</p>
<p><strong>What about Macs?</strong><br />
No worries: Mac OS just works with 4k drives &#8211; including cloning.</p>
<p><strong>Summary</strong><br />
There&#8217;s been a lot of heavy lifting behind the scenes to make this a smooth transition. With Vista, W7, Mac OS and Linux support well in hand most users won&#8217;t notice any change.</p>
<p>Some XP users will get bit by performance issues. The easiest solution for XP users: avoid 4k drives. Factory installed XP will be fine.</p>
<p><strong>The StorageMojo take</strong><br />
My question: why not a better read-error spec? Today&#8217;s large SATA drives shouldn&#8217;t be used in RAID 5 arrays due to the high likelihood of a read error after a drive failure, which will abort the RAID rebuild. A better error spec would fix this.</p>
<p>Oh, RAID 6 sells more drives? Never mind.</p>
<p>Finally, the drive industry doesn&#8217;t know how to talk to consumers about technology. It took me an hour of digging to understand how this benefits consumers rather than vendors.</p>
<p><strong>Comments welcome, of course.</strong> WD&#8217;s dynamic Heather Skinner arranged a briefing for me. No sectors, old or new, changed hands.</p>
<hr/>Copyright &copy; 2010 <strong><a href="http://storagemojo.com">StorageMojo</a></strong>. This Feed is for personal non-commercial use only. If you are not reading this material in your news aggregator, the site you are looking at is guilty of copyright infringement. Please contact legal@storagemojo.com so we can take legal action immediately.<br/><span style="float: right;font-size: 7pt"><a href="http://blog.taragana.com/index.php/archive/wordpress-plugins-provided-by-taraganacom/">Plugin</a> by <a href="http://www.taragana.com/">Taragana</a></span>

<p>No related posts.</p>
<p>Related posts brought to you by <a href='http://mitcho.com/code/yarpp/'>Yet Another Related Posts Plugin</a>.</p>]]></content:encoded>
			<wfw:commentRss>http://storagemojo.com/2009/12/21/why-we-need-4k-drives/feed/</wfw:commentRss>
		<slash:comments>12</slash:comments>
		</item>
		<item>
		<title>Geoff Barrall out as Data Robotics CEO</title>
		<link>http://storagemojo.com/2009/12/15/geoff-barrall-out-as-data-robotics-ceo/</link>
		<comments>http://storagemojo.com/2009/12/15/geoff-barrall-out-as-data-robotics-ceo/#comments</comments>
		<pubDate>Tue, 15 Dec 2009 15:15:19 +0000</pubDate>
		<dc:creator>Robin Harris</dc:creator>
				<category><![CDATA[Management]]></category>
		<category><![CDATA[Marketing]]></category>
		<category><![CDATA[SOHO/SMB]]></category>

		<guid isPermaLink="false">http://storagemojo.com/?p=1741</guid>
		<description><![CDATA[<p></p><p>I noticed this morning that co-founder Geoff Barrall is out as Data Robotics CEO. The VCs installed their own guy, who previously was head of sales and marketing at on-the-ropes Brocade.</p>
<p>Given Geoff&#8217;s banishment from the executive team and the lack of a &#8220;time to take DR to the next level&#8221; quote from him, it looks like he didn&#8217;t go willingly. <strong>Update:</strong> Geoff&#8217;s name is back on the executive team web page as of Thursday the 18th. I hope he and the company can figure out a role for him. Of course, if they don&#8217;t we may get an even more innovative company. <strong>End update.</strong></p>
<p>I&#8217;ve asked a couple of those involved to comment and I&#8217;ll update this post if and when I hear anything more. My impression could be wrong.</p>
<p><strong>The StorageMojo take</strong><br />
Founders can be an irreplaceable asset in building a company for the long term. But not all of them can be a Ken Olsen, taking a company from a $70k investment to over $14B in sales in 30 years of growth. </p>
<p>Yet even if they aren&#8217;t executive timber for the long haul, they can be valuable for a fast growing company, giving newcomers a cultural template and old-timers a touchstone in the midst of often mind-numbing change. </p>
<p>Like Dave Hitz at NetApp, Geoff seemed to be a great ambassador for the company and might have been a continuing asset &#8211; if the VCs wanted to build a major company. But given the sad state of the IPO market it appears DR is being groomed for acquisition &#8211; a decision Geoff might not have agreed with.</p>
<p>But when you take VC money you also, usually, give up control of your fate. It&#8217;s the Golden Rule: he who has the gold makes the rules.</p>
<p><strong>Courteous comments welcome, of course.</strong> On an unrelated note the RSS feed should be working. Safari&#8217;s View Source option doesn&#8217;t show every character that Firefox does. Huh?</p>
<hr/>Copyright &copy; 2010 <strong><a href="http://storagemojo.com">StorageMojo</a></strong>. This Feed is for personal non-commercial use only. If you are not reading this material in your news aggregator, the site you are looking at is guilty of copyright infringement. Please contact legal@storagemojo.com so we can take legal action immediately.<br/><span style="float: right;font-size: 7pt"><a href="http://blog.taragana.com/index.php/archive/wordpress-plugins-provided-by-taraganacom/">Plugin</a> by <a href="http://www.taragana.com/">Taragana</a></span>

<p>No related posts.</p>
<p>Related posts brought to you by <a href='http://mitcho.com/code/yarpp/'>Yet Another Related Posts Plugin</a>.</p><div style="display:block"><small><em></em></small></div>


No related posts.

Related posts brought to you by <a href='http://mitcho.com/code/yarpp/'>Yet Another Related Posts Plugin</a>.]]></description>
			<content:encoded><![CDATA[<p></p><p>I noticed this morning that co-founder Geoff Barrall is out as Data Robotics CEO. The VCs installed their own guy, who previously was head of sales and marketing at on-the-ropes Brocade.</p>
<p>Given Geoff&#8217;s banishment from the executive team and the lack of a &#8220;time to take DR to the next level&#8221; quote from him, it looks like he didn&#8217;t go willingly. <strong>Update:</strong> Geoff&#8217;s name is back on the executive team web page as of Thursday the 18th. I hope he and the company can figure out a role for him. Of course, if they don&#8217;t we may get an even more innovative company. <strong>End update.</strong></p>
<p>I&#8217;ve asked a couple of those involved to comment and I&#8217;ll update this post if and when I hear anything more. My impression could be wrong.</p>
<p><strong>The StorageMojo take</strong><br />
Founders can be an irreplaceable asset in building a company for the long term. But not all of them can be a Ken Olsen, taking a company from a $70k investment to over $14B in sales in 30 years of growth. </p>
<p>Yet even if they aren&#8217;t executive timber for the long haul, they can be valuable for a fast growing company, giving newcomers a cultural template and old-timers a touchstone in the midst of often mind-numbing change. </p>
<p>Like Dave Hitz at NetApp, Geoff seemed to be a great ambassador for the company and might have been a continuing asset &#8211; if the VCs wanted to build a major company. But given the sad state of the IPO market it appears DR is being groomed for acquisition &#8211; a decision Geoff might not have agreed with.</p>
<p>But when you take VC money you also, usually, give up control of your fate. It&#8217;s the Golden Rule: he who has the gold makes the rules.</p>
<p><strong>Courteous comments welcome, of course.</strong> On an unrelated note the RSS feed should be working. Safari&#8217;s View Source option doesn&#8217;t show every character that Firefox does. Huh?</p>
<hr/>Copyright &copy; 2010 <strong><a href="http://storagemojo.com">StorageMojo</a></strong>. This Feed is for personal non-commercial use only. If you are not reading this material in your news aggregator, the site you are looking at is guilty of copyright infringement. Please contact legal@storagemojo.com so we can take legal action immediately.<br/><span style="float: right;font-size: 7pt"><a href="http://blog.taragana.com/index.php/archive/wordpress-plugins-provided-by-taraganacom/">Plugin</a> by <a href="http://www.taragana.com/">Taragana</a></span>

<p>No related posts.</p>
<p>Related posts brought to you by <a href='http://mitcho.com/code/yarpp/'>Yet Another Related Posts Plugin</a>.</p>]]></content:encoded>
			<wfw:commentRss>http://storagemojo.com/2009/12/15/geoff-barrall-out-as-data-robotics-ceo/feed/</wfw:commentRss>
		<slash:comments>6</slash:comments>
		</item>
	</channel>
</rss><!-- Dynamic page generated in 3.390 seconds. --><!-- Cached page generated by WP-Super-Cache on 2010-02-08 20:01:15 -->
