From owner-freebsd-scsi@FreeBSD.ORG Thu Mar 24 09:59:52 2005 Return-Path: Delivered-To: freebsd-scsi@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 7D0A516A4CE for ; Thu, 24 Mar 2005 09:59:52 +0000 (GMT) Received: from amsfep16-int.chello.nl (nl-ams-slo-l4-01-pip-7.chellonetwork.com [213.46.243.25]) by mx1.FreeBSD.org (Postfix) with ESMTP id 1B71C43D2F for ; Thu, 24 Mar 2005 09:59:51 +0000 (GMT) (envelope-from per.hubinette@cellip.com) Received: from pelle ([80.216.180.42]) by amsfep16-int.chello.nl (InterMail vM.6.01.03.04 201-2131-111-106-20040729) with ESMTP id <20050324095949.NUIN2070.amsfep16-int.chello.nl@pelle> for ; Thu, 24 Mar 2005 10:59:49 +0100 From: "Per Hubinette" To: Date: Thu, 24 Mar 2005 10:59:50 +0100 Message-ID: <000801c53058$38093530$2ab4d850@pelle> MIME-Version: 1.0 X-Priority: 3 (Normal) X-MSMail-Priority: Normal X-Mailer: Microsoft Outlook, Build 10.0.2616 X-MimeOLE: Produced By Microsoft MimeOLE V6.00.2800.1441 Importance: Normal Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit X-Content-Filtered-By: Mailman/MimeDel 2.1.1 Subject: LSILogic MegaRAID and "camcontrol:cam_lookup_pass:CAMGETPASSTHRU ioctl failed X-BeenThere: freebsd-scsi@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: SCSI subsystem List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 24 Mar 2005 09:59:52 -0000 >Glenn Dawson writes: >| At 02:40 PM 3/16/2005, you wrote: >| >Hello, >| > >| >I have a variety of systems that I inherited, with a variety of hardware >| >RAIDs. Most systems are 4.8-4.10. I want to be able to monitor the >| >various RAIDs reliably so that I can fix failures faster, but it is a >| >bear. >| > >| >META QUESTION: Can anyone wiser in the ways of SCSI offer a clue? Is >| > there a "best practices" approach to >| > monitoring hardware >| > RAIDs on FreeBSD? Or suggestions and advice on >| > formulating such an approach? >| >| LSI has a command line utility here: >| http://www.lsilogic.com/downloads/downloads.do?product=2414&download_typ e=all >| >| it's written for linux, but it might work under FreeBSD with linux >| emulation enabled. >| I haven't tried it yet, but I can later tonight. I'll post my findings to >| the list. > >No they won't work since there is no Linux compatibility shim for the >ioctl's. Also the MegaMonitor utilities leaks shared memory under >Linux and dies. Fixes from LSI are slow to come by. > >The updated version of the Linux tools do tend to work better. Running the >ancient FreeBSD MegaMonitor does bad things to your system. It may >work once or twice but can start breaking other programs on the system. > >Doug A. So if you aren't using MegaMonitor what are you people using to monitor these RAID controllers are you restarting the servers and looking at the BIOS information to know that everything is ok? Per