Amanda-Users

Re: RE Unravel amstatus output

2006-07-17 07:53:41
Subject: Re: RE Unravel amstatus output
From: Paul Bijnens <paul.bijnens AT xplanation DOT com>
To: Joe Donner <joedonner2001 AT hotmail DOT com>
Date: Mon, 17 Jul 2006 13:44:32 +0200
On 2006-07-17 13:32, Joe Donner (sent by Nabble.com) wrote:
and ps -fu amanda outputs:

UID        PID  PPID  C STIME TTY          TIME CMD
amanda    2136  2135  0 Jul14 ?        00:00:00 /bin/sh /usr/sbin/amdump
daily
amanda    2145  2136  0 Jul14 ?        00:00:02 /usr/lib/amanda/driver daily
amanda    2146  2145  0 Jul14 ?        00:00:52 taper daily
amanda    2147  2146  0 Jul14 ?        00:00:34 taper daily
amanda    2148  2145  0 Jul14 ?        00:12:55 dumper0 daily
amanda    2153  2145  0 Jul14 ?        00:00:19 dumper1 daily
amanda    2154  2145  0 Jul14 ?        00:00:00 dumper2 daily
amanda    2155  2145  0 Jul14 ?        00:00:00 dumper3 daily

Does this tell anyone anything?

It means the processes are still alive.

Just a wild guess... Maybe you have specified a manual changer, and
Amanda is just waiting for you to manually insert the next tape?

Now find out what they are doing, and why it takes days to proceed.

As root or amanda you can trace a process and see if it does somehting
else, or is just sleeping on some event that will not happen:

  strace -p pid-of-the-process

There are two taper processes, one reads from the holdingdisk file
into a shared memory region, while the other one writes the bytes
from shared memory to tape.  When there is no holdingdisk file, then
maybe the reader-taper is reading from a network socket?
And maybe you specified a long dtimeout?


--
Paul Bijnens, xplanation Technology Services        Tel  +32 16 397.511
Technologielaan 21 bus 2, B-3001 Leuven, BELGIUM    Fax  +32 16 397.512
http://www.xplanation.com/          email:  Paul.Bijnens AT xplanation DOT com
***********************************************************************
* I think I've got the hang of it now:  exit, ^D, ^C, ^\, ^Z, ^Q, ^^, *
* F6, quit, ZZ, :q, :q!, M-Z, ^X^C, logoff, logout, close, bye, /bye, *
* stop, end, F3, ~., ^]c, +++ ATH, disconnect, halt,  abort,  hangup, *
* PF4, F20, ^X^X, :D::D, KJOB, F14-f-e, F8-e,  kill -1 $$,  shutdown, *
* init 0, kill -9 1, Alt-F4, Ctrl-Alt-Del, AltGr-NumLock, Stop-A, ... *
* ...  "Are you sure?"  ...   YES   ...   Phew ...   I'm out          *
***********************************************************************


<Prev in Thread] Current Thread [Next in Thread>