amdevcheck(8) - Linux man page
Name
amdevcheck - Validate an Amanda device and volume.
Synopsis
amdevcheck config [device name] [-o configoption]...
Description
Amdevcheck provides a way to check that a particular Amanda device is accessible, whether or not it contains a volume, and whether or not that volume is labeled. Some devices can't distinguish between all of these cases; a missing volume and an unlabeled volume might generate the same error code, for example. In those cases, this tool reports all possible causes of the error.
See the amanda(8) man page for more details about Amanda. See amanda-devices(7) for more information on devices.
Options
config
- Amanda configuration to use. Note that amdevcheck ignores any tape changer configuration.
- device
- Amanda device to use. This option overrides any tapedev configuration specified in the configuration file.
- -o clientconfigoption
- See the "CONFIGURATION OVERRIDE" section in amanda(8).
Output
Amdevcheck returns one or more of the following lines. If multiple lines appear, then at least one, but not necessarily all of the messages apply. This situation can occur when working with hardware or operating systems which cannot distinguish, for example, between a malfunctioning drive and a functional but unloaded drive.
SUCCESS
- A tape is ready.
- DEVICE_ERROR
- A device error has occurred.
- DEVICE_BUSY
- The device is busy.
- VOLUME_MISSING
- No tape is loaded in the drive.
- VOLUME_UNLABELED
- The tape in the drive is unlabeled.
- VOLUME_ERROR
- A volume error has occurred.
- MESSAGE text
- Where text provides a human-readable description of the problem.
See Also
amanda(8), ammt(8), : http://wiki.zmanda.com
Author
Ian Turner <ian@zmanda.com>
- Zmanda, Inc. (http://www.zmanda.com)