welcome: please sign in

Revision 5 as of 2010-01-06 11:16:11

Clear message
Edit

OnSiteVisits / 20100105

1. Report

All tasks done, left to do:

  1. Insert disks 2x 1 TB WD disks (waiting in our cabinet) into Dell server (missing drive brackets)
  2. Recable the whole thing? (too many too dense wires at the back)

2. Photos

http://hcoop.net/~rkd/hcoop/imgs-2010-01-05/

2.1. Software installation

It'd be nice if you can make the mdX numbers match with partition numbers (i.e. to have md2 which consists of sda2/sdb2, and md3 which consists of sda3/sdb3), but IIRC the installer does not allow you to choose the numbers so they'll be named md0 and md1. That's alright.

Also, as seen, /boot partition is not on RAID. This is intentional as /boot on RAID is problematic. But sda1 (/boot) will be synced onto sdb1 (by cping the files and running grub-install on it) periodically via cron, so that sdb1 can be used for booting too, in case sda fails.

After the server boots into the installation, we do this:

dpkg-reconfigure debconf  # (choose 'Readline' and 'low')

apt-get install openssh-server  # (if asked, allow login as root)

And that's it.

2.2. Questions