RedHat Linux 6安装RDAC

一、安装准备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