I wanted to mention that all of the above activity occurred in the dining room. Yes, that's a 55 pound 2U server sitting on the table.
That total does not include the eight SATA drives.
My laptop is on the left and I'm using it to read the installation guide. To the right of the monitor is an APC UPS. On top of the
server is the 3Ware card and BBU, just prior to being assembled and inserted. The memory module is sitting on top of a CD. The battery unit
is just above the card.
When I first booted the system with all eight drives, drive 1 was not found by the 3Ware card. I was pretty sure this was a cable issue.
I had tried moving the cables into a less air-resistance location, and when I did, I dislodged the cable for drive 1. I detached it from
the back plane and then plugged it back in. Then all was well.
During the boot process, I pressed ALT-3 when the 3Ware notice appeared. Then I added the first 6 drives into a single cluster,
and named it PrimaryCluster. The other two drives were left as hot spares. I designated the cluster as RAID10. When this process was finished, I noticed this
message, which seemed rather odd at the time.
I placed a FreeBSD 6.1-RELEASE CD in the CD-ROM drive and continued with the booting process. The installer started up. I ran through the install, and rebooted.
Up came FreeBSD on the RAID10 cluster! For what it's worth, the elapsed time between booting from CD and then booting up into 6.1-RELEASE was 11 minutes.
Contrary to what you can read on the 3Ware website and in their documentation, FreeBSD installs onto the card without downloading any special drivers.
need to upgrade firmware. ensure NCQ is enabled.
test drive activity and drive failure lights.
The following is an extract from /var/run/dmesg.boot:
3ware device driver for 9000 series storage controllers, version: 3.60.02.012
twa0: <3ware 9000 series Storage Controller> port 0x3000-0x303f mem
0xfc000000-0xfdffffff,0xfa020000-0xfa020fff irq 26 at device 2.0 on pci2
twa0: [FAST]
twa0: INFO: (0x04: 0x0053): Battery capacity test is overdue:
twa0: INFO: (0x15: 0x1300): Controller details:: Model 9550SX-8LP, 8 ports,
Firmware FE9X 3.01.01.028, BIOS BE9X 3.01.00.024
The RAID controller presents a single drive to the operating system. Note that the manufacturer
of da0 is AMCC, which bought 3Ware.
Aug 10 15:01:11 opti kernel: da0 at twa0 bus 0 target 2 lun 0
Aug 10 15:01:11 opti kernel: da0: <AMCC 9550SX-8LP DISK 3.01> Fixed Direct Access SCSI-3 device
Aug 10 15:01:11 opti kernel: da0: 100.000MB/s transfers
Aug 10 15:01:11 opti kernel: da0: 200241MB (410093568 512 byte sectors: 255H 63S/T 25527C)
You may find the following interesting as well:
$ mount
/dev/da0s1a on / (ufs, local)
devfs on /dev (devfs, local)
/dev/da0s1e on /tmp (ufs, local, soft-updates)
/dev/da0s1f on /usr (ufs, local, soft-updates)
/dev/da0s1d on /var (ufs, local, soft-updates)
$ df -h
Filesystem Size Used Avail Capacity Mounted on
/dev/da0s1a 496M 38M 418M 8% /
devfs 1.0K 1.0K 0B 100% /dev
/dev/da0s1e 496M 12K 456M 0% /tmp
/dev/da0s1f 176G 120M 162G 0% /usr
/dev/da0s1d 8.6G 236K 7.9G 0% /var
$
|