<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:wfw="http://wellformedweb.org/CommentAPI/"
	xmlns:dc="http://purl.org/dc/elements/1.1/"
	xmlns:atom="http://www.w3.org/2005/Atom"
	xmlns:sy="http://purl.org/rss/1.0/modules/syndication/"
	xmlns:slash="http://purl.org/rss/1.0/modules/slash/"
	>

<channel>
	<title>fixlinux.com &#187; RAID</title>
	<atom:link href="http://fixlinux.com/category/raid/feed/" rel="self" type="application/rss+xml" />
	<link>http://fixlinux.com</link>
	<description>security + stability = sanity</description>
	<lastBuildDate>Wed, 07 Dec 2011 04:03:35 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.2.1</generator>
		<item>
		<title>Faster software RAID reconstruction</title>
		<link>http://fixlinux.com/2006/07/23/faster-software-raid-reconstruction/</link>
		<comments>http://fixlinux.com/2006/07/23/faster-software-raid-reconstruction/#comments</comments>
		<pubDate>Mon, 24 Jul 2006 06:12:27 +0000</pubDate>
		<dc:creator>derek</dc:creator>
				<category><![CDATA[RAID]]></category>

		<guid isPermaLink="false">http://fixlinux.com/2006/07/23/faster-software-raid-reconstruction/</guid>
		<description><![CDATA[When creating or reconstructing a Linux software RAID there is a default reconstruction rate at which the RAID will be created. On RHEL the default max speed at which it will reconstruct the array is 10000 KB/sec. This setting can easily be adjusted for the impatient among us. echo -n 500000 > /proc/sys/dev/raid/speed_limit_max The above [...]]]></description>
			<content:encoded><![CDATA[<p>When creating or reconstructing a Linux software RAID there is a default reconstruction rate at which the RAID will be created.  On RHEL the default max speed at which it will reconstruct the array is 10000 KB/sec.  This setting can easily be adjusted for the impatient among us.</p>
<pre>echo -n 500000 > /proc/sys/dev/raid/speed_limit_max</pre>
<p>The above command will set the max reconstruction speed to 500000 KB/sec (which will essentially max out at the speed of your drives, usually in the 50MB/sec zone from my experience).</p>
<p>Bumping the value up will tax the disk subsystem more than the default but often it&#8217;s worth it to get that warm fuzzy of having a consistent RAID.</p>
]]></content:encoded>
			<wfw:commentRss>http://fixlinux.com/2006/07/23/faster-software-raid-reconstruction/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Remote Conversion to RAID-1 for Crazy Sysadmins</title>
		<link>http://fixlinux.com/2006/02/16/remote-conversion-to-raid-1-for-crazy-sysadmins/</link>
		<comments>http://fixlinux.com/2006/02/16/remote-conversion-to-raid-1-for-crazy-sysadmins/#comments</comments>
		<pubDate>Thu, 16 Feb 2006 09:26:03 +0000</pubDate>
		<dc:creator>derek</dc:creator>
				<category><![CDATA[RAID]]></category>

		<guid isPermaLink="false">http://fixlinux.com/2006/02/16/remote-conversion-to-raid-1-for-crazy-sysadmins/</guid>
		<description><![CDATA[One of my clients purchased a dedicated server with 2 hard drives (very common configuration these days). Unfortunately their provider can&#8217;t/won&#8217;t configure their server to use software raid. My suggestion was to use the 2 matching drives in a software raid-1 configuration, but I&#8217;ve never remotely setup software raid after a server was already up [...]]]></description>
			<content:encoded><![CDATA[<p>One of my clients purchased a dedicated server with 2 hard drives (very common configuration these days).  Unfortunately their provider can&#8217;t/won&#8217;t configure their server to use software raid. My suggestion was to use the 2 matching drives in a software raid-1 configuration, but I&#8217;ve never remotely setup software raid after a server was already up and running.</p>
<p>Warren Togami provides a very detailed howto on remotely migrating 2 matching hard drives running Linux to a software RAID-1 configuration:<br />
<a title="Remote Conversion to Linux Software RAID-1 for Crazy Sysadmins HOWTO" target="_blank" href="http://togami.com/~warren/guides/remoteraidcrazies/">http://togami.com/~warren/guides/remoteraidcrazies/</a></p>
<p>This server was running RHEL4 and the above process worked great for me.  I do have some notes that I&#8217;ll be sending back to Warren:</p>
<ul>
<li>Step 5) My first drive was setup to use 255 heads whereas hdc was configured to use 16.  I ran &#8220;sfdisk -H 255 /dev/hdc < partitions.txt" instead of "sfdisk /dev/hdc < partitions.txt" to reconfigure the 2nd disk to use 255 heads just like hda.</li>
</li>
<li>Step 25) Shouldn&#8217;t the commands for hdc be referencing (hd1) and (hd1,0) (where appropriate)?</li>
<li>Step 26) It says to most importantly change the root setting back to (hd0,0), yet the example still shows (hd1,0).</li>
<li>Step 27) Attempting to run &#8220;mdadm -A -s&#8221; resulted in a &#8220;mdadm: No arrays found in config file&#8221; error message.  I was able to get rid of this error by creating /etc/mdadm.conf as listed in Step 22 (even though it says RHEL4 no longer requires that file, it seemed to help out in my situation).</li>
</ul>
<p>Without Warren&#8217;s document it would have taken me much longer to figure out the best way to get this done remotely. I&#8217;m usually spoiled in that I have hardware raid on most machines and get to partition things just as I wish when I install them on-site.</p>
]]></content:encoded>
			<wfw:commentRss>http://fixlinux.com/2006/02/16/remote-conversion-to-raid-1-for-crazy-sysadmins/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>

