Amdump fails to create level 0 dumps: Difference between revisions

From wiki.zmanda.com
Jump to navigation Jump to search
(rv - spam)
(man links)
 
(3 intermediate revisions by the same user not shown)
Line 1: Line 1:
;Issue : Amanda fails to create level 0 dump but creates incrementals
{{Troubleshooting Header}}
=Problem=
Amanda fails to create level 0 dump but creates incrementals.


;Logs : Look at amdump logs at /etc/amanda/<configuration>/amdump.1 log for errors
=Solution=
Look at the {{man|8|amdump}} logs at /etc/amanda/<configuration>/amdump.1 log for errors


;Cause : One of the possible reasons can be  
One of the possible reasons can be spotted as, from amdump logs  
 
From amdump logs  
  DELAYING DUMPS IF NEEDED, total_size 17273355, tape length 16974848 mark 15
  DELAYING DUMPS IF NEEDED, total_size 17273355, tape length 16974848 mark 15
   delay: machine.company.com / 20051017 0 [dump larger than tape, 17273214 KB,
   delay: machine.company.com / 20051017 0 [dump larger than tape, 17273214 KB,
Line 11: Line 12:
   delay: Total size now 6615786.
   delay: Total size now 6615786.


Level 0 dump size estimate is 17273355. The tape size is smaller. So Amanda creates
Level 0 dump size estimate is 17273355, which exceeds the tape size. So Amanda creates incrementals.  
incrementals.  
 
; Solution :


* Reduce the size of DLE "/" by splitting DLE into multiple DLEs
* Reduce the size of DLE "/" by splitting DLE into multiple DLEs
* Exclude the some of files being backed up
* Exclude the some of files being backed up
----
See more [[amdump issues]].

Latest revision as of 23:27, 30 June 2008

This article is a part of the Troubleshooting collection.

Problem

Amanda fails to create level 0 dump but creates incrementals.

Solution

Look at the amdump(8) logs at /etc/amanda/<configuration>/amdump.1 log for errors

One of the possible reasons can be spotted as, from amdump logs

DELAYING DUMPS IF NEEDED, total_size 17273355, tape length 16974848 mark 15
 delay: machine.company.com / 20051017 0 [dump larger than tape, 17273214 KB,
 full dump delayed] now at level 3
 delay: Total size now 6615786.

Level 0 dump size estimate is 17273355, which exceeds the tape size. So Amanda creates incrementals.

  • Reduce the size of DLE "/" by splitting DLE into multiple DLEs
  • Exclude the some of files being backed up