Amanda-Users

Re: Use multiple drives in tape robot

2007-06-26 15:22:58
Subject: Re: Use multiple drives in tape robot
From: Jean-Francois Malouin <Jean-Francois.Malouin AT bic.mni.mcgill DOT ca>
To: Joshua Baker-LePain <jlb17 AT duke DOT edu>
Date: Tue, 26 Jun 2007 14:53:15 -0400
* Joshua Baker-LePain <jlb17 AT duke DOT edu> [20070626 13:49]:
> On Tue, 26 Jun 2007 at 12:57pm, Jean-Francois Malouin wrote
> 
> >I'll just add that you must also configure amanda such that both
> >configs use different ports with '--with-testing=config1' and
> >'--with-testing=config2' and add those to /etc/services like
> >
> >amanda-config1    10080/tcp
> >amanda-config1    10080/udp
> >amanda-config2    10081/tcp
> >amanda-config2    10081/udp
> >
> >Depending on the authentication scheme you decide to use you might
> >have to specify the udp and tcp port range so that both config  don't
> >overlap.
> >Look for '--with-tcpportrange=' and '--with-udpportrange='
> 
> Hmm.  Is that on the server or the client side?  I didn't do any such 
> magic, but I don't have any clients that are in both configs.  Also, I'm 
> still using 2.4.5p1.

In the days where I was running 2.4.5 I had to do 
this on all clients and server for each config:
On the server (SGI/irix):

./configure                                 \
--prefix=/opt/amanda/amanda7                \
--with-user=amanda                          \
--with-group=sys                            \
--with-testing=conf7                        \
--with-tmpdir=/tmp/amanda-conf7             \
--with-tcpportrange=18946,19457             \
--with-udpportrange=883,906                 \
--with-config=stk_40-conf7
+...

and on the client (Debian/Linux):

./configure                                 \
--without-server                            \
--prefix=/opt/amanda/amanda7                \
--with-user=amanda                          \
--with-group=disk                           \
--with-testing=conf7                        \
--with-tmpdir=/tmp/amanda-conf7             \
--with-tcpportrange=18946,19457             \ 
--with-udpportrange=883,906                 \
--with-config=stk_40-conf7


jf

> 
> -- 
> Joshua Baker-LePain
> Department of Biomedical Engineering
> Duke University

-- 
<° ><

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