[root@localhost ]# lspci -vv | grep LSI |grep Logic
01:00.0 RAID bus controller: LSI Logic / Symbios Logic MegaRAID SAS-3 3108 [Invader] (rev 02)
Subsystem: LSI Logic / Symbios Logic Device 9361
pci 에서 인식을 해야 시스템 상에서 정상 적으로 확인 가능
=======================================================================================
#more /proc/scsi/scsi 정보로 레이드 카드 종류를 확인할수 있다
3ware 레이드 카드
./tw_cli info c0
./tw_cli /c0/u0 show
./tw_cli /c0/u1 show
./tw_cli maint rescan c0 디스크 교체전 교체후 상태 다시 보기
./tw_cli maint deleteunit c0 u1 유닛제거하기
./tw_cli maint remove c0 p1 디스크 제거하기 (포트번호확인)
./tw_cli maint createunit c0 rspare p15 (스페어 디스크 지정)
areca 레이드카드
파일다운위치
wget ftp://60.248.88.208/RaidCards/AP_Drivers/Linux/CLI/v1.82_81103.zip
./cli32 disk info
./cli32 vsf info
HP 레이드카드
wget ftp://ftp.hp.com/pub/softlib2/software1/pubsw-linux/p414707558/v59422/hpacucli-8.50-6.0.noarch.rpm
hpacucli ctrl all show (장착된 슬롯 정보 보기)
hpacucli ctrl slot=2 pd all show status 물리적상태
hpacucli ctrl slot=2 ld all show status 논리적상태
hpacucli ctrl slot=2 show config 정보보기
hpacucli ctrl slot=2 show config detail 상세정보보기
hpacucli ctrl slot=2 show status
hpacucli ctrl all show status
hpacucli ctrl all show config
아답텍 레이드카드
wget http://www.andico.co.kr/files/adaptec/asm/650_2/asm_linux_x86_v6_50_18579.tgz
./arcconf getconfig 1 ld 논리적상태
./arcconf getconfig 1 pd 물리적상태
./arcconf getconfig 1 ad 요약정보
MegaRAID
wget -O MegaCLI.zip http://www.lsi.com/DistributionSystem/User/AssetMgr.aspx?asset=5661
./MegaCli -pdlist -a0 | grep Count
./MegaCli -pdlist -a0 물리적 디스크 정보
./MegaCli -ldinfo -lall -all 논리적 디스크 정보
./MegaCli -AdpAllInfo -aall 레이드카드 정보
출처 : http://lamerced.tistory.com
0 개의 댓글