Difference between revisions of "Ubuntu"

Jump to navigation Jump to search
565 bytes added ,  09:55, 23 February 2010
(→‎Change IP Address: Added /etc/resolv.conf)
(→‎OS Installation: Reformated)
Line 18: Line 18:
** Enter the server's hostname (not a FQDN, just the hostname)
** Enter the server's hostname (not a FQDN, just the hostname)
* '''Partition Disks'''
* '''Partition Disks'''
** If setting up software RAID follow the steps below, otherwise just select "Guided - use entire disk and set up LVM"
** If setting up software RAID follow the steps below, otherwise just select '''Guided - use entire disk and set up LVM'''
**# Select "Manual"
**# Select '''"Manual'''
**# Select the first disk (<code>sda</code>) and on the next screen, Yes, to "Create new empty partition table on this device?"
**# Then create a partition...
**# Select the FREE SPACE, then "Create a new Partition", use all but the last 2GB of space, and select "Primary"
**## Select the first disk ('''<code>sda</code>''') and on the next screen, '''Yes''', to '''Create new empty partition table on this device?'''
**# Change ''Use as'' to "physical volume for RAID", and change the ''Bootable flag'' to "Yes", the select "Done setting up this partition
**## Select the FREE SPACE, then '''Create a new Partition''', and use all but the last 2GB of space,  
**# Select the remaining FREE SPACE on <code>sda</code>, and create another primary "physical volume for RAID", but '''not''' bootable
**## And then select type of '''Primary''', and create at '''Beginning'''
**# Select the second disk (sdb) and repeat the steps taken for sda
**## Change '''''Use as''''' to '''physical volume for RAID''', and change the '''''Bootable flag''''' to '''Yes''', the select '''Done setting up this partition'''
**# On the same screen, select the "Configure Software RAID" option, and then confirm
**# Repeat the above on the remaining FREE SPACE on '''<code>sda</code>''', to create another primary '''physical volume for RAID''', but ''''not'' bootable'''
**# Select "Create MD device", then select "RAID1" (ie a mirror), then select 2 ''Active devices'', and 0 ''Spare devices''
**# Select the second disk, <code>sdb</code>, and repeat the steps taken for <code>sda</code> to create two identical partitions
**# Select both <code>/dev/sda1</code> and <code>/dev/sdb1</code> partitions, and then select "Finish"
**# On the same screen, select the '''Configure Software RAID''' option (at the top), and then confirm through the next screen
**# Repeat to create a RAID volume using <code>/dev/sda2</code> and <code>/dev/sdb2</code> partitions
**# Create a RAID pack/multidisk...
**# Now select the RAID device #0 partition (select the #1 just under RAID1 device line), and change the ''Use as'' and select "Ext3..."
**## Select '''Create MD device''', then select '''RAID1''' (ie a mirror), then confirm 2 ''Active devices'', and 0 ''Spare devices''
**# Change the ''Mount point'' to /, then select "Done configuring this partition"
**## Select both '''<code>/dev/sda1</code>''' and '''<code>/dev/sdb1</code>''' partitions, and then select '''Finish'''
**# Now select the RAID device #1 partition (select the #1 just under RAID1 device line), and change the ''Use as'' and select "Swap area"
**# Repeat the above to create a RAID volume using '''<code>/dev/sda2</code>''' and '''<code>/dev/sdb2</code>''' partitions
**# Then select "Done configuring this partition" then finally "Finish partitioning and write changes to disk", and confirm
**# Now select the RAID device #0 partition (select the #1 just under RAID1 device line), and change the '''''Use as''''' and select '''Ext3...'''
**# Accept the "system will need to restart" complaints, after which the install will continue (note there's a little more to do more to do post install).
**# Change the '''''Mount point''''' to '''/''', then select '''Done configuring this partition'''
**# Now select the RAID device #1 partition (select the #1 just under RAID1 device line), and change the '''''Use as''''' and select '''Swap area'''
**# Then select '''Done configuring this partition''' then finally '''Finish partitioning and write changes to disk''', and confirm to '''Write the changes to disks'''
**# Accept the "The kernel was unable to re-read...system will need to restart" complaints for each RAID multidisk, after which the install will continue (note there's a little more to do post install to ensure you can boot using the second disk should the first fail).
* '''Software Selection'''
* '''Software Selection'''
** DNS Server - Required in order to configure split DNS, which is required for an exchange server
** DNS Server - Only required in order to configure split DNS, which is required for an exchange server install
** OpenSSH Server - Required (allows you to Putty/SSH to the server)
** OpenSSH Server - Required (allows you to Putty/SSH to the server)


=== Post OS Install Config ===
=== Post OS Install Config ===

Navigation menu