Amanda-Users

Re: index problem

2003-06-13 04:26:00
Subject: Re: index problem
From: Paul Bijnens <paul.bijnens AT xplanation DOT com>
To: Moliere Christian <christian.moliere AT wanadooportails DOT com>
Date: Fri, 13 Jun 2003 10:23:14 +0200
Moliere Christian wrote:
Here it is what amstatus went out on the screen :

Using /usr/local/amanda/dir/local/amdump from Thu Jun 12 09:43:09 CEST 2003

fext01ft:/etc                    0      645k finished (9:43:18)
fext01ft:/home/ftp/unix_accounts 0 2695205k dumping 227232k ( 8.43%) (9:43:30)
...
Since it is blocked like that at the same value of 8.43% as usual ????

Then you have to find out what your tar_or_dump program on the client "fext01ft" is doing. Is it advancing? Is it consuming cpu? Is it reading
files or is it blocked and waiting for something that does not happen.
(Like a hard nfs mount of a dead host.)

For Solaris, try:  "truss -p pid_of_dump_or_tar"
For Linux, try:    "strace -p pid_of_dump_or_tar"
(As amanda or root).

Which file or directory is it currently reading?
   lsof -p the_pid
or "cd /proc/the_pid" etc.


--
Paul Bijnens, Xplanation                            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, *
* 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>