先到官网上面把你的服务器的阵列卡驱动找到,而且要对应系统版本的,然后把它拷贝到软盘里!要结合光驱一起装,就像我们装系统一样,让服务器自动引导!
当系统引导完Linux界面时会有几个提示,让你按Enter之类的进入系统安装,因为你还没加载驱动所以你按了到后面也是找不到硬盘的,你就在那个界面输入( dd )就行了,然后它就会让你选择软驱,如果你的软驱(最好是外置原装的USB软驱)是好的就会认到,选择它把阵列卡驱动加载进去,那些提示都是很容易看明白的,加载完之后的操作就跟我们装系统一样了!
如果还有什么不懂的话,我们可以再商讨下!
1、什么方式的 RAID ?硬?软?
2、什么控制器实现的 RAID?主板南桥?RAID专用卡?
3、机器型号?配置?
其实 Linux 企业级系统安装时最开始就会提示载入 SCSI 的驱动,这个地方也可以载入 RAID 驱动。但有的设备的驱动已经自带而且可以自动读取了。
一般情况想常用的服务器,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
在你已经做好RAID后,装Linux分为几种情况:
1)直接放入安装光盘,能够识别到昨晚RAID1后的虚拟盘,继续装系统。
2)如果不能识别,两种解决方法:
A 现在大多数服务器,如DELL、HP、IBM的产品都带一种安装引导盘。在光驱中放入该引导盘,进入引导系统,选择要装Linux系统,后面还有一些后续配置。之后会提示你放入Linux安装盘,此时就能识别了。要求:你要安装的linux系统一定是引导盘支持安装的Linux发行版本。
B 该服务器产品没有引导盘,需要手动导入驱动。参照一楼的回答。即可完成。