CentOS - 메가레이드 설치
Linux Server/RAID
2017. 5. 22. 14:39
CentOS - 메가레이드 설치
Linux - RAID Monitor - LSI MegaRAID SAS
RAID 컨트롤러
이 칩셋을 기반으로하는 일부 알려진 RAID 컨트롤러는 다음과 같습니다.
Dell PERC 6/i Integrated RAID Controller
Dell PERC 5/i Integrated RAID Controller
Dell PERC H710P Mini
메가레이드 스토리지 메이지 설치시 megacli를 설치하여야 합니다.
이 도구는 LSI Logic에서 만들었으며 해당 사이트에서 다운로드 할 수 있습니다
다운로드 : http://hwraid.le-vert.net/debian/pool-wheezy/.
CentOS 서버 Megacli 설치 |
Red Hat Linux
레드헷용 megacli RPM 파일(두 버전 모두)를 다운로드하여 설치하세요.
[root@web ~]# wget http://it.bmc.uu.se/andlov/docs/linux/raid/files/megacli-8.04.07-2.x86_64.rpm [root@web ~]# rpm -ihv megacli-8.04.07-2.x86_64.rpm [root@web ~]# wget http://it.bmc.uu.se/andlov/docs/linux/raid/files/megacli-8.07.14-1.x86_64.rpm [root@web ~]# rpm -ihv megacli-8.07.14-1.x86_64.rpm
CentOS 서버 MegaRAID 스토리지 매니저 설치 |
Mega RAID 공식 다운로드 홈페이지 : https://pcsupport.lenovo.com/kr/ko/olddownloads/ds031560
1. MegaRAID 스토리지 매니저 패키지 설치
파일 : MSM_Linux_11.06.00.05
[root@web ~]# yum install libstdc++.i686 [root@web ~]# wget https://download.lenovo.com/ibmdl/pub/pc/pccbbs/thinkservers/te8msm02sr17.tgz [root@web ~]# tar zxf te8msm02sr17.tgz [root@web ~]# cd MSM_Linux_11.06.00.05/ [root@web MSM_Linux_11.06.00.05]# disk [root@web disk]# ls LSI-AdapterSAS.mib MegaRAID_Storage_Manager-11.06.00-05.noarch.rpm readme.txt LSI-AdapterSASIR.mib RunRPM.sh sas_ir_snmp-3.17-1126.i386.rpm Lib_Utils-1.00-09.noarch.rpm RunRPM_vmware.sh sas_snmp-3.17-1123.i386.rpm Lib_Utils2-1.00-01.noarch.rpm deleteOldVersion.sh vmware_install.sh MegaCli-8.02.14-1.i386.rpm install.csh
2. MegaRAID 스토리지 매니저 설치
[root@web disk]# ./RunRPM.sh Checking for any Old Version No Old Version Found Continuing with installation 준비 중... ########################################### [100%] Installing.... 1:Lib_Utils ########################################### [100%] 준비 중... ########################################### [100%] Installing.... 1:Lib_Utils2 ########################################### [100%] MegaCLI RPM is already installed Upgrading the MegaCLI RPM 준비 중... ########################################### [100%] MegaCli-8.07.14-1.noarch 패키지 (MegaCli-8.02.14-1.i386 보다 최신의 패키지)는 이미 설치되어 있습니다 Installing MegaRAID_Storage_Manager-11.06.00-05 준비 중... ########################################### [100%] Installing.... 1:MegaRAID_Storage_Manage########################################### [100%] / / / Starting Framework: / / Starting Monitor: set: KEY=INSTALLER_VERSION VAL=v11.06.00-05 / Installing sas_snmp-3.17-1123 준비 중... ########################################### [100%] 1:sas_snmp ########################################### [100%] /etc/snmp/snmpd.conf file not found. Please check the filepath Exiting ..... 경고: %post(sas_snmp-3.17-1123.i386) scriptlet failed, exit status 1 Installing sas_ir_snmp-3.17-1126 준비 중... ########################################### [100%] 1:sas_ir_snmp ########################################### [100%] /etc/snmp/snmpd.conf file not found. Please check the filepat
2. MegaRAID 스토리지 매니저 구동동확인
[root@web disk]# ps -ef | grep startup.sh root 2984 1 0 15:05 pts/0 00:00:00 sh /usr/local/MegaRAID Storage Manager/Framework/startup.sh root 3215 1652 0 15:14 pts/0 00:00:00 grep startup.sh