1 .\" $NetBSD: chio.1,v 1.4 1997/10/02 00:41:25 hubertf Exp $
3 .\" Copyright (c) 1996 Jason R. Thorpe <thorpej@and.com>
4 .\" All rights reserved.
6 .\" Redistribution and use in source and binary forms, with or without
7 .\" modification, are permitted provided that the following conditions
9 .\" 1. Redistributions of source code must retain the above copyright
10 .\" notice, this list of conditions and the following disclaimer.
11 .\" 2. Redistributions in binary form must reproduce the above copyright
12 .\" notice, this list of conditions and the following disclaimer in the
13 .\" documentation and/or other materials provided with the distribution.
14 .\" 3. All advertising materials mentioning features or use of this software
15 .\" must display the following acknowledgements:
16 .\" This product includes software developed by Jason R. Thorpe
17 .\" for And Communications, http://www.and.com/
18 .\" 4. The name of the author may not be used to endorse or promote products
19 .\" derived from this software without specific prior written permission.
21 .\" THIS SOFTWARE IS PROVIDED BY THE AUTHOR ``AS IS'' AND ANY EXPRESS OR
22 .\" IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES
23 .\" OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE DISCLAIMED.
24 .\" IN NO EVENT SHALL THE AUTHOR BE LIABLE FOR ANY DIRECT, INDIRECT,
25 .\" INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING,
26 .\" BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES;
27 .\" LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED
28 .\" AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY,
29 .\" OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY
30 .\" OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF
33 .\" $FreeBSD: src/bin/chio/chio.1,v 1.10.2.8 2003/05/16 22:43:15 keramida Exp $
34 .\" $DragonFly: src/bin/chio/chio.1,v 1.4 2008/09/07 07:51:39 swildner Exp $
41 .Nd medium changer control utility
53 utility is used to control the operation of medium changers, such as those
54 found in tape and optical disk jukeboxes.
56 The options are as follows:
57 .Bl -tag -width indent
61 rather than the default device
65 The default changer may be overridden by setting the environment variable
67 to the desired changer device.
69 A medium changer apparatus is made up of
71 There are five element types:
81 (select by volume identifier). The
83 pseudo-element type allows the selection of tapes by their volume tag
84 (typically a barcode on the tape).
86 In this command description, the shorthand
88 will be used to represent an element type, and
90 will be used to represent an element unit.
91 For example, to represent the first robotic arm in the changer, the
99 .Sh SUPPORTED COMMANDS
100 .Bl -tag -width indent
102 .Ar <from ET> <from EU> <to ET> <to EU>
105 Move the media unit from
109 If the optional modifier
111 is specified, the media unit will be inverted before insertion.
113 .Ar <src ET> <src EU> <dst1 ET> <dst1 EU>
114 .Op Ar <dst2 ET> <dst2 ET>
118 Perform a media unit exchange operation. The media unit in
122 and the media unit previously in
126 In the case of a simple exchange,
128 is omitted and the values
130 are used in their place.
131 The optional modifiers
135 specify whether the media units are to be inverted before insertion into
141 Note that not all medium changers support the
143 operation; the changer must have multiple free pickers or emulate
144 multiple free pickers with transient storage.
146 .Ar <from ET> <from EU>
148 Return the media unit to its source element.
149 This command will query the status of the specified media unit, and
150 will move it to the element specified in its source attribute.
151 This is a convenient way to return media from a drive or portal
152 to its previous element in the changer.
158 Position the picker in front of the element described by
160 If the optional modifier
162 is specified, the media unit will be inverted before insertion.
164 Note that not all changers behave as expected when issued this command.
166 Report the number of slots, drives, pickers, and portals in the changer,
167 and which picker unit the changer is currently configured to use.
169 Report which picker unit the changer is currently configured to use.
173 Configure the changer to use picker
180 .Em INITIALIZE ELEMENT STATUS
181 operation on the changer. The optional
183 parameter may be given to specify a timeout in seconds for the
184 operations. This may be used if the operation takes unusually long
185 because of buggy firmware or the like.
193 Change volume tag for an element in the media changer. This command
194 is only supported by few media changers. If it is not supported by a
195 device, using this command will usually result in an
196 .Dq Invalid Field in CDB
197 error message on the console.
201 flag is specified, the volume tag of the specified element is
204 flag is specified, the volume tag is superseded with the specified
205 volume tag even if a volume tag is already defined for the element.
206 It is an error to not specify the
208 flag when trying to set a label for an element which already has
209 volume tag information defined.
211 The command works with the primary volume tag or, if the
213 flag is given, with the alternate volume tag.
218 Report the status of all elements in the changer. If
220 is specified, report the status of all elements of type
223 Print the primary volume tag for each loaded medium, if any. The volume
227 Print the alternate volume tag for each loaded medium, if any.
229 Print the additional sense code and additional sense code qualifier for
232 Print the element source address for each element.
234 Print SCSI bus information for each element. Note that this information
235 is valid only for drives.
237 Print the internal element addresses for each element. The internal
238 element address is not normally used with this driver. It is reported
239 for diagnostic purposes only.
241 Print all additional information (as in
245 The status bits are defined as follows:
246 .Bl -tag -width indent
248 Element contains a media unit.
250 Media was deposited into element by an outside human operator.
252 Element is in an abnormal state.
254 Media in this element is accessible by a picker.
256 Element supports passing media (exporting) to an outside human operator.
258 Element supports receiving media (importing) from an outside human operator.
261 .Bl -tag -width /dev/ch0 -compact
263 default changer device
266 .Bl -tag -width indent
267 .It Li chio move slot 3 drive 0
268 Move the media in slot 3 (fourth slot) to drive 0 (first drive).
269 .It Li chio move voltag VOLUME01 drive 0
270 Move the media with the barcode VOLUME01 to drive 0 (first drive).
271 .It Li chio return drive 0
272 Remove the tape from drive 0 (first drive) and return it to its original
273 location in the rack.
274 .It Li chio setpicker 2
275 Configure the changer to use picker 2 (third picker) for operations.
284 program and SCSI changer driver were written by
285 .An Jason R. Thorpe Aq thorpej@and.com
286 for And Communications,
287 .Pa http://www.and.com/ .
294 .Aq csg@waterspout.com .