From owner-freebsd-scsi@freebsd.org Sun May 13 18:01:39 2018 Return-Path: Delivered-To: freebsd-scsi@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id A40DAFC869F for ; Sun, 13 May 2018 18:01:39 +0000 (UTC) (envelope-from dirkx@webweaving.org) Received: from weser.webweaving.org (weser.webweaving.org [148.251.234.232]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client CN "weser.webweaving.org", Issuer "Let's Encrypt Authority X3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 2A0FF7F72E for ; Sun, 13 May 2018 18:01:38 +0000 (UTC) (envelope-from dirkx@webweaving.org) Received: from [10.11.0.204] (5ED06D14.cm-7-1b.dynamic.ziggo.nl [94.208.109.20]) (authenticated bits=0) by weser.webweaving.org (8.15.2/8.15.2) with ESMTPSA id w4DI0Lk3026778 (version=TLSv1.2 cipher=ECDHE-RSA-AES256-GCM-SHA384 bits=256 verify=NO) for ; Sun, 13 May 2018 20:00:21 +0200 (CEST) (envelope-from dirkx@webweaving.org) X-Authentication-Warning: weser.webweaving.org: Host 5ED06D14.cm-7-1b.dynamic.ziggo.nl [94.208.109.20] claimed to be [10.11.0.204] From: Dirk-Willem van Gulik Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: quoted-printable Mime-Version: 1.0 (Mac OS X Mail 10.3 \(3273\)) Subject: Scalar i40 tapechanger LUN appearing as a second tape drive Message-Id: <47CCCC93-7168-47B8-8C80-248C90F8085C@webweaving.org> Date: Sun, 13 May 2018 20:00:21 +0200 To: freebsd-scsi@freebsd.org X-Mailer: Apple Mail (2.3273) X-Greylist: Sender succeeded SMTP AUTH, not delayed by milter-greylist-4.6.2 (weser.webweaving.org [148.251.234.232]); Sun, 13 May 2018 20:00:22 +0200 (CEST) X-BeenThere: freebsd-scsi@freebsd.org X-Mailman-Version: 2.1.25 Precedence: list List-Id: SCSI subsystem List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 13 May 2018 18:01:39 -0000 While having to re-surrect a Quantum Scalar i40 LTO5 unit - on a stock = 11.1-RELEASE-p6 wired up with a external SAS cable to a HP Smart Array = P222 I am seeing: camcontrol devlist=20 ... at scbus3 target 4 lun 0 = (sa0,pass1) at scbus3 target 4 lun 1 = (pass2,sa1) ....=09 rather than the tape drive on LUN 0 and the tape changer on LUN 1 (the = control path is to this drive - the serial number matches - and in like = with the web interface details).=20 dmesg shows: ... sa0 at ciss1 bus 32 scbus3 target 4 lun 0=20 sa0: Serial Number C38CEFF000 ... sa1 at ciss1 bus 32 scbus3 target 4 lun 1 ... sa1: Serial Number C38CEFF000 The second drive (Serial C38CEFF004) is not wired up. Or if it is - it = nicely shows up at the right (different) target and LUN0, without a = second LUN. Does this ring a bell with any one ? The kernel has ch(4), sa(4) and = pass(4) compiled in statically (and is known to work with other tape = changers/libraries). Any hints appreciated, Dw.