From owner-freebsd-scsi@FreeBSD.ORG Sat Mar 6 16:13:45 2004 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 82B1D16A4CE; Sat, 6 Mar 2004 16:13:45 -0800 (PST) Received: from mail.sandvine.com (sandvine.com [199.243.201.138]) by mx1.FreeBSD.org (Postfix) with ESMTP id 171EB43D1D; Sat, 6 Mar 2004 16:13:45 -0800 (PST) (envelope-from don@sandvine.com) Received: by mail.sandvine.com with Internet Mail Service (5.5.2657.72) id ; Sat, 6 Mar 2004 19:13:44 -0500 Message-ID: From: Don Bowman To: 'Scott Long' , Don Bowman Date: Sat, 6 Mar 2004 19:13:35 -0500 MIME-Version: 1.0 X-Mailer: Internet Mail Service (5.5.2657.72) Content-Type: text/plain; charset="iso-8859-1" cc: "'scsi@freebsd.org'" Subject: RE: GEM359 ses driver? 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: Sun, 07 Mar 2004 00:13:45 -0000 From: Scott Long [mailto:scottl@freebsd.org] > On Sat, 6 Mar 2004, Don Bowman wrote: > > is anyone aware of a driver or software for freebsd > > for a qlogic enclosure management device? I would > > like to hook alarms up to my nagios installation. > > > > http://www.qlogic.com/products/gem/gem359.asp > > > > This device is present in e.g. supermicro raid > > backplane devices. > > The CAM 'ses' driver should attach to this, at least in > theory. Sample > utilities that talk to this driver are in /usr/share/examples/ses. Yes, the 'getencstat' example does connect to it. However, these utilities don't really do anything useful as far as I can tell, they're more starting points. I'm guessing the gem has modepages that can be decoded. I'd like to be able to detect when a disk goes bad, or a fan, etc, and hook this up to a notification. The smartmontools package connects to the raid controller (ASR), but the raid controller hides all the drives, so that doesn't really help. The asr-utils don't work anymore, so i can't see my drive status that way, so i'm looking @ the ses part. --don