Imported Upstream version 3.2.1
[debian/amanda] / man / amtape.8
index 4e7edb8bda629e7fba0213a7458a92f358211d0c..e2059d2cb9360c6f24762c818b46be04a556c380 100644 (file)
+'\" t
 .\"     Title: amtape
-.\"    Author: 
-.\" Generator: DocBook XSL Stylesheets v1.72.0 <http://docbook.sf.net/>
-.\"      Date: 02/07/2007
-.\"    Manual: 
-.\"    Source: 
+.\"    Author: Dustin J. Mitchell <dustin@zmanda.com>
+.\" Generator: DocBook XSL Stylesheets vsnapshot_8273 <http://docbook.sf.net/>
+.\"      Date: 12/14/2010
+.\"    Manual: System Administration Commands
+.\"    Source: Amanda 3.2.1
+.\"  Language: English
 .\"
-.TH "AMTAPE" "8" "02/07/2007" "" ""
+.TH "AMTAPE" "8" "12/14/2010" "Amanda 3\&.2\&.1" "System Administration Commands"
+.\" -----------------------------------------------------------------
+.\" * set default formatting
+.\" -----------------------------------------------------------------
 .\" disable hyphenation
 .nh
 .\" disable justification (adjust text to left margin only)
 .ad l
+.\" -----------------------------------------------------------------
+.\" * MAIN CONTENT STARTS HERE *
+.\" -----------------------------------------------------------------
 .SH "NAME"
-amtape \- user interface to Amanda tape changer controls
+amtape \- Control Amanda changers
 .SH "SYNOPSIS"
-.HP 7
-\fBamtape\fR \fIconfig\fR \fIcommand\fR [\fIcommand_options\fR...] [\fB\-o\ \fR\fIconfigoption\fR]...
+.HP \w'\fBamtape\fR\ 'u
+\fBamtape\fR [\fB\-o\fR\ \fIconfigoption\fR...] \fIconfig\fR \fIsubcommand\fR [\fIsubcommand_options\fR...]
 .SH "DESCRIPTION"
 .PP
 \fBAmtape\fR
-performs tape changer control operations. It uses the underlying tape changer script defined by the
-\fBtpchanger\fR
-option for a particular
-\fIAmanda\fR
-configuration as specified by the
-\fIconfig\fR
-argument.
+is the command\-line interface to Amanda\'s tape changers (\fBamanda-changers\fR(7)) and to the taperscan algorithm (\fBamanda-taperscan\fR(7))\&.
 .PP
 Tape changers maintain a notion of the
 \fIcurrent\fR
-and
-\fInext\fR
-slot for each configuration. These may or may not correspond to an actual physical state of the device, but do tend to minimize searching through the tape storage slots. If the desired tape is in the current slot, it is likely the next tape needed is in the next slot rather than at some random position in the storage slots.
+slot for each configuration\&. This may or may not correspond to an actual physical state of the device, but is used by some taperscan algorithms to minimize searching through the slots\&.
 .PP
-See the
-\fBamanda\fR(8)
-man page for more details about
-\fIAmanda\fR.
-.SH "COMMANDS"
-.PP
-\fBreset\fR
-.RS 4
-Reset the tape changer to a known state. The
-\fIcurrent\fR
-slot is set to the
-\fIfirst\fR
-slot. Other device\-specific side effects may occur. Some gravity stackers need to be reset to the top position by hand. This command notifies
-\fIAmanda\fR
-the stacker is back in that position.
-.RE
-.PP
-\fBeject\fR
-.RS 4
-If a tape is loaded in the drive, it is ejected and returned to the slot from which it was loaded.
-.RE
-.PP
-\fBclean\fR
-.RS 4
-If a cleaning tape is defined for the changer, it is used to clean the drive.
-.RE
-.PP
-\fBshow\fR
-.RS 4
-Show the contents of all slots. This can be slow.
-.RE
+Amtape uses the default changer\&. To use a different changer, use the config override option, e\&.g\&.,
+\fB\-otpchanger=otherchanger\fR\&.
+.SH "SUBCOMMANDS"
 .PP
 \fBlabel\fR \fIlabel\fR
 .RS 4
-Search for and load the
-\fIAmanda\fR
-tape with label
-\fIlabel\fR.
+Search for and load the Amanda tape with label
+[label], also setting the current slot\&.
 .RE
 .PP
-\fBtaper\fR
-.RS 4
-Perform the
-\fBtaper\fR
-scan algorithm. Load the next tape in the configuration's tape sequence, or a fresh tape with a suitable label.
-.RE
-.PP
-\fBdevice\fR
+\fBslot\fR \fIslot\fR
 .RS 4
-Display the name of the current tape device on
-\fIstdout\fR.
+Load the volume in the given slot, also setting the current slot\&. The slot names
+\fBcurrent\fR,
+\fBnext\fR,
+\fBfirst\fR, and
+\fBlast\fR
+have special meaning\&.
 .RE
 .PP
 \fBcurrent\fR
 .RS 4
-Display the current slot.
-.RE
-.PP
-\fBupdate\fR
-.RS 4
-Update the changer label database, if it has one, to match the tapes now available.
+Shorthand for
+\fBslot\fR
+current\&.
 .RE
 .PP
-\fBslot\fR \fIslot\fR
+\fBinventory\fR
 .RS 4
-Eject any tape in the drive and put it away, then load the tape from slot
-\fIslot\fR
-and reset
-\fIcurrent\fR.
+Show the contents of all slots, based on the changer\'s cached metadata\&. This is a quick operation as it does not load or unload any volumes, but is not supported by all changers\&.
 .RE
 .PP
-\fBslot current\fR
+\fBshow\fR
 .RS 4
-Eject any tape in the drive and put it away, then load the tape from the current slot.
+Show the contents of all slots by loading each slot and reading its label\&. This can be very slow\&.
 .RE
 .PP
-\fBslot prev\fR
+\fBreset\fR
 .RS 4
-Eject any tape in the drive and put it away, then load the tape from the previous slot and reset
-\fIcurrent\fR.
+Reset the changer to a known state\&. This subcommand is intended to clear any unknown and potentially incorrect state the changer may have stored\&.
 .RE
 .PP
-\fBslot next\fR
+\fBeject\fR [\fIdrive\fR]
 .RS 4
-Eject any tape in the drive and put it away, then load the tape from the next slot and reset
-\fIcurrent\fR.
+Eject the tape currently in the drive\&. This only applies to some changers\&. Specify a drive (by drive number) if more than one drive is available\&.
 .RE
 .PP
-\fBslot first\fR
+\fBclean\fR [\fIdrive\fR]
 .RS 4
-Eject any tape in the drive and put it away, then load the tape from the first slot and reset
-\fIcurrent\fR.
+If a cleaning tape is defined for the changer, used it to clean the specified drive\&. The
+[drive]
+is optional if the changer only has one drive\&.
 .RE
 .PP
-\fBslot last\fR
+\fBtaper\fR
 .RS 4
-Eject any tape in the drive and put it away, then load the tape from the last slot and reset
-\fIcurrent\fR.
+Run the taperscan algorithm (see
+\fBamanda-taperscan\fR(7)), displaying information about the progress of the scan\&.
 .RE
 .PP
-\fBslot advance\fR
+\fBupdate\fR [what]
 .RS 4
-Eject any tape in the drive and put it away. Advance
-\fIcurrent\fR
-to the next tape, but do not load it.
+Update changer state\&. Consult
+\fBamanda-changers\fR(7)
+for changer\-specific details on the format of
+what\&.
 .RE
 .PP
-\fB\-o\fR \fIconfigoption\fR
+\fB\-o \fR\fB\fIconfigoption\fR\fR
 .RS 4
-See the "\fBCONFIGURATION OVERWRITE\fR" section in
-\fBamanda\fR(8).
+See the "CONFIGURATION OVERRIDE" section in
+\fBamanda\fR(8)\&.
 .RE
+.SH "SEE ALSO"
 .PP
-This is useful with non\-gravity stackers to unload the last tape used and set up
-\fIAmanda\fR
-for the next run. If you just use
-\fBeject\fR, the current tape will be mounted again in the next run, where it will be rejected as being still in use, ejected and the next tape requested. Using
-\fBslot next\fR
-followed by
-\fBeject\fR
-does an unnecessary mount.
+\fBamanda\fR(8),
+\fBamanda-changers\fR(7),
+\fBamanda-taperscan\fR(7),
+\fBamanda-devices\fR(7)
 .PP
-Note: most changers optimize the
-\fBslot\fR
-commands to not eject the loaded tape if it is the one being requested.
-.SH "AUTHOR"
+The Amanda Wiki:
+: http://wiki.zmanda.com/
+.SH "AUTHORS"
 .PP
-James da Silva,
-<jds@amanda.org>
-: Original text
+\fBDustin J\&. Mitchell\fR <\&dustin@zmanda\&.com\&>
+.RS 4
+Zmanda, Inc\&. (http://www\&.zmanda\&.com)
+.RE
 .PP
-Stefan G. Weichinger,
-<sgw@amanda.org>, maintainer of the
-\fIAmanda\fR\-documentation: XML\-conversion
-.SH "SEE ALSO"
+\fBJames da Silva\fR <\&jds@amanda\&.org\&>
 .PP
-\fBamanda\fR(8)
+\fBStefan G\&. Weichinger\fR <\&sgw@amanda\&.org\&>