Custom Query (1363 matches)

Filters
 
Or
 
  
 
Columns

Show under each result:


Results (187 - 189 of 1363)

Ticket Resolution Summary Owner Reporter
#314 fixed Percentage used endurance indicator too short on HP Doug Gilbert roschwald
Description

On a HP Ultrium LTO4 (HP StorageWorks Ultrium 1760 SAS) drive, I receive this message and an exitcode of 4. Is this a bug?

"Percentage used endurance indicator too short (pl=6)"

Running on CentOS6 6.5 x86_64. Used the standard smartmoontools of CentOS and also self-compiled smartmontools 6.2. All the same.

./smartctl -H -l error /dev/sg6
smartctl 6.2 2013-07-26 r3841 [x86_64-linux-2.6.32-431.3.1.el6.x86_64] (local build)
Copyright (C) 2002-13, Bruce Allen, Christian Franke, www.smartmontools.org

=== START OF READ SMART DATA SECTION ===
TapeAlert: OK
Percentage used endurance indicator too short (pl=6)
Error counter log:
           Errors Corrected by           Total   Correction     Gigabytes    Total
               ECC          rereads/    errors   algorithm      processed    uncorrected
           fast | delayed   rewrites  corrected  invocations   [10^9 bytes]  errors
read:        194        0         0         0        194          0.000           0
write:     77270       14        14        14     115211          0.000           0

# echo $?
4
# dmesg | grep Sequential

scsi 2:0:0:0: Sequential-Access HP       Ultrium 4-SCSI   U24D PQ: 0 ANSI: 5
# tapeinfo -f /dev/sg6
Product Type: Tape Drive
Vendor ID: 'HP      '
Product ID: 'Ultrium 4-SCSI  '
Revision: 'U24D'
Attached Changer API: No
SerialNumber: 'HU18383B6D'
MinBlock: 1
MaxBlock: 16777215
SCSI ID: 0
SCSI LUN: 0
Ready: yes
BufferedMode: yes
Medium Type: Not Loaded
Density Code: 0x46
BlockSize: 0
DataCompEnabled: yes
DataCompCapable: yes
DataDeCompEnabled: yes
CompType: 0x1
DeCompType: 0x1
BOP: yes
Block Position: 0
Partition 0 Remaining Kbytes: 800226
Partition 0 Size in Kbytes: 800226
ActivePartition: 0
EarlyWarningSize: 0
NumPartitions: 0
MaxPartitions: 0
./smartctl -a /dev/sg6
smartctl 6.2 2013-07-26 r3841 [x86_64-linux-2.6.32-431.3.1.el6.x86_64] (local build)
Copyright (C) 2002-13, Bruce Allen, Christian Franke, www.smartmontools.org

=== START OF INFORMATION SECTION ===
Vendor:               HP
Product:              Ultrium 4-SCSI
Revision:             U24D
LU provisioning type reserved [7], LBPRZ=1
Rotation Rate:        18517 rpm
Logical Unit id:      0x500110a001037cf2
Serial number:        HU18383B6D
Device type:          tape
Transport protocol:   SAS
Local Time is:        Wed Jan 29 10:06:34 2014 CET
Temperature Warning:  Disabled or Not Supported

=== START OF READ SMART DATA SECTION ===
TapeAlert Supported
TapeAlert: OK
Percentage used endurance indicator too short (pl=6)
Current Drive Temperature:     36 C
Drive Trip Temperature:        255 C

Error counter log:
           Errors Corrected by           Total   Correction     Gigabytes    Total
               ECC          rereads/    errors   algorithm      processed    uncorrected
           fast | delayed   rewrites  corrected  invocations   [10^9 bytes]  errors
read:          0        0         0         0          0          0.000           0
write:         0        0         0         0          0          0.000           0

Device does not support Self Test logging
#315 fixed [patch] recognize newer intel 320 and S3500 SSDs Christian Franke themastermind1
Description

Regex updates in drivesdb.h

#316 fixed improvements for the systemd service file Christian Franke cadhalpun
Description

I think the service file for smartmontools could be improved:

  • Add a reference to the documentation in the [Unit] section, e.g.:

Documentation=man:smartd(8) man:smartd.conf(5)

  • The 'EnvironmentFile=-/usr/local/etc/sysconfig/smartmontools' line should not be in the unit file, as that contains only three configuration options, two of which (enable_smart, start_smartd) are completely ignored by the service file and the third (smartd_opts) is only for additional command line options, that should better be changed in the service file itself.

The second point has already been requested in ticket 194, but was not implemented. I think having the 'EnvironmentFile=' line in the service file is more confusing than helpful, so please consider removing it.

http://sourceforge.net/ticket/194

Batch Modify
Note: See TracBatchModify for help on using batch modify.
Note: See TracQuery for help on using queries.