必要なのは、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ドライブとそれらがオンになっているカード、ターゲット、LUNのリストを取得できます。