1、安装准备 操作系统:Linux rhel64 2.6.32-358.el6.x86_64 操作系统为最小化安装,建议安装RDAC之前配置好YUM安装源 RDAC版本:209.03.0C05.065 RDAC依赖软件:make、kernel、kernel-devel、gcc、perl、lspci
2、根据OS及内核版本下载rdac软件 http://mysupport.netapp.com/NOW/public/apbu/oemcp/#redhat
3、解压 [iyunv@rhel64 home]# tar -zxvf rdac-LINUX-09.03.0C05.0652-source.tar.gz
4、make&make install [iyunv@rhel64 home]# cd linuxrdac-09.03.0C05.0652/
[iyunv@rhel64 linuxrdac-09.03.0C05.0652]# make
[iyunv@rhel64 linuxrdac-09.03.0C05.0652]# make install
5、修改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
splashimage=(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
6、重启服务器 重启时默认会使用【Red Hat Linux (2.6.32-358.el6.x86_64) with MPP support】方式启动
7、检查MPP模块是否加载 [iyunv@rhel64 ~]# lsmod |grep mpp
mppVhba 141461 0
mppUpper 157267 1 mppVhba
[iyunv@rhel64 ~]# mppUtil -V
Linux MPP Driver Version: 09.03.0C05.0652
|