From owner-freebsd-scsi@FreeBSD.ORG Tue Feb 21 20:36:18 2012 Return-Path: Delivered-To: freebsd-scsi@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 701701065673 for ; Tue, 21 Feb 2012 20:36:18 +0000 (UTC) (envelope-from nitroboost@gmail.com) Received: from mail-tul01m020-f182.google.com (mail-tul01m020-f182.google.com [209.85.214.182]) by mx1.freebsd.org (Postfix) with ESMTP id 252708FC0C for ; Tue, 21 Feb 2012 20:36:18 +0000 (UTC) Received: by obcwo16 with SMTP id wo16so11717242obc.13 for ; Tue, 21 Feb 2012 12:36:17 -0800 (PST) Received-SPF: pass (google.com: domain of nitroboost@gmail.com designates 10.182.53.102 as permitted sender) client-ip=10.182.53.102; Authentication-Results: mr.google.com; spf=pass (google.com: domain of nitroboost@gmail.com designates 10.182.53.102 as permitted sender) smtp.mail=nitroboost@gmail.com; dkim=pass header.i=nitroboost@gmail.com Received: from mr.google.com ([10.182.53.102]) by 10.182.53.102 with SMTP id a6mr17077743obp.30.1329856577754 (num_hops = 1); Tue, 21 Feb 2012 12:36:17 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=mime-version:in-reply-to:references:date:message-id:subject:from:to :cc:content-type; bh=CYn7lGac1GP2k+PX2JrZrNGdXjbPng++FjoMqNHYBN8=; b=m8DRxoLJAdgJYpC7D2CJJQQQg1HrJUvmJvkJTnzqgHjj8IHDvJTE6km8xSbdz5ICmo Es5FWpT4z2suuDrQgfmUYy0bRb5R+/lmtTh3RgVL/R7jyHbCPcoDmlLDKBs7sFxcDwmA I4CiV7eprNQNthu7x1CJ834wWtO8iuqgqQxXU= MIME-Version: 1.0 Received: by 10.182.53.102 with SMTP id a6mr14499186obp.30.1329856577718; Tue, 21 Feb 2012 12:36:17 -0800 (PST) Received: by 10.182.29.196 with HTTP; Tue, 21 Feb 2012 12:36:17 -0800 (PST) In-Reply-To: References: Date: Tue, 21 Feb 2012 13:36:17 -0700 Message-ID: From: Jason Wolfe To: "Desai, Kashyap" Content-Type: text/plain; charset=ISO-8859-1 Cc: "freebsd-scsi@freebsd.org" , "McConnell, Stephen" Subject: Re: LSI2008 controller clobbers first disk with new LSI mps driver X-BeenThere: freebsd-scsi@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: SCSI subsystem List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 21 Feb 2012 20:36:18 -0000 On Tue, Feb 21, 2012 at 10:51 AM, Desai, Kashyap wrote: > Jason, > > I am looking at your logs and trying to correlate with code. > > Meanwhile can you try to reduce 4 Drives from you setup and repeat the same test ? > BTW, Do you have access to "lsiutil" ? > > ~ Kashyap Kashyap, I don't have physical access to the server, it's in one of our remote locations. If it comes down to it, I could have drives removed, but it's $$. Let me know if you think it will require that. I've not seen lsiutil for FreeBSD and I was under the impression it was closed source. Maybe you can point me in the direction if there is a way I can grab it? Jason