Hi this is the first time I use Amanda. I read every documentation, and I installed AMANDA as documentation says.
 
I created a label on a tape and after that I runed amdump. I noted that I am having a problem of authentication. Can anyone help me?
In my log I have what follow
 
START planner date 20020627
INFO planner Adding new disk piaui:/etc.
INFO planner Adding new disk piaui:/usr/local/etc/amanda.
START driver date 20020627
FAIL planner piaui /usr/local/etc/amanda 0 [piaui: [access as operador not allowed from operador@piaui] amandahostsauth failed
]
FAIL planner piaui /etc 0 [piaui: [access as operador not allowed from operador@piaui] amandahostsauth failed
]
FINISH planner date 20020627
WARNING driver WARNING: got empty schedule from planner
STATS driver startup time 0.092
START taper datestamp 20020627 label backup00 tape 0
INFO taper tape backup00 kb 0 fm 0 [OK]
FINISH driver date 20020627 time 16.340
 
 
my amanda.conf is what follow
 
org "backup"
mailto "operador"
dumpuser "operador"
inparallel 4
netusage 600 Kbps
dumpcycle 4 weeks
runspercycle 20
tapecycle 25 tapes
bumpsize 20 Mb
bumpdays 1
bumpmult 4
etimeout 300
dtimeout 1800
ctimeout 30
 
tapebufs 20
#runtapes 1 # number of tapes to be used in a single run of amdump
#tpchanger "chg-manual" # the tape-changer glue script
tapedev "/dev/nst0" # the no-rewind tape device to be used
#rawtapedev "/dev/null" # the raw device to be used (ftape only)
#changerfile "/usr/adm/amanda/backup/changer"
#changerfile "/usr/adm/amanda/backup/changer-status"
#changerfile "/usr/local/etc/amanda/backup/changer.conf"
#changerdev "/dev/null"
tapetype python04106
labelstr "^backup[0-9][0-9]*$"
 
holdingdisk hd1 {
comment "main holding disk"
directory "/var/dumps" # where the holding disk is
use 290 Mb # how much space can we use on it
chunksize 1Gb }
 
infofile "/usr/local/etc/amanda/database/curinfo" # database DIRECTORY
logdir "/usr/local/etc/amanda/logs" # log directory
indexdir "/usr/local/etc/amanda/index/index" # index directory
tapelist "/usr/local/etc/amanda/tapelist/tapelist" # list of used tapes
# tapelist is stored, by default, in the directory that contains amanda.conf
 
 
define tapetype python04106 {
comment "just produced by tapetype program"
length 9853 mbytes
filemark 0 kbytes
speed 914 kps
}
 
define tapetype DEC-DLT2000 {
comment "DEC Differential Digital Linear Tape 2000"
length 15000 mbytes
filemark 8 kbytes
speed 1250 kbytes
}
 
define tapetype DLT {
comment "DLT tape drives"
length 20000 mbytes # 20 Gig tapes
filemark 2000 kbytes # I don't know what this means
speed 1536 kbytes # 1.5 Mb/s
}
 
define tapetype HP-DAT {
comment "DAT tape drives"
# data provided by Rob Browning <[EMAIL PROTECTED]>
length 1930 mbytes
filemark 111 kbytes
speed 468 kbytes
}
 
# dumptypes
#
# These are referred to by the disklist file
 
define dumptype always-full {
global
comment "Full dump of this filesystem always"
compress none
priority high
dumpcycle 0
}
 
define dumptype root-tar {
global
program "GNUTAR"
comment "root partitions dumped with tar"
compress none
index
exclude list "/usr/local/lib/amanda/exclude.gtar"
priority low
}
 
define dumptype user-tar {
root-tar
comment "user partitions dumped with tar"
priority medium
}
 
define dumptype high-tar {
root-tar
comment "partitions dumped with tar"
priority high
}
 
define dumptype comp-root-tar {
root-tar
comment "Root partitions with compression"
compress client fast
}
 
define dumptype comp-user-tar {
user-tar
compress client fast
}
 
define dumptype holding-disk {
global
comment "The master-host holding disk itself"
holdingdisk no # do not use the holding disk
priority medium
}
 
define dumptype comp-user {
global
comment "Non-root partitions on reasonably fast machines"
compress client fast
priority medium
}
 
define dumptype nocomp-user {
comp-user
comment "Non-root partitions on slow machines"
compress none
}
 
define dumptype comp-root {
global
comment "Root partitions with compression"
compress client fast
priority low
}
 
define dumptype nocomp-root {
comp-root
comment "Root partitions without compression"
compress none
}
 
define dumptype comp-high {
global
comment "very important partitions on fast machines"
compress client best
priority high
}
 
define dumptype nocomp-high {
comp-high
comment "very important partitions on slow machines"
compress none
}
 
define dumptype nocomp-test {
global
comment "test dump without compression, no /etc/dumpdates recording"
compress none
record no
priority medium
}
 
define dumptype comp-test {
nocomp-test
comment "test dump with compression, no /etc/dumpdates recording"
compress client fast
}
 
# network interfaces
#
#
define interface local {
comment "a local disk"
use 1000 kbps
}
 
define interface le0 {
comment "10 Mbps ethernet"
use 400 kbps
}

Reply via email to