Hello, world:

We've decided to use AMANDA for our backups; there are two
configurations, one runs normally, and the other is for offsite
backups.  The standard configuration works fine, but the offsite
configuration is having problems with its holding disk; after dumping
only a few filesystmes AMANDA decides there is insufficient holding
space.

*** THE DUMPS DID NOT FINISH PROPERLY!

*** A TAPE ERROR OCCURRED: [no tape online].
*** PERFORMED ALL DUMPS TO HOLDING DISK.

THESE DUMPS WERE TO DISK.  Flush them onto a new tape.
Tonight's dumps should go onto 1 tape: a new tape.

FAILURE AND STRANGE DUMP SUMMARY:
  hopper     hdc1 lev 0 FAILED [no more holding disk space]


STATISTICS:
                          Total       Full      Daily
                        --------   --------   --------
Dump Time (hrs:min)        0:00       0:00       0:00   (0:00 start)
Output Size (meg)        1583.9     1583.9        0.0
Original Size (meg)      1583.9     1583.9        0.0
Avg Compressed Size (%)     --         --         -- 
Tape Used (%)               4.0        4.0        0.0
Filesystems Dumped            1          1          0
Avg Dump Rate (k/s)      7705.4     7705.4        -- 
Avg Tp Write Rate (k/s)     --         --         -- 

DUMP SUMMARY:
                                      DUMPER STATS                  TAPER STATS
HOSTNAME  DISK           L  ORIG-KB   OUT-KB COMP%  MMM:SS   KB/s  MMM:SS   KB/s
-------------------------- -------------------------------------- --------------
cray      craySpare/xfs  0  1621888  1621888   --     3:30 7705.4    N/A    N/A
hopper    hdc1           0   FAILED --------------------------------------------

(brought to you by Amanda version 2.4.1p1)

This is all fine, except the holding disk is a 45GB disk, and the
dumps from client `cray' take only 1.5GB.  There is nothing else on
the disk, and hdc1 on `hopper' is only 8GB.

The non-comment lines from our amanda.conf are attached.

org "FULL Backup of PI" 
mailto "root"           
dumpuser "backup"       
inparallel 4            
netusage  600           

dumpcycle 0             
tapecycle 2 tapes       

bumpsize 20 MB          
bumpdays     1          
bumpmult     4          

tapedev "/dev/doesntexist"      

tapetype SDT-9000       
labelstr "^PIFull[0-9][0-9]*$" 


holdingdisk hdd1 {
        comment "Full backups holding disk"
        directory "/dumps/PIFull"
        
        use -10 M
}

reserve 0


infofile "/var/lib/amanda/FullPlugged/curinfo"  
logfile  "/var/log/amanda/FullPlugged/log"      

indexdir "/var/lib/amanda/FullPlugged/index"


define tapetype SDT-9000 { 
    comment "Sony SDT-9000 DDS-3 DAT drive"
    length 18432 mbytes     
                            
    filemark 0 kbytes       
    speed 1200 kbytes       
}


define dumptype always-full {
        comment "Backs up morris's home directories"
        options no-compress skip-incr
        dumpcycle 0
}

define dumptype cray-spare {
        comment "Backs up cray's /spare for testing"
        options no-compress
}

define interface local {
        comment "local-only interface"
        use 500
}

We're running 2.4.1p1 on the server, and 2.4.2p2 on the clients.
-- 
Jason Henry Parker      ``Choose mnemonic identifiers.  If you
[EMAIL PROTECTED]    can't remember what mnemonic means,
 [EMAIL PROTECTED]         you've got a problem.'' -- Larry Wall

Reply via email to