Dell MD 3000 Tool Storage User Manual


 
MD 3000 Modular Disk Storage Manager (Linux 版)
①もし古い RDAC ドライバがインストールされている場合には、アンインストールします。
# make uninstall
②RDAC ドライバをインストールします。
# make install
h) ブートローダーにMPPドライバ使用のイメージを登録し、デフォルトで使用されるように変更しま
す。
RHEL 3 grub menu.lst:
title Red Hat Enterprise Linux AS with MPP Support
root (hd0,0)
kernel /vmlinuz-2.4.21-32.ELsmp ro root=LABEL=/
initrd /mpp-2.4.21-32.ELsmp.img
RHEL 4 grub menu.lst:
title Red Hat Enterprise Linux AS MPP (2.6.9-11.ELsmp)
root (hd0,0)
kernel /vmlinuz-2.6.9-11.ELsmp ro root=LABEL=/1 rhgb quiet
initrd /mpp-2.6.9-11.ELsmp.img
SLES 9 grub menu.lst:
title SUSE Linux Enterprise Server 9 MPP
root (hd0,1)
kernel /boot/vmlinuz root=/dev/sda2 vga=0x317 selinux=0 ¥
splash=silent console=tty0 resume=/dev/sda3 elevator=cfq
showopts
initrd /boot/mpp-2.6.5-7.232-smp.img
SLES 10 grub menu.lst:
title SUSE Linux Enterprise Server 10 MPP
root (hd0,5)
kernel /boot/vmlinuz root=/dev/sda6 vga=0x314 resume=/dev/sda5
splash=silent showopts
initrd /boot/mpp-2.6.16.21-0.8-smp.img
例)RHEL4 の場合
# more /etc/grub.conf
default=2
timeout=5
splashimage=(hd0,2)/grub/splash.xpm.gz
hiddenmenu
title Red Hat Enterprise Linux AS (2.6.9-5.ELsmp)
root (hd0,2)
kernel /vmlinuz-2.6.9-5.ELsmp ro
root=/dev/VolGroup_ID_29224/LogVol1 rhg
b quiet iommu=soft numa=off
initrd /initrd-2.6.9-5.ELsmp.img
title Red Hat Enterprise Linux AS-up (2.6.9-5.EL)
root (hd0,2)
kernel /vmlinuz-2.6.9-5.EL ro
root=/dev/VolGroup_ID_29224/LogVol1 rhgb quiet iommu=soft numa=off
initrd /initrd-2.6.9-5.EL.img
title Red Hat Enterprise Linux AS MPP (2.6.9-5.ELsmp)
root (hd0,2)
kernel /vmlinuz-2.6.9-5.ELsmp ro
root=/dev/VolGroup_ID_29224/LogVol1 rhgb quiet
initrd /mpp-2.6.9-5.ELsmp.img
i) サーバを再起動します。
j) OS ごとに以下のモジュールがロードされていることを確認します。
Redhat 3.0
scsi_mod, sd_mod, sg, mpp_Upper, mpp_Vhba, and low level HBA drivers
(mptbase mptscsih ) are loaded
Redhat 4.0
6