|  | 1 | = DHCP2 = | 
          
            |  | 2 |  | 
          
            |  | 3 | IP: 10.0.0.8 | 
          
            |  | 4 |  | 
          
            |  | 5 | Serivces: DHCP, DNS, SSH | 
          
            |  | 6 |  | 
          
            |  | 7 | OS: | 
          
            |  | 8 | {{{ | 
          
            |  | 9 | more /etc/lsb-release | 
          
            |  | 10 | DISTRIB_ID=Ubuntu | 
          
            |  | 11 | DISTRIB_RELEASE=9.04 | 
          
            |  | 12 | DISTRIB_CODENAME=jaunty | 
          
            |  | 13 | DISTRIB_DESCRIPTION="Ubuntu 9.04" | 
          
            |  | 14 | }}} | 
          
            |  | 15 |  | 
          
            |  | 16 | Kernel: | 
          
            |  | 17 | {{{ | 
          
            |  | 18 | uname -a | 
          
            |  | 19 | Linux dhcp2 2.6.28-11-server #42-Ubuntu SMP Fri Apr 17 02:45:36 UTC 2009 x86_64 GNU/Linux | 
          
            |  | 20 | }}} | 
          
            |  | 21 |  | 
          
            |  | 22 | Disk Configuration: | 
          
            |  | 23 |  | 
          
            |  | 24 | The Partitioner should look like this: | 
          
            |  | 25 | {{{ | 
          
            |  | 26 | RAID1 device #0 - 4.0 GB Software RAID device | 
          
            |  | 27 | #1  4.0 GB F EXT4 /boot | 
          
            |  | 28 | RAID1 device #1 - 70.0 GB Software RAID device | 
          
            |  | 29 | #1  70 GB F EXT4 / | 
          
            |  | 30 | SCSI1 (0,0,0) (sda) - 80.0 GB ATAT WDC WD800AAJS-70 | 
          
            |  | 31 | #1 primary 4.0 GB B K RAID | 
          
            |  | 32 | #2 primary 70.0 GB  K RAID | 
          
            |  | 33 | #3 primary 6.0 GB  F SWAP SWAP | 
          
            |  | 34 | SCSI2 (0,0,0) (sdb) - 80.0 GB ATAT WDC WD800AAJS-70 | 
          
            |  | 35 | #1 primary 4.0 GB B K RAID | 
          
            |  | 36 | #2 primary 70.0 GB  K RAID | 
          
            |  | 37 | 6.0GB FREE SPACE | 
          
            |  | 38 | }} | 
          
            |  | 39 |  | 
          
            |  | 40 | These are the steps I took to make the partitons: | 
          
            |  | 41 | 1. choose manual partitioning | 
          
            |  | 42 | 1. choose the scsc1 (0,0,0) (sda) ... item | 
          
            |  | 43 | 1. it will ask you to create a new partition table for said disk (and thus erase every thing that was there). do so | 
          
            |  | 44 | 1. repeat for the second disk | 
          
            |  | 45 | 1. create a 4 gb partition on the fist disk, and set it to be used for raid, and give it the bootable flag | 
          
            |  | 46 | 1. create a 70 gb partition on the fist disk behind the first partiton , and set it to be used for raid | 
          
            |  | 47 | 1. do the same for the second disk | 
          
            |  | 48 | 1. create a 6 gb partition on the first disk | 
          
            |  | 49 | 1. choose configure raid, created raid device, and then choose raid1 (mirror) | 
          
            |  | 50 | 1. specify sda1 and sdb1 for the first raid device | 
          
            |  | 51 | 1. repeat with sda2 and sdb2. | 
          
            |  | 52 | 1. choose the first raid device and specify ext4 as the file system and /boot as the mount point | 
          
            |  | 53 | 1. choose the second raid device and specify ext4 as the file system and / as the mount point | 
          
            |  | 54 |  |