RedHat Linux 6安裝RDAC

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、解壓

[root@rhel64 home]# tar -zxvf rdac-LINUX-09.03.0C05.0652-source.tar.gz


4、make&make install

[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


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模塊是否加載

[root@rhel64 ~]# lsmod |grep mpp
mppVhba               141461  0 
mppUpper              157267  1 mppVhba


[root@rhel64 ~]# mppUtil -V
Linux MPP Driver Version: 09.03.0C05.0652






發表評論
所有評論
還沒有人評論,想成為第一個評論的人麼? 請在上方評論欄輸入並且點擊發布.
相關文章