From owner-freebsd-scsi@FreeBSD.ORG Mon Feb 27 18:20:06 2006 Return-Path: X-Original-To: freebsd-scsi@freebsd.org Delivered-To: freebsd-scsi@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 4B80D16A420 for ; Mon, 27 Feb 2006 18:20:06 +0000 (GMT) (envelope-from tom@uniserve.com) Received: from mx7.uniserve.ca (mx7a.uniserve.ca [216.113.192.93]) by mx1.FreeBSD.org (Postfix) with ESMTP id 015EE43D49 for ; Mon, 27 Feb 2006 18:20:05 +0000 (GMT) (envelope-from tom@uniserve.com) Received: from mgmt.uniserve.ca ([216.113.192.30]) by mx7.uniserve.ca with esmtp (Exim 4.50) id 1FDmyb-000A50-AC; Mon, 27 Feb 2006 10:20:05 -0800 Date: Mon, 27 Feb 2006 10:20:05 -0800 (PST) From: Tom Samplonius X-X-Sender: tom@mgmt.uniserve.ca To: Matthew Jacob In-Reply-To: <7579f7fb0602270144s231256b6ta40c6a0eedb10b5a@mail.gmail.com> Message-ID: <20060227101531.L90562@mgmt.uniserve.ca> References: <20060206132947.O89934@mgmt.uniserve.ca> <7579f7fb0602270144s231256b6ta40c6a0eedb10b5a@mail.gmail.com> MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII; format=flowed X-Scanner: OK. Scanned. Cc: freebsd-scsi@freebsd.org Subject: Re: Qlogic fibre channel support questions X-BeenThere: freebsd-scsi@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: SCSI subsystem List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 27 Feb 2006 18:20:06 -0000 On Mon, 27 Feb 2006, Matthew Jacob wrote: > Why do you want to boot from SAN? Don't the blades have space for a > local boot disk? IBM blades do not have hotswappable drives on the blades. So you have to remove the blade to get at the drives. Plus, the drives pump up the chassis power consumption as well. (Well, there is SCSI side-car option, but it eats up a blade slot.) So consolidating all storage on the SAN, make sense. Managing a bunch of 10GB boot LUNs is going to easier than dealing with 28 physical drives (2 per blade). I can put a pair of mirrored 146GB disks on the SAN, and slice out 10GB per blade. It is even a bit cheaper, including the SAN 64 partition licence. Tom