<?xml version="1.0" encoding="UTF-8"?><!-- generator="wordpress/1.5.2" -->
<rss version="2.0" 
	xmlns:content="http://purl.org/rss/1.0/modules/content/">
<channel>
	<title>Comments on: RAID on RAID - plaiding</title>
	<link>http://storageadvisors.adaptec.com/2006/12/18/raid-on-raid-plaiding/</link>
	<description>Storage Solutions for Real World IT Professionals</description>
	<pubDate>Sat, 20 Mar 2010 08:22:33 +0000</pubDate>
	<generator>http://wordpress.org/?v=1.5.2</generator>

	<item>
 		<title>Comment on RAID on RAID - plaiding by: Oz Mundim</title>
		<link>http://storageadvisors.adaptec.com/2006/12/18/raid-on-raid-plaiding/#comment-62522</link>
		<pubDate>Wed, 27 Jun 2007 13:45:43 +0000</pubDate>
		<guid>http://storageadvisors.adaptec.com/2006/12/18/raid-on-raid-plaiding/#comment-62522</guid>
					<description>I needed some advice. Very nice discussion, by the way.

Wondering big, let's say I have a server controlling RAID 5 of 3 iSCSI disk array which are also set to RAID 5.

Now I wanted to install iSCSI target on that 'RAID controller' server and share the md volume to 10 nodes (acting in cluster with clvm and GFS) via iSCSI.

Here's the scenario:

10 nodes (cluster) ----- iSCSI initiator -----&amp;#62; (iSCSI Target) RAID controller box (RAID 5) ------ iSCSI Initiator ------&amp;#62; 3 iSCSI Disk Array

Would performance be to bad to make this setup impossible to accomplish? Unless is too bad, I'm not concerned about performance. High availability and fast storage growing are my goal.

Network would be handled by Cisco 4503 Gigabit switches.

Oz</description>
		<content:encoded><![CDATA[	<p>I needed some advice. Very nice discussion, by the way.</p>
	<p>Wondering big, let&#8217;s say I have a server controlling RAID 5 of 3 iSCSI disk array which are also set to RAID 5.</p>
	<p>Now I wanted to install iSCSI target on that &#8216;RAID controller&#8217; server and share the md volume to 10 nodes (acting in cluster with clvm and GFS) via iSCSI.</p>
	<p>Here&#8217;s the scenario:</p>
	<p>10 nodes (cluster) &#8212;&#8211; iSCSI initiator &#8212;&#8211;&gt; (iSCSI Target) RAID controller box (RAID 5) &#8212;&#8212; iSCSI Initiator &#8212;&#8212;&gt; 3 iSCSI Disk Array</p>
	<p>Would performance be to bad to make this setup impossible to accomplish? Unless is too bad, I&#8217;m not concerned about performance. High availability and fast storage growing are my goal.</p>
	<p>Network would be handled by Cisco 4503 Gigabit switches.</p>
	<p>Oz
</p>
]]></content:encoded>
				</item>
	<item>
 		<title>Comment on RAID on RAID - plaiding by: Steve</title>
		<link>http://storageadvisors.adaptec.com/2006/12/18/raid-on-raid-plaiding/#comment-24808</link>
		<pubDate>Tue, 02 Jan 2007 16:46:23 +0000</pubDate>
		<guid>http://storageadvisors.adaptec.com/2006/12/18/raid-on-raid-plaiding/#comment-24808</guid>
					<description>the open source community has a linux iSCIS target project - 
it can be found at: http://iscsitarget.sourceforge.net/

I would not recommend RAID 0 at the host, as data corruption is certain if any of the iSCSI targets go off line.  remember, RAID 0 your data is stripped across each segment, loss of any one segment(for any reason) you lose all the data.

I also tried building a RAID 5 at the host with three LUNs from a single target, it seemed to take forever to sync even a fairly small RAID set. you should experiment with degraded and resync scenarios, if you think you want to have RAID 5 at the host.

I recommend RAID 1 at the host, as it is very low overhead on the host system; then you can use RAID 5 or 6 at the targets.
again, RAID 1 at the host is for redundancy. alternatively, you can go RAID 0 at the target; this should be the fastest config and you have a complete mirror with the second iSCSI target.

SR</description>
		<content:encoded><![CDATA[	<p>the open source community has a linux iSCIS target project -<br />
it can be found at: <a href='http://iscsitarget.sourceforge.net/' rel='nofollow'>http://iscsitarget.sourceforge.net/</a></p>
	<p>I would not recommend RAID 0 at the host, as data corruption is certain if any of the iSCSI targets go off line.  remember, RAID 0 your data is stripped across each segment, loss of any one segment(for any reason) you lose all the data.</p>
	<p>I also tried building a RAID 5 at the host with three LUNs from a single target, it seemed to take forever to sync even a fairly small RAID set. you should experiment with degraded and resync scenarios, if you think you want to have RAID 5 at the host.</p>
	<p>I recommend RAID 1 at the host, as it is very low overhead on the host system; then you can use RAID 5 or 6 at the targets.<br />
again, RAID 1 at the host is for redundancy. alternatively, you can go RAID 0 at the target; this should be the fastest config and you have a complete mirror with the second iSCSI target.</p>
	<p>SR
</p>
]]></content:encoded>
				</item>
	<item>
 		<title>Comment on RAID on RAID - plaiding by: Mark</title>
		<link>http://storageadvisors.adaptec.com/2006/12/18/raid-on-raid-plaiding/#comment-22748</link>
		<pubDate>Tue, 19 Dec 2006 02:07:48 +0000</pubDate>
		<guid>http://storageadvisors.adaptec.com/2006/12/18/raid-on-raid-plaiding/#comment-22748</guid>
					<description>forgot the other main question...

If I go RAID6 on the storage node/subsystems, and RAID0 across my volume manager... What happens if I lose a disk?  That was the root question I had :)  

This makes growing the volumes on the management server easier.  If I have to RAID5 in BOTH places, then its probably not worth the cost in extra hardware.</description>
		<content:encoded><![CDATA[	<p>forgot the other main question&#8230;</p>
	<p>If I go RAID6 on the storage node/subsystems, and RAID0 across my volume manager&#8230; What happens if I lose a disk?  That was the root question I had <img src='http://storageadvisors.adaptec.com/wp-images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' />   </p>
	<p>This makes growing the volumes on the management server easier.  If I have to RAID5 in BOTH places, then its probably not worth the cost in extra hardware.
</p>
]]></content:encoded>
				</item>
	<item>
 		<title>Comment on RAID on RAID - plaiding by: Mark</title>
		<link>http://storageadvisors.adaptec.com/2006/12/18/raid-on-raid-plaiding/#comment-22747</link>
		<pubDate>Tue, 19 Dec 2006 02:03:44 +0000</pubDate>
		<guid>http://storageadvisors.adaptec.com/2006/12/18/raid-on-raid-plaiding/#comment-22747</guid>
					<description>Thanks for the response Steve.  This is for an easy to expand archiving system.  Performance does not matter, but ability to expand in to potential PB does.  Given the backplane on a good quality 48 port GB switch with fiber uplinks to the Volume management server (Veritas or the like).  This is all Linux based, likely something like Ent. ISCSI Target Project, or better yet hopefully REHL or SUSE will support a target soon! (do they now??)

The storage nodes running raid5 or 6 would be done for easy / cheap expansion (cheap 750 or 500gb sata), and the volume manager would make it  simple and easy to expand, and give the ability to export large volumes in nfs or iscsi easily.  

Need more storage, just build up another storage node with internal RAID, and grow your software volume on the management server... Is it as easy and cheap as it sounds? (when performance is not a concern)

Thanks again!</description>
		<content:encoded><![CDATA[	<p>Thanks for the response Steve.  This is for an easy to expand archiving system.  Performance does not matter, but ability to expand in to potential PB does.  Given the backplane on a good quality 48 port GB switch with fiber uplinks to the Volume management server (Veritas or the like).  This is all Linux based, likely something like Ent. ISCSI Target Project, or better yet hopefully REHL or SUSE will support a target soon! (do they now??)</p>
	<p>The storage nodes running raid5 or 6 would be done for easy / cheap expansion (cheap 750 or 500gb sata), and the volume manager would make it  simple and easy to expand, and give the ability to export large volumes in nfs or iscsi easily.  </p>
	<p>Need more storage, just build up another storage node with internal RAID, and grow your software volume on the management server&#8230; Is it as easy and cheap as it sounds? (when performance is not a concern)</p>
	<p>Thanks again!
</p>
]]></content:encoded>
				</item>
</channel>
</rss>
