Summary of the content on the page No. 1
RocketRAID 2680 FreeBSD Installation Guide
RocketRAID 2680 SAS Controller
FreeBSD Installation Guide
Version 1.0
Copyright © HighPoint Technologies, Inc.
All rights reserved.
Last updated on August 19, 2008
Summary of the content on the page No. 2
RocketRAID 2680 FreeBSD Installation Guide Table of Contents 1 Overview .......................................................................................................................................1 2 Installing FreeBSD on RocketRAID 2680 Controller...............................................................1 Step 1 Prepare Your Hardware for Installation..........................................................................1 Step 2 Check System BIOS Settings.................
Summary of the content on the page No. 3
Rocket RAID 2680 FreeBSD Installation Guide 1 Overview The purpose of this document is to provide clear instructions on how to install and use RocketRAID 2680 Controller on a FreeBSD system. 2 Installing FreeBSD on RocketRAID 2680 Controller If you would like to install FreeBSD onto drives attached to RocketRAID 2680 controller, please perform the following operations: Step 1 Prepare Your Hardware for Installation After you attach your hard disks to RR2680 controller, you can use RR2680
Summary of the content on the page No. 4
Rocket RAID 2680 FreeBSD Installation Guide #umount /mnt Note If the floppy diskette is inserted into an USB floppy controller and the device name in the system is da0, then replace fd0 in the upper command with da0. The driver also could be put on a USB disk, and the driver disk can be created as the floppy diskette. For example: use the first partition of the USB disk da1, then replace fd0 in the upper command with da1s1 or da1. Step 4 Install FreeBSD 1) Start installing the FreeBSD b
Summary of the content on the page No. 5
Rocket RAID 2680 FreeBSD Installation Guide If using USB disk, insert it into the USB port. Assume the USB disk’s name is disk1 and driver modules are located at the first partition of disk1 in system, then type in "load disk1s1:rr2680-x.x" (without quotation mark). If whole USB disk is formatted as one partition, i.e. format the USB disk directly without partitioned, type in "load disk1:rr2680-x.x" (without quotation mark) and then press enter. To confirm USB disk name, type l
Summary of the content on the page No. 6
Rocket RAID 2680 FreeBSD Installation Guide Note On some systems with ACPI enabled, FreeBSD may not work. You can try to disable ACPI in system BIOS or type the command “set hint.acpi.0.disabled=”1”” under boot prompt to solve the problem. 6) Before exit install, insert floppy driver diskette into (USB) floppy drive, or insert USB driver disk into USB port, then an additional step must be taken to copy RR2680 driver module to system. On the driver disk, there is a setup script "postinst
Summary of the content on the page No. 7
Rocket RAID 2680 FreeBSD Installation Guide Note On some systems the floppy may be inaccessible during installation. In this case, please remove the CD, reboot from the installed system and load the driver manually from floppy again when booting from controller. After system boots up you can run the postinstall script to install the driver. 3 Installing RR2680 Driver on an Existing System If you are currently running FreeBSD and would like to access drives or arrays attached to the RR268
Summary of the content on the page No. 8
Rocket RAID 2680 FreeBSD Installation Guide system start up. Step 4 Configure System to Mount Volumes when Startup Now you can inform the system to automatically mount the array by modifying the file /etc/fstab. E.g. You can add the following line to tell the system to mount /dev/da1s1e to location /mnt/hpt after startup: /dev/da1s1e /mnt/hpt ufs rw 0 0 4 Updating the Driver To update the driver with a new version you simply reinstall the driver following the