From owner-freebsd-questions@FreeBSD.ORG Mon Mar 26 21:19:18 2007 Return-Path: X-Original-To: questions@freebsd.org Delivered-To: freebsd-questions@FreeBSD.ORG Received: from mx1.freebsd.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id A1F6B16A405; Mon, 26 Mar 2007 21:19:18 +0000 (UTC) (envelope-from anderson@freebsd.org) Received: from mh1.centtech.com (moat3.centtech.com [64.129.166.50]) by mx1.freebsd.org (Postfix) with ESMTP id 76E1913C44B; Mon, 26 Mar 2007 21:19:18 +0000 (UTC) (envelope-from anderson@freebsd.org) Received: from [10.177.171.220] (neutrino.centtech.com [10.177.171.220]) by mh1.centtech.com (8.13.8/8.13.8) with ESMTP id l2QKeA7A039335; Mon, 26 Mar 2007 15:40:10 -0500 (CDT) (envelope-from anderson@freebsd.org) Message-ID: <46082FAA.8060002@freebsd.org> Date: Mon, 26 Mar 2007 15:40:10 -0500 From: Eric Anderson User-Agent: Thunderbird 1.5.0.10 (X11/20070320) MIME-Version: 1.0 To: jgrosch@juniper.net References: <20070326200603.GA65215@juniper.net> In-Reply-To: <20070326200603.GA65215@juniper.net> Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit X-Virus-Scanned: ClamAV 0.88.4/2933/Mon Mar 26 11:26:11 2007 on mh1.centtech.com X-Virus-Status: Clean X-Spam-Status: No, score=-2.6 required=8.0 tests=AWL,BAYES_00 autolearn=ham version=3.1.6 X-Spam-Checker-Version: SpamAssassin 3.1.6 (2006-10-03) on mh1.centtech.com Cc: hackers@freebsd.org, questions@freebsd.org Subject: Re: Dual Logic with Qlogic card 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: Mon, 26 Mar 2007 21:19:18 -0000 On 03/26/07 15:06, Josef Grosch wrote: > I have a Qlogic HBA card (QLA2342) in a machine running FreeBSD > 6.2. FreeBSD sees the card and when the HBA is attached to a SAN we are > able to see the disk space. The thing we can't seem to get working is a > dual path to the same space. Can anyone point me in the correct direction > to get this working? See geom multipath (gmultipath) in -CURRENT. I think it's going to be MFC'ed at some point.. Eric