Skip to content
Snippets Groups Projects
Commit ebddac74 authored by ballen4705's avatar ballen4705
Browse files

Corrected to say that -m applies also to SCSI devices

git-svn-id: https://smartmontools.svn.sourceforge.net/svnroot/smartmontools/trunk@305 4ea69e1a-61f1-4043-bf83-b5c94c648137
parent 699664de
No related branches found
No related tags found
No related merge requests found
\# Copyright (C) 2002 Bruce Allen <smartmontools-support@lists.sourceforge.net> \# Copyright (C) 2002 Bruce Allen <smartmontools-support@lists.sourceforge.net>
\# \#
\# $Id: smartd.8,v 1.34 2002/11/22 09:29:32 ballen4705 Exp $ \# $Id: smartd.8,v 1.35 2002/11/22 09:32:52 ballen4705 Exp $
\# \#
\# This program is free software; you can redistribute it and/or modify it \# This program is free software; you can redistribute it and/or modify it
\# under the terms of the GNU General Public License as published by the Free \# under the terms of the GNU General Public License as published by the Free
...@@ -16,7 +16,7 @@ ...@@ -16,7 +16,7 @@
\# Research Center), Jack Baskin School of Engineering, University of \# Research Center), Jack Baskin School of Engineering, University of
\# California, Santa Cruz. http://ssrc.soe.ucsc.edu/ \# California, Santa Cruz. http://ssrc.soe.ucsc.edu/
\# \#
.TH SMARTD 8 "$Date: 2002/11/22 09:29:32 $" "smartmontools-5.0" .TH SMARTD 8 "$Date: 2002/11/22 09:32:52 $" "smartmontools-5.0"
.SH NAME .SH NAME
smartd \- S.M.A.R.T. Daemon smartd \- S.M.A.R.T. Daemon
.SH SYNOPSIS .SH SYNOPSIS
...@@ -37,9 +37,9 @@ below) ...@@ -37,9 +37,9 @@ below)
.B smartd .B smartd
will attempt to enable S.M.A.R.T. monitoring on ATA devices, and polls will attempt to enable S.M.A.R.T. monitoring on ATA devices, and polls
these and SCSI devices every 30 minutes (configurable), logging S.M.A.R.T. errors and these and SCSI devices every 30 minutes (configurable), logging
changes of S.M.A.R.T. Attributes via the SYSLOG interface. These S.M.A.R.T. errors and changes of S.M.A.R.T. Attributes via the SYSLOG
notifications and warnings normally appear in interface. These notifications and warnings normally appear in
.B /var/log/messages. .B /var/log/messages.
.B smartd .B smartd
...@@ -77,8 +77,7 @@ daemon first scans for all devices that support S.M.A.R.T., using ...@@ -77,8 +77,7 @@ daemon first scans for all devices that support S.M.A.R.T., using
.B "/dev/hd[a-l]" .B "/dev/hd[a-l]"
for IDE/ATA devices, and for IDE/ATA devices, and
.B "/dev/sd[a-z]" .B "/dev/sd[a-z]"
for SCSI for SCSI devices. It then monitors for
devices. It then monitors for
.I all .I all
possible S.M.A.R.T. errors (corresponding to the possible S.M.A.R.T. errors (corresponding to the
.B '\-a' .B '\-a'
...@@ -166,8 +165,7 @@ In the absence of a configuration file, ...@@ -166,8 +165,7 @@ In the absence of a configuration file,
.B smartd .B smartd
will try to open the 12 ATA devices will try to open the 12 ATA devices
.B /dev/hd[a-l] .B /dev/hd[a-l]
and the 26 SCSI and the 26 SCSI devices
devices
.B /dev/sd[a-z]. .B /dev/sd[a-z].
This can be annoying if you have an ATA or SCSI device that hangs or This can be annoying if you have an ATA or SCSI device that hangs or
misbehaves when receiving SMART commands. Even if this causes no misbehaves when receiving SMART commands. Even if this causes no
...@@ -277,7 +275,7 @@ possible. ...@@ -277,7 +275,7 @@ possible.
.B If a SCSI disk is listed, .B If a SCSI disk is listed,
it will be monitored at the only implemented level: roughly equivalent it will be monitored at the only implemented level: roughly equivalent
to using the '\-c' option for an ATA disk. So with the exception of '\-S', '\-C', and '\-M', to using the '\-c' option for an ATA disk. So with the exception of '\-S', '\-C', '\-M', and '\-m',
the Directives below are ignored for SCSI the Directives below are ignored for SCSI
disks. For SCSI disks, the '\-M' Directive sends a warning email if disks. For SCSI disks, the '\-M' Directive sends a warning email if
the SMART status indicates a disk failure or problem. the SMART status indicates a disk failure or problem.
...@@ -627,4 +625,4 @@ Please let us know if there is an on\-line source for this document. ...@@ -627,4 +625,4 @@ Please let us know if there is an on\-line source for this document.
.SH .SH
CVS ID OF THIS PAGE: CVS ID OF THIS PAGE:
$Id: smartd.8,v 1.34 2002/11/22 09:29:32 ballen4705 Exp $ $Id: smartd.8,v 1.35 2002/11/22 09:32:52 ballen4705 Exp $
\# Copyright (C) 2002 Bruce Allen <smartmontools-support@lists.sourceforge.net> \# Copyright (C) 2002 Bruce Allen <smartmontools-support@lists.sourceforge.net>
\# \#
\# $Id: smartd.conf.5,v 1.10 2002/11/22 09:29:33 ballen4705 Exp $ \# $Id: smartd.conf.5,v 1.11 2002/11/22 09:32:52 ballen4705 Exp $
\# \#
\# This program is free software; you can redistribute it and/or modify it \# This program is free software; you can redistribute it and/or modify it
\# under the terms of the GNU General Public License as published by the Free \# under the terms of the GNU General Public License as published by the Free
...@@ -16,7 +16,7 @@ ...@@ -16,7 +16,7 @@
\# Research Center), Jack Baskin School of Engineering, University of \# Research Center), Jack Baskin School of Engineering, University of
\# California, Santa Cruz. http://ssrc.soe.ucsc.edu/ \# California, Santa Cruz. http://ssrc.soe.ucsc.edu/
\# \#
.TH SMARTD.CONF 5 "$Date: 2002/11/22 09:29:33 $" "smartmontools-5.0" .TH SMARTD.CONF 5 "$Date: 2002/11/22 09:32:52 $" "smartmontools-5.0"
.SH NAME .SH NAME
smartd.conf \- S.M.A.R.T. Monitoring Daemon Configuration File smartd.conf \- S.M.A.R.T. Monitoring Daemon Configuration File
...@@ -50,8 +50,7 @@ In the absence of a configuration file, ...@@ -50,8 +50,7 @@ In the absence of a configuration file,
.B smartd .B smartd
will try to open the 12 ATA devices will try to open the 12 ATA devices
.B /dev/hd[a-l] .B /dev/hd[a-l]
and the 26 SCSI and the 26 SCSI devices
devices
.B /dev/sd[a-z]. .B /dev/sd[a-z].
This can be annoying if you have an ATA or SCSI device that hangs or This can be annoying if you have an ATA or SCSI device that hangs or
misbehaves when receiving SMART commands. Even if this causes no misbehaves when receiving SMART commands. Even if this causes no
...@@ -161,7 +160,7 @@ possible. ...@@ -161,7 +160,7 @@ possible.
.B If a SCSI disk is listed, .B If a SCSI disk is listed,
it will be monitored at the only implemented level: roughly equivalent it will be monitored at the only implemented level: roughly equivalent
to using the '\-c' option for an ATA disk. So with the exception of '\-S', '\-C', and '\-M', to using the '\-c' option for an ATA disk. So with the exception of '\-S', '\-C', '\-M', and '\-m',
the Directives below are ignored for SCSI the Directives below are ignored for SCSI
disks. For SCSI disks, the '\-M' Directive sends a warning email if disks. For SCSI disks, the '\-M' Directive sends a warning email if
the SMART status indicates a disk failure or problem. the SMART status indicates a disk failure or problem.
...@@ -441,4 +440,4 @@ SEE ALSO: ...@@ -441,4 +440,4 @@ SEE ALSO:
.SH .SH
CVS ID OF THIS PAGE: CVS ID OF THIS PAGE:
$Id: smartd.conf.5,v 1.10 2002/11/22 09:29:33 ballen4705 Exp $ $Id: smartd.conf.5,v 1.11 2002/11/22 09:32:52 ballen4705 Exp $
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please to comment