From owner-freebsd-questions@FreeBSD.ORG Thu Feb 9 20:43:00 2006 Return-Path: X-Original-To: freebsd-questions@freebsd.org Delivered-To: freebsd-questions@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 31C9D16A422 for ; Thu, 9 Feb 2006 20:43:00 +0000 (GMT) (envelope-from cswiger@mac.com) Received: from pi.codefab.com (pi.codefab.com [199.103.21.227]) by mx1.FreeBSD.org (Postfix) with ESMTP id AB48D43D53 for ; Thu, 9 Feb 2006 20:42:59 +0000 (GMT) (envelope-from cswiger@mac.com) Received: from localhost (localhost [127.0.0.1]) by pi.codefab.com (Postfix) with ESMTP id 2AA115CE8; Thu, 9 Feb 2006 15:42:59 -0500 (EST) Received: from pi.codefab.com ([127.0.0.1]) by localhost (pi.codefab.com [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id 31976-05; Thu, 9 Feb 2006 15:42:58 -0500 (EST) Received: from [192.168.1.3] (pool-68-161-67-226.ny325.east.verizon.net [68.161.67.226]) (using TLSv1 with cipher DHE-RSA-AES256-SHA (256/256 bits)) (No client certificate requested) by pi.codefab.com (Postfix) with ESMTP id 374FA5C15; Thu, 9 Feb 2006 15:42:58 -0500 (EST) Message-ID: <43EBA957.10807@mac.com> Date: Thu, 09 Feb 2006 15:43:03 -0500 From: Chuck Swiger Organization: The Courts of Chaos User-Agent: Thunderbird 1.5 (Windows/20051201) MIME-Version: 1.0 To: Andrea Venturoli References: <43EB9675.3040302@netfence.it> In-Reply-To: <43EB9675.3040302@netfence.it> X-Enigmail-Version: 0.94.0.0 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit X-Virus-Scanned: amavisd-new at codefab.com Cc: freebsd-questions@freebsd.org Subject: Re: SDR GEM312P X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 09 Feb 2006 20:43:00 -0000 Andrea Venturoli wrote: > Hello. > I'm building a new server and stumbled upon this: > >> ses0 at ahd0 bus 0 target 8 lun 0 >> ses0: Fixed Processor SCSI-2 device >> ses0: 3.300MB/s transfers >> ses0: SAF-TE Compliant Device > > I guess it has something to do with a SCSI hot-swap device, but I didn't > find any info on it. > What is it? What's its purpose? Can I do something nice with it? "ses" stands for "SCSI Environmental Services", and seems to be a standard for managing hot-plug enclosures, fault-tolerance, drive temperatures, and voltages, etc. See "man ses" and /usr/share/examples/ses. -- -Chuck