From owner-freebsd-questions@FreeBSD.ORG Thu Feb 26 16:58:38 2009 Return-Path: Delivered-To: freebsd-questions@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 0CB281065675 for ; Thu, 26 Feb 2009 16:58:38 +0000 (UTC) (envelope-from uwe@laverenz.de) Received: from mo-p00-ob.rzone.de (mo-p00-ob.rzone.de [81.169.146.162]) by mx1.freebsd.org (Postfix) with ESMTP id 5099A8FC22 for ; Thu, 26 Feb 2009 16:58:37 +0000 (UTC) (envelope-from uwe@laverenz.de) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; t=1235667516; l=704; s=domk; d=laverenz.de; h=Sender:In-Reply-To:Content-Transfer-Encoding:Content-Type: Mime-Version:References:Subject:To:From:Date:X-RZG-CLASS-ID: X-RZG-AUTH; bh=XKCC0T+N73ngtCMnyKtz3BkkLPoYEdtFArUOGD35UkQ=; b=CXAvfQje2k7IdWDoqOt5KD/picpTTUGqYrYjLIgP2zJCSnFbhnZvkltNjUDGjvyxdl/ ExT2fhbo9yAJ1sGHvZdH5+I1a87UvKIrfGkbiM8Ms6VBeNCR74hcpdpuSk+CWGvm5ij/l smIYt9JglGr/lHPYHwUeQLJkHuYt14TAtx4= X-RZG-AUTH: :LWgJfE6Id/4Sm/WkdV0gEbKL+/p/UjmosA/b4BPf1Ida/LA6f2WjvdsA X-RZG-CLASS-ID: mo00 Received: from athena.laverenz.de (77-22-194-90-dynip.superkabel.de [77.22.194.90]) by post.strato.de (klopstock mo5) (RZmta 18.23) with ESMTP id Y02b55l1QGJSP4 for ; Thu, 26 Feb 2009 17:58:36 +0100 (MET) Received: from localhost (localhost.localdomain [127.0.0.1]) by athena.laverenz.de (Postfix) with ESMTP id D95B7127BDE for ; Thu, 26 Feb 2009 17:52:57 +0100 (CET) Received: from athena.laverenz.de ([127.0.0.1]) by localhost (athena [127.0.0.1]) (amavisd-new, port 10024) with LMTP id 01616-05 for ; Thu, 26 Feb 2009 17:52:57 +0100 (CET) Received: by athena.laverenz.de (Postfix, from userid 2000) id 766E9127BF1; Thu, 26 Feb 2009 17:52:57 +0100 (CET) Date: Thu, 26 Feb 2009 17:52:57 +0100 From: Uwe Laverenz To: freebsd-questions@freebsd.org Message-ID: <20090226165257.GA30587@laverenz.de> Mail-Followup-To: freebsd-questions@freebsd.org References: <200902261557.AA156762854@mail.Go2France.com> Mime-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Disposition: inline Content-Transfer-Encoding: 8bit In-Reply-To: <200902261557.AA156762854@mail.Go2France.com> Organization: private site Sender: uwe@laverenz.de User-Agent: Mutt/1.5.9i X-Virus-Scanned: by amavisd-new-20030616-p10 (Debian) at laverenz.de Subject: Re: Feedback on FreeBSD 7.1/fiber channel into EMC SAN? 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, 26 Feb 2009 16:58:38 -0000 On Thu, Feb 26, 2009 at 03:57:39PM +0100, Len Conrad wrote: > I would appreciate any comments from experience with this config. I don't have any experience with EMC-SANs, but... > Which specific fiber channel card have you had success? ...a card with QLogic-Chipset should work (HP FC1243 with QLogic 2422 chip for example (PCI-X)). Please have a look at isp(4) for more information. There seem to be more possible cards that are handled by mpt(4), but I have never seen one of those. You probably also want to have a look at gmultipath(8). disclaimer: I don't run FreeBSD in our SAN at this time, so I can't really say anything about production use of FreeBSD in FC-Đ…ANs. Uwe