old-www/HOWTO/Root-RAID-HOWTO-1.html

143 lines
6.0 KiB
HTML

<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 3.2 Final//EN">
<HTML>
<HEAD>
<META NAME="GENERATOR" CONTENT="SGML-Tools 1.0.9">
<TITLE>Root RAID HOWTO cookbook: Introduction</TITLE>
<LINK HREF="Root-RAID-HOWTO-2.html" REL=next>
<LINK HREF="Root-RAID-HOWTO.html#toc1" REL=contents>
</HEAD>
<BODY>
<A HREF="Root-RAID-HOWTO-2.html">Next</A>
Previous
<A HREF="Root-RAID-HOWTO.html#toc1">Contents</A>
<HR>
<H2><A NAME="s1">1. Introduction</A></H2>
<P>The reader is assumed to be familiar with the various types of raid
implementations, their advantages and drawbacks. This is not a tutorial,
just a set of instructions on how to implement root mounted raid on a linux
system. All
of the information necessary to become familiar with linux raid is listed
here directly or by reference, please read it before send e-mail questions.
<P>
<H2><A NAME="ss1.1">1.1 Where to get Up-to-date copies of this document.</A>
</H2>
<P>Click here to browse the
<A HREF="ftp://ftp.bizsystems.com/pub/raid/Root-RAID-HOWTO.html">author's latest version</A> of
this document. Corrections and suggestions welcome!
<P>Root-RAID-HOWTO -- OBSOLETE
<P>Available in LaTeX (for DVI and PostScript), plain text, and HTML.
<BLOCKQUOTE>
<A HREF="http://www.linuxdoc.org/HOWTO/Root-RAID-HOWTO.html">http://www.linuxdoc.org/HOWTO/Root-RAID-HOWTO.html</A></BLOCKQUOTE>
Available in SGML and HTML.
<BLOCKQUOTE>
<A HREF="ftp://ftp.bizsystems.net/pub/raid/">ftp.bizsystems.net/pub/raid/</A></BLOCKQUOTE>
<P>
<A NAME="newhowto"></A> <H2><A NAME="ss1.2">1.2 More up-to-date Boot Root Raid with LILO howto</A>
</H2>
<P>Available in LaTeX (for DVI and PostScript), plain text, and HTML.
<BLOCKQUOTE>
<A HREF="http://www.linuxdoc.org/HOWTO/Boot+Root+Raid+LILO.html">http://www.linuxdoc.org/HOWTO/Boot+Root+Raid+LILO.html</A></BLOCKQUOTE>
Available in SGML and HTML.
<BLOCKQUOTE>
<A HREF="ftp://ftp.bizsystems.net/pub/raid/">ftp.bizsystems.net/pub/raid/</A></BLOCKQUOTE>
<P>
<P>
<H2><A NAME="ss1.3">1.3 Bugs</A>
</H2>
<P>As of this writing, the problem of stopping a root mounted RAID device has
not yet been solved in a satisfactory way. A work-around proposed by Ed
Welbon and implemented by Bohumil Chalupa is incorporated into this document
which eliminates the need for a long ckraid at each boot for raid1 and raid5
devices. Without the workaround, it is necessary to <B>ckraid</B> the <B>md</B> device
each time the system is re-booted. On a large array this can cause a severe
availability performance degradation. On my 6 gig RAID1 device running on a
Pentium 166 with 128 megs of ram, it takes well over half an hour to ckraid
:-(
after each re-boot. It takes over an hour on my 13 gig RAID5 array with a
20mb/sec scsi adaptor.
<P>The workaround stores the status of the array at
shutdown on the <B>real</B> boot device and compares it to a reference status
placed there when the system is first built. If the status's match at
reboot, the superblock on the array is rebuilt on the next boot, otherwise
the operator is notified of the status error and the rescue system is left
running with all the raid tools available.
<P>Rebuilding the superblock causes
the system to ignore that the array was powered down without mdstop by
marking all the drives as <B>OK</B>, as if nothing happened. This only works if
all the drives are OK at shutdown. If the array was operating with a bad
drive, the operator must remove the bad drive prior to restarting the md
device or the data can be corrupted.
<P>None of this applies to raid0 which
does not have to be mdstopped before shutdown.
<P>Final proposed solutions to this problem include a <B>finalrd</B> similar to
<B>initrd</B>, and <B>mdrootstop</B> which writes the <B>clean</B> flags to the array
during shutdown when it is mounted read only. I am sure there are others.
<P>In the mean time, the problem has been by-passed for now
Please let me know when this problem is solved more cleanly!!!
<P>
<H2><A NAME="ss1.4">1.4 Acknowledgements</A>
</H2>
<P>The writings and e-mail from the following individuals helped to make this
document possible. Many of the ideas were <I>stolen</I> from the helpful work of
others, I have just tried to put it all in <B>COOKBOOK</B> form so that it is
straightforward to use. My thanks to:
<UL>
<LI>
<A HREF="mailto:linas@linas.org">Linas Vepstas</A>
<I> for the RAID howto that explained most of this to me.</I></LI>
<LI>
<A HREF="mailto:gadio@netvision.net.il">Gadi Oxman</A>
<I> for answering my dumb 'newbie' questions.</I></LI>
<LI>
<A HREF="mailto:welbon@bga.com">Ed Welbon</A>
<I> for the execellent <B>initrd.md</B> package that inspired me to write this.</I></LI>
<LI>
<A HREF="mailto:bochal@apollo.karlov.mff.cuni.cz">Bohumil Chalupa</A> <I> for implementing the
re-boot 'workaround' that allows</I> <B>root-mounted-raid</B><I> to
work in a production environment.</I></LI>
<LI>
<A HREF="mailto:kwrohrer@ce.mediaone.net">Keith W.</A> <I> for
his explaination of setting up root raid with </I><B> RedHat</B>.
<P>
</LI>
<LI>and many others who contributed to this work in one way or another.</LI>
</UL>
<P>
<H2><A NAME="ss1.5">1.5 Copyright Notice</A>
</H2>
<P>This document is GNU copyleft by Michael Robinton
<A HREF="mailto:michael@bzs.org">michael@bzs.org</A>.
<P>Permission to use, copy, distribute this document for any
purpose is hereby granted, provided that the author's / editor's
name and this notice appear in all copies and/or supporting
documents; and that an unmodified version of this document is
made freely available. This document is distributed in the hope
that it will be useful, but WITHOUT ANY WARRANTY, either
expressed or implied. While every effort has been taken to
ensure the accuracy of the information documented herein, the
author / editor / maintainer assumes NO RESPONSIBILITY for any
errors, or for any damages, direct or consequential, as a result
of the use of the information documented herein.
<P>
<HR>
<A HREF="Root-RAID-HOWTO-2.html">Next</A>
Previous
<A HREF="Root-RAID-HOWTO.html#toc1">Contents</A>
</BODY>
</HTML>