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】方式启动