amdevcheck (8) - Linux Manuals
amdevcheck: Validate an Amanda device and volume.
NAME
amdevcheck - Validate an Amanda device and volume.
SYNOPSIS
-
amdevcheck [--label] [-properties
list] [-o configoption...] config [device-name]
DESCRIPTION
Amdevcheck
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.
--label
- Get the device's label. If this option is given, the usual check output is omitted, and the label of the loaded volume is printed to stdout. Returns with error if the label is not found.
--properties [list]
-
List device properties. If this option is given, the usual check output is omitted, and property values are printed to stdout, one per line, as a property name, followed by '=', followed by the property value. Returns with error if properties are not available.
If list is given, it is treated as a comma-separated list of properties to display. If it is omitted, all supported properties are displayed.
-o configoption
- See the "CONFIGURATION OVERRIDE" section in amanda(8).
OUTPUT
amdevcheck exit with code 0 if the device is working of if it get an expected error, look at the MESSAGE line for the error. It exit with code 1 if it get an unexpected error.
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.
AUTHOR
Ian Turner <ian [at] zmanda.com>
- Zmanda, Inc. (http://www.zmanda.com)