Driver Disk Installation Guide for ARC-11XX/ARC12XX/ARC16XX/18XX RAID Controller on RHEL 6.6 or CentOS 6.6(kernel 2.6.32-504.el6) x86_64 and i386 ================================================================================= ================================================================================= Linux SCSI driver technical support mail address: support@areca.com.tw Web site: www.areca.com.tw ================================================================================== ================================================================================== ********************************************************************************** 1. Contents ********************************************************************************** readme.txt - the installation guide of ARC-11XX/12XX/16XX/18XX driver for RHEL 6.6 or CentOS 6.6 arcmsr-rhel6.6.iso - Areca RAID driver for Linux system installation kmod-arcmsr-1.30.0X.19_rhel6.6-1.x86_64.rpm - arcmsr driver for 64 bits platform kmod-arcmsr-1.30.0X.19_rhel6.6-1.i686.rpm - arcmsr driver for 32 bits platform arcmsr-1.30.0X.19-20140919.zip - arcmsr driver source code ********************************************************************************** 2. First installation ********************************************************************************** A. Before Installation Copy arcmsr-rhel6.6.iso to top(/) directory of an USB flash drive . Give a label to USB flash drive, said ARECA. B. Installation a. Insert the USB flash drive to the target system. b. Booting from Installation DVD disc. c1. If "Welcom to CentOS 6.6" Installation screen show up, move cursor to "Install or upgrade an existing system" c2. If "Welcom to Red Hat Enterprise Linux 6.6" Installation screen show up, move cursor to "Install or upgrade an existing system" Press Tab to edit boot command line option. At the end of command line, append " dd" (double quotation mark are not include). Press Enter to start system installation. d. When ask for "Do you have a driver disk?", select Yes. e. When ask for "Drive Disk Source", select sda f. When ask for "Drive Disk Source" again, select /dev/sda1 g. When ask for "Select drive disk image", select arcmsr-rhel6.6.iso h. When ask for "More Driver Disks?", if you don't want to install other driver, say No. g. Continue to system installation. ********************************************************************************** 3. Installing raid driver on an Existing System. ********************************************************************************** For x86_64: # rpm -ivh kmod-arcmsr-1.30.0X.19_rhel6.6-1.x86_64.rpm For i386: # rpm -ivh kmod-arcmsr-1.30.0X.19_rhel6.6-1.i686.rpm # reboot ********************************************************************************** 4. To compile raid driver on an Existing System. ********************************************************************************** Before you can compile a new driver, you have to install kernel-headers and kernel-devel. These two rpm packages are in RHEL 6 DVD installation disc /Packages. # rpm -ivh kernel-headers-$(uname -r).rpm # rpm -ivh kernel-devel-$(uname -r).rpm To compile arcmsr driver, extract driver source code to a new directory. # make # cp arcmsr.ko /lib/modules/$(uname -r)/kernel/drivers/scsi/arcmsr/ # cp arcmsr.ko /lib/modules/$(uname -r)/extra/arcmsr/ # mv /boot/initramfs-$(uname -r).img /boot/initramfs-$(uname -r).old.img # dracut -f # reboot