From owner-freebsd-questions@FreeBSD.ORG Thu Mar 3 15:52:34 2005 Return-Path: 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 76FBF16A4CE for ; Thu, 3 Mar 2005 15:52:34 +0000 (GMT) Received: from dan.emsphone.com (dan.emsphone.com [199.67.51.101]) by mx1.FreeBSD.org (Postfix) with ESMTP id 7087E43D58 for ; Thu, 3 Mar 2005 15:52:32 +0000 (GMT) (envelope-from dan@dan.emsphone.com) Received: (from dan@localhost) by dan.emsphone.com (8.13.1/8.13.1) id j23FqVaI054583; Thu, 3 Mar 2005 09:52:31 -0600 (CST) (envelope-from dan) Date: Thu, 3 Mar 2005 09:52:31 -0600 From: Dan Nelson To: Marco Pizzi Message-ID: <20050303155231.GC47537@dan.emsphone.com> References: <6.1.2.0.2.20050303115032.01e782b8@127.0.0.1> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <6.1.2.0.2.20050303115032.01e782b8@127.0.0.1> X-OS: FreeBSD 5.3-STABLE X-message-flag: Outlook Error User-Agent: Mutt/1.5.8i cc: freebsd-questions@freebsd.org Subject: Re: SCSI problem on a IBM xSeries x206 X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 03 Mar 2005 15:52:34 -0000 In the last episode (Mar 03), Marco Pizzi said: > I've a problem with a IBM xSeries x206 server. This server is > equipped with an Adaptec AIC7901 Ultra320 SCSI RAID card, and the two > SCSI disks are configured as RAID1 in the bios card. I've installed > FreeBSD 5.3, but the system go on to see the two SCSI disks (sd0 and > sd1); not the logical RAID1 unit. If I launch the command "pciconf > -lv" the output is the following: > > ahd0@pci3:4:0: class=0x010400 card=0x005f9005 chip=0x808f9005 rev=0x10 > hdr=0x00 > vendor = 'Adaptec Inc' > device = 'AIC-7901 Ultra320 HostRAID Controller' HostRAID is software-based RAID, similar to the software ATA RAID managed by the ataraid driver and the atacontrol command. An enterprising coder could probably modify geom_mirror to recognize whatever disk metadata that HostRAID stores. -- Dan Nelson dnelson@allantgroup.com