linux 加载raid驱动
Driver Disk Installation Guide for ARC-11XX/ARC12XX/ARC16XX/18XX RAID Controller
on RHEL 5.11 or CentOS 5.11(kernel 2.6.18-398.el5) x86_64 and i386
=================================================================================
=================================================================================
Linux SCSI driver technical support
mail address: support@areca.com.tw
Web site: www.areca.com.tw
==================================================================================
================================================================================== **********************************************************************************
1. Contents
********************************************************************************** readme.txt - the installation guide of ARC-11XX/12XX/16XX/18XX driver
for RHEL 5.11 or CentOS 5.11
arcmsr-rhel5.11.iso - Areca RAID driver for Linux system installation
arcmsr-1.30.0X.19-20140919.zip - arcmsr driver source code
**********************************************************************************
2. First installation
**********************************************************************************
A. Before Installation
Copy arcmsr-rhel5.11.iso to top(/) directory of an USB flash drive .
Give a label to USB flash drive, said ARECA.
B. Installation
a. Insert the USB flash drive to the target system.
b. Booting from Linux Installation DVD disc.
c1. If "Red Hat Enterprise Linux 5" Installation screen show up, a prompted
lable "boot:" appear at the left-bottom of the screen.
Type "linux dd" to tell installer we have a driver disk.
c2. If "CentOS 5" Installation screen show up, a prompted
lable "boot:" appear at the left-bottom of the screen.
Type "linux dd" to tell installer we have a driver disk.
(double quotation mark are not include). Press Enter to start system installation. d. When ask for "Do you have a driver disk?", select Yes.
e. When ask for "Drive Disk Source", select /dev/sda1
f. When ask for "Select driver disk image", select arcmsr-rhel5.11.iso
g. When ask for "More Driver Disks?", if you don't have another driver, select No.
h. Continue to system installation.
**********************************************************************************
3. Installing raid driver on an Existing System.
**********************************************************************************
Extract arcmsr-rhel5.11.iso to a new directory, in ./rpms/ there are driver packages for
x86_64, i686, xen, PAE. To install which driver depends on your platform environment.
For x86_64:
#rpm -ivh kmod-arcmsr-1.30.0X.19-1.x86_64.rpm
or
#rpm -ivh kmod-arcmsr-xen-1.30.0X.19-1.x86_64.rpm
For i686:
#rpm -ivh kmod-arcmsr-1.30.0X.19-1.i686.rpm
or
#rpm -ivh kmod-arcmsr-PAE-1.30.0X.19-1.i686.rpm
or
#rpm -ivh kmod-arcmsr-xen-1.30.0X.19-1.i686.rpm #reboot **********************************************************************************
4. To compile raid driver on an Existing System.
********************************************************************************** Before you can compile a new driver, you have to install kernel-headers and kernel-devel.
These two rpm packages are in RHEL 5 DVD installation disc /Server.
#rpm -ivh kernel-headers-2.6.18-398.el5.$(uname -m).rpm
#rpm -ivh kernel-devel-2.6.18-398.el5.$(uname -m).rpm To compile arcmsr driver, extract driver source code to a new directory.
#make
#cp arcmsr.ko /lib/modules/$(uname -r)/kernel/drivers/scsi/arcmsr/
#cp arcmsr.ko /lib/modules/$(uname -r)/extra/arcmsr/
#mv /boot/initrd-$(uname -r).img /boot/initrd-$(uname -r).old.img
#mkinitrd /boot/initrd-$(uname -r).img $(uname -r)
#reboot
linux 加载raid驱动的更多相关文章
- 无软驱加载raid驱动安装windows2003及其他微软操作系统
[转载]http://blog.zol.com.cn/2650/article_2649199.html [另一篇]http://www.blue1000.com/bkhtml/c159/2013-0 ...
- IBM x3250m5安装redhat 6.5 加载raid卡驱动
原文地址:http://www.i5i6.net/post/118.html 1. 下载对应raid卡驱动 for redhat6.5 x64(如本次x3250 m5 c100阵列卡驱动 lsi_dd ...
- rhel加载raid卡驱动安装系统
有时候需要把系统安装到RAID上,但是系统本身又缺少该RAID卡驱动,就会导致到硬盘分区时提示没有发现可用磁盘,这时我们就需要首先加载该RAID卡驱动,从而让系统识别到要使用的磁盘. RHEL5 和 ...
- Linux中mod相关的命令 内核模块化 mod相关命令都是用来动态加载内核模块/驱动程序模块
Linux中mod相关的命令 内核模块化 mod相关命令都是用来动态加载内核模块/驱动程序模块 http://baike.baidu.com/link?url=lxiKxFvYm-UfJIxMjz ...
- ThinkCMF项目部署出现无法加载数据库驱动解决方案
最近有个TP项目刚从从本地部署到阿里云服务器上,出现了无法加载数据库驱动的错误,提示 :( 无法加载数据库驱动: Think\Db\Driver 这里分享一下出现该错误的解决步骤: 首先记得项目部署到 ...
- 加载usbserial驱动后,为什么adb不可用了?
某设备提供了USB串口功能,上位机(Host端)可以通过USB串口与之通信.对于Linux上位机,比如Ubuntu,自带usbserial驱动,当安装usbserial驱动后,上位机就会生成ttyU ...
- win10系统加载ahci驱动的操作方案(Win10之家)
win10系统使用的过程中很多用户会想要加载ahci驱动,但是大部分用户根本不知道怎么操作加载ahci驱动,这样的话很多用户会遇到一些问题,那如果使用的过程中想要加载ahci驱动的话我们应该怎么操作呢 ...
- java 加载数据库驱动
JDBC编程步骤见 JDBC编程步骤 JDBC编程的第一步是加载数据库驱动,使用Class类的forName()方法,Class.forName("com.mysql.jdbc.Driver ...
- Intel Nehalem微架构Calpella平台机型Windows XP系统下如何开启AHCI硬盘工作模式(XP系统下如何加载AHCI驱动)
问题描述用户来电表示使用IDE模式安装XP系统后开启AHCI模式会出现开机蓝屏重启的问题,咨询如何在XP下加载AHCI驱动,以便开启BIOS中AHCI选项来发挥硬盘的最佳性能 问题分析 Windo ...
随机推荐
- robotframe使用之时间控件
robotframe使用之时间控件 正常的页面,时间控件会写在一个iframe里面,所以robotframework找不到对的ID或者xpath等. 要解决这个问题必选先显示iframe. 使用关键字 ...
- Flex版的2048游戏
近期2048游戏好像挺火.在公交,吃饭,甚至在路上走路都有人拿着手机在玩,之前我看同事玩,认为非常幼稚,移来移去太无聊了吧 到后面自己也下了.发现确实挺无聊的,也就是在无聊的时候打发无聊的时间,后来就 ...
- Java编码辅助工具:Lombok —— 避免重复臃肿的代码,提高效率
在项目开发过程中,经常会涉及到一些调整很少但又必不可少的环节,比如实体类的Getter/Setter方法,ToString方法等.这时可以使用Lombok来避免这种重复的操作,减少非核心代码的臃肿,提 ...
- js时间戳格式化成日期格式的多种方法
js需要把时间戳转为为普通格式,一般的情况下可能用不到的, 下面先来看第一种吧 复制代码代码如下: function getLocalTime(nS) { return new Date(parseI ...
- 目标检测之行人检测(Pedestrian Detection)基于hog(梯度方向直方图)--- 梯度直方图特征行人检测、人流检测2
本文主要介绍下opencv中怎样使用hog算法,因为在opencv中已经集成了hog这个类.其实使用起来是很简单的,从后面的代码就可以看出来.本文参考的资料为opencv自带的sample. 关于op ...
- linux 改动rootpassword以及忘记rootpassword
改动rootpassword: $ passwd root 或者sudo passwd root $password: (要求输入旧的密码) $new password:(输入两遍新密码) 忘记r ...
- mongodb 集群部署--分片服务器搭建
部署分片服务器 1.分片 为了突破单点数据库服务器的I/O能力限制,对数据库存储进行水平扩展,严格地说,每一个服务器或者实例或者复制集就是一个分片. 2.优势 提供类似现行增·长架构 提高数据可用性 ...
- JS中try.. catch..的用法
try 测试代码块的错误. catch 语句处理错误. throw 创建并跑出错误. try { //在这里运行代码 抛出错误 } catch(err) { //在这里处理错误 } 下面是一个实例: ...
- 利用python进行数据分析之pandas入门
转自https://zhuanlan.zhihu.com/p/26100976 目录: 5.1 pandas 的数据结构介绍5.1.1 Series5.1.2 DataFrame5.1.3索引对象5. ...
- UFLDL教程
http://ufldl.stanford.edu/wiki/index.php/UFLDL%E6%95%99%E7%A8%8B