Re: amanda upgrade questions

2007-05-10 Thread dustin
On Wed, May 09, 2007 at 09:38:20PM -0400, Guy Dallaire wrote:
2.5 seems pretty scary. I see a lot of problems on the list. Is it
stable, or is it experimental ?

2.5.2 is a stable release.  A lot of the recent problems have been small
bugs that occurred in configurations not tested during the beta phase.
That is to say, the release itself is in no way experimental, but the
testing process could use some work -- that's a discussion I would be
happy to have here, but in another thread.

As for upgrading -- you're contemplating a rather significant version
bump, and I personally hesitate to answer because I'm not very confident
that I'll be right[1].  I suspect others may be reticent for similar
reasons.  

I think that things will go smoothly for you in an upgrade, as Amanda
development remains fairly conservative in maintaining backward
compatiblity.  The port-range options still exist and do the same thing.
I *think* that the on-disk formats and the on-the-wire network protocols
are also compatible; hopefully someone will reply loudly to this email
if I'm wrong about that.

Probably your best bet is to just try it out in as safe a manner as
you can muster.

Dustin

[1] I was absent from the Amanda scene from somewhere in 2.4.4 to
about 2.5.1, so I'm not familiar with the transition.

-- 
Dustin J. Mitchell
Storage Software Engineer, Zmanda, Inc.
http://www.zmanda.com/


Re: amanda upgrade questions

2007-05-10 Thread Jean-Louis Martineau
Upgrading amanda is always easy if you keep the same config,  we always 
maintains compatibility.
Only the new features (amrecover use security-api, auth (ssh),  ...) 
require config change. If you use the 2.4 amrecover, no config change is 
needed.


2.5.2 is stable on linux, all problem seen on other OS (irix, OSF/1, 
solaris8, ...) are already fixed in the latest snapshot.


Jean-Louis

Guy Dallaire wrote:

Replying to myself:

It's my second attempt at trying to get any input as to how difficult 
it may be to upgrade amanda. I have not received any reply on both 
occasions.


Are my questions too dumb ?   I would like to read some sort of 
upgrade guide, but I can't find anything useful in the doc or in the 
amanda wiki.


2.5 seems pretty scary. I see a lot of problems on the list. Is it 
stable, or is it experimental ?


Thanks

2007/5/7, Guy Dallaire  [EMAIL PROTECTED] 
mailto:[EMAIL PROTECTED]:


I understand that amanda 2.5 is compatible with amanda 2.4
clients. This means I could upgrade my server and do the clients
later ? I would like to upgrade to 2.5.2 for security reason
(ability to encrypt backups, ssh)

I compiled my server and client with restriction on the tcp and
udp ports used for ease of firewall configuration:

--with-tcpportrange=5,50100' '--with-udpportrange=850,859

Do these options still apply to the new amanda version ?

Will the new version be able to restore old tapes that were
written by the amanda 2.4 tapeserver ?

Will amrecover on a 2.4 client be able to use the 2.5 amanda server ?

Are the new encryption and ssh features easy to use ?

Thanks !






Re: amanda upgrade questions

2007-05-10 Thread Donofrio, Lewis
In config file you are referring to the .config file that is home to all the 
switches like --with- ssh and etc?
__
Lewis [EMAIL PROTECTED]
Cell: (734) 323-8776 
 

- Original Message -
From: [EMAIL PROTECTED] [EMAIL PROTECTED]
To: Guy Dallaire [EMAIL PROTECTED]
Cc: AMANDA users amanda-users@amanda.org
Sent: Thu May 10 07:16:01 2007
Subject: Re: amanda upgrade questions

Upgrading amanda is always easy if you keep the same config,  we always 
maintains compatibility.
Only the new features (amrecover use security-api, auth (ssh),  ...) 
require config change. If you use the 2.4 amrecover, no config change is 
needed.

2.5.2 is stable on linux, all problem seen on other OS (irix, OSF/1, 
solaris8, ...) are already fixed in the latest snapshot.

Jean-Louis

Guy Dallaire wrote:
 Replying to myself:

 It's my second attempt at trying to get any input as to how difficult 
 it may be to upgrade amanda. I have not received any reply on both 
 occasions.

 Are my questions too dumb ?   I would like to read some sort of 
 upgrade guide, but I can't find anything useful in the doc or in the 
 amanda wiki.

 2.5 seems pretty scary. I see a lot of problems on the list. Is it 
 stable, or is it experimental ?

 Thanks

 2007/5/7, Guy Dallaire  [EMAIL PROTECTED] 
 mailto:[EMAIL PROTECTED]:

 I understand that amanda 2.5 is compatible with amanda 2.4
 clients. This means I could upgrade my server and do the clients
 later ? I would like to upgrade to 2.5.2 for security reason
 (ability to encrypt backups, ssh)

 I compiled my server and client with restriction on the tcp and
 udp ports used for ease of firewall configuration:

 --with-tcpportrange=5,50100' '--with-udpportrange=850,859

 Do these options still apply to the new amanda version ?

 Will the new version be able to restore old tapes that were
 written by the amanda 2.4 tapeserver ?

 Will amrecover on a 2.4 client be able to use the 2.5 amanda server ?

 Are the new encryption and ssh features easy to use ?

 Thanks !





Re: amanda upgrade questions

2007-05-10 Thread Gene Heskett
On Thursday 10 May 2007, Donofrio, Lewis wrote:
In config file you are referring to the .config file that is home to all the
 switches like --with- ssh and etc?
 __
 Lewis [EMAIL PROTECTED]
Cell: (734) 323-8776

Yup, that one.

Here is mine.

#!/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-gnu-ld \
--prefix=/usr/local \
--with-tapedev=FILE:/amandatapes \
--with-debugging=/tmp/amanda-dbg/ \
--with-tape-server=coyote \
--with-bsdtcp-security --with-amandahosts \
--with-configdir=/usr/local/etc/amanda \
--with-config=Daily \
--with-gnutar=/bin/tar

make


You will also need to add/modify the ~/.amandahosts file IIRC.

-- 
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)
I just know I'm a better manager when I have Joe DiMaggio in center field.
-- Casey Stengel


Re: amanda upgrade questions

2007-05-09 Thread Guy Dallaire

Replying to myself:

It's my second attempt at trying to get any input as to how difficult it may
be to upgrade amanda. I have not received any reply on both occasions.

Are my questions too dumb ?   I would like to read some sort of upgrade
guide, but I can't find anything useful in the doc or in the amanda wiki.

2.5 seems pretty scary. I see a lot of problems on the list. Is it stable,
or is it experimental ?

Thanks

2007/5/7, Guy Dallaire [EMAIL PROTECTED]:


I understand that amanda 2.5 is compatible with amanda 2.4 clients. This
means I could upgrade my server and do the clients later ? I would like to
upgrade to 2.5.2 for security reason (ability to encrypt backups, ssh)

I compiled my server and client with restriction on the tcp and udp ports
used for ease of firewall configuration:

--with-tcpportrange=5,50100' '--with-udpportrange=850,859

Do these options still apply to the new amanda version ?

Will the new version be able to restore old tapes that were written by the
amanda 2.4 tapeserver ?

Will amrecover on a 2.4 client be able to use the 2.5 amanda server ?

Are the new encryption and ssh features easy to use ?

Thanks !



Re: amanda upgrade questions

2007-05-09 Thread Jon LaBadie
On Wed, May 09, 2007 at 09:38:20PM -0400, Guy Dallaire wrote:
 Replying to myself:
 
 It's my second attempt at trying to get any input as to how difficult it may
 be to upgrade amanda. I have not received any reply on both occasions.
 
 Are my questions too dumb ?   I would like to read some sort of upgrade
 guide, but I can't find anything useful in the doc or in the amanda wiki.
 
 2.5 seems pretty scary. I see a lot of problems on the list. Is it stable,
 or is it experimental ?
 
 Thanks
 
 2007/5/7, Guy Dallaire [EMAIL PROTECTED]:
 
 I understand that amanda 2.5 is compatible with amanda 2.4 clients. This
 means I could upgrade my server and do the clients later ? I would like to
 upgrade to 2.5.2 for security reason (ability to encrypt backups, ssh)

Being compatible does not mean that the clients gain the new features
of the upgraded server.  If the client could not do encryption or ssh
before, upgrading the server will not change the client.



-- 
Jon H. LaBadie  [EMAIL PROTECTED]
 JG Computing
 4455 Province Line Road(609) 252-0159
 Princeton, NJ  08540-4322  (609) 683-7220 (fax)


Re: amanda upgrade questions

2007-05-09 Thread Anthony Ho
Hi,

It is actually quite simply to upgrade amanda. All you need to do is to
download the latest version of Amanda (for this case amanda 2.5.2),
untar it and execute the following commands to clean and recompile the
latest build.

make distclean
./configure -with-tcpportrange=5,50100 --with-udpportrange=850,859
make  make install

But becareful with amanda version 2.5.2 as it contains some bug issue
with the amlabel on the vtapes.

Regards 
Anthony

On Wed, 2007-05-09 at 21:38 -0400, Guy Dallaire wrote:
 Replying to myself:
 
 It's my second attempt at trying to get any input as to how difficult
 it may be to upgrade amanda. I have not received any reply on both
 occasions.
 
 Are my questions too dumb ?   I would like to read some sort of
 upgrade guide, but I can't find anything useful in the doc or in the
 amanda wiki. 
 
 2.5 seems pretty scary. I see a lot of problems on the list. Is it
 stable, or is it experimental ?
 
 Thanks 
 
 2007/5/7, Guy Dallaire [EMAIL PROTECTED]:
 I understand that amanda 2.5 is compatible with amanda 2.4
 clients. This means I could upgrade my server and do the
 clients later ? I would like to upgrade to 2.5.2 for security
 reason (ability to encrypt backups, ssh)
 
 I compiled my server and client with restriction on the tcp
 and udp ports used for ease of firewall configuration:
 
 --with-tcpportrange=5,50100' '--with-udpportrange=850,859 
 
 Do these options still apply to the new amanda version ? 
 
 Will the new version be able to restore old tapes that were
 written by the amanda 2.4 tapeserver ?
 
 Will amrecover on a 2.4 client be able to use the 2.5 amanda
 server ?
 
 Are the new encryption and ssh features easy to use ? 
 
 Thanks !