From owner-freebsd-questions@FreeBSD.ORG Wed Oct 3 16:24:59 2007 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 7BBB116A4E9 for ; Wed, 3 Oct 2007 16:24:59 +0000 (UTC) (envelope-from lists@codeangels.com) Received: from mail.codeangels.com (mail.codeangels.com [80.238.223.10]) by mx1.freebsd.org (Postfix) with ESMTP id 0ECF713C45A for ; Wed, 3 Oct 2007 16:24:58 +0000 (UTC) (envelope-from lists@codeangels.com) Received: (qmail-ldap/ctrl 17012 invoked from network); 3 Oct 2007 15:58:16 -0000 Received: from monkey.codeangels.com (HELO www.codeangels.com) (ffldmp@[192.168.5.6]) (envelope-sender ) by monkey.codeangels.com (qmail-ldap-1.03) with SMTP for ; 3 Oct 2007 15:58:16 -0000 Message-ID: <3753.192.168.2.137.1191427096.squirrel@www.codeangels.com> Date: Wed, 3 Oct 2007 17:58:16 +0200 (CEST) From: "Kirill Ponazdyr" To: freebsd-questions@freebsd.org User-Agent: SquirrelMail/Codeangels_GEN MIME-Version: 1.0 Content-Type: text/plain;charset=iso-8859-1 X-Priority: 3 Importance: Normal Subject: SAN LUN masking and LUNs over 7 X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list Reply-To: lists@codeangels.com List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 03 Oct 2007 16:24:59 -0000 Hello, I am trying to add access to SAN storage on our FreeBSD 6.2 boxes. What I found out is: a) FreeBSD never scan the LUNs on the san storage device if lun 0 is masked (hidden) there b) FreeBSD never scan any LUNs over lun 7 on the san storage device LUNs can be discovered manually by camcontrol rescan BUS:S_ID:LUN. This behavior is the same using Qlogic or LSI SAN Cards. Is there a way to detect those devices automatically on reboot? Thanks Kirill