From owner-freebsd-stable@FreeBSD.ORG Wed Jul 23 17:05:25 2003 Return-Path: Delivered-To: freebsd-stable@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id A902937B401 for ; Wed, 23 Jul 2003 17:05:25 -0700 (PDT) Received: from blues.jpj.net (blues.jpj.net [208.210.80.156]) by mx1.FreeBSD.org (Postfix) with ESMTP id DBBFB43FB1 for ; Wed, 23 Jul 2003 17:05:24 -0700 (PDT) (envelope-from benh@jpj.net) Received: from [192.168.11.10] (dryden.horked.net [216.162.122.26]) by blues.jpj.net (8.12.9/8.12.3) with ESMTP id h6O05LFh088795 for ; Wed, 23 Jul 2003 20:05:21 -0400 (EDT) (envelope-from benh@jpj.net) X-Sender: benh@blues.jpj.net Message-Id: Mime-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Date: Wed, 23 Jul 2003 19:05:42 -0500 To: freebsd-stable@freebsd.org From: Ben Hockenhull Subject: Qlogic Fibrechannel and detecting new LUNs on the fly X-BeenThere: freebsd-stable@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: Production branch of FreeBSD source code List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 24 Jul 2003 00:05:26 -0000 Hi there, I've installed a Qlogic HBA in a 4.8-STABLE machine and I'm able to present LUNs to this machine from an HDS array and use them. That all works perfectly. However, the only time I pick up new LUNs is on a reboot. Seems like I should be able to rescan the fabric and pick up new LUNs, but there doesn't seem to be a way to do this. I tried camcontrol rescan, but that didn't work. Any ideas? Thanks ben