Skip to content
Snippets Groups Projects
Commit d261870f authored by chrfranke's avatar chrfranke
Browse files

Added example for 3ware on Windows and another example for '-W' directive

git-svn-id: https://smartmontools.svn.sourceforge.net/svnroot/smartmontools/trunk@2282 4ea69e1a-61f1-4043-bf83-b5c94c648137
parent 467c91a8
No related branches found
No related tags found
No related merge requests found
......@@ -2,7 +2,7 @@
# Home page is: http://smartmontools.sourceforge.net
# $Id: smartd.conf,v 1.43 2006/10/09 15:25:41 sbrabec Exp $
# $Id: smartd.conf,v 1.44 2006/10/09 19:58:08 chrfranke Exp $
# smartd will re-read the configuration file if it receives a HUP
# signal
......@@ -29,6 +29,10 @@ DEVICESCAN
# Alternative setting to report more useful raw temperature in syslog.
#DEVICESCAN -R 194 -R 231 -I 9
# Alternative setting to report raw temperature changes >= 5 Celsius
# and min/max temperatures.
#DEVICESCAN -I 194 -I 231 -I 9 -W 5
# First (primary) ATA/IDE hard disk. Monitor all attributes, enable
# automatic online data collection, automatic Attribute autosave, and
# start a short self-test every day between 2-3am, and a long self test
......@@ -73,10 +77,17 @@ DEVICESCAN
#/dev/sdc -d 3ware,3 -a -s L/../../7/04
# Monitor 2 ATA disks connected to a 3ware 9000 controller which uses
# the 3w-9xxx driver. Start long self-tests Tuesdays between 1-2 and 3-4 am
# the 3w-9xxx driver (Linux, FreeBSD). Start long self-tests Tuesdays
# between 1-2 and 3-4 am.
#/dev/twa0 -d 3ware,0 -a -s L/../../2/01
#/dev/twa0 -d 3ware,1 -a -s L/../../2/03
# Same as above for Windows. Option '-d 3ware,N' is not necessary,
# disk (port) number is specified in device name.
# NOTE: On Windows, DEVICESCAN works also for 3ware controllers.
#/dev/hdc,0 -a -s L/../../2/01
#/dev/hdc,1 -a -s L/../../2/03
# Monitor 3 ATA disks directly connected to a HighPoint RocketRAID. Start long
# self-tests Sundays between 1-2, 2-3, and 3-4 am.
#/dev/sdd -d hpt,1/1 -a -s L/../../7/01
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment