From 079e8391a80593a9e8422e6e5068a0a91b2d196e Mon Sep 17 00:00:00 2001
From: dpgilbert <dpgilbert@4ea69e1a-61f1-4043-bf83-b5c94c648137>
Date: Wed, 19 Nov 2003 06:19:09 +0000
Subject: [PATCH] words for '-S on/off' for SCSI

git-svn-id: https://smartmontools.svn.sourceforge.net/svnroot/smartmontools/trunk@1258 4ea69e1a-61f1-4043-bf83-b5c94c648137
---
 sm5/smartctl.8.in | 24 +++++++++++++++++-------
 sm5/smartd.8.in   | 11 ++++++-----
 2 files changed, 23 insertions(+), 12 deletions(-)

diff --git a/sm5/smartctl.8.in b/sm5/smartctl.8.in
index f0c01caac..ec542b684 100644
--- a/sm5/smartctl.8.in
+++ b/sm5/smartctl.8.in
@@ -1,7 +1,7 @@
 .ig
  Copyright (C) 2002-3 Bruce Allen <smartmontools-support@lists.sourceforge.net>
 
- $Id: smartctl.8.in,v 1.13 2003/11/06 10:55:19 ballen4705 Exp $
+ $Id: smartctl.8.in,v 1.14 2003/11/19 06:19:09 dpgilbert Exp $
  
  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
@@ -18,7 +18,7 @@
  California, Santa Cruz. http://ssrc.soe.ucsc.edu/
 
 ..
-.TH SMARTCTL 8  "$Date: 2003/11/06 10:55:19 $" RELEASE
+.TH SMARTCTL 8  "$Date: 2003/11/19 06:19:09 $" RELEASE
 .SH NAME
 \fBsmartctl\fP \- Control and Monitor Utility for SMART Disks
 
@@ -29,7 +29,7 @@
 .B /usr/sbin/smartctl
 
 .SH PACKAGE VERSION
-\fBRELEASE\fP "$Date: 2003/11/06 10:55:19 $"
+\fBRELEASE\fP "$Date: 2003/11/19 06:19:09 $"
 
 .SH DESCRIPTION
 \fBsmartctl\fP controls the Self-Monitoring, Analysis and Reporting
@@ -75,11 +75,12 @@ will execute the corresponding commands in the order: INFORMATION,
 ENABLE/DISABLE, DISPLAY DATA, RUN/ABORT TESTS.
 
 SCSI devices only accept the options 
-.B \-h, \-V, \-i, \-a, \-d, \-s, \-H, \-t, \-C, \-l selftest, \-l error
+.B \-h, \-V, \-i, \-a, \-A, \-d, \-s, \-S,\-H, \-t, \-C, \-l selftest,
+.B \-l error, \-r,
 and 
 .B \-X. 
 TapeAlert devices only accept the options 
-.B \-h, \-V, \-i, \-a, \-d, \-s, \-t, \-l selftest, \-l error
+.B \-h, \-V, \-i, \-a, \-A, \-d, \-s, \-S, \-t, \-l selftest, \-l error, \-r,
 and 
 .B \-H.
 
@@ -107,7 +108,7 @@ so, whether SMART support is currently enabled or disabled.
 Prints all SMART information about the disk or TapeAlert information
 about the tape drive or changer.  This is equivalent to \'\-H \-i \-c
 \-A \-l error \-l selftest\' 
-(for SCSI, \'\-H \-i \-l error \-l selftest\').
+(for SCSI, \'\-H \-i \-A \-l error \-l selftest\').
 
 .TP
 .B RUN-TIME BEHAVIOR OPTIONS:
@@ -342,6 +343,15 @@ Attributes. The valid arguments to this option are \fIon\fP
 and \fIoff\fP.  Note that this feature is preserved across disk power
 cycles, so you should only need to issue it once.
 
+For SCSI devices this toggles the value of the GLTSD (Global Logging Target
+Saving Disabled) bit in the Control mode page. Some disk manufacturers
+by default set this bit which inhibits error counters, power up hours and
+other useful data being placed in non-volatile store. This means these values
+will probably be reset to zero the next time the device is power cycled.
+If the GLTSD bit is set then a warning is issued when \'smartctl \-a\' is
+run. Use \fIon\fP to clear this bit and hence enable saving counters
+to non-volatile store. For extreme streaming video type applications
+you might consider setting it to \fIoff\fP.
 .TP
 .B SMART READ AND DISPLAY DATA OPTIONS:
 .TP
@@ -986,4 +996,4 @@ these documents may be found in the References section of the
 
 .SH
 CVS ID OF THIS PAGE:
-$Id: smartctl.8.in,v 1.13 2003/11/06 10:55:19 ballen4705 Exp $
+$Id: smartctl.8.in,v 1.14 2003/11/19 06:19:09 dpgilbert Exp $
diff --git a/sm5/smartd.8.in b/sm5/smartd.8.in
index 964681e68..601280ebd 100644
--- a/sm5/smartd.8.in
+++ b/sm5/smartd.8.in
@@ -1,7 +1,7 @@
 .ig
 Copyright (C) 2002-3 Bruce Allen <smartmontools-support@lists.sourceforge.net>
  
-$Id: smartd.8.in,v 1.15 2003/11/14 07:41:39 ballen4705 Exp $
+$Id: smartd.8.in,v 1.16 2003/11/19 06:17:53 dpgilbert Exp $
 
 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
@@ -17,7 +17,7 @@ Cornwell at the Concurrent Systems Laboratory (now part of the Storage
 Systems Research Center), Jack Baskin School of Engineering,
 University of California, Santa Cruz. http://ssrc.soe.ucsc.edu/
 ..
-.TH SMARTD 8  "$Date: 2003/11/14 07:41:39 $" RELEASE
+.TH SMARTD 8  "$Date: 2003/11/19 06:17:53 $" RELEASE
 .SH NAME
 \fBsmartd\fP \- SMART Disk Monitoring Daemon
 
@@ -28,7 +28,7 @@ University of California, Santa Cruz. http://ssrc.soe.ucsc.edu/
 .B /usr/sbin/smartd
 
 .SH PACKAGE VERSION
-\fBRELEASE\fP "$Date: 2003/11/14 07:41:39 $"
+\fBRELEASE\fP "$Date: 2003/11/19 06:17:53 $"
 
 .SH DESCRIPTION
 \fBsmartd\fP is a daemon that monitors the Self-Monitoring, Analysis
@@ -557,7 +557,8 @@ feature.
 Enables or disables Attribute Autosave when
 .B smartd
 starts up and has no further effect.  The valid arguments to this
-Directive are \fIon\fP and \fIoff\fP.  [Please see the
+Directive are \fIon\fP and \fIoff\fP.  Also effects SCSI devices.
+[Please see the
 .B smartctl \-S
 command-line option.]
 .TP
@@ -1351,4 +1352,4 @@ smartmontools home page at \fBhttp://smartmontools.sourceforge.net/\fP .
 
 .SH
 CVS ID OF THIS PAGE:
-$Id: smartd.8.in,v 1.15 2003/11/14 07:41:39 ballen4705 Exp $
+$Id: smartd.8.in,v 1.16 2003/11/19 06:17:53 dpgilbert Exp $
-- 
GitLab