Amanda-Users

Re: data timeout - no replies...anyone???

2004-08-13 09:27:35
Subject: Re: data timeout - no replies...anyone???
From: Gene Heskett <gene.heskett AT verizon DOT net>
To: "Ranveer Attalia" <Ranveer.Attalia AT tertio DOT com>
Date: Fri, 13 Aug 2004 09:23:35 -0400
On Friday 13 August 2004 05:51, Ranveer Attalia wrote:
>Thanks for getting back to me
>The filesystem version we are using is ext3. Can I run a tar using
>Amanda, so it doesnt interfere with the filesystem versions? How
> would I go about doign that?
>Would a separate config and disklist need to be created?
>By the way, we dont have a firewall issue because these machines
>(servers & clients) are completely independant of any connection via
> the firewall.
>
>Thanks
>
>- Ranveer

Tar can be used, but since its location is hard-coded at compile time, 
it must be installed and findable.

I haven't posted it in a while, so here is the script I use to 
configure and build it from a tarball.
---------------
#!/bin/sh
# since I'm always forgetting to su amanda...
if [ `whoami` != 'amanda' ]; then
        echo
        echo "!!!!!!!!!!!! Warning !!!!!!!!!!!!"
        echo "Amanda needs to be configured and built by the user amanda,"
        echo "but must be installed by user root."
        echo
        exit 1
fi
make clean
rm -f config.status config.cache
./configure --with-user=amanda \
        --with-group=disk \
        --with-owner=amanda \
        --with-tape-device=/dev/nst0 \
        --with-changer-device=/dev/sg1 \
        --with-gnu-ld --prefix=/usr/local \
        --with-debugging=/tmp/amanda-dbg/ \
        --with-tape-server=coyote.coyote.den \
        --with-amandahosts \
        --with-configdir=/usr/local/etc/amanda

make
----------------------
I wasn't sure if I'd specified where tar was or not, apparently its in 
my $PATH.  The configure step does find it.  Remove any lines that 
don't apply, and edit any lines that do so they match your system, 
like the servers FQDN and devices used.

The above script must be run as the user amanda, and you must become 
root to do the make install.

[...]

-- 
Cheers, Gene
"There are four boxes to be used in defense of liberty:
 soap, ballot, jury, and ammo. Please use in that order."
-Ed Howdershelt (Author)
99.24% setiathome rank, not too shabby for a WV hillbilly
Yahoo.com attorneys please note, additions to this message
by Gene Heskett are:
Copyright 2004 by Maurice Eugene Heskett, all rights reserved.