Custom Query (1405 matches)

Filters
 
Or
 
  
 
Columns

Show under each result:


Results (175 - 177 of 1405)

Ticket
#256
Description

The Windows Event log service does not have a message file registered when the smartd service is installed. This results in Event log messages similar to:

The description for Event ID ( 2 ) in Source ( smartd ) cannot be found. The local computer may not have the necessary registry information or message DLL files to display messages from a remote computer. You may be able to use the /AUXSOURCE= flag to retrieve this description; see Help and Support for details. The following information is part of the event: smartd, 3648, Info, Device:
.\scsi1: [areca_disk#08_enc#01], SMART Usage Attribute: 190 Airflow_Temperature_Cel changed from 69 to 68, Device:
.\scsi1: [areca_disk#08_enc#01], SMART Usage Attribute: 194 Temperature_Celsius changed from 31 to 32.

Registry entry keys can be added to fix this issue at

HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Services\Eventlog\Application\smartd

For my system:

Windows Registry Editor Version 5.00

[HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Services\Eventlog\Application\smartd]
"EventMessageFile"=hex(2):43,00,3a,00,5c,00,50,00,72,00,6f,00,67,00,72,00,61,\
  00,6d,00,20,00,46,00,69,00,6c,00,65,00,73,00,20,00,28,00,78,00,38,00,36,00,\
  29,00,5c,00,47,00,53,00,6d,00,61,00,72,00,74,00,43,00,6f,00,6e,00,74,00,72,\
  00,6f,00,6c,00,5c,00,62,00,69,00,6e,00,5c,00,73,00,79,00,73,00,6c,00,6f,00,\
  67,00,65,00,76,00,74,00,2e,00,65,00,78,00,65,00,00,00
"TypesSupported"=dword:00000007

#261
Description

Every time I use smartctl I get these on /var/messages:

Mar 4 14:19:48 openindiana scsi: [ID 107833 kern.warning] WARNING: /pci@0,0/pci8086,1c1c@1c,6/pci12d8,e111@0/pci1095,7124@0/disk@2,0 (sd3): Mar 4 14:19:48 openindiana Error for Command: <undecoded cmd 0xa1> Error Level: Recovered Mar 4 14:19:48 openindiana scsi: [ID 107833 kern.notice] Requested Block: 0 Error Block: 0 Mar 4 14:19:48 openindiana scsi: [ID 107833 kern.notice] Vendor: ATA Serial Number: Mar 4 14:19:48 openindiana scsi: [ID 107833 kern.notice] Sense Key: Soft_Error Mar 4 14:19:48 openindiana scsi: [ID 107833 kern.notice] ASC: 0x0 (no additional sense info), ASCQ: 0x0, FRU: 0x0

Still, smartctl works ok.

#263
Description

Why would smartctl show the SMART Health status as 'ok' when the device does not support SMART ? Below is output of the commands.


smartctl -H /dev/sda


smartctl 6.0 2012-10-10 r3643 [i686-w64-mingw32-2003r2-sp2] (sf-6.0-1) Copyright (C) 2002-12, Bruce Allen, Christian Franke, www.smartmontools.org

SMART Health Status: OK


smartctl -a /dev/sda


smartctl 6.0 2012-10-10 r3643 [i686-w64-mingw32-2003r2-sp2] (sf-6.0-1) Copyright (C) 2002-12, Bruce Allen, Christian Franke, www.smartmontools.org

Vendor: PERC Product: LD 0 PERCRAID Revision: User Capacity: 36,364,615,680 bytes [36.3 GB] Logical block size: 512 bytes Serial number: 021400000000 Device type: disk Local Time is: Tue Mar 12 00:33:22 2013 CDT Device does not support SMART

Error Counter logging not supported Device does not support Self Test logging


smartctl -i /dev/sda


smartctl 6.0 2012-10-10 r3643 [i686-w64-mingw32-2003r2-sp2] (sf-6.0-1) Copyright (C) 2002-12, Bruce Allen, Christian Franke, www.smartmontools.org

Vendor: PERC Product: LD 0 PERCRAID Revision: User Capacity: 36,364,615,680 bytes [36.3 GB] Logical block size: 512 bytes Serial number: 021400000000 Device type: disk Local Time is: Tue Mar 12 00:33:22 2013 CDT Device does not support SMART


smartctl -s on -d scsi /dev/sda


smartctl 6.0 2012-10-10 r3643 [i686-w64-mingw32-2003r2-sp2] (sf-6.0-1) Copyright (C) 2002-12, Bruce Allen, Christian Franke, www.smartmontools.org

unable to fetch IEC (SMART) mode page [Input/output error] A mandatory SMART command failed: exiting. To continue, add one or more '-T permissive' options.


smartctl -d test /dev/sda


smartctl 6.0 2012-10-10 r3643 [i686-w64-mingw32-2003r2-sp2] (sf-6.0-1) Copyright (C) 2002-12, Bruce Allen, Christian Franke, www.smartmontools.org

/dev/sda: Device of type 'scsi' [SCSI] detected /dev/sda: Device of type 'scsi' [SCSI] opened

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