From owner-freebsd-scsi@FreeBSD.ORG Fri Dec 28 16:16:50 2012 Return-Path: Delivered-To: freebsd-scsi@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id 8EA57D0C for ; Fri, 28 Dec 2012 16:16:50 +0000 (UTC) (envelope-from mjacob@freebsd.org) Received: from ns1.feral.com (ns1.feral.com [192.67.166.1]) by mx1.freebsd.org (Postfix) with ESMTP id 5DF778FC0A for ; Fri, 28 Dec 2012 16:16:50 +0000 (UTC) Received: from [192.168.135.2] (quaver.net [76.14.49.207]) (authenticated bits=0) by ns1.feral.com (8.14.5/8.14.4) with ESMTP id qBSGGiIT034593 (version=TLSv1/SSLv3 cipher=DHE-RSA-CAMELLIA256-SHA bits=256 verify=NO) for ; Fri, 28 Dec 2012 08:16:44 -0800 (PST) (envelope-from mjacob@freebsd.org) Message-ID: <50DDC5E8.4060002@freebsd.org> Date: Fri, 28 Dec 2012 08:16:40 -0800 From: Matthew Jacob Organization: FreeBSD User-Agent: Mozilla/5.0 (Windows NT 6.1; WOW64; rv:17.0) Gecko/17.0 Thunderbird/17.0 MIME-Version: 1.0 To: freebsd-scsi@freebsd.org Subject: Re: driver mps - CAM status: SCSI Status Error References: In-Reply-To: Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit X-Greylist: Sender succeeded SMTP AUTH, not delayed by milter-greylist-4.2.7 (ns1.feral.com [192.67.166.1]); Fri, 28 Dec 2012 08:16:44 -0800 (PST) X-BeenThere: freebsd-scsi@freebsd.org X-Mailman-Version: 2.1.14 Precedence: list Reply-To: mjacob@freebsd.org List-Id: SCSI subsystem List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 28 Dec 2012 16:16:50 -0000 On 12/28/2012 3:12 AM, Dani wrote: > Hi all, > > I have installed FreeBSD 9.1-RC3 on Dell PowerEdge r720. This server is > connected to the storage array Dell PowerVault MD3200 using SAS cables. > When we turn on the server (Dell PowerEdge r720), FreeBSD detects the SAS > disks (Dell PowerVault MD3200), however it shows the following errors in > the boot time and when we create a ZFS pool with these disks. > > (da19:mps0:0:3:19): CAM status: SCSI Status Error > (da19:mps0:0:3:19): SCSI status: Check Condition > (da19:mps0:0:3:19): SCSI sense: ILLEGAL REQUEST asc:94,1 (Vendor Specific > ASC) > (da19:mps0:0:3:19): Error 22, Unretryable error > (da19:mps0:0:3:19): READ(10). CDB: 28 0 0 0 0 2 0 0 1 0 > (da19:mps0:0:3:19): CAM status: SCSI Status Error > (da19:mps0:0:3:19): SCSI status: Check Condition > (da19:mps0:0:3:19): SCSI sense: ILLEGAL REQUEST asc:94,1 (Vendor Specific > ASC) > I suspect this is a configuration issue for the MD3200- Dunno what the box is in actuality, but this looks suspiciously like the LSI vendor unique error codes for trying to access a disk when that port isn't enabled for the host you're accessing it from. Note that FreeBSD is not LSI (or other vendor) multipath aware such that specific commands are needed for either setting up autotresspass or changing host ownership for multiported disk boxes.