Custom Query (1415 matches)

Filters
 
Or
 
  
 
Columns

Show under each result:


Results (265 - 267 of 1415)

Ticket Resolution Summary Owner Reporter
#26 wontfix megaraid doest show info somebody ascopenco
Description

# /usr/sbin/smartctl -V smartctl 5.39 2009-12-04 r2993 [i686-redhat-linux-gnu] (local build) Copyright (C) 2002-9 by Bruce Allen, http://smartmontools.sourceforge.net

smartctl comes with ABSOLUTELY NO WARRANTY. This is free software, and you are welcome to redistribute it under the terms of the GNU General Public License Version 2. See http://www.gnu.org for further details.

smartmontools release 5.39 dated 2009-11-30 at 20:24:12 UTC smartmontools SVN rev 2993 dated 2009-12-04 at 17:29:50 smartmontools build host: i686-redhat-linux-gnu smartmontools build configured: 2009-12-08 10:00:19 UTC smartctl compile dated Dec 8 2009 at 13:00:33 smartmontools configure arguments: '--host=i686-redhat-linux-gnu' '--build=i686-redhat-linux-gnu' '--target=i386-redhat-linux' '--program-prefix=' '--prefix=/usr' '--exec-prefix=/usr' '--bindir=/usr/bin' '--sbindir=/usr/sbin' '--sysconfdir=/etc' '--datadir=/usr/share' '--includedir=/usr/include' '--libdir=/usr/lib' '--libexecdir=/usr/libexec' '--localstatedir=/var' '--sharedstatedir=/usr/com' '--mandir=/usr/share/man' '--infodir=/usr/share/info' 'CFLAGS=-O2 -g -march=i386 -mcpu=i686' 'CXXFLAGS=-O2 -g -march=i386 -mcpu=i686' 'build_alias=i686-redhat-linux-gnu' 'host_alias=i686-redhat-linux-gnu' 'target_alias=i386-redhat-linux'

# /usr/sbin/megarc.bin -AllAdpInfo

MEGARC MegaRAID Configuration Utility(LINUX)-1.11(12-07-2004) By LSI Logic Corp.,USA

[Note: For SATA-2, 4 and 6 channel controllers, please specify Ch=0 Id=0..15 for specifying physical drive(Ch=channel, Id=Target)]

Type ? as command line arg for help

AdapterNo FirmwareType CardType 00 40LD/8SPAN MegaRAID SCSI 320-1

#/usr/sbin/megarc.bin -dispCfg -a0 ...

Logical Drive : 0( Adapter: 0 ): Status: OPTIMAL

--------------------------------------------------- SpanDepth :01 RaidLevel: 5 RdAhead : No Cache: DirectIo StripSz :064KB Stripes : 4 WrPolicy: WriteBack

Logical Drive 0 : SpanLevel_0 Disks Chnl Target StartBlock Blocks Physical Target Status ---- ------ ---------- ------ ---------------------- 0 00 0x00000000 0x088bb000 ONLINE 0 01 0x00000000 0x088bb000 ONLINE 0 02 0x00000000 0x088bb000 ONLINE 0 03 0x00000000 0x088bb000 ONLINE

/usr/sbin/megarc.bin -LogPhysInfo -a0 ...

Adapter No 0 : Total Logical Drive(s)- 1

Logical drive 0: RaidLevel 5

Physical Drive Information Channel 0

70006MB drive scsi ID 0

CoerSZ: 143372288(Sectors) 70006(MB) RawSZ: 143374743(Sectors)

70006MB drive scsi ID 1

CoerSZ: 143372288(Sectors) 70006(MB) RawSZ: 143374743(Sectors)

70006MB drive scsi ID 2

CoerSZ: 143372288(Sectors) 70006(MB) RawSZ: 143374743(Sectors)

70006MB drive scsi ID 3

CoerSZ: 143372288(Sectors) 70006(MB) RawSZ: 143374743(Sectors)

/usr/sbin/megarc.bin -phys -a0 -chAll -idAll ...

Adapter 0, Channel 0, Target ID 0 ---------------------------------------- Type: DISK Vendor : SEAGATE Product: ST373207LC Revision : 0003 Synchronous : Yes Wide-32 : No Wide-16: Yes LinkCmdSupport: Yes TagQ support: Yes RelAddr: No Removable : No SoftReset : No AENC : No

Adapter 0, Channel 0, Target ID 1 ---------------------------------------- Type: DISK Vendor : SEAGATE Product: ST373207LC Revision : 0003 Synchronous : Yes Wide-32 : No Wide-16: Yes LinkCmdSupport: Yes TagQ support: Yes RelAddr: No Removable : No SoftReset : No AENC : No

Adapter 0, Channel 0, Target ID 2 ---------------------------------------- Type: DISK Vendor : SEAGATE Product: ST373207LC Revision : 0003 Synchronous : Yes Wide-32 : No Wide-16: Yes LinkCmdSupport: Yes TagQ support: Yes RelAddr: No Removable : No SoftReset : No AENC : No

Adapter 0, Channel 0, Target ID 3 ---------------------------------------- Type: DISK Vendor : SEAGATE Product: ST373207LC Revision : 0003 Synchronous : Yes Wide-32 : No Wide-16: Yes LinkCmdSupport: Yes TagQ support: Yes RelAddr: No Removable : No SoftReset : No AENC : No

Adapter 0, Channel 0, Target ID 6 ---------------------------------------- Type: PROC Vendor : SUPER Product: GEM318 Revision : 0 Synchronous : No Wide-32 : No Wide-16: No LinkCmdSupport: No TagQ support: No RelAddr: No Removable : No SoftReset : No AENC : No

output smartctl:

# /usr/sbin/smartctl -a -d megaraid,0 /dev/sda smartctl 5.39 2009-12-04 r2993 [i686-redhat-linux-gnu] (local build) Copyright (C) 2002-9 by Bruce Allen, http://smartmontools.sourceforge.net

Smartctl open device: /dev/sda [megaraid_disk_00] failed: INQUIRY failed

show can i get smart info?

#33 wontfix SMART Automatic Offline Testing periodicity Dan Lukes Dan Lukes
Description

Currently, the -o on option enable the Automatic Offline Testing for every 4 hours. It is hard-coded constant.

I know the concept of Automatic Offline Testing is obsolete, some vendors doesn't implement such command at all, while others accept it, but consider it NOOP.

Despite of it, on the drives where implemented as non-void would be nice to have a way how to request different time.

I would like to introduce backward compatible option

-o on[,N]

where N specify the time in the form <number>[<unit>]

Unit may be 's' for seconds, 'm' for minutes, 'h' for hours. Seconds assumed when not present.

Missing N is assumed to be 4h to maintain backward compatibility.

The time is rounded to nearest lower available value (with exception that 1-4s are rounded to 5s). Such value is reported back to user in place of original message

SMART Automatic Offline Testing Enabled every four hours.

#42 wontfix Subzero temperature somebody rhn_mk1
Description

Smartctl seems to treat temperature as an unsigned integer. That leads to weird values (~65K) when the temperature is below 0. I don't know if it's SMART's official interpretation of temperature, but I think it would be wise to assume no drives run at 65000 and some do run at <0. Usually it's not inended, but accidents happen...

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