A TAPE ERROR OCCURRED: Could not find a tape to use: Difference between revisions

From wiki.zmanda.com
Jump to navigation Jump to search
No edit summary
mNo edit summary
Line 2: Line 2:


The symoptome is:
The symoptome is:
<nowiki>
# amtape home-backup show
# amtape home-backup show
slot  1: time 20080916051516 label backup-01
slot  1: time 20080916051516 label backup-01
slot  2: time 20080917041356 label backup-02
slot  2: time 20080917041356 label backup-02
slot  2: time 20080917041356 label backup-02
slot  2: time 20080917041356 label backup-02
slot  2: time 20080917041356 label backup-02
slot  2: time 20080917041356 label backup-02
slot  2: time 20080917041356 label backup-02
slot  2: time 20080917041356 label backup-02
....
</nowiki>
....


amcheck was repeating tapes/slots too.
amcheck was repeating tapes/slots too.
Line 19: Line 17:
So, in my case I just corrected permissions in changer state-file parent directory
So, in my case I just corrected permissions in changer state-file parent directory
(! First look at where your state-file resides, /var/amanda/changer-state may be specific to my setup)
(! First look at where your state-file resides, /var/amanda/changer-state may be specific to my setup)
<nowiki># chown amandabackup /var/amanda</nowiki>
# chown amandabackup /var/amanda

Revision as of 22:50, 17 September 2008

In my case problem was in that amtape was unable to change tape.

The symoptome is:

# amtape home-backup show
slot   1: time 20080916051516 label backup-01
slot   2: time 20080917041356 label backup-02
slot   2: time 20080917041356 label backup-02
slot   2: time 20080917041356 label backup-02
slot   2: time 20080917041356 label backup-02
....

amcheck was repeating tapes/slots too.

The worst thing is that amanda doesn't report any useful error if tape changer (chg-multi in my case) can't load a slot ( amtape home-backup slot 3 doesn't raise any alert in spite of error )

So, in my case I just corrected permissions in changer state-file parent directory (! First look at where your state-file resides, /var/amanda/changer-state may be specific to my setup)

# chown amandabackup /var/amanda