Man page - amdevcheck(8)
Packages contas this manual
- amservice(8)
- amcheckdump(8)
- amrestore(8)
- amcleanupdisk(8)
- tapelist(5)
- amoldrecover(8)
- amcheck(8)
- amoverview(8)
- amanda-auth-ssl(7)
- amadmin(8)
- script-email(8)
- amcrypt-ossl(8)
- amtapetype(8)
- amanda-devices(7)
- amanda-scripts(7)
- disklist(5)
- amcrypt(8)
- amsamba(8)
- amzfs-snapshot(8)
- amstar(8)
- amflush(8)
- amanda.conf(5)
- amfetchdump(8)
- amanda-auth(7)
- amstatus(8)
- amanda-compatibility(7)
- amcleanup(8)
- amreport(8)
- amvault(8)
- amcrypt-ossl-asym(8)
- amanda-archive-format(5)
- amanda-applications(7)
- amanda-rest-server(8)
- amcheckdb(8)
- amserverconfig(8)
- amcryptsimple(8)
- amsuntar(8)
- amanda-security.conf(5)
- amanda(8)
- amanda-interactivity(7)
- amaespipe(8)
- ambackup(8)
- amarchiver(8)
- amanda-changers(7)
- amzfs-sendrecv(8)
- amanda-taperscan(7)
- amplot(8)
- amanda-match(7)
- amrmtape(8)
- amgtar(8)
- amanda-client.conf(5)
- amtoc(8)
- amaddclient(8)
- amanda-command-file(5)
- amgetconf(8)
- ambsdtar(8)
- amdump_client(8)
- amlabel(8)
- amdevcheck(8)
- amrecover(8)
- amtape(8)
- amgpgcrypt(8)
- amraw(8)
- amssl(8)
- amreindex(8)
- amdump(8)
- activate-devpay(1)
- ampgsql(8)
apt-get install amanda-common
Manual
| AMDEVCHECK(8) | System Administration Commands | AMDEVCHECK(8) |
NAME
amdevcheck - Validate an Amanda device and volume.
SYNOPSIS
amdevcheck [--label] [-properties list] [-o configoption...] config [device-name]
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. Optionally this tools lists the properties for the device.
See the amanda(8) man page for more details about Amanda. See amanda-devices(7) for more information on devices.
OPTIONS
config
device
--label
--properties [list]
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
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
DEVICE_ERROR
DEVICE_BUSY
VOLUME_MISSING
VOLUME_UNLABELED
VOLUME_ERROR
MESSAGE text
SEE ALSO
amanda(8), amanda-devices(7)
The Amanda Wiki: : http://wiki.zmanda.com/
AUTHOR
Ian Turner <ian@zmanda.com>
| 01/25/2025 | Amanda 3.5.4 |