[Pluto-help] configurazione amanda

girolamo73 a katamail.com girolamo73 a katamail.com
Mar 4 Feb 2003 23:32:39 CET


salve a tutti

da diversi giorni cerco di far partire il prg di backup amanda, ma in fase di check
mi ritorna sempre l'errore 'selfcheck request timed out'.
ho installato la distribuzione suse8 con samba2.2.3a e amanda2.4.2p2-226

la rete č cosė configurata: server win2000 che funge da pdc
client win2000
macchina di backup come descritto sopra

"credo" di aver rispettato tutte le possibili cause d'errore segnale nell'amanda faq-o-matic
qui sotto indicati.

host down
http://www.amanda.org/fom-serve/cache/140.html

selfcheck request timed out
http://amanda.sourceforge.net/fom-serve/cache/16.html

il file hosts.allow č settato con all:all e il deny con "null"

qui sotto sono elencati i file di configurazione che ho modificato

ho anche attivato i servizi in etc/services e etc/inetd.conf
grazie infinite a chiunque riesca a darmi una risposta

Girolamo

amanda.conf
-----------

#amanda.conf - sample Amanda configuration file.  This started off life as
org "xxxxxx Group SpA"	# your organization name for reports
mailto "girolamo a xxxxxxgroup.com" 	# space separated list of operators at your site
dumpuser "amabackup"	# the user to run dumps under
inparallel 2		# maximum dumpers that will run in parallel (max 63)
			# this maximum can be increased at compile-time,
			# modifying MAX_DUMPERS in server-src/driverio.h
netusage  800 Kbps	# maximum net bandwidth for Amanda, in KB per sec
dumpcycle 4 weeks	# the number of days in the normal dump cycle
runspercycle 20         # the number of amdump runs in dumpcycle days
			# (4 weeks * 5 amdump runs per week -- just weekdays)
tapecycle 25 tapes	# the number of tapes in rotation
bumpsize 20 Mb		# minimum savings (threshold) to bump level 1 -> 2
bumpdays 1		# minimum days at each level
bumpmult 4		# threshold = bumpsize * bumpmult^(level-1)
etimeout 300		# number of seconds per filesystem for estimates.
#etimeout -600		# total number of seconds for estimates.
runtapes 1		# number of tapes to be used in a single run of amdump
tapedev "/dev/nst0"	# the no-rewind tape device to be used
tapetype HP-DAT24i		# what kind of tape it is (see tapetypes below)
labelstr "^xxxxxxbackup[0-9][0-9]*$"	# label constraint regex: all tapes must match
holdingdisk hd1 {
    comment "main holding disk"
    directory "/home/amabackup/backup"	# where the holding disk is
    use 7000 Mb		
    chunksize 0Gb 	
    }
define tapetype HP-DAT24i {
    comment "dat24 per il backup"
    length 12288 mbytes
    filemark 0 kbytes
    speed 1024 kbytes
    #length 23500 mbytes
    #filemark 200 kbytes
    #speed 510 kbytes			
}
define dumptype global {
    comment "Global definitions"    }
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
}
.....
# aggiunta
define dumptype nocomp-client {
    root-tar
    compress none
    holdingdisk yes
    priority medium
    comment "dumptype aggiunto come specifiche di caldera"
}
# network interfaces
define interface local {
    comment "a local disk"
    use 1000 kbps
}
define interface eth0 {
    comment "10 Mbps ethernet"
    use 800 kbps
}


disklist
--------

# disklist.
# backup su questa macchina con compressione best
# vedere amanda.conf per le tipologie di dumptype
amabackup	//pc-test/condivisa	nocomp-client
#pc-test 	/mnt/cartelleRemote	nocomp-client
pc-test 	/condivisa		nocomp-client




More information about the pluto-help mailing list