Centos下安装Megacli命令
时间:2015-05-15 12:15 来源:linux.it.net.cn 作者:IT
1、当前版本
cat /etc/redhat-release
CentOS release 6.5 (Final)
2、安装包
yum -y install wget
yum -y install unzip
3、下载8.07.10_MegaCLI_Linux.zip
wget http://www.lsi.com/downloads/Public/RAID%20Controllers/RAID%20Controllers%20Common%20Files/8.07.10_MegaCLI_Linux.zip
--2015-05-13 17:27:56-- http://www.lsi.com/downloads/Public/RAID%20Controllers/RAID%20Controllers%20Common%20Files/8.07.10_MegaCLI_Linux.zip
Resolving www.lsi.com... 192.19.195.176
Connecting to www.lsi.com|192.19.195.176|:80... connected.
HTTP request sent, awaiting response... 200 OK
Length: 1543709 (1.5M) [application/x-zip-compressed]
Saving to: 8.07.10_MegaCLI_Linux.zip.1
100%[=============================================================================================================================================>] 1,543,709 18.1K/s in 72s
2015-05-13 17:29:08 (21.0 KB/s) - 8.07.10_MegaCLI_Linux.zip.1 saved [1543709/1543709]
4、解压
unzip 8.07.10_MegaCLI_Linux.zip
Archive: 8.07.10_MegaCLI_Linux.zip
inflating: 8.07.10_MegaCLI_Linux/Linux MegaCLI 8.07.10.txt
creating: 8.07.10_MegaCLI_Linux/Linux MegaCLI 8.07.10/
inflating: 8.07.10_MegaCLI_Linux/Linux MegaCLI 8.07.10/MegaCli-8.07.10-1.noarch.rpm
5、安装
cd /root/8.07.10_MegaCLI_Linux/Linux\ MegaCLI\ 8.07.10/
rpm -ivh MegaCli-8.07.10-1.noarch.rpm
Preparing... ########################################### [100%]
1:MegaCli ########################################### [100%]
11187 blocks
6、找下相关命令
find / -name "MegaCli*"
/root/MegaCli-8.07.10-1.noarch.rpm
/opt/MegaRAID/MegaCli
/opt/MegaRAID/MegaCli/MegaCli64
7、将相关命令复制到/usr/local/sbin/
cp /opt/MegaRAID/MegaCli/MegaCli* /usr/local/sbin
=======================================================================================
三、命令参考
http://thatlinuxbox.com/blog/article.php/lsi-megaraid-megacli?query=Mega
(责任编辑:IT)
1、当前版本cat /etc/redhat-releaseCentOS release 6.5 (Final)2、安装包yum -y install wgetyum -y install unzip3、下载8.07.10_MegaCLI_Linux.zipwget http://www.lsi.com/downloads/Public/RAID%20Controllers/RAID%20Controllers%20Common%20Files/8.07.10_MegaCLI_Linux.zip--2015-05-13 17:27:56-- http://www.lsi.com/downloads/Public/RAID%20Controllers/RAID%20Controllers%20Common%20Files/8.07.10_MegaCLI_Linux.zipResolving www.lsi.com... 192.19.195.176Connecting to www.lsi.com|192.19.195.176|:80... connected.HTTP request sent, awaiting response... 200 OKLength: 1543709 (1.5M) [application/x-zip-compressed]Saving to: 8.07.10_MegaCLI_Linux.zip.1100%[=============================================================================================================================================>] 1,543,709 18.1K/s in 72s 2015-05-13 17:29:08 (21.0 KB/s) - 8.07.10_MegaCLI_Linux.zip.1 saved [1543709/1543709]4、解压unzip 8.07.10_MegaCLI_Linux.zipArchive: 8.07.10_MegaCLI_Linux.zipinflating: 8.07.10_MegaCLI_Linux/Linux MegaCLI 8.07.10.txt creating: 8.07.10_MegaCLI_Linux/Linux MegaCLI 8.07.10/inflating: 8.07.10_MegaCLI_Linux/Linux MegaCLI 8.07.10/MegaCli-8.07.10-1.noarch.rpm 5、安装cd /root/8.07.10_MegaCLI_Linux/Linux\ MegaCLI\ 8.07.10/rpm -ivh MegaCli-8.07.10-1.noarch.rpmPreparing... ########################################### [100%] 1:MegaCli ########################################### [100%]11187 blocks6、找下相关命令find / -name "MegaCli*"/root/MegaCli-8.07.10-1.noarch.rpm/opt/MegaRAID/MegaCli/opt/MegaRAID/MegaCli/MegaCli647、将相关命令复制到/usr/local/sbin/cp /opt/MegaRAID/MegaCli/MegaCli* /usr/local/sbin=======================================================================================三、命令参考http://thatlinuxbox.com/blog/article.php/lsi-megaraid-megacli?query=Mega(责任编辑:IT) |