[adaptec raid 메니저 설치]
1. 밴더 및 모델명 확인
# lspci
04:00.0 RAID bus controller: Adaptec AAC-RAID (rev 09)
# dmesg
scsi4 : aacraid
Vendor: Adaptec Model: 5805 RAID5 Rev: V1.0
Type: Direct-Access ANSI SCSI revision: 02
2. http://www.adaptec.com/en-us/support/raid/ 에서 해당 모델 찾기
3. 해당 모델 디테일에서 Storage Manager 다운로드
4.
# wget http://download.adaptec.com/raid/storage_manager/asm_linux_x86_v7_00_18781.tgz
# tar xvfz asm_linux_x86_v7_00_18781.tgz
# cd cmdline/
# ./arcconf GETCONFIG 1 AL
5.
/usr/StorMan/arcconf getconfig 1 ## 전체 정보 ##
/usr/StorMan/arcconf getconfig 1 ld ## 간략한 정보 ##
/usr/StorMan/arcconf getstatus 1 ## 현재 레이드상태 ##
/usr/StorMan/arcconf getlogs 1 device ## device 로그 보기 ##
/usr/StorMan/arcconf getlogs 1 event ## event 로그 보기 ##
/usr/StorMan/arcconf getlogs 1 dead ## dead 로그 보기 ##
[areca raid 메니저 설치]
1. 밴더 및 모델명 확인
# lspci
03:00.0 RAID bus controller: Areca Technology Corp. ARC-1680 8 port PCIe/PCI-X to SAS/SATA II RAID Controller
# dmesg
ARECA RAID ADAPTER2: FIRMWARE VERSION V1.46 2009-01-06
scsi2 : Areca SAS Host Adapter RAID Controller( RAID6 capable)
Driver Version 1.20.00.15.RH1 2008/02/27
Vendor: Areca Model: ARC-1222-VOL#000 Rev: R001
Type: Direct-Access ANSI SCSI revision: 05
sdb : very big device. try to use READ CAPACITY(16).
2. ftp://ftp.areca.com.tw/RaidCards/AP_Drivers/Linux/CLI/ 에서 해당 모델 CLI 다운로드
3.
# wget ftp://ftp.areca.com.tw/RaidCards/AP_Drivers/Linux/CLI/v1.84_101109.zip
# unzip v1.84_101109.zip
# cd V1.84_101109/
# cd x86-64/
# chmod u+x cli64
# ./cli64
4.
CLI > help
CLI > disk info
CLI > rsf info
CLI > vsf info