old-www/HOWTO/Multi-Disk-HOWTO-24.html

48 lines
2.1 KiB
HTML

<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 3.2 Final//EN">
<HTML>
<HEAD>
<META NAME="GENERATOR" CONTENT="SGML-Tools 1.0.9">
<TITLE>HOWTO: Multi Disk System Tuning: Appendix D: Example: Multipurpose Server</TITLE>
<LINK HREF="Multi-Disk-HOWTO-25.html" REL=next>
<LINK HREF="Multi-Disk-HOWTO-23.html" REL=previous>
<LINK HREF="Multi-Disk-HOWTO.html#toc24" REL=contents>
</HEAD>
<BODY>
<A HREF="Multi-Disk-HOWTO-25.html">Next</A>
<A HREF="Multi-Disk-HOWTO-23.html">Previous</A>
<A HREF="Multi-Disk-HOWTO.html#toc24">Contents</A>
<HR>
<H2><A NAME="s24">24. Appendix D: Example: Multipurpose Server</A></H2>
<P>
<!--
disk!example!server, multi-purpose
-->
The following table is from the setup of a medium sized multipurpose
server where I once worked. Aside from being a general Linux machine it will
also be a network related server (DNS, mail, FTP, news, printers etc.)
X server for various CAD programs, CD ROM burner and many other things.
The files reside on 3 SCSI drives with a capacity of 600, 1000 and 1300
MB.
<P>Some further speed could possibly be gained by splitting <CODE>/usr/local</CODE>
from the rest of the <CODE>/usr</CODE> system but we deemed the further added
complexity would not be worth it. With another couple of drives
this could be more worthwhile. In this setup drive sda is old and slow
and could just a well be replaced by an IDE drive. The other two drives
are both rather fast. Basically we split most of the load between these
two. To reduce dangers of imbalance in partition sizing we have decided
to keep <CODE>/usr/bin</CODE> and <CODE>/usr/local/bin</CODE> in one drive
and <CODE>/usr/lib</CODE> and <CODE>/usr/local/lib</CODE> on another separate drive
which also affords us some drive parallelizing.
<P>Even more could be gained by using RAID but we felt that as a server we
needed more reliability than was then afforded by the <CODE>md</CODE> patch and
a dedicated RAID controller was out of our reach.
<P>
<HR>
<A HREF="Multi-Disk-HOWTO-25.html">Next</A>
<A HREF="Multi-Disk-HOWTO-23.html">Previous</A>
<A HREF="Multi-Disk-HOWTO.html#toc24">Contents</A>
</BODY>
</HTML>