当系统引导完Linux界面时会有几个提示,让你按Enter之类的进入系统安装,因为你还没加载驱动所以你按了到后面也是找不到硬盘的,你就在那个界面输入( dd )就行了,然后它就会让你选择软驱,如果你的软驱(最好是外置原装的USB软驱)是好的就会认到,选择它把阵列卡驱动加载进去,那些提示都是很容易看明白的,加载完之后的 *** 作就跟我们装系统一样了!
如果还有什么不懂的话,我们可以再商讨下!
一般情况想常用的服务器,ibm hp dell等,linux系统都会内置raid卡允动的,不需要自己安装驱动,至少我是很少碰见要装驱动的情况。如果发现安装时认不到硬盘。可以按照以下官方说明来安装驱动。有问题可以在上班时间HI我。都在线。RHEL5, unlike previous RHEL version, requires additional steps for installing the OS onto an Intel(R) Embedded Server RAID Technology volume.
1) Create a RAID array using the Intel Embedded Server RAID Technology II RAID BIOS Configuration Utility.
2) Boot your system using RHEL disc one.
3) At boot prompt type “linux nostorage”
4) Proceed with the installation and you will see a screen which provides you with ?Add device? button.
5) Click “Add Device”, a list of all drivers will appear
6) Press F2 to select driver from floppy
7) Insert the floppy with the Installer DUD image
8 ) Select device that corresponds to the floppy drive (sda in case of USB floppy)
9) After the driver is loaded the list of all drivers will appear again
10) Scroll down the driver list and select. Update megaide driver? in the list
11) Click OK
12) The driver will be loaded and the list of detected devices will appear
13) Click Done
14) Complete installation with RHEL CD
mdadm -S /dev/md0 先停掉软raid 再用mdadm --manage /dev/md0 -r /dev/sdx (sdx为raid中的硬盘)将软raid中所有硬盘rmove掉即可。欢迎分享,转载请注明来源:内存溢出
评论列表(0条)