Difference between revisions of "SMARTD"

From Nuclear Physics Group Documentation Pages
Jump to navigationJump to search
 
 
(14 intermediate revisions by 2 users not shown)
Line 1: Line 1:
== Smartctl ==
+
This site is currently being updated.
To read smart status of hard disks attached to a 3ware raid controller, the <code>-d 3ware,N</code> flag needs to be passed, where N is the disk number. An example from gourd: <code>smartctl -a -d 3ware,5 /dev/twe0</code>
+
 
/dev/twe0 indicates the first 3ware 6/7/8000-series controller.
+
== General Information ==
 +
Self-Monitoring, Analysis, and Reporting Technology, or S.M.A.R.T in linux is enabled on some systems, so that we can monitor things like drive health and be able to replace a drive properly without lossing valuable data.
 +
 
 +
Smartd is a linux daemon that uses the SMART protocol to analyze hard drives.
 +
== Basic Smartd Setup ==
 +
 
 +
== Smartd enabled Machines ==
 +
{| cellpadding="5" cellspacing="0" border="1"
 +
! Hostname !! RAID Controller !! OS !! Misc.
 +
|-
 +
| Taro.unh.edu || Areca Technology Corp. ARC-1231 12-Port PCI-Express || RHEL 5 || -
 +
|-
 +
| Pumpkin.unh.edu || Areca Technology Corp. ARC-1231 12-Port PCI-Express || RHEL 5 || -
 +
|-
 +
| Tomato.unh.edu ||  3ware Inc 9000-series || RHEL 3.4 || -
 +
|-
 +
| Gourd.unh.edu || Promise Technology, Inc. PDC20378 (FastTrak 378/SATA 378) || RHEL 3.4 || -
 +
|-
 +
|  || 3ware Inc 7xxx/8xxx-series PATA/SATA-RAID ||  ||
 +
|-
 +
| Pepper.unh.edu || Silicon Image, Inc. SiI 3114 || RHEL 3.4 || -
 +
|-
 +
| Einstein.unh.edu || Marvell Technology Group Ltd. MV88SX6081 8-port SATA II PCI-X || RHEL 5.3 || -
 +
|-
 +
|}

Latest revision as of 19:45, 3 June 2009

This site is currently being updated.

General Information

Self-Monitoring, Analysis, and Reporting Technology, or S.M.A.R.T in linux is enabled on some systems, so that we can monitor things like drive health and be able to replace a drive properly without lossing valuable data.

Smartd is a linux daemon that uses the SMART protocol to analyze hard drives.

Basic Smartd Setup

Smartd enabled Machines

Hostname RAID Controller OS Misc.
Taro.unh.edu Areca Technology Corp. ARC-1231 12-Port PCI-Express RHEL 5 -
Pumpkin.unh.edu Areca Technology Corp. ARC-1231 12-Port PCI-Express RHEL 5 -
Tomato.unh.edu 3ware Inc 9000-series RHEL 3.4 -
Gourd.unh.edu Promise Technology, Inc. PDC20378 (FastTrak 378/SATA 378) RHEL 3.4 -
3ware Inc 7xxx/8xxx-series PATA/SATA-RAID
Pepper.unh.edu Silicon Image, Inc. SiI 3114 RHEL 3.4 -
Einstein.unh.edu Marvell Technology Group Ltd. MV88SX6081 8-port SATA II PCI-X RHEL 5.3 -