一、安裝準備linux
操做系統:Linux rhel64 2.6.32-358.el6.x86_64 服務器
操做系統爲最小化安裝,建議安裝RDAC以前配置好YUM安裝源app
RDAC版本:209.03.0C05.065ide
RDAC依賴軟件:make、kernel、kernel-devel、gcc、perl、lspciui
二、根據OS及內核版本下載rdac軟件this
http://mysupport.netapp.com/NOW/public/apbu/oemcp/#redhat
spa
三、解壓操作系統
[root@rhel64 home]# tar -zxvf rdac-LINUX-09.03.0C05.0652-source.tar.gz
.net
四、make&make installorm
[root@rhel64 home]# cd linuxrdac-09.03.0C05.0652/
[root@rhel64 linuxrdac-09.03.0C05.0652]# make
[root@rhel64 linuxrdac-09.03.0C05.0652]# make install
五、修改grup.conf
【加粗的地方爲修改的地方】
# grub.conf generated by anaconda
#
# Note that you do not have to rerun grub after making changes to this file
# NOTICE: You do not have a /boot partition. This means that
# all kernel and initrd paths are relative to /, eg.
# root (hd0,0)
# kernel /boot/vmlinuz-version ro root=/dev/sda1
# initrd /boot/initrd-[generic-]version.img
#boot=/dev/sda
default=1
timeout=5
splashp_w_picpath=(hd0,0)/boot/grub/splash.xpm.gz
hiddenmenu
title Red Hat Enterprise Linux (2.6.32-358.el6.x86_64)
root (hd0,0)
kernel /boot/vmlinuz-2.6.32-358.el6.x86_64 ro root=UUID=fee072e4-455c-439e-96ed-b9054f669fe0 rd_NO_LUKS rd_NO_LVM LANG=en_US.UTF-8 rd_NO_MD SYSFONT=latarcyrheb-sun16 crashkernel=auto KEYBOARDTYPE=pc KEYTABLE=us rd_NO_DM rhgb quiet
initrd /boot/initramfs-2.6.32-358.el6.x86_64.img
title Red Hat Linux (2.6.32-358.el6.x86_64) with MPP support
root (hd0,0)
kernel /boot/vmlinuz-2.6.32-358.el6.x86_64 ro root=UUID=fee072e4-455c-439e-96ed-b9054f669fe0 rd_NO_LUKS rd_NO_LVM LANG=en_US.UTF-8 rd_NO_MD SYSFONT=latarcyrheb-sun16 crashkernel=auto KEYBOARDTYPE=pc KEYTABLE=us rd_NO_DM rhgb quiet
module /boot/mpp-2.6.32-358.el6.x86_64.img
六、重啓服務器
重啓時默認會使用【Red Hat Linux (2.6.32-358.el6.x86_64) with MPP support】方式啓動
七、檢查MPP模塊是否加載
[root@rhel64 ~]# lsmod |grep mpp
mppVhba 141461 0
mppUpper 157267 1 mppVhba
[root@rhel64 ~]# mppUtil -VLinux MPP Driver Version: 09.03.0C05.0652