RE: New client to Amanda dump returns RESULTS MISSING???

2003-05-29 Thread Toomas Aas
Hi!

 Is there an easy way to UNINSTALL Amanda? I need to do this because well
 first of all this isn't a server anymore and it was set up as user
 operator, and all my other clients are using amanda user.
 
 I'd like to completely uninstall everything server/client and then install a
 new version (amanda-client-2.4.3-4) with user as amanda.

If the existing version was installed from FreeBSD ports, you can do
something like this to uninstall it:

pkg_delete amanda-client-2.4.3b2
pkg_delete amanda-server-2.4.3b2

Then update your ports tree (see the FreeBSD handbook for details)

And then...

cd /usr/ports/misc/amanda-client
make AMANDA_USER=amanda AMANDA_GROUP=backup install

I know everyone here recommends that you get the latest source tarball
and build Amanda yourself from that, but the FreeBSD ports have worked
really well for me, FWIW.



New client to Amanda dump returns RESULTS MISSING???

2003-05-27 Thread Gibran Marquez
Any reason why Amanda is stating that the results are missing for newly
added client. This client is probably my only FreeBSD so far to disklist. I
did a df on tgs-1 (client) and added file systems I wanted, next I added
them to config disklist.

Tgs:
df
Filesystem  1K-blocks UsedAvail Capacity  Mounted on
/dev/da0s1a   1016303   253749   68125027%/
/dev/da0s1e  33172783 24711907  580705481%/usr

Amanda backup server config disklist:
tgs-1 /dev/da0s1a comp-user
tgs-1 /dev/da0s1e comp-user

However, I'm receiving errors for dump on this client.

FAILURE AND STRANGE DUMP SUMMARY:
  tgs-1  /dev/da0s1a RESULTS MISSING
  tgs-1  /dev/da0s1e RESULTS MISSING

DUMP SUMMARY:
 DUMPER STATSTAPER STATS 
HOSTNAME DISKL ORIG-KB OUT-KB COMP% MMM:SS  KB/s MMM:SS  KB/s
-- - 
qadb /dev/hda2   0 1322320 344512  26.1   3:251678.5   1:204293.3
qadist   /dev/hda2   0  880660 287104  32.6   2:561626.5   1:044480.4
qaweb/dev/hdc2   0 1145490 318432  27.8   3:131645.4   1:154264.0
stagingall   /dev/hda2   0  947830 315520  33.3   3:061699.3   1:104503.9
tgs-1/dev/da0s1a   MISSING --
tgs-1/dev/da0s1e   MISSING --


-Regards,
 
Gibran Marquez
 
*
Documentation? The code is the documentation! 





RE: New client to Amanda dump returns RESULTS MISSING???

2003-05-27 Thread Gibran Marquez
Yeah I kind of figured it was going to turn out to be something like this.
Seems to actually be on the client side.

What I found is that this FreeBSD system had a previous version of Amanda,
both server and client packages. (amanda-2.4.3b2 beta???)

Is there an easy way to UNINSTALL Amanda? I need to do this because well
first of all this isn't a server anymore and it was set up as user
operator, and all my other clients are using amanda user.

I'd like to completely uninstall everything server/client and then install a
new version (amanda-client-2.4.3-4) with user as amanda.

Any suggestions, recommendations???

-Regards,
Gibran Marquez

-Original Message-
From: Martin, Jeremy [mailto:[EMAIL PROTECTED]
Sent: Tuesday, May 27, 2003 10:58 AM
To: Gibran Marquez
Subject: RE: New client to Amanda dump returns RESULTS MISSING???


 From: Gibran Marquez [mailto:[EMAIL PROTECTED]
 
 Any reason why Amanda is stating that the results are missing 
 for newly
 added client. This client is probably my only FreeBSD so far 
 to disklist. I
 did a df on tgs-1 (client) and added file systems I wanted, 
 next I added them to config disklist.
 
 However, I'm receiving errors for dump on this client.
 
 FAILURE AND STRANGE DUMP SUMMARY:
   tgs-1  /dev/da0s1a RESULTS MISSING
   tgs-1  /dev/da0s1e RESULTS MISSING

I'm no amanda expert, but are you sure you're not getting any
amandahostsauth failed messages? I was getting a bunch of RESULTS MISSING
messages when my client wasn't allowing the server to connect:

FAILURE AND STRANGE DUMP SUMMARY:
  planner: ERROR jayhawker:  [access as amanda not allowed from
[EMAIL PROTECTED] amandahostsauth failed
  jayhawker  /var RESULTS MISSING
a bunch of other RESULTS MISSING lines snipped