Changes between Initial Version and Version 1 of Internal/MachineConfigs/dhcp2


Ignore:
Timestamp:
Sep 29, 2009, 8:58:41 PM (15 years ago)
Author:
ssugrim
Comment:

Legend:

Unmodified
Added
Removed
Modified
  • Internal/MachineConfigs/dhcp2

    v1 v1  
     1= DHCP2 =
     2
     3IP: 10.0.0.8
     4
     5Serivces: DHCP, DNS, SSH
     6
     7OS:
     8{{{
     9more /etc/lsb-release
     10DISTRIB_ID=Ubuntu
     11DISTRIB_RELEASE=9.04
     12DISTRIB_CODENAME=jaunty
     13DISTRIB_DESCRIPTION="Ubuntu 9.04"
     14}}}
     15
     16Kernel:
     17{{{
     18uname -a
     19Linux dhcp2 2.6.28-11-server #42-Ubuntu SMP Fri Apr 17 02:45:36 UTC 2009 x86_64 GNU/Linux
     20}}}
     21
     22Disk Configuration:
     23
     24The Partitioner should look like this:
     25{{{
     26RAID1 device #0 - 4.0 GB Software RAID device
     27#1  4.0 GB F EXT4 /boot
     28RAID1 device #1 - 70.0 GB Software RAID device
     29#1  70 GB F EXT4 /
     30SCSI1 (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
     34SCSI2 (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
     376.0GB FREE SPACE
     38}}
     39
     40These 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