SearchFAQMemberlist Log in
Reply to topic Page 1 of 1
Planner problems
Author Message
Post Planner problems 
Hi guys I am using amanda installed in a FReBSD 5.1 BOx, it is runnig fine when I run amdump in a local basis, but when I try to make the buckups from other computers in my network I got planner errors:
SETTING UP FOR ESTIMATES...
planner: time 0.007: setting up estimates for fslim951-2.pe.yr.com:/home/arosales
fslim951-2.pe.yr.com:/home/arosales overdue 12624 days for level 0
setup_estimate: fslim951-2.pe.yr.com:/home/arosales: command 0, options:
last_level -1 next_level0 -12624 level_days 0
getting estimates 0 (0) -1 (-1) -1 (-1)
planner: time 0.008: setting up estimates for fslim951-1.pe.yr.com:/home/arosales
fslim951-1.pe.yr.com:/home/arosales overdue 12624 days for level 0
setup_estimate: fslim951-1.pe.yr.com:/home/arosales: command 0, options:
last_level -1 next_level0 -12624 level_days 0
getting estimates 0 (0) -1 (-1) -1 (-1)
driver: pid 715 executable /usr/local/libexec/amanda/driver version 2.4.4
driver: send-cmd time 0.019 to taper: START-TAPER 20040724
planner: time 0.019: setting up estimates took 0.001 secs
and then I get a Failed QUEUE:empty

amcheck gives me no errors.

Any ideas would be greatly appreciated
----- Original Message -----
From: Paul Bijnens <paul.bijnens < at > xplanation.com>
Date: Mon, 26 Jul 2004 10:57:05 +0200
To: Kaushal Shriyan <kshriyan < at > redhat.com>
Subject: Re: Amanda Backup

Kaushal Shriyan wrote:

I have following queries in the amanda Backup

1)
[amanda < at > indus amanda]$ amadmin DailySet1 balance
new disk indus.mumbai.redhat.com://account.mumbai.redhat.com/C ignored.

Why do i get this


Because amanda never did a full backup of that DLE, it cannot
predict when it will be scheduled, nor how much data that will
add to the size of full backups that day.



2) I get this whwn i run amadmin DailySet1 due


Overdue 12619 days:
indus.mumbai.redhat.com://account.mumbai.redhat.com/D
Overdue 12619 days: illusions.mumbai.redhat.com:/home/amit

Can anyone clarify this on the above point


$ perl -M'Date::Calc ":all"' \
-e 'print join("-", Add_Delta_Days(2004, 7, 26, -12619)), "\n"'
1970-1-7

I guess you got that result 6 days ago :-)

January 1, 1970 is the beginning of the epoch in Unix.

I'm not 100% sure, but I think that some older version of Amanda
says this when this is a new disk, or you did a "amadmin config force"
on that DLE to force a full dump. What version is this?

Otherwise you somehow got a zero in the field of last-full-dump
in the info files. Don't know how that could get there (except if
your CMOS battery is broken, and you booted that computer 6 days ago?)


--
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.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, Very Happy:Very Happy, 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 *
***********************************************************************



--
_____________________________________________________________
Web-based SMS services available at http://www.operamail.com.
From your mailbox to local or overseas cell phones.

Powered by Outblaze

Post Planner problems 
On Mon, Jul 26, 2004 at 11:17:10PM +0100, Alvaro Rosales enlightened us:
guys I am using amanda installed in a FReBSD 5.1 BOx, it is runnig fine when I run amdump in a local basis, but when I try to make the buckups from other computers in my network I got planner errors:
SETTING UP FOR ESTIMATES...
planner: time 0.007: setting up estimates for fslim951-2.pe.yr.com:/home/arosales
fslim951-2.pe.yr.com:/home/arosales overdue 12624 days for level 0
setup_estimate: fslim951-2.pe.yr.com:/home/arosales: command 0, options:
last_level -1 next_level0 -12624 level_days 0
getting estimates 0 (0) -1 (-1) -1 (-1)
planner: time 0.008: setting up estimates for fslim951-1.pe.yr.com:/home/arosales
fslim951-1.pe.yr.com:/home/arosales overdue 12624 days for level 0
setup_estimate: fslim951-1.pe.yr.com:/home/arosales: command 0, options:
last_level -1 next_level0 -12624 level_days 0
getting estimates 0 (0) -1 (-1) -1 (-1)
driver: pid 715 executable /usr/local/libexec/amanda/driver version 2.4.4
driver: send-cmd time 0.019 to taper: START-TAPER 20040724
planner: time 0.019: setting up estimates took 0.001 secs
and then I get a Failed QUEUE:empty

amcheck gives me no errors.

Any ideas would be greatly appreciated

Likely a firewall problem. amcheck usually passes the firewall without a
problem, but amdump fails. I would check to see if there are any firewalls
on the server, client, or somewhere in between.

Matt

--
Matt Hyclak
Department of Mathematics
Department of Social Work
Ohio University
(740) 593-1263

Post Planner problems 
On Tue, Jul 27, 2004 at 12:09:50AM +0100, Alvaro Rosales enlightened us:
Thank you, but there are no firewalls running in the client computers.
I have noticed that there is one line tahat says:
overdue 12624 days for level 0
is that ok ?


That just means that a level 0 has never been done for that client. 12624
days ago is likely January 1, 1970.

I would look at the debug files on the clients to ensure that the estimate
requests are making it through as a next step.

Matt

--
Matt Hyclak
Department of Mathematics
Department of Social Work
Ohio University
(740) 593-1263

Post Planner problems 
On Tue, Jul 27, 2004 at 12:55:30AM +0100, Alvaro Rosales enlightened us:
thank you , I get this error in sendsize.debug, but the directory exist.Any hint?

sendsize[25120]: time 0.084: dump: /home/arosales: unknown file system


That's an error from dump. My guess is that /home is a filesystem that is
not supported by dump. You didn't say what OS you are using, but if it's
linux, it must be an ext2/3 file system for dump to work.

What OS and filesystem is it?

Matt

--
Matt Hyclak
Department of Mathematics
Department of Social Work
Ohio University
(740) 593-1263

Post Planner problems 
On Tue, Jul 27, 2004 at 01:55:44AM +0100, Alvaro Rosales enlightened us:
I am using Freebsd, and I am trying to backup a directoy inside my
filesystem /home , I am using the filesystem of Freebsd

Ah, ok. If you are trying to back up a subdirectory, you must use tar, not
dump. Some versions of dump will allow you to do level 0 backups of
subdirectories, but it looks like FreeBSD may not...perhaps someone who
knows that OS better than I can answer that.

Matt

--
Matt Hyclak
Department of Mathematics
Department of Social Work
Ohio University
(740) 593-1263

Display posts from previous:
Reply to topic Page 1 of 1
You cannot post new topics in this forum
You cannot reply to topics in this forum
You cannot edit your posts in this forum
You cannot delete your posts in this forum
You cannot vote in polls in this forum
  


Magic SEO URL for phpBB