AMTAPE(8) | System Administration Commands | AMTAPE(8) |
NAME¶
amtape - user interface to Amanda tape changer controls
SYNOPSIS¶
amtape config command [command_options...] [-o configoption]...
DESCRIPTION¶
Amtape performs tape changer control operations. It uses the underlying tape changer script defined by the tpchanger option for a particular Amanda configuration as specified by the config argument.
Tape changers maintain a notion of the current and next 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.
See the amanda(8) man page for more details about Amanda.
COMMANDS¶
reset
eject
clean
show
label label
taper
device
current
update
slot slot
slot current
slot next
slot first
slot advance
-o configoption
This is useful with non-gravity stackers to unload the last tape used and set up Amanda for the next run. If you just use eject, 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 slot next followed by eject does an unnecessary mount.
Note: most changers optimize the slot commands to not eject the loaded tape if it is the one being requested.
SEE ALSO¶
amanda(8), : http://wiki.zmanda.com
AUTHORS¶
James da Silva <jds@amanda.org>
Stefan G. Weichinger <sgw@amanda.org>
11/05/2009 | Amanda 2.6.1p2 |