필요한 것은 LSI (현재 Avago) 의 sas2ircu 유틸리티입니다. LSI는 FreeBSD, Linux 및 Windwos 버전을 유지 관리합니다. FreeNAS를 사용하려면 FreeBSD 버전이 필요합니다.
시도해 보려면 / tmp 디렉토리에 넣고 실행 파일을 먼저 실행하십시오.
1 단계는 SAS HBA의 ID를 찾습니다 (예).
/tmp# ./sas2ircu list
LSI Corporation SAS2 IR Configuration Utility.
Version 19.00.00.00 (2014.03.17)
Copyright (c) 2008-2014 LSI Corporation. All rights reserved.
Adapter Vendor Device SubSys SubSys
Index Type ID ID Pci Address Ven ID Dev ID
----- ------------ ------ ------ ----------------- ------ ------
0 SAS2008 1000h 72h 00h:04h:00h:00h 1000h 3020h
SAS2IRCU: Utility Completed Successfully.
2 단계는 나중에 검사 할 수있는 모든 장치 목록을 생성하는 것입니다.
/tmp# ./sas2ircu 0 display > disklist.txt
3 단계는 디스크 목록을 검사합니다. 다음과 유사하게 보입니다.
/tmp# vi disklist.txt
LSI Corporation SAS2 IR Configuration Utility.
Version 19.00.00.00 (2014.03.17)
Copyright (c) 2008-2014 LSI Corporation. All rights reserved.
Read configuration has been initiated for controller 0
------------------------------------------------------------------------
Controller information
------------------------------------------------------------------------
Controller type : SAS2008
BIOS version : 7.37.00.00
Firmware version : 19.00.00.00
Channel description : 1 Serial Attached SCSI
Initiator ID : 0
Maximum physical devices : 255
Concurrent commands supported : 3432
Slot : 4
Segment : 0
Bus : 4
Device : 0
Function : 0
RAID Support : No
------------------------------------------------------------------------
IR Volume information
------------------------------------------------------------------------
------------------------------------------------------------------------
Physical device information
------------------------------------------------------------------------
Initiator at ID #0
Device is a Enclosure services device
Enclosure # : 2
Slot # : 24
SAS Address : 5003048-0-00d3-a87d
State : Standby (SBY)
Manufacturer : LSI CORP
Model Number : SAS2X36
Firmware Revision : 0717
Serial No : x36557230
GUID : N/A
Drive Type : Undetermined
Device is a Enclosure services device
Enclosure # : 3
Slot # : 0
SAS Address : 5003048-0-00ca-7bfd
State : Standby (SBY)
Manufacturer : LSI CORP
Model Number : SAS2X28
Firmware Revision : 0717
Serial No : x36557230
GUID : N/A
Drive Type : Undetermined
Device is a Hard disk
Enclosure # : 4
Slot # : 0
SAS Address : 5003048-0-00d3-a8cc
State : Ready (RDY)
Size (in MB)/(in sectors) : 1907729/3907029167
Manufacturer : ATA
Model Number : WDC WD20EARS-00M
Firmware Revision : AB51
Serial No : WDWCAZA1037887
GUID : N/A
Drive Type : Undetermined
Device is a Hard disk
Enclosure # : 4
Slot # : 1
4 단계는 고장난 드라이브를 식별하는 것입니다. 드라이브에 누락되거나 손상된 정보가보고 된 것을 알 수 있습니다. 인클로저 번호와 슬롯 번호를 확인하고 5 단계에서 트레이 LED를 깜박이는 데 사용합니다. 인클로저 번호 4, 슬롯 번호 0을 찾으려면
/tmp# ./sas2ircu 0 locate 4:1 ON
교체 후 LED를 끄려면 :
/tmp# ./sas2ircu 0 locate 4:1 OFF
이게 도움이 되길 바란다!
camcontrol devlist
모든 SAS / SCSI 드라이브와 어떤 카드, 대상, 장치를 나열하기 위해 실행할 수 있습니다 .