From owner-freebsd-scsi@FreeBSD.ORG Fri Jan 18 13:34:06 2013 Return-Path: Delivered-To: freebsd-scsi@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by hub.freebsd.org (Postfix) with ESMTP id 3048D33E for ; Fri, 18 Jan 2013 13:34:06 +0000 (UTC) (envelope-from Kashyap.Desai@lsi.com) Received: from na3sys009aog106.obsmtp.com (na3sys009aob106.obsmtp.com [74.125.149.76]) by mx1.freebsd.org (Postfix) with ESMTP id A230D876 for ; Fri, 18 Jan 2013 13:34:05 +0000 (UTC) Received: from paledge01.lsi.com ([192.19.193.42]) (using TLSv1) by na3sys009aob106.postini.com ([74.125.148.12]) with SMTP ID DSNKUPlPOxhB/XEDc3AIRDKo+fA0hEy/ZdFj@postini.com; Fri, 18 Jan 2013 05:34:05 PST Received: from PALCAS01.lsi.com (128.94.213.117) by PALEDGE01.lsi.com (192.19.193.42) with Microsoft SMTP Server (TLS) id 8.3.264.0; Fri, 18 Jan 2013 08:31:36 -0500 Received: from inbexch02.lsi.com (135.36.98.40) by PALCAS01.lsi.com (128.94.213.117) with Microsoft SMTP Server (TLS) id 8.3.264.0; Fri, 18 Jan 2013 08:32:33 -0500 Received: from inbmail01.lsi.com ([135.36.98.64]) by inbexch02.lsi.com ([135.36.98.40]) with mapi; Fri, 18 Jan 2013 19:02:29 +0530 From: "Desai, Kashyap" To: Dani Date: Fri, 18 Jan 2013 19:02:27 +0530 Subject: RE: driver mps - SCSI sense: ILLEGAL REQUEST (Logical block address out of range) Thread-Topic: driver mps - SCSI sense: ILLEGAL REQUEST (Logical block address out of range) Thread-Index: Ac31ev8LosY5fv1YSkSMVn6ym0nGywABSxBA Message-ID: References: In-Reply-To: Accept-Language: en-US Content-Language: en-US X-MS-Has-Attach: X-MS-TNEF-Correlator: acceptlanguage: en-US MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: quoted-printable X-Content-Filtered-By: Mailman/MimeDel 2.1.14 Cc: "freebsd-scsi@freebsd.org" X-BeenThere: freebsd-scsi@freebsd.org X-Mailman-Version: 2.1.14 Precedence: list List-Id: SCSI subsystem List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 18 Jan 2013 13:34:06 -0000 Dani: Can you know what you have fixed ? It will help us in future. ` Kashyap From: Dani [mailto:dppascual@gmail.com] Sent: Friday, January 18, 2013 6:25 PM To: Desai, Kashyap Cc: freebsd-scsi@freebsd.org Subject: Re: driver mps - SCSI sense: ILLEGAL REQUEST (Logical block addres= s out of range) Hi, Thanks for your interest, but I already have solved the problem. Regards 2013/1/18 Desai, Kashyap > Dani: Can you share complete "Driver logs" ( I mean /var/log/messages") Also explain reproduction method. I will try to understand from logs what i= s going wrong. My very first observation is your "/dev/da24" is Xprot and it is just 20MB = drive. So your application may be trying to write beyond max LBA of /dev/da= 24. You should exclude /dev/da24 from your test. ` Kashyap > -----Original Message----- > From: owner-freebsd-scsi@freebsd.org [mailto:owner-freebsd- > scsi@freebsd.org] On Behalf Of Dani > Sent: Monday, January 14, 2013 6:07 PM > To: freebsd-scsi@freebsd.org > Subject: driver mps - SCSI sense: ILLEGAL REQUEST (Logical block address > out of range) > > Hi all, > > I have installed FreeBSD 9.1 on Dell PowerEdge r720. This server is > connected to the storage array Dell PowerVault MD3200 using SAS cables. > I have created a ZFS pool with the SAS disks (Dell PowerVault MD3200) > and can perform read/write operations in the pool without problems. > However, when I export the pool and then import it, the following errors > are showed: > > (da24:mps0:0:3:31): Field Replaceable Unit: 5 > (da24:mps0:0:3:31): Error 22, Unretryable error > (da24:mps0:0:3:31): READ(10). CDB: 28 0 0 0 0 0 0 1 0 0 > (da24:mps0:0:3:31): CAM status: SCSI Status Error > (da24:mps0:0:3:19): SCSI status: Check Condition > (da24:mps0:0:3:31): SCSI sense: ILLEGLA REQUEST asc:21,0 (Logical block > address out of range) > > > The device da24 is an access device to the storage array: > > da24 at mps0 bus 0 scbus0 target 3 lun 31 > da24: Fixed Direct Access SCSI-5 device > da24: 600.000MB/s transfers > da24: Command Queueing enabled > da24: 20MB (40960 512 byte sectors: 64H 32S/T 20C) > > #zpool status > pool: pool0 > state: ONLINE > scan: none requested > config: > > NAME STATE READ > WRITE > CKSUM > pool0 ONLINE 0 > 0 0 > mirror-0 ONLINE 0 > 0 0 > da0 ONLINE 0 > 0 0 > da1 ONLINE 0 > 0 0 > spares > da2 AVAIL > > errores: No known data errorsless > > # diskinfo -v da0 > da0 > 512 #sectorsize > 999665448960 # mediasize in bytes (931G) > 1952471580 # mediasize in sectors > 0 # stripesize > 0 # stripeoffset > 121535 # Cylinders according to firmware. > 255 # Heads according to firmware. > 63 # Sectors according to firmware > 2AH000O # Disk ident. > > > > Why are those errors produced? Are they relevant? Can they be omitted? > > Thanks. Regards. > _______________________________________________ > freebsd-scsi@freebsd.org mailing list > http://lists.freebsd.org/mailman/listinfo/freebsd-scsi > To unsubscribe, send any mail to "freebsd-scsi-unsubscribe@freebsd.org"