Custom Query (1415 matches)
Results (265 - 267 of 1415)
Ticket | Resolution | Summary | Owner | Reporter |
---|---|---|---|---|
#26 | wontfix | megaraid doest show info | ||
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
#/usr/sbin/megarc.bin -dispCfg -a0 ...
/usr/sbin/megarc.bin -LogPhysInfo -a0 ...
/usr/sbin/megarc.bin -phys -a0 -chAll -idAll ...
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 | ||
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 | ||
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... |