On Mon, Aug 29, 2011 at 06:08:04PM +0200, Gour-Gadadhara Dasa wrote:
> On Mon, 29 Aug 2011 10:47:08 -0400
> Jon LaBadie <[email protected]> wrote:
> 
> > If you want each DLE on its own tape, consider running each
> > DLE in a separate amdump run.
> 
> >   $ amdump <config> <host> <dle>
> 
> Thank you. I somehow 'missed' that feature. :-(
> 
> Should I say that only today I discovered there is 'amstatus'. :-(
> 
> So, each day learning something new...
> 
> I did run amdump according to the config which I presented and it seems
> that each DLE is on its own tape.
> 
> For the testing purposes I have extracted one small directory and now
> running amcheckdump to try to verify everything is OK 'cause I see some
> strange things in my amreport:
> 
> 
> [amanda@atmarama slidesng] amreport slidesng
> Hostname: atmarama.noip.me
> Org     : Scanned Slides NG
> Config  : slidesng
> Date    : August 28, 2011
> 
> These dumps were to tapes slides-1, slides-2, slides-3, slides-4.
> The next 4 tapes Amanda expects to use are: slides-1, slides-2,
> slides-3, slides-4. FAILURE DUMP SUMMARY:
>   atmarama.noip.me /slides/tape1 lev 0  FAILED [data write: Broken pipe]
>   atmarama.noip.me /slides/tape1 lev 0  partial taper: No space left on
> device atmarama.noip.me /slides/tape1 lev 0  was successfully retried
>   atmarama.noip.me /slides/tape2 lev 0  FAILED [data write: Broken pipe]
>   atmarama.noip.me /slides/tape2 lev 0  partial taper: No space left on
> device atmarama.noip.me /slides/tape2 lev 0  was successfully retried
>   atmarama.noip.me /slides/tape4 lev 0  FAILED [data write: Broken pipe]
>   atmarama.noip.me /slides/tape4 lev 0  partial taper: No space left on
> device atmarama.noip.me /slides/tape4 lev 0  was successfully retried
> 

Nothing strange there.  It attempted to put it a DLE, or depending on your
configuation, a chunk of the DLE on to a tape but it didn't fit.  Thus
it retried that DLE or chunk on the next tape and succeeded.

> STATISTICS:
>                           Total       Full      Incr.   Level:#
>                         --------   --------   --------  --------
> Estimate Time (hrs:min)     0:00
> Run Time (hrs:min)         14:23
> Dump Time (hrs:min)        13:11      13:11       0:00
> Output Size (meg)       736042.0   736042.0        0.0
> Original Size (meg)     647112.1   647112.1        0.0
> Avg Compressed Size (%)    113.7      113.7        --

Looks like you should not be trying to compress these data.

> DLEs Dumped                    4          4          0
> Avg Dump Rate (k/s)      15874.3    15874.3        --
> 
> Tape Time (hrs:min)        14:22      14:22       0:00
> Tape Size (meg)         736042.0   736042.0        0.0
> Tape Used (%)              378.3      378.3        0.0
> DLEs Taped                     7          7          0
> Parts Taped                    7          7          0

You are not splitting your DLE into chunks (parts == DLEs).

> Avg Tp Write Rate (k/s)  14570.3    14570.3        --
> 
> USAGE BY TAPE:
>   Label               Time         Size      %  DLEs Parts
>   slides-1            2:27   199236614k  100.0     2     2
>   slides-2            2:27   199236118k  100.0     2     2
>   slides-3            2:27   199235822k  100.0     2     2
>   slides-4            1:55   155998480k   78.3     1     1
> 
> FAILED DUMP DETAILS:
>   /-- atmarama.noip.me /slides/tape1 lev 0 FAILED [data write: Broken
> pipe] sendbackup: start [atmarama.noip.me:/slides/tape1 level 0]
>   sendbackup: info BACKUP=/usr/local/bin/gtar
>   sendbackup: info RECOVER_CMD=/usr/local/bin/gtar -xpGf - ...
>   sendbackup: info end
>   \--------
>   /-- atmarama.noip.me /slides/tape2 lev 0 FAILED [data write: Broken
> pipe] sendbackup: start [atmarama.noip.me:/slides/tape2 level 0]
>   sendbackup: info BACKUP=/usr/local/bin/gtar
>   sendbackup: info RECOVER_CMD=/usr/local/bin/gtar -xpGf - ...
>   sendbackup: info end
>   \--------
>   /-- atmarama.noip.me /slides/tape4 lev 0 FAILED [data write: Broken
> pipe] sendbackup: start [atmarama.noip.me:/slides/tape4 level 0]
>   sendbackup: info BACKUP=/usr/local/bin/gtar
>   sendbackup: info RECOVER_CMD=/usr/local/bin/gtar -xpGf - ...
>   sendbackup: info end
>   \--------
> 
> NOTES:
>   planner: Adding new disk atmarama.noip.me:/slides/tape1.
>   planner: Adding new disk atmarama.noip.me:/slides/tape2.
>   planner: Adding new disk atmarama.noip.me:/slides/tape3.
>   planner: Adding new disk atmarama.noip.me:/slides/tape4.
>   taper: tape slides-1 kb 199236614 fm 2 [OK]
>   taper: tape slides-2 kb 199236118 fm 2 [OK]
>   taper: tape slides-3 kb 199235822 fm 2 [OK]
>   taper: tape slides-4 kb 155998480 fm 1 [OK]
> 
> 
> DUMP SUMMARY:
>                                           DUMPER STATS
> TAPER STATS HOSTNAME     DISK        L   ORIG-kB    OUT-kB  COMP%
> MMM:SS    KB/s MMM:SS    KB/s --------------------------
> ------------------------------------------ -------------- atmarama.noi
> -ides/tape1 0 157545230 157545230     --  117:58 22259.1 118:00 22252.2
> atmarama.noi -ides/tape2 0 155998480 155998480     --  116:35 22302.9
> 116:36 22298.2 atmarama.noi -ides/tape3 0 183946790 183946790     --
> 135:25 22640.8 135:27 22634.0 atmarama.noi -ides/tape4 0 165152310
> 165152310     --  421:23  6532.2 421:25  6531.6
> 
> (brought to you by Amanda version 3.2.2)
> 
> 
> What do you think about it?
> 
> 
> Sincerely,
> Gour
> 
> 
> -- 
> ???In the material world, conceptions of good and bad are
> all mental speculations?????? (Sri Caitanya Mahaprabhu)
> 
> http://atmarama.net | Hlapicina (Croatia) | GPG: 52B5C810
> 
> 
> 
> -- 
> ???In the material world, conceptions of good and bad are
> all mental speculations?????? (Sri Caitanya Mahaprabhu)
> 
> http://atmarama.net | Hlapicina (Croatia) | GPG: 52B5C810
> 
> 


>>> End of included message <<<

-- 
Jon H. LaBadie                  [email protected]
 JG Computing
 12027 Creekbend Drive          (703) 787-0884
 Reston, VA  20194              (703) 787-0922 (fax)

Reply via email to