<?xml version="1.0" encoding="UTF-8"?><rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	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/"
		>
<channel>
	<title>Comments on: Why aren&#8217;t disk reads more reliable?</title>
	<atom:link href="http://storagemojo.com/2007/07/19/why-arent-disk-reads-more-reliable/feed/" rel="self" type="application/rss+xml" />
	<link>http://storagemojo.com/2007/07/19/why-arent-disk-reads-more-reliable/</link>
	<description>Data storage info &#38; analysis</description>
	<lastBuildDate>Sun, 01 Aug 2010 02:16:15 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.0</generator>
	<item>
		<title>By: Johannes</title>
		<link>http://storagemojo.com/2007/07/19/why-arent-disk-reads-more-reliable/comment-page-1/#comment-206021</link>
		<dc:creator>Johannes</dc:creator>
		<pubDate>Fri, 16 Oct 2009 06:52:14 +0000</pubDate>
		<guid isPermaLink="false">http://storagemojo.com/?p=499#comment-206021</guid>
		<description>This has nothing to do with RAID-5. If disk was as unreliable as you claim we would have major problems every day. A lot of people transfer 12 Tb of data from disks without any RAID protections and doesn&#039;t experience any read errors. Why?

The answer is that URE should be applied per sector since URE is after ECC and multiple read retries of a sector. The error rate is then 1 in 512 bytes (sector size) * 10^14. That&#039;s one per 51 petabytes read data! 

I&#039;ve written about this in my blog in Swedish but Google can translate it quite good for you: http://translate.google.com/translate?hl=sv&amp;sl=sv&amp;tl=en&amp;u=http%3A%2F%2Fwww.teknikhemmet.se%2Fblog.php%2F2009%2Fraid-5-fungerar-fortfarande%2F</description>
		<content:encoded><![CDATA[<p>This has nothing to do with RAID-5. If disk was as unreliable as you claim we would have major problems every day. A lot of people transfer 12 Tb of data from disks without any RAID protections and doesn&#8217;t experience any read errors. Why?</p>
<p>The answer is that URE should be applied per sector since URE is after ECC and multiple read retries of a sector. The error rate is then 1 in 512 bytes (sector size) * 10^14. That&#8217;s one per 51 petabytes read data! </p>
<p>I&#8217;ve written about this in my blog in Swedish but Google can translate it quite good for you: <a href="http://translate.google.com/translate?hl=sv&amp;sl=sv&amp;tl=en&amp;u=http%3A%2F%2Fwww.teknikhemmet.se%2Fblog.php%2F2009%2Fraid-5-fungerar-fortfarande%2F" rel="nofollow">http://translate.google.com/translate?hl=sv&amp;sl=sv&amp;tl=en&amp;u=http%3A%2F%2Fwww.teknikhemmet.se%2Fblog.php%2F2009%2Fraid-5-fungerar-fortfarande%2F</a></p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Turning the Page on RAID &#124; Stephen Foskett, Pack Rat</title>
		<link>http://storagemojo.com/2007/07/19/why-arent-disk-reads-more-reliable/comment-page-1/#comment-197555</link>
		<dc:creator>Turning the Page on RAID &#124; Stephen Foskett, Pack Rat</dc:creator>
		<pubDate>Sun, 14 Sep 2008 07:03:40 +0000</pubDate>
		<guid isPermaLink="false">http://storagemojo.com/?p=499#comment-197555</guid>
		<description>[...] issues. As drives have become larger, the tiny chance of an unrecoverable media error compounds, becoming a certainty. Even dual-parity will not be able to guarantee data protection on the massive disks predicted for [...]</description>
		<content:encoded><![CDATA[<p>[...] issues. As drives have become larger, the tiny chance of an unrecoverable media error compounds, becoming a certainty. Even dual-parity will not be able to guarantee data protection on the massive disks predicted for [...]</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Ryan</title>
		<link>http://storagemojo.com/2007/07/19/why-arent-disk-reads-more-reliable/comment-page-1/#comment-103364</link>
		<dc:creator>Ryan</dc:creator>
		<pubDate>Fri, 03 Aug 2007 20:38:49 +0000</pubDate>
		<guid isPermaLink="false">http://storagemojo.com/?p=499#comment-103364</guid>
		<description>It&#039;s even worse than just rebuilds...  A &#039;normal&#039; RAID 5 doesn&#039;t check parity on host read operations.  On a large array, that means there is a good chance of being handed bad data without knowing it.

There is at least one vendor (check who supplies many of the the top500 super computers list including #1 for a clue on who) that does:
8+1 with parity constancy verification on all reads as long as it is in 8+1 mode
8+2 where it will /correct/ bit errors on as the correct data goes to the host, flag it, and write the correct bits back out to the drive.

They also do partial drive rebuilds for drives that &#039;lag&#039; for a bit, vs having to rebuild full capacity of 1TB drives when slow for just a moment, it lets you bring the drive up and only rebuild what has changed while the drive was &#039;away&#039;.</description>
		<content:encoded><![CDATA[<p>It&#8217;s even worse than just rebuilds&#8230;  A &#8216;normal&#8217; RAID 5 doesn&#8217;t check parity on host read operations.  On a large array, that means there is a good chance of being handed bad data without knowing it.</p>
<p>There is at least one vendor (check who supplies many of the the top500 super computers list including #1 for a clue on who) that does:<br />
8+1 with parity constancy verification on all reads as long as it is in 8+1 mode<br />
8+2 where it will /correct/ bit errors on as the correct data goes to the host, flag it, and write the correct bits back out to the drive.</p>
<p>They also do partial drive rebuilds for drives that &#8216;lag&#8217; for a bit, vs having to rebuild full capacity of 1TB drives when slow for just a moment, it lets you bring the drive up and only rebuild what has changed while the drive was &#8216;away&#8217;.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Bill Todd</title>
		<link>http://storagemojo.com/2007/07/19/why-arent-disk-reads-more-reliable/comment-page-1/#comment-99994</link>
		<dc:creator>Bill Todd</dc:creator>
		<pubDate>Wed, 25 Jul 2007 02:04:58 +0000</pubDate>
		<guid isPermaLink="false">http://storagemojo.com/?p=499#comment-99994</guid>
		<description>I suspect that disk manufacturers understand the trade-off between density and reliability pretty well, and that at most only in marginal areas do they weigh capacity too heavily over reliability.

E.g., if you halved the capacity, you&#039;d have to attain sufficiently greater reliability to make the RAID-5 array more reliable than a RAID-10 array (because otherwise you could leave things as they are and the user could make that decision).  And that&#039;s just considering reliability by itself:  the RAID-10 array that the higher densities make economically feasible also provides considerably better performance.

Secondly, if you&#039;re using RAID-5 you&#039;re already essentially saying that performance takes a back-seat to economy, so moving to RAID-6 is no big deal (at least as long as RAID-6 is sufficiently commoditized to avoid costing significantly more, which it certainly can be in software-RAID situations).

Thirdly, many common configurations (specifically, those requiring off-site replication) can prop up RAID-5 in the URE department:  if you replicate disk-to-disk (actually, it can be even more flexible than this as soon as someone creates the right product) then having duplicate RAID-5 arrays at two sites (or even just a plain data copy at the backup site) drives exposure to UREs back down into the negligible category.

So RAID-5 will continue to occupy a useful niche in the pantheon of replication strategies, and to the degree that this niche narrows RAID-6 will be the beneficiary.  And disk manufacturers will continue to increase capacities (or build smaller-form-factor disks that trade capacity for increased performance) rather than complicate their product lines by adding a significant dimension of &#039;reliability&#039; to the existing dimensions of capacity and performance (since reliability can - and in fact to some degree always must - be better addressed at the system level).</description>
		<content:encoded><![CDATA[<p>I suspect that disk manufacturers understand the trade-off between density and reliability pretty well, and that at most only in marginal areas do they weigh capacity too heavily over reliability.</p>
<p>E.g., if you halved the capacity, you&#8217;d have to attain sufficiently greater reliability to make the RAID-5 array more reliable than a RAID-10 array (because otherwise you could leave things as they are and the user could make that decision).  And that&#8217;s just considering reliability by itself:  the RAID-10 array that the higher densities make economically feasible also provides considerably better performance.</p>
<p>Secondly, if you&#8217;re using RAID-5 you&#8217;re already essentially saying that performance takes a back-seat to economy, so moving to RAID-6 is no big deal (at least as long as RAID-6 is sufficiently commoditized to avoid costing significantly more, which it certainly can be in software-RAID situations).</p>
<p>Thirdly, many common configurations (specifically, those requiring off-site replication) can prop up RAID-5 in the URE department:  if you replicate disk-to-disk (actually, it can be even more flexible than this as soon as someone creates the right product) then having duplicate RAID-5 arrays at two sites (or even just a plain data copy at the backup site) drives exposure to UREs back down into the negligible category.</p>
<p>So RAID-5 will continue to occupy a useful niche in the pantheon of replication strategies, and to the degree that this niche narrows RAID-6 will be the beneficiary.  And disk manufacturers will continue to increase capacities (or build smaller-form-factor disks that trade capacity for increased performance) rather than complicate their product lines by adding a significant dimension of &#8216;reliability&#8217; to the existing dimensions of capacity and performance (since reliability can &#8211; and in fact to some degree always must &#8211; be better addressed at the system level).</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Open Systems guy</title>
		<link>http://storagemojo.com/2007/07/19/why-arent-disk-reads-more-reliable/comment-page-1/#comment-98998</link>
		<dc:creator>Open Systems guy</dc:creator>
		<pubDate>Sun, 22 Jul 2007 18:28:38 +0000</pubDate>
		<guid isPermaLink="false">http://storagemojo.com/?p=499#comment-98998</guid>
		<description>&quot;My point in that post is that as SATA disk drive capacity continues to increase, and the unrecoverable read error (URE) rate remains constant, the time will come - 2009? - when every RAID 5 disk failure will be likely to encounter a URE during rebuild.&quot;

As disks become more dense, it will indeed become harder to manage because all the other non-capacity specifications (throughput, IOs per second) stay about the same. Many people end up buying smaller, faster disks for the most important data. Even if a couple of 1TB drives in a RAID would do the job, most business that are serious about their storage will buy smaller, faster drives to reduce the chance of an URE. 

The next leap in drive technology will probably not be storage density, it will probably be access speed (sequentially and randomly speaking). Flash shows promise for this, as does holographic technology.

Holographics are interesting because the only theoretical limit would be the sensitivity of the laser receptors and the speed of the servos that have to move them.</description>
		<content:encoded><![CDATA[<p>&#8220;My point in that post is that as SATA disk drive capacity continues to increase, and the unrecoverable read error (URE) rate remains constant, the time will come &#8211; 2009? &#8211; when every RAID 5 disk failure will be likely to encounter a URE during rebuild.&#8221;</p>
<p>As disks become more dense, it will indeed become harder to manage because all the other non-capacity specifications (throughput, IOs per second) stay about the same. Many people end up buying smaller, faster disks for the most important data. Even if a couple of 1TB drives in a RAID would do the job, most business that are serious about their storage will buy smaller, faster drives to reduce the chance of an URE. </p>
<p>The next leap in drive technology will probably not be storage density, it will probably be access speed (sequentially and randomly speaking). Flash shows promise for this, as does holographic technology.</p>
<p>Holographics are interesting because the only theoretical limit would be the sensitivity of the laser receptors and the speed of the servos that have to move them.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Robert Pearson</title>
		<link>http://storagemojo.com/2007/07/19/why-arent-disk-reads-more-reliable/comment-page-1/#comment-98916</link>
		<dc:creator>Robert Pearson</dc:creator>
		<pubDate>Sun, 22 Jul 2007 10:22:31 +0000</pubDate>
		<guid isPermaLink="false">http://storagemojo.com/?p=499#comment-98916</guid>
		<description>RE: &quot;Backups are only obsolete if one of the unique locations you mentioned is offsite. This is often necessary for business continuity reasons.&quot;

Thanks for the feedback , David.
I have really enjoyed your site since I discovered it here on StorageMojo.

In an effort to be brief, the real point I was referring to has to do with this.
I have been working on the iSCSI “Speed Limit of the Information Universe” numbers. A corollary to throughput is the “green” cost. Is it “greener” to write slower? How slow is too slow?

There might be a point in the not too distant future when the “green” cost of creating, replicating and de-storing Information is the dominant cost?
In an Energy World gone mad… 

If I have an online copy for Local Disasters then a 4th online copy that is geographically dispersed may not be of much value relative to the &quot;green&quot; cost.
A removable copy, stored in a geographically dispersed, but considered highly safe from Disasters site, may have lower &quot;green&quot; cost, i.e. Flash or DVD versus tape, and be more effective by being totally flexible. 
Have Complete Backups, Will Travel!</description>
		<content:encoded><![CDATA[<p>RE: &#8220;Backups are only obsolete if one of the unique locations you mentioned is offsite. This is often necessary for business continuity reasons.&#8221;</p>
<p>Thanks for the feedback , David.<br />
I have really enjoyed your site since I discovered it here on StorageMojo.</p>
<p>In an effort to be brief, the real point I was referring to has to do with this.<br />
I have been working on the iSCSI “Speed Limit of the Information Universe” numbers. A corollary to throughput is the “green” cost. Is it “greener” to write slower? How slow is too slow?</p>
<p>There might be a point in the not too distant future when the “green” cost of creating, replicating and de-storing Information is the dominant cost?<br />
In an Energy World gone mad… </p>
<p>If I have an online copy for Local Disasters then a 4th online copy that is geographically dispersed may not be of much value relative to the &#8220;green&#8221; cost.<br />
A removable copy, stored in a geographically dispersed, but considered highly safe from Disasters site, may have lower &#8220;green&#8221; cost, i.e. Flash or DVD versus tape, and be more effective by being totally flexible.<br />
Have Complete Backups, Will Travel!</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: the storage anarchist</title>
		<link>http://storagemojo.com/2007/07/19/why-arent-disk-reads-more-reliable/comment-page-1/#comment-98607</link>
		<dc:creator>the storage anarchist</dc:creator>
		<pubDate>Fri, 20 Jul 2007 20:00:33 +0000</pubDate>
		<guid isPermaLink="false">http://storagemojo.com/?p=499#comment-98607</guid>
		<description>A 6+2 RAID 6 group requires the same number of spares as two 3+1 groups, so you really won&#039;t have to buy more storage to get the same usable - at least, not with most storage arrays that support 8 or more disk drives. Symmetrix supports R5 3+1 &amp; 7+1, or R6 6+2 and 14+2; other systems are perhaps even more flexible. And in massively cached high-end arrays, the response time for R5 and R6 are virtually indistinguishable except under the heaviest paint-peeling workloads (which few systems operate under for any significant length of time).

So if your assertions come true, the answer is simple: RAID 6 everywhere.</description>
		<content:encoded><![CDATA[<p>A 6+2 RAID 6 group requires the same number of spares as two 3+1 groups, so you really won&#8217;t have to buy more storage to get the same usable &#8211; at least, not with most storage arrays that support 8 or more disk drives. Symmetrix supports R5 3+1 &amp; 7+1, or R6 6+2 and 14+2; other systems are perhaps even more flexible. And in massively cached high-end arrays, the response time for R5 and R6 are virtually indistinguishable except under the heaviest paint-peeling workloads (which few systems operate under for any significant length of time).</p>
<p>So if your assertions come true, the answer is simple: RAID 6 everywhere.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Joerg M.</title>
		<link>http://storagemojo.com/2007/07/19/why-arent-disk-reads-more-reliable/comment-page-1/#comment-98600</link>
		<dc:creator>Joerg M.</dc:creator>
		<pubDate>Fri, 20 Jul 2007 19:49:32 +0000</pubDate>
		<guid isPermaLink="false">http://storagemojo.com/?p=499#comment-98600</guid>
		<description>ZFS helps with this problem in an addtional way. Selective Resilvering in case of a drive failure. You don´t have to do a complete resync of the harddrive when it´s not completly filled.  It only resyncs the used parts of the harddrive. 

@Steven: The disc scans doesn´t help you. The data on the rotating rust may be correct, but something in the way from the rust to the SATA plug can corrupt the data. Most of the time this is the source of unrecoverable errors.</description>
		<content:encoded><![CDATA[<p>ZFS helps with this problem in an addtional way. Selective Resilvering in case of a drive failure. You don´t have to do a complete resync of the harddrive when it´s not completly filled.  It only resyncs the used parts of the harddrive. </p>
<p>@Steven: The disc scans doesn´t help you. The data on the rotating rust may be correct, but something in the way from the rust to the SATA plug can corrupt the data. Most of the time this is the source of unrecoverable errors.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Wes Felter</title>
		<link>http://storagemojo.com/2007/07/19/why-arent-disk-reads-more-reliable/comment-page-1/#comment-98589</link>
		<dc:creator>Wes Felter</dc:creator>
		<pubDate>Fri, 20 Jul 2007 19:16:04 +0000</pubDate>
		<guid isPermaLink="false">http://storagemojo.com/?p=499#comment-98589</guid>
		<description>Reliability should increase when vendors move to 4KB sectors which use more efficient ECC.</description>
		<content:encoded><![CDATA[<p>Reliability should increase when vendors move to 4KB sectors which use more efficient ECC.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Steven</title>
		<link>http://storagemojo.com/2007/07/19/why-arent-disk-reads-more-reliable/comment-page-1/#comment-98553</link>
		<dc:creator>Steven</dc:creator>
		<pubDate>Fri, 20 Jul 2007 14:53:46 +0000</pubDate>
		<guid isPermaLink="false">http://storagemojo.com/?p=499#comment-98553</guid>
		<description>Actually, &quot;most&quot; enterprise class disk vendors are consistently doing media scans of both the live volume blocks as well as the parity.  This allows for areas that have the traditional URE to be corrected long before a disk failure.  I do see your point though.  I think that as SATA disks continue to increase in size, even media scans will take too long to complete in a timely fashion.  Controller manufacturers like LSI have this as a tunable within the array management software.  I think the places where you are going to run into problems are in the grow it at home NAS solutions that are based on commodity hardware platforms that have no ability to do this level of proactive protection.</description>
		<content:encoded><![CDATA[<p>Actually, &#8220;most&#8221; enterprise class disk vendors are consistently doing media scans of both the live volume blocks as well as the parity.  This allows for areas that have the traditional URE to be corrected long before a disk failure.  I do see your point though.  I think that as SATA disks continue to increase in size, even media scans will take too long to complete in a timely fashion.  Controller manufacturers like LSI have this as a tunable within the array management software.  I think the places where you are going to run into problems are in the grow it at home NAS solutions that are based on commodity hardware platforms that have no ability to do this level of proactive protection.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: David Magda</title>
		<link>http://storagemojo.com/2007/07/19/why-arent-disk-reads-more-reliable/comment-page-1/#comment-98547</link>
		<dc:creator>David Magda</dc:creator>
		<pubDate>Fri, 20 Jul 2007 14:47:18 +0000</pubDate>
		<guid isPermaLink="false">http://storagemojo.com/?p=499#comment-98547</guid>
		<description>Robert,

Backups are only obsolete if one of the unique locations you mentioned is offsite. This is often necessary for business continuity reasons.

There&#039;s also archiving, which while technically different from backups, often uses the same infrastructure (e.g., Legato, NetBackup, tapes, etc.).</description>
		<content:encoded><![CDATA[<p>Robert,</p>
<p>Backups are only obsolete if one of the unique locations you mentioned is offsite. This is often necessary for business continuity reasons.</p>
<p>There&#8217;s also archiving, which while technically different from backups, often uses the same infrastructure (e.g., Legato, NetBackup, tapes, etc.).</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: David Magda</title>
		<link>http://storagemojo.com/2007/07/19/why-arent-disk-reads-more-reliable/comment-page-1/#comment-98542</link>
		<dc:creator>David Magda</dc:creator>
		<pubDate>Fri, 20 Jul 2007 14:37:09 +0000</pubDate>
		<guid isPermaLink="false">http://storagemojo.com/?p=499#comment-98542</guid>
		<description>The (personal) take of &lt;a href=&quot;http://www.c0t0d0s0.org//archives/3324-End-of-RAID-5.html&quot; rel=&quot;nofollow&quot;&gt;someone at Sun&lt;/a&gt;:

&lt;blockquote&gt;My stance to this topic is a little bit different. In my personal opinion, Filesystems and RAID technology without strong checksum will be impracticability. You doesn´t need exaclty RAID6 when you have different means to ensure data integrity.&lt;/blockquote&gt;

Of course RAID-Z doesn&#039;t save you from a dual drive loss, it can ensure that URE can be recovered from during rebuild.</description>
		<content:encoded><![CDATA[<p>The (personal) take of <a href="http://www.c0t0d0s0.org//archives/3324-End-of-RAID-5.html" rel="nofollow">someone at Sun</a>:</p>
<blockquote><p>My stance to this topic is a little bit different. In my personal opinion, Filesystems and RAID technology without strong checksum will be impracticability. You doesn´t need exaclty RAID6 when you have different means to ensure data integrity.</p></blockquote>
<p>Of course RAID-Z doesn&#8217;t save you from a dual drive loss, it can ensure that URE can be recovered from during rebuild.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: PJ</title>
		<link>http://storagemojo.com/2007/07/19/why-arent-disk-reads-more-reliable/comment-page-1/#comment-98528</link>
		<dc:creator>PJ</dc:creator>
		<pubDate>Fri, 20 Jul 2007 13:47:09 +0000</pubDate>
		<guid isPermaLink="false">http://storagemojo.com/?p=499#comment-98528</guid>
		<description>&gt;Endlessly pushing capacity as the only metric only guarantees an ever faster treadmill.

As you pointed out, however, this treadmill is about to come to an end; so to an extent pushing capacity was/is fine, in the category of &quot;let&#039;s solve problem A (capacity) before we move on to solving problems we don&#039;t have yet (reliability).&quot;  The trick is, as you point out, to switch to other metrics once capacity is considered a &#039;solved problem&#039;.</description>
		<content:encoded><![CDATA[<p>&gt;Endlessly pushing capacity as the only metric only guarantees an ever faster treadmill.</p>
<p>As you pointed out, however, this treadmill is about to come to an end; so to an extent pushing capacity was/is fine, in the category of &#8220;let&#8217;s solve problem A (capacity) before we move on to solving problems we don&#8217;t have yet (reliability).&#8221;  The trick is, as you point out, to switch to other metrics once capacity is considered a &#8216;solved problem&#8217;.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Robert Pearson</title>
		<link>http://storagemojo.com/2007/07/19/why-arent-disk-reads-more-reliable/comment-page-1/#comment-98280</link>
		<dc:creator>Robert Pearson</dc:creator>
		<pubDate>Fri, 20 Jul 2007 06:57:09 +0000</pubDate>
		<guid isPermaLink="false">http://storagemojo.com/?p=499#comment-98280</guid>
		<description>In the 1997-1998 time frame, another support guy and myself tried to convince Management that we should invest in Storage profiling software from the Storage vendor. The purpose would be so we could monitor the &quot;State of Health&quot; of all disk drives in all Storage from that vendor. 
The goal was to identify failing or &quot;candidates for failing&quot; disk drives before they failed and forced a rebuild. We ran all RAID5. 

We proposed that doing this would give us data, over time, that would allow us to replace disk drives before they became a problem based on firmware and operating information. The example we used was 30% or 1/3 of the drives every 36 months. To be really safe we recommended that we buy drives in Mass Quantities and replace 1/3 of them every 12 months. This would vary depending on the drive specs. Each generation is different.

We both found other jobs and left after we were told our &quot;Careers?&quot; were over.

The Cost/Benefit Analysis I did showed the Benefits ROI was about 10 times the TCO to do this. The biggest problems were scheduling the down-time and the threat this &quot;appeared&quot; to present to the Backup Group.

There were other factors that made this scenario good for that environment. I only recommend it for environments where the ROI/TCO ratio is determined to be high enough.

Backups are becoming more obsolete. 
The only scenario that makes sense, to me, for eCommerce or eBusiness is to make each write to three unique locations. I actually believe a fourth write to SSD, Flash or some solid state &quot;removable media&quot; is going to become necessary. Particularly if you do the &quot;Pace Layering&quot; analysis of your Managed Units of Information and integrate that with the &quot;Long Tail&quot; ROI/TCO. 
You might be very surprised what you learn?

Even RAIDVD would be good, if it were fast enough. The removable is only for Disaster Recovery. Most shops will need online Recovery for everyday Local Disasters.</description>
		<content:encoded><![CDATA[<p>In the 1997-1998 time frame, another support guy and myself tried to convince Management that we should invest in Storage profiling software from the Storage vendor. The purpose would be so we could monitor the &#8220;State of Health&#8221; of all disk drives in all Storage from that vendor.<br />
The goal was to identify failing or &#8220;candidates for failing&#8221; disk drives before they failed and forced a rebuild. We ran all RAID5. </p>
<p>We proposed that doing this would give us data, over time, that would allow us to replace disk drives before they became a problem based on firmware and operating information. The example we used was 30% or 1/3 of the drives every 36 months. To be really safe we recommended that we buy drives in Mass Quantities and replace 1/3 of them every 12 months. This would vary depending on the drive specs. Each generation is different.</p>
<p>We both found other jobs and left after we were told our &#8220;Careers?&#8221; were over.</p>
<p>The Cost/Benefit Analysis I did showed the Benefits ROI was about 10 times the TCO to do this. The biggest problems were scheduling the down-time and the threat this &#8220;appeared&#8221; to present to the Backup Group.</p>
<p>There were other factors that made this scenario good for that environment. I only recommend it for environments where the ROI/TCO ratio is determined to be high enough.</p>
<p>Backups are becoming more obsolete.<br />
The only scenario that makes sense, to me, for eCommerce or eBusiness is to make each write to three unique locations. I actually believe a fourth write to SSD, Flash or some solid state &#8220;removable media&#8221; is going to become necessary. Particularly if you do the &#8220;Pace Layering&#8221; analysis of your Managed Units of Information and integrate that with the &#8220;Long Tail&#8221; ROI/TCO.<br />
You might be very surprised what you learn?</p>
<p>Even RAIDVD would be good, if it were fast enough. The removable is only for Disaster Recovery. Most shops will need online Recovery for everyday Local Disasters.</p>
]]></content:encoded>
	</item>
</channel>
</rss>
