Main index | Section 1 | 日本語 | Options |
The options are as follows:
| |
Use the device changer rather than the default device /dev/ch0. | |
A medium changer apparatus is made up of elements. There are five element types: picker (medium transport), slot (storage), portal (import/export), drive (data transfer), and voltag (select by volume identifier). The voltag pseudo-element type allows the selection of tapes by their volume tag (typically a barcode on the tape).
In this command description, the shorthand ET will be used to represent an element type, and EU will be used to represent an element unit. For example, to represent the first robotic arm in the changer, the ET would be "picker" and the EU would be "0".
move | |
<from ET> <from EU> <to ET> <to EU> [ inv] Move the media unit from <from ET/EU> to <to ET/EU>. If the optional modifier inv is specified, the media unit will be inverted before insertion. | |
exchange | |
<src ET> <src EU> <dst1 ET> <dst1 EU>
[<dst2 ET> <dst2 ET>]
[ inv1]
[ inv2]
Perform a media unit exchange operation.
The media unit in
<src ET/EU>
is moved to
<dst1 ET/EU>
and the media unit previously in
<dst1 ET/EU>
is moved to
<dst2 ET/EU>.
In the case of a simple exchange,
<dst2 ET/EU>
is omitted and the values
<src ET/EU>
are used in their place.
The optional modifiers
inv1
and
inv2
specify whether the media units are to be inverted before insertion into
<dst1 ET/EU>
and
<dst2 ET/EU>
respectively.
Note that not all medium changers support the exchange operation; the changer must have multiple free pickers or emulate multiple free pickers with transient storage. | |
return | |
<from ET> <from EU> Return the media unit to its source element. This command will query the status of the specified media unit, and will move it to the element specified in its source attribute. This is a convenient way to return media from a drive or portal to its previous element in the changer. | |
position | |
<to ET> <to EU>
[ inv]
Position the picker in front of the element described by
<to ET/EU>.
If the optional modifier
inv
is specified, the media unit will be inverted before insertion.
Note that not all changers behave as expected when issued this command. | |
params | |
Report the number of slots, drives, pickers, and portals in the changer, and which picker unit the changer is currently configured to use. | |
getpicker | |
Report which picker unit the changer is currently configured to use. | |
setpicker | |
<unit> Configure the changer to use picker <unit>. | |
ielem | |
[<timeout>] Perform an INITIALIZE ELEMENT STATUS operation on the changer. The optional <timeout> parameter may be given to specify a timeout in seconds for the operations. This may be used if the operation takes unusually long because of buggy firmware or the like. | |
voltag | |
[
If the
The command works with the primary volume tag or, if the
| |
status | |
[ | |
| |
Print the primary volume tag for each loaded medium, if any. The volume tag is printed as "<LABEL:SERIAL>". | |
| |
Print the alternate volume tag for each loaded medium, if any. | |
| |
Print the additional sense code and additional sense code qualifier for each element. | |
| |
Print the element source address for each element. | |
| |
Print SCSI bus information for each element. Note that this information is valid only for drives. | |
| |
Print the internal element addresses for each element. The internal element address is not normally used with this driver. It is reported for diagnostic purposes only. | |
| |
Print all additional information (as in
| |
The status bits are defined as follows:
FULL | Element contains a media unit. |
IMPEXP | |
Media was deposited into element by an outside human operator. | |
EXCEPT | |
Element is in an abnormal state. | |
ACCESS | |
Media in this element is accessible by a picker. | |
EXENAB | |
Element supports passing media (exporting) to an outside human operator. | |
INENAB | |
Element supports receiving media (importing) from an outside human operator. | |
CHANGER | |
The default changer may be overridden by setting this environmental variable to the desired changer device. | |
/dev/ch0 | |
default changer device | |
chio move slot 3 drive 0 | |
Move the media in slot 3 (fourth slot) to drive 0 (first drive). | |
chio move voltag VOLUME01 drive 0 | |
Move the media with the barcode VOLUME01 to drive 0 (first drive). | |
chio return drive 0 | |
Remove the tape from drive 0 (first drive) and return it to its original location in the rack. | |
chio setpicker 2 | |
Configure the changer to use picker 2 (third picker) for operations. | |
Additional work by Hans Huebner <Mt hans@artcom.de> and Steve Gunn <Mt csg@waterspout.com>.
CHIO (1) | October 5, 2016 |
Main index | Section 1 | 日本語 | Options |
Please direct any comments about this manual page service to Ben Bullock. Privacy policy.