From owner-freebsd-questions@FreeBSD.ORG Fri Apr 11 21:11:29 2008 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 7DED91065682 for ; Fri, 11 Apr 2008 21:11:29 +0000 (UTC) (envelope-from paul+fbsd@it.ca) Received: from mail.it.ca (mail.it.ca [216.235.7.67]) by mx1.freebsd.org (Postfix) with ESMTP id 2B6418FC1E for ; Fri, 11 Apr 2008 21:11:28 +0000 (UTC) (envelope-from paul+fbsd@it.ca) Received: from mail.it.ca (paul@mail [216.235.7.67]) by mail.it.ca (8.13.3/8.13.3) with ESMTP id m3BKfhnp024029 for ; Fri, 11 Apr 2008 16:41:43 -0400 (EDT) (envelope-from paul+fbsd@it.ca) DomainKey-Signature: a=rsa-sha1; s=a; d=it.ca; c=nofws; q=dns; h=received:x-authentication-warning:date:from:to:subject: message-id:reply-to:mime-version:content-type: content-disposition:user-agent; b=Teq6LJSH7xfZ63gVOKmrzuufuq/ASIfvk36Pc9llE5iHEztsGP4HgcJ1TXGf5K0W8 Q7B6iTaJgE3kv6mFHHvqfioJIYlqKLb7LAjb6iB1GplUez0r6nS5Qu+SMDo8EV3 Received: (from paul@localhost) by mail.it.ca (8.13.3/8.13.3/Submit) id m3BKfh6C024028 for freebsd-questions@freebsd.org; Fri, 11 Apr 2008 16:41:43 -0400 (EDT) (envelope-from paul+fbsd@it.ca) X-Authentication-Warning: mail.it.ca: paul set sender to paul+fbsd@it.ca using -f Date: Fri, 11 Apr 2008 16:41:42 -0400 From: Paul Chvostek To: freebsd-questions@freebsd.org Message-ID: <20080411204142.GA23171@it.ca> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline User-Agent: Mutt/1.5.12-2006-07-14 X-Greylist: Sender IP whitelisted, not delayed by milter-greylist-3.0 (mail.it.ca [216.235.7.67]); Fri, 11 Apr 2008 16:41:43 -0400 (EDT) Subject: chio: /dev/ch0: CHIOMOVE: Device not configured X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list Reply-To: freebsd-questions@freebsd.org List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 11 Apr 2008 21:11:29 -0000 Hiya. I have a media changer: install# grep ch0 /var/run/dmesg.boot ch0 at isp0 bus 0 target 0 lun 1 ch0: Removable Changer SCSI-5 device ch0: 400.000MB/s transfers ch0: Command Queueing Enabled ch0: 48 slots, 2 drives, 1 picker, 0 portals I can read status info from it: install# chio status | tail -8 slot 42: slot 43: slot 44: slot 45: slot 46: slot 47: drive 0: drive 1: But I can't send it commands: install# chio move drive 0 slot 45 chio: /dev/ch0: CHIOMOVE: Device not configured install# tail -6 /var/log/messages Jan 2 22:05:19 install kernel: (ch0:isp0:0:0:1): MOVE MEDIUM. CDB: a5 0 0 0 0 1 4 16 0 0 0 0 Jan 2 22:05:19 install kernel: (ch0:isp0:0:0:1): CAM Status: SCSI Status Error Jan 2 22:05:19 install kernel: (ch0:isp0:0:0:1): SCSI Status: Check Condition Jan 2 22:05:19 install kernel: (ch0:isp0:0:0:1): ILLEGAL REQUEST asc:25,0 Jan 2 22:05:19 install kernel: (ch0:isp0:0:0:1): Logical unit not supported Jan 2 22:05:19 install kernel: (ch0:isp0:0:0:1): Unretryable error What am I missing? Thanks. :) p -- Paul Chvostek