TuXHaT


Linux / sysadmin / Debian / Ubuntu / Red Hat / Centos

SMART check for 3ware RAID drives

By tux • Sep 4th, 2009 • Category: Linux, Storage

SMART checks can be performed on hard drives connected to 3ware RAID controllers. The RAID device will be identified as /dev/twa0-15 or /dev/twe0-15 depending on the controller you are using. Each controller will be having ports on to which the hard drives will be connected. For eg: p0 , p1 , p2 etc.

You may use tw_cli command line utility provided by 3ware to identify the ports on which hard drives are connected.

tw_cli /c0/u0 show

Above will give details of RAID configuration for unit 0 (u0) on 3ware RAID controller 0 (c0).

Once you got the information on ports , you may do SMART checks on your hard drives as below,

smartctl -H -d 3ware,0 /dev/twa0

=== START OF READ SMART DATA SECTION ===
SMART overall-health self-assessment test result: PASSED

Here ‘-d 3ware,0′ denotes hard drive connected to port 0. Similarly port 1, port 2 etc. can be checked.

Tagged as: , , ,

tux is
Email this author | All posts by tux

Leave a Reply

CAPTCHA Image CAPTCHA Audio
Refresh Image