Custom Query (1415 matches)
Results (46 - 48 of 1415)
Ticket | Resolution | Summary | Owner | Reporter |
---|---|---|---|---|
#46 | wontfix | With two channels LSI Raid, smartctl check always the first one. | ||
Description |
uname -a Linux xforce 2.6.26-2-686 #1 SMP Fri Oct 23 23:43:53 UTC 2009 i686 GNU/Linux smartctl -V smartctl 5.39 2009-12-09 r2995 [i686-pc-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-12-09 at 21:00:32 UTC smartmontools SVN rev 2995 dated 2009-12-09 at 21:01:43 smartmontools build host: i686-pc-linux-gnu smartmontools build configured: 2010-01-11 23:51:52 UTC smartctl compile dated Jan 11 2010 at 23:52:24 smartmontools configure arguments: '--prefix=/usr' '--sysconfdir=/etc' '--mandir=/usr/share/man' '--with-initscriptdir=/etc/init.d' '--with-docdir=/usr/share/doc/smartmontools' '--with-selinux' 'CXXFLAGS=-g -O2' 'LDFLAGS=' 'CPPFLAGS=' 'CFLAGS=-g -O2 -fsigned-char -Wall -O2' 02:0e.0 RAID bus controller [0104]: Dell PowerEdge Expandable RAID controller 4 [1028:0013] (rev 06)
/usr/sbin/smartctl -a -d megaraid,0 -H /dev/sda : Disk Serial number: 3HW2DAL6 /usr/sbin/smartctl -a -d megaraid,1 -H /dev/sda : Disk Serial number: 3HW2DAP9 /usr/sbin/smartctl -a -d megaraid,0 -H /dev/sdb : Disk Serial number: 3HW2DAL6 /usr/sbin/smartctl -a -d megaraid,1 -H /dev/sdb : Disk Serial number: 3HW2DAP9 /usr/sbin/megactl -v a0 PERC 4e/Di bios:H418 fw:513O chan:2 ldrv:2 rbld:30% batt:good a0d0 68GiB RAID 1 1x2 optimal
a0d1 136GiB RAID 5 1x3 optimal
a0c0t0 SEAGATE ST373453LC 68GiB a0d0 online a0c0t1 SEAGATE ST373453LC 68GiB a0d0 online a0c1t2 SEAGATE ST373453LC 68GiB a0d1 online a0c1t3 SEAGATE ST373453LC 68GiB a0d1 online a0c1t4 SEAGATE ST373453LC 68GiB a0d1 online /usr/sbin/smartctl -d megaraid,2 -H /dev/sdb smartctl 5.39 2009-12-09 r2995 [i686-pc-linux-gnu] (local build) Copyright (C) 2002-9 by Bruce Allen, http://smartmontools.sourceforge.net Smartctl open device: /dev/sdb [megaraid_disk_02] failed: INQUIRY failed |
|||
#47 | fixed | strange disk count when dealing with external cciss arrays | ||
Description |
I have 2 MSA arrays off of my system, each with 28 disks. I also have the internal smart array on my system, with a variable number of disks. When I run my smartctl, I do have to enter -d cciss,{disk_number} /dev/cciss/cXd0. This is expected and makes sense to me, somewhat. Running smartctl -d cciss,7 gets me the 8th disk in the array from controller 0, as I understand it (cciss,0-7 all return good values). This makes sense to me, too. The next controller starts the weirdness. Running smartctl -d cciss,28 /dev/cciss/c1d0 gets me the 28th disk of the first external array (I think). I get values for cciss,0-28, which means I get 29 values from 28 disks. Then, running smartctl -d cciss,29 /dev/cciss/c2d0 gets me the 28th disk of the second external array (again, I think). I get values for cciss,0-29, meaning I get 30 values for 28 disks. My assumption is that some of these are actually reporting on, say, the bus of the array, not just the disks. So, how can I know what is disk response, and what isn't? |
|||
#48 | wontfix | cciss bug smartd/smartd with amd64 architecture | ||
Description |
Before, I use on it machine i386 distrib and 5.38 - all will be OK now, we have: backup1# smartctl -a --device=cciss,1 /dev/ciss0 smartctl 5.39 2009-12-09 r2995 [FreeBSD 8.0-STABLE amd64] (local build) Copyright (C) 2002-9 by Bruce Allen, http://smartmontools.sourceforge.net scsiModePageOffset: response length too short, resp_len=9 offset=27 bd_len=23
A mandatory SMART command failed: exiting. To continue, add one or more '-T permissive' options. backup1# backup1# uname -a FreeBSD backup1.moskb.local 8.0-STABLE FreeBSD 8.0-STABLE #0: Thu Dec 24 17:42:36 MSK 2009 lissyara@…:/mnt/4Tb/usr/obj/amd64/mnt/jabber/DISTR/FreeBSD/src/8.0/sys/GENERIC amd64 backup1# |