Amdump fails to create level 0 dumps: Difference between revisions

From wiki.zmanda.com
Jump to navigation Jump to search
(rv - spam)
(reformatted from previous troubleshooting page)
Line 1: Line 1:
;Issue : Amanda fails to create level 0 dump but creates incrementals
{{Troubleshooting Category|Error Messages}}{{Troubleshooting Category|Amdump}}
{{Troubleshooting 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
{{Troubleshooting Solution}}
Look at the [[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]].

Revision as of 04:08, 7 April 2007

Template:Troubleshooting CategoryTemplate:Troubleshooting Category Template:Troubleshooting Problem Amanda fails to create level 0 dump but creates incrementals.

Template:Troubleshooting Solution Look at the amdump 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