From owner-freebsd-current@FreeBSD.ORG Mon Aug 11 07:42:43 2003 Return-Path: Delivered-To: freebsd-current@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id DD49E37B401 for ; Mon, 11 Aug 2003 07:42:43 -0700 (PDT) Received: from khavrinen.lcs.mit.edu (khavrinen.lcs.mit.edu [18.24.4.193]) by mx1.FreeBSD.org (Postfix) with ESMTP id 1FC5843F85 for ; Mon, 11 Aug 2003 07:42:41 -0700 (PDT) (envelope-from wollman@khavrinen.lcs.mit.edu) Received: from khavrinen.lcs.mit.edu (localhost [IPv6:::1]) by khavrinen.lcs.mit.edu (8.12.9/8.12.9) with ESMTP id h7BEgdMF004175 (version=TLSv1/SSLv3 cipher=DHE-RSA-AES256-SHA bits=256 verify=OK CN=khavrinen.lcs.mit.edu issuer=SSL+20Client+20CA); Mon, 11 Aug 2003 10:42:40 -0400 (EDT) (envelope-from wollman@khavrinen.lcs.mit.edu) Received: (from wollman@localhost) by khavrinen.lcs.mit.edu (8.12.9/8.12.9/Submit) id h7BEgd04004172; Mon, 11 Aug 2003 10:42:39 -0400 (EDT) (envelope-from wollman) Date: Mon, 11 Aug 2003 10:42:39 -0400 (EDT) From: Garrett Wollman Message-Id: <200308111442.h7BEgd04004172@khavrinen.lcs.mit.edu> To: "Aaron Wohl" In-Reply-To: <20030810001056.129493919F@www.fastmail.fm> References: <20030810001056.129493919F@www.fastmail.fm> X-Spam-Score: -9.9 () IN_REP_TO,REFERENCES X-Scanned-By: MIMEDefang 2.33 (www . roaringpenguin . com / mimedefang) cc: freebsd-current@freebsd.org Subject: SAN disk with freebsd? X-BeenThere: freebsd-current@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: Discussions about the use of FreeBSD-current List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 11 Aug 2003 14:42:44 -0000 < said: > Anyone using a storage area network with freebsd (or linux)? Anything to > recommend as working well or to stay way from? We have two SANs with FreeBSD and Debian servers on them, sharing (and booting from) a generic RAID array (Mylex controller IIRC). The HBA is a Qlogic QLA-2200. Things to stay away from: - Pure FC-AL topologies - Windows on the same loop as anything else - Storage devices that can only be managed through a proprietary Windows application -GAWollman