From c6f423f28ab1b895fedea2de226154f22f09fe57 Mon Sep 17 00:00:00 2001
From: ballen4705 <ballen4705@4ea69e1a-61f1-4043-bf83-b5c94c648137>
Date: Sun, 22 Dec 2002 05:54:22 +0000
Subject: [PATCH] Added IBM GXP 180 disk to examples.  Added link to sg_utils
 and sg3_utils.

git-svn-id: https://smartmontools.svn.sourceforge.net/svnroot/smartmontools/trunk@381 4ea69e1a-61f1-4043-bf83-b5c94c648137
---
 www/examples/IC35L120AVV207-0.txt | 67 +++++++++++++++++++++++++++++++
 www/index.html                    | 13 ++++--
 2 files changed, 77 insertions(+), 3 deletions(-)
 create mode 100644 www/examples/IC35L120AVV207-0.txt

diff --git a/www/examples/IC35L120AVV207-0.txt b/www/examples/IC35L120AVV207-0.txt
new file mode 100644
index 000000000..4e43e8c2d
--- /dev/null
+++ b/www/examples/IC35L120AVV207-0.txt
@@ -0,0 +1,67 @@
+# smartctl -a /dev/hda
+smartctl version 5.0-45 Copyright (C) 2002 Bruce Allen
+Home page is http://smartmontools.sourceforge.net/
+
+=== START OF INFORMATION SECTION ===
+Device Model:     IC35L120AVV207-0                        
+Serial Number:    VNVD02G4G4BDEG
+Firmware Version: V24OA63A
+ATA Version is:   6
+ATA Standard is:  ATA/ATAPI-6 T13 1410D revision 3a
+SMART support is: Available - device has SMART capability.
+SMART support is: Enabled
+
+=== START OF READ SMART DATA SECTION ===
+SMART overall-health self-assessment test result: PASSED
+
+General SMART Values:
+Off-line data collection status: (0x00)	Offline data collection activity was
+					never started.
+Self-test execution status:      (   0)	The previous self-test routine completed
+					without error or no self-test has ever 
+					been run.
+Total time to complete off-line 
+data collection: 		 (2855) seconds.
+Offline data collection
+capabilities: 			 (0x1b) SMART execute Offline immediate.
+					Automatic timer ON/OFF support.
+					Suspend Offline collection upon new
+					command.
+					Offline surface scan supported.
+					Self-test supported.
+SMART capabilities:            (0x0003)	Saves SMART data before entering
+					power-saving mode.
+					Supports SMART auto save timer.
+Error logging capability:        (0x01)	Error logging supported.
+Short self-test routine 
+recommended polling time: 	 (   1) minutes.
+Extended self-test routine 
+recommended polling time: 	 (  48) minutes.
+
+SMART Attributes Data Structure revision number: 16
+Vendor Specific SMART Attributes with Thresholds:
+ID# ATTRIBUTE_NAME          FLAG     VALUE WORST THRESH TYPE     WHEN_FAILED RAW_VALUE
+  1 Raw_Read_Error_Rate     0x000b   100   100   060    Pre-fail     -       0
+  2 Throughput_Performance  0x0005   100   100   050    Pre-fail     -       0
+  3 Spin_Up_Time            0x0007   102   102   024    Pre-fail     -       16974103
+  4 Start_Stop_Count        0x0012   100   100   000    Old_age      -       14
+  5 Reallocated_Sector_Ct   0x0033   100   100   005    Pre-fail     -       0
+  7 Seek_Error_Rate         0x000b   100   100   067    Pre-fail     -       0
+  8 Seek_Time_Performance   0x0005   100   100   020    Pre-fail     -       0
+  9 Power_On_Hours          0x0012   100   100   000    Old_age      -       242
+ 10 Spin_Retry_Count        0x0013   100   100   060    Pre-fail     -       0
+ 12 Power_Cycle_Count       0x0032   100   100   000    Old_age      -       14
+192 Power-Off_Retract_Count 0x0032   100   100   050    Old_age      -       24
+193 Load_Cycle_Count        0x0012   100   100   050    Old_age      -       24
+194 Temperature_Celsius     0x0002   203   203   000    Old_age      -       27 (Lifetime Min/Max 20/37)
+196 Reallocated_Event_Count 0x0032   100   100   000    Old_age      -       0
+197 Current_Pending_Sector  0x0022   100   100   000    Old_age      -       0
+198 Offline_Uncorrectable   0x0008   100   100   000    Old_age      -       0
+199 UDMA_CRC_Error_Count    0x000a   200   200   000    Old_age      -       0
+
+SMART Error Log Version: 1
+No Errors Logged
+
+SMART Self-test log, version number 1
+Num  Test_Description    Status                  Remaining  LifeTime(hours)  LBA_of_first_error
+# 1  Extended off-line   Completed                     00%        54         
diff --git a/www/index.html b/www/index.html
index 385696299..5d931ec02 100644
--- a/www/index.html
+++ b/www/index.html
@@ -99,7 +99,9 @@ each release is <u>tagged</u> with a name like
 by looking at the <a href="http://cvs.sourceforge.net/cgi-bin/viewcvs.cgi/smartmontools/sm5/">
 CVS repository</a>.&#160; You'll see the tag names in the little scroll
 window where it says "Show only files with tag".&#160; All you need to
-do to get the latest development code is:</p>
+do to get the latest development code is
+(but note that the development code may be unstable, and that the
+documentation and code may be inconsistent):</p>
 
 <pre>cvs -d: pserver:anonymous@cvs.smartmontools.sourceforge.net:/cvsroot/smartmontools login (when prompted for a password, just press Enter)
 cvs -d: pserver:anonymous@cvs.smartmontools.sourceforge.net:/cvsroot/smartmontools co sm5</pre></li>
@@ -233,6 +235,10 @@ with SCSI devices as the smartsuite tools did.</p>
 a developer, of maintaining the SCSI code.&#160; Do you have a beowulf
 cluster with a few hundred SCSI disks?&#160; Please volunteer !</p>
 
+<p>Some useful utilities to examine SCSI log information can be found
+on the <a href="http://www.torque.net/sg/">scsi generic (sg) driver home page</a>.
+The utilities are called <tt>sg_utils</tt> and <tt>sg3_utils</tt>.</p>
+
 <hr size="2" /><a name="differfromsmartsuite"></a><b>How does
 smartmontools differ from smartsuite?</b>
 
@@ -343,8 +349,9 @@ from smartmontools smartctl utility:</b>
  <li><a href="examples/MAXTOR-3.txt">MAXTOR 6L080J4</a> 80 GB 7200 RPM</li>
  <li><a href="examples/MAXTOR-4.txt">MAXTOR 6L080J4</a> 80 GB 7200 RPM</li>
  <li><a href="examples/Maxtor-5.txt">Maxtor 98196H8</a> 80 GB 5400 RPM</li>
- <li><a href="examples/IC35L120AVVA07-0-0.txt">IBM IC35L120AVVA07</a> 120 GB 7200 RPM</li>
- <li><a href="examples/IC35L120AVVA07-0-1.txt">IBM IC35L120AVVA07</a> 120 GB 7200 RPM</li>
+ <li><a href="examples/IC35L120AVVA07-0-0.txt">IBM IC35L120AVVA07 (GXP 120 series)</a> 120 GB 7200 RPM</li>
+ <li><a href="examples/IC35L120AVVA07-0-1.txt">IBM IC35L120AVVA07 (GXP 120 series)</a> 120 GB 7200 RPM</li>
+ <li><a href="examples/IC35L120AVV207-0.txt">IBM IC35L120AVV207 (GXP 180 series)</a> 120 GB 7200 RPM</li>
  <li><a href="examples/HITACHI_DK23BA-20-0.txt">HITACHI_DK23BA-20</a> Hitachi 20 GB Laptop Disk</li>
  <li><a href="examples/TOSHIBA-0.txt">TOSHIBA MK2018GAS</a> Toshiba 20 GB Laptop Disk</li>
 </ul>
-- 
GitLab