summaryrefslogtreecommitdiffstats
path: root/bin/chio/chio.1
diff options
context:
space:
mode:
authorken <ken@FreeBSD.org>2000-09-18 06:09:11 +0000
committerken <ken@FreeBSD.org>2000-09-18 06:09:11 +0000
commit91f91457a7cc308612accc12b3d87ddeb05c41bf (patch)
treeeb5e49d0b5963b35d0d810ba620fdccebc6d9e57 /bin/chio/chio.1
parent3dc41a81fd679aa0d272ceae39c4afe5b8501055 (diff)
downloadFreeBSD-src-91f91457a7cc308612accc12b3d87ddeb05c41bf.zip
FreeBSD-src-91f91457a7cc308612accc12b3d87ddeb05c41bf.tar.gz
Add two new features to chio(1):
- The ability to specify elements by volume tag instead of their actual physical location. e.g., instead of: chio move slot 3 slot 4 you would now use: chio move voltag FOO slot 4 - The ability to return an element to its previous location, as specified by the source element. e.g., instead of: chio move drive 0 slot 4 you would now use: chio return drive 0 or chio return voltag FOO These features will obviously only work with changers that support volume tags and/or source element IDs. chio(1) should fail gracefully if the user attempts to use these new features and the source element ID or volume tag are not found. PR: bin/21178 Submitted by: "C. Stephen Gunn" <csg@waterspout.com> Reviewed by: ken
Diffstat (limited to 'bin/chio/chio.1')
-rw-r--r--bin/chio/chio.136
1 files changed, 30 insertions, 6 deletions
diff --git a/bin/chio/chio.1 b/bin/chio/chio.1
index 34f913f..4697c9b 100644
--- a/bin/chio/chio.1
+++ b/bin/chio/chio.1
@@ -69,20 +69,27 @@ to the desired changer device.
.Pp
A medium changer apparatus is made up of
.Em elements .
-There are four element types:
+There are five element types:
.Em picker
(medium transport),
.Em slot
(storage),
.Em portal
-(import/export), and
+(import/export),
.Em drive
-(data transfer). In this command description, the shorthand
+(data transfer), and
+.Em voltag
+(select by volume identifier). The
+.Em voltag
+pseudo-element type allows the selection of tapes by their volume tag
+(typically a barcode on the tape).
+.Pp
+In this command description, the shorthand
.Em ET
will be used to represent an element type, and
.Em EU
-will be used to represent an element unit. For example, to represent
-the first robotic arm in the changer, the
+will be used to represent an element unit.
+For example, to represent the first robotic arm in the changer, the
.Em ET
would be
.Dq picker
@@ -137,6 +144,15 @@ Note that not all medium changers support the
.Ic exchange
operation; the changer must have multiple free pickers or emulate
multiple free pickers with transient storage.
+.It Xo Nm return
+.Ar <from ET> <from EU>
+.Xc
+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.
+.Pp
.It Xo Nm position
.Ar <to ET> <to EU>
.Op Ar inv
@@ -246,6 +262,11 @@ Element supports receiving media (importing) from an outside human operator.
.Bl -tag -width indent
.It Nm chio move slot 3 drive 0
Move the media in slot 3 (fourth slot) to drive 0 (first drive).
+.It Nm chio move voltag VOLUME01 drive 0
+Move the media with the barcode VOLUME01 to drive 0 (first drive).
+.It Nm chio return drive 0
+Remove the tape from drive 0 (first drive) and return it to its original
+location in the rack.
.It Nm chio setpicker 2
Configure the changer to use picker 2 (third picker) for operations.
.El
@@ -265,4 +286,7 @@ program and SCSI changer driver were written by
for And Communications, http://www.and.com/.
.br
Additional work by
-.An Hans Huebner Aq hans@artcom.de
+.An Hans Huebner
+.Aq hans@artcom.de
+and Steve Gunn
+.Aq csg@waterspout.com
OpenPOWER on IntegriCloud