Hi all,
I'm not new to Amanda, but I'm new to Amanda & WORM LTO-3.
I've a HP Ultrium 1/8 G2 Autoloader with LTO-3 WORM, the changer is /dev/sg1
and the drive is /dev/sg0: I receive always Input/Output error when I run
"amdump DailySet1".
This is my amanda.conf:
# amanda-server-2.5.0p2-4
org "DailySet1"
mailto "amanda"
dumpuser "amanda"
inparallel 4
dumporder "sssS"
taperalgo first
displayunit "k"
netusage 10000 Kbps
dumpcycle 4 weeks
runspercycle 20
tapecycle 25 tapes
bumpsize 20 Mb
bumppercent 20
bumpdays 1
bumpmult 4
etimeout 300
dtimeout 1800
ctimeout 30
tapebufs 20
runtapes 8
tpchanger "chg-zd-mtx"
tapedev "/dev/nst0"
rawtapedev "/dev/null"
changerfile "/etc/amanda/DailySet1/changer.conf"
changerdev "/dev/sg1"
maxdumpsize -1
tapetype LTO3-HP
labelstr "^DAILYSET-[0-9][0-9]*$"
amrecover_do_fsf yes
amrecover_check_label yes
amrecover_changer "null:"
holdingdisk hd1 {
comment "main holding disk"
directory "/dumps/amanda"
use 10 Gb
chunksize 1Gb
}
autoflush no
infofile "/etc/amanda/DailySet1/curinfo"
logdir "/etc/amanda/DailySet1"
indexdir "/etc/amanda/DailySet1/index"
define tapetype LTO3-HP {
comment "HP LTO Ultrium 3, 400/800, FujiFilm LTO3 cartridge, compression
off"
length 386048 mbytes
filemark 0 kbytes
speed 56677 kps
}
define dumptype global {
comment "Global definitions"
index yes
}
define dumptype incremental {
global
comment "Backup incrementale"
strategy incronly
priority medium
program "GNUTAR"
compress none
index
priority low
}
This is the output of "/usr/sbin/amtape DailySet1 show":
-bash-3.1$ /usr/sbin/amtape DailySet1 show
changer: got exit: 0 str: 2 8 1
changer_query: changer return was 8 1
changer_query: searchable = 0
amtape: scanning all 8 slots in tape-changer rack:
changer_find: looking for NULL changer is searchable = 0
changer: got exit: 0 str: 1 /dev/nst0
slot 1: date X label DAILYSET-001
changer: got exit: 0 str: 2 /dev/nst0
slot 2: date X label DAILYSET-002
changer: got exit: 0 str: 3 /dev/nst0
slot 3: date X label DAILYSET-003
changer: got exit: 0 str: 4 /dev/nst0
slot 4: date X label DAILYSET-004
changer: got exit: 0 str: 5 /dev/nst0
slot 5: date X label DAILYSET-005
changer: got exit: 0 str: 6 /dev/nst0
slot 6: date X label DAILYSET-006
changer: got exit: 0 str: 7 /dev/nst0
slot 7: date X label DAILYSET-007
changer: got exit: 0 str: 8 /dev/nst0
slot 8: date X label DAILYSET-008
Thanks in advance