1AMDEVCHECK(8) System Administration Commands AMDEVCHECK(8)
2
3
4
6 amdevcheck - Validate an Amanda device and volume.
7
9 amdevcheck config [device name] [-o configoption]...
10
12 Amdevcheck provides a way to check that a particular Amanda device is
13 accessible, whether or not it contains a volume, and whether or not
14 that volume is labeled. Some devices canĀ“t distinguish between all of
15 these cases; a missing volume and an unlabeled volume might generate
16 the same error code, for example. In those cases, this tool reports all
17 possible causes of the error.
18
19 See the amanda(8) man page for more details about Amanda. See amanda-
20 devices(7) for more information on devices.
21
23 config
24
25 Amanda configuration to use. Note that amdevcheck ignores any tape
26 changer configuration.
27
28 device
29
30 Amanda device to use. This option overrides any tapedev
31 configuration specified in the configuration file.
32
33 -o clientconfigoption
34 See the "CONFIGURATION OVERRIDE" section in amanda(8).
35
37 Amdevcheck returns one or more of the following lines. If multiple
38 lines appear, then at least one, but not necessarily all of the
39 messages apply. This situation can occur when working with hardware or
40 operating systems which cannot distinguish, for example, between a
41 malfunctioning drive and a functional but unloaded drive.
42
43 SUCCESS
44 A tape is ready.
45
46 DEVICE_ERROR
47 A device error has occurred.
48
49 DEVICE_BUSY
50 The device is busy.
51
52 VOLUME_MISSING
53 No tape is loaded in the drive.
54
55 VOLUME_UNLABELED
56 The tape in the drive is unlabeled.
57
58 VOLUME_ERROR
59 A volume error has occurred.
60
61 MESSAGE text
62 Where text provides a human-readable description of the problem.
63
65 amanda(8), ammt(8), : http://wiki.zmanda.com
66
68 Ian Turner <ian@zmanda.com>
69 Zmanda, Inc. (http://www.zmanda.com)
70
71
72
73Amanda 2.6.1p2 11/05/2009 AMDEVCHECK(8)