Difference between revisions of "Ubuntu"

Jump to navigation Jump to search
184 bytes added ,  09:10, 23 February 2010
→‎Post OS Install Config: Minor addition to RAID setup
m (→‎Zimbra Install: Add https)
(→‎Post OS Install Config: Minor addition to RAID setup)
Line 44: Line 44:
*# Enter user password, and then a strong password for the root account
*# Enter user password, and then a strong password for the root account
* '''Finish Software RAID config''' - only if configured during install
* '''Finish Software RAID config''' - only if configured during install
*# Start-up grub (by entering <code> grub </code> and enter the following commands...
*# Start-up grub (by entering <code> grub </code> and enter the following commands (seems to work better via SSH than direct console)...
*#* <code> device (hd1) /dev/sdb </code>
*#* <code> device (hd1) /dev/sdb </code>
*#* <code> root (hd1,0) </code>
*#* <code> root (hd1,0) </code>
Line 52: Line 52:
*#* <code> title </code> Add "Primary disk fail" or something similar to end
*#* <code> title </code> Add "Primary disk fail" or something similar to end
*#* <code> root </code> Change <code> hd0 </code> to <code> hd1 </code>
*#* <code> root </code> Change <code> hd0 </code> to <code> hd1 </code>
 
*# To check the RAID setup of your drives use
*#* <code> mdadm --misc -D /dev/md0 </code>
*#* <code> mdadm --misc -D /dev/md1 </code>


=== Change IP Address ===
=== Change IP Address ===

Navigation menu