Re: Managing "out of the office" twits

2004-06-02 Thread Justin Gombos
Believe it or not, I received an out of office to the post I'm replying to :) So as I indicated, I wrote an autoresponder to deal with this crap. But first, I must apologize in advance, in case this thing backfires in an infinate loop and replies to the list. Here is the latest script: PRC_LI

Re: streaming

2004-06-02 Thread Jon LaBadie
On Wed, Jun 02, 2004 at 10:45:00PM -0500, Frank Smith wrote: > --On Wednesday, June 02, 2004 23:19:03 -0400 Jon LaBadie <[EMAIL PROTECTED]> wrote: > > > On Wed, Jun 02, 2004 at 09:52:55PM -0400, Gene Heskett wrote: > >> > >> The ideal situation would be to have the backup thats > >> being optiona

Re: streaming

2004-06-02 Thread Glenn English
On Wed, 2004-06-02 at 17:07, Frank Smith wrote: > If it's linux, try using hdparm to verify the modes and speed of your > disk. Like Jon says, a good drive can have terrible performance if > it is running in the wrong mode. hdparm is a nifty addition to my system monitoring toolkit (top, gnome's

Managing "out of the office" twits

2004-06-02 Thread Justin Gombos
* Dave Ewart <[EMAIL PROTECTED]> [2004-06-02 08:32]: > > I have sent him a (reasonably) polite, but "to-the-point" message > about this, asking him to reconfigure his (broken) auto-reply > software. I've adjusted my procmail script to handle these messages. If anyone is running procmail, here's

Re: streaming

2004-06-02 Thread Frank Smith
--On Wednesday, June 02, 2004 23:19:03 -0400 Jon LaBadie <[EMAIL PROTECTED]> wrote: > On Wed, Jun 02, 2004 at 09:52:55PM -0400, Gene Heskett wrote: >> >> The ideal situation would be to have the backup thats >> being optionally gzipped ... > > Gene's mention of compression reminded me. If you a

Re: streaming

2004-06-02 Thread Jon LaBadie
On Wed, Jun 02, 2004 at 09:52:55PM -0400, Gene Heskett wrote: > > The ideal situation would be to have the backup thats > being optionally gzipped ... Gene's mention of compression reminded me. If you are using disk drive compression you have to feed data at a higher rate to the drive than if it

Re: streaming

2004-06-02 Thread Gene Heskett
On Wednesday 02 June 2004 19:00, Stefan G. Weichinger wrote: >Hi, Jon, > >on Donnerstag, 03. Juni 2004 at 00:48 you wrote to amanda-users: > >JL> On Solaris x86, one thing that terribly degrades IDE disk >JL> performance is if the driver does not use dma but uses pio mode. >JL> There are even repor

Re: streaming

2004-06-02 Thread Gene Heskett
On Wednesday 02 June 2004 18:48, Jon LaBadie wrote: >On Wed, Jun 02, 2004 at 04:21:35PM -0600, Glenn English wrote: >> On Wed, 2004-06-02 at 14:12, Gene Heskett wrote: >> > Any current ide drive can do 30+ Mb/sec if left >> > alone by other tasks, often quite a ways on the + side. >> >> Is that jus

Re: streaming

2004-06-02 Thread Gene Heskett
On Wednesday 02 June 2004 18:21, Glenn English wrote: >On Wed, 2004-06-02 at 14:12, Gene Heskett wrote: >> Any current ide drive can do 30+ Mb/sec if left >> alone by other tasks, often quite a ways on the + side. > >Is that just a burst out of the cache, or can they read > dis-contiguous files, se

Re: streaming

2004-06-02 Thread Frank Smith
--On Wednesday, June 02, 2004 18:48:46 -0400 Jon LaBadie <[EMAIL PROTECTED]> wrote: > On Wed, Jun 02, 2004 at 04:21:35PM -0600, Glenn English wrote: >> On Wed, 2004-06-02 at 14:12, Gene Heskett wrote: >> >> > Any current ide drive can do 30+ Mb/sec if left >> > alone by other tasks, often quite

Re: streaming

2004-06-02 Thread Stefan G. Weichinger
Hi, Jon, on Donnerstag, 03. Juni 2004 at 00:48 you wrote to amanda-users: JL> On Solaris x86, one thing that terribly degrades IDE disk JL> performance is if the driver does not use dma but uses pio mode. JL> There are even reports of diagnostic tools saying the drive is JL> using dma, but diggin

Re: streaming

2004-06-02 Thread Jon LaBadie
On Wed, Jun 02, 2004 at 04:21:35PM -0600, Glenn English wrote: > On Wed, 2004-06-02 at 14:12, Gene Heskett wrote: > > > Any current ide drive can do 30+ Mb/sec if left > > alone by other tasks, often quite a ways on the + side. > > Is that just a burst out of the cache, or can they read dis-cont

Re: streaming

2004-06-02 Thread Stefan G. Weichinger
Hi, Glenn, on Donnerstag, 03. Juni 2004 at 00:21 you wrote to amanda-users: GE> On Wed, 2004-06-02 at 14:12, Gene Heskett wrote: >> There is also an algorythm string in amanda.conf that adjusts the >> dumporders a bit, I have mine set to to the largest dump first, so >> that once its done, the

Re: streaming

2004-06-02 Thread Glenn English
On Wed, 2004-06-02 at 14:12, Gene Heskett wrote: > Any current ide drive can do 30+ Mb/sec if left > alone by other tasks, often quite a ways on the + side. Is that just a burst out of the cache, or can they read dis-contiguous files, seek around to other files, wait for latency, and write all a

Re: Changing tape sizes

2004-06-02 Thread Stefan G. Weichinger
Hi, Anthony, on Mittwoch, 02. Juni 2004 at 23:28 you wrote to amanda-users: AV> Hello everyone! AV> I've been using 10GB DLT tapes for my Amanda setup, however, they are AV> getting old so I am replacing them. I saw no point in trying to find AV> 10GB tapes, so I've purchased 40GB tapes instead

Re: Changing tape sizes

2004-06-02 Thread Frank Smith
--On Wednesday, June 02, 2004 13:28:58 -0800 Anthony Valentine <[EMAIL PROTECTED]> wrote: > Hello everyone! > > I've been using 10GB DLT tapes for my Amanda setup, however, they are > getting old so I am replacing them. I saw no point in trying to find > 10GB tapes, so I've purchased 40GB tapes

Changing tape sizes

2004-06-02 Thread Anthony Valentine
Hello everyone! I've been using 10GB DLT tapes for my Amanda setup, however, they are getting old so I am replacing them. I saw no point in trying to find 10GB tapes, so I've purchased 40GB tapes instead. I have been replacing them one at a time the day before they are to be overwritten, and I a

Re: streaming

2004-06-02 Thread Jon LaBadie
On Wed, Jun 02, 2004 at 01:51:26PM -0600, Glenn English wrote: > On Wed, 2004-06-02 at 10:59, Jon LaBadie wrote: > > > I doubt there is any tapedrive that is "too fast" for your > > disk drives. > > I thought so too. But when dump is running from one disk to the other, > it reports speeds about 2

Re: streaming

2004-06-02 Thread Gene Heskett
On Wednesday 02 June 2004 15:51, Glenn English wrote: >On Wed, 2004-06-02 at 10:59, Jon LaBadie wrote: >> I doubt there is any tapedrive that is "too fast" for your >> disk drives. > >I thought so too. But when dump is running from one disk to the > other, it reports speeds about 20% higher (~10MB/

Re: Hard disk backup doubts

2004-06-02 Thread Gene Heskett
On Wednesday 02 June 2004 09:51, Javier Sanchez wrote: >Hello again, > >thanks for the informatio,n i have allready marked all the tapes to > be no-reuse with the amadmin command. > >Now i have a different doubt .-), how can i tell amanda to compress > the files with bzip2 ?? I saw how once on a we

Re: streaming

2004-06-02 Thread Glenn English
On Wed, 2004-06-02 at 10:59, Jon LaBadie wrote: > I doubt there is any tapedrive that is "too fast" for your > disk drives. I thought so too. But when dump is running from one disk to the other, it reports speeds about 20% higher (~10MB/s) than it does when running from disk to tape (~8MB/s). I c

Re: More questions about amanda

2004-06-02 Thread Gene Heskett
On Wednesday 02 June 2004 11:24, Marcelo Leão Caffaro wrote: >Hi guys! > >i have more questions about the amanda > >before i install the amanda, i run the winnt backup to make my daily > backup and i have four daily tapes (Mon,Tue,Wed,The) four tapes to > week (in all Fri) and one tape to month. >

Re: Multiple NICs

2004-06-02 Thread Glenn English
On Wed, 2004-06-02 at 11:35, Dege, Robert C. wrote: > We'd like to back up a particular machine over the second NIC exclusively; is there > a way to do that? We want our 1 NIC to be dedicated for NFS, and the other NIC to > be dedicated for Amanda traffic. > > Both NICs on the server are on th

Re: streaming

2004-06-02 Thread Eric Siegerman
On Wed, Jun 02, 2004 at 10:43:01AM -0600, Glenn English wrote: > I know I could do amdumps and then amflushes at 3:00 AM, but if I could > get Amanda to wait for all the dumps to come in before writing to tape, > I think things would be OK. That's pretty much what we do for our weekly level-0's-to

Re: ***SPAM*** Multiple NICs

2004-06-02 Thread Javier Sanchez
Hello, have you tried modifying the server's routing ?? Cheers El miÃ, 02-06-2004 a las 19:35, Dege, Robert C. escribiÃ: > Hello, > > Our amanda server has 2 NICs in it, each with separate IPs. We're running 2.4.22 > kernel, RedHat 9, Amanda 2.4.4p1. > > We'd like to back up a particular

Multiple NICs

2004-06-02 Thread Dege, Robert C.
Hello, Our amanda server has 2 NICs in it, each with separate IPs. We're running 2.4.22 kernel, RedHat 9, Amanda 2.4.4p1. We'd like to back up a particular machine over the second NIC exclusively; is there a way to do that? We want our 1 NIC to be dedicated for NFS, and the other NIC to be

Re: Re: Hard disk backup doubts

2004-06-02 Thread Jon LaBadie
On Wed, Jun 02, 2004 at 05:57:02PM +0200, Javier Sanchez wrote: > > Ok with the reconpilation, but how this will affect the planner calcs > about the storage space needed ? Should i modify the planner ?? > gzip or bzip2 or compress or whatever. everything is a guess/approximation by amanda unt

streaming

2004-06-02 Thread Glenn English
I bought a Quantum VS160 DLT drive a couple weeks ago to backup my network. It's in a Linux system (Gentoo distro, heavily optimized 2.6 kernel and system software) with a 2.8GHz P4, 1GB RAM, and a pair of 120GB 7200 RPM IDE disks (on separate controllers). I think the tape drive is so fast that

Re: Re: Hard disk backup doubts

2004-06-02 Thread Javier Sanchez
Ok with the reconpilation, but how this will affect the planner calcs about the storage space needed ? Should i modify the planner ?? Cheers El mié, 02-06-2004 a las 17:39, Jon LaBadie escribió: > On Wed, Jun 02, 2004 at 03:51:10PM +0200, Javier Sanchez wrote: > ... > > > > Now i have a diffe

Re: More questions about amanda

2004-06-02 Thread Jon LaBadie
On Wed, Jun 02, 2004 at 12:24:26PM -0300, Marcelo Leão Caffaro wrote: > Hi guys! > > i have more questions about the amanda > > before i install the amanda, i run the winnt backup to make my daily backup and i > have four daily tapes (Mon,Tue,Wed,The) four tapes to week (in all Fri) > and one ta

Re: Forcing a full dump of all filesystems.

2004-06-02 Thread Paul Bijnens
Bernard McAuley wrote: I have two problems with this. Firstly, I can't use an inifinite tape cycle according to the configuration file, other than using a very large number is there a way I can ensure that Amanda won't want to recycle the tapes at a future date. Use "amadmin ... no-reuse", like: a

Re: Hard disk backup doubts

2004-06-02 Thread Jon LaBadie
On Wed, Jun 02, 2004 at 03:51:10PM +0200, Javier Sanchez wrote: ... > > Now i have a different doubt .-), how can i tell amanda to compress the > files with bzip2 ?? I saw how once on a web but cant find it now, any > ideas ? Confirm that the options are the same as gzip (?check logs in /tmp/aman

Re: amandahostsauth error (when invoquing amcheck)

2004-06-02 Thread Sylvain Zimmermann
Hello, Stefan, That was it! Thank you very much. You were right. I'm sorry, it was so simple. In fact i've had tested it but i had an error in my .amandahosts on the line concerned. b4i amanda instead of b4 amanda Thanks to everyone.

Forcing a full dump of all filesystems.

2004-06-02 Thread Bernard McAuley
Hi, I would like to use Amanda to run a 'full' archived backup of all the systems so that I can take the tapes off site and keep them permenantly. I'd like to run this on a quarterly basis. I have two problems with this. Firstly, I can't use an inifinite tape cycle according to the configuration

More questions about amanda

2004-06-02 Thread Marcelo Leão Caffaro
Hi guys!   i have more questions about the amanda   before i install the amanda, i run the winnt backup to make my daily backup and i have four daily tapes (Mon,Tue,Wed,The) four tapes to week (in all Fri) and one tape to month.   But now i search to amanda one backup solution and i have some

Re: Joe Harpole/St Louis/IBM is out of the office.

2004-06-02 Thread Dave Ewart
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 On Wednesday, 02.06.2004 at 16:13 +0100, Tony van der Hoff wrote: > > I will be out of the office starting 06/02/2004 and will not return > > until 06/03/2004. > > > > I'll be out of the office Monday & Tuesday for Mom's Cardiac Cath > > test and po

Re: Joe Harpole/St Louis/IBM is out of the office.

2004-06-02 Thread Tony van der Hoff
Joe Harpole <[EMAIL PROTECTED]> wrote in message <[EMAIL PROTECTED]> > > > > > I will be out of the office starting 06/02/2004 and will not return until > 06/03/2004. > > I'll be out of the office Monday & Tuesday for Mom's Cardiac Cath test and > possible surgery. > Just what we all wante

Re: Hard disk backup doubts

2004-06-02 Thread Javier Sanchez
Hello again, thanks for the informatio,n i have allready marked all the tapes to be no-reuse with the amadmin command. Now i have a different doubt .-), how can i tell amanda to compress the files with bzip2 ?? I saw how once on a web but cant find it now, any ideas ? Cheers El mié, 02-06-2

Re: amandahostsauth error (when invoquing amcheck)

2004-06-02 Thread Gene Heskett
On Wednesday 02 June 2004 09:58, Sylvain Zimmermann wrote: >Hello, > >I have a problem making function my amanda server. Here is the > situation. > >Here is the output I obtain when invoquing amcheck > >[[[ beginning of output ]]] > >[EMAIL PROTECTED] amanda]$ amcheck normal Amanda Tape Server Host

Re: amandahostsauth error (when invoquing amcheck)

2004-06-02 Thread Stefan G. Weichinger
Hi, Sylvain, on Mittwoch, 02. Juni 2004 at 15:58 you wrote to amanda-users: SZ> Amanda Backup Client Hosts Check SZ> ERROR: SZ> b4.uhp-nancy.fr: [access as amanda not allowed from [EMAIL PROTECTED] SZ> amandahostsauth failed Client check: 1 host checked in 0.016

amandahostsauth error (when invoquing amcheck)

2004-06-02 Thread Sylvain Zimmermann
Hello, I have a problem making function my amanda server. Here is the situation. Here is the output I obtain when invoquing amcheck [[[ beginning of output ]]] [EMAIL PROTECTED] amanda]$ amcheck normal Amanda Tape Server Host Check - Holding disk /home/amanda/holdin

Joe Harpole/St Louis/IBM is out of the office.

2004-06-02 Thread Joe Harpole
I will be out of the office starting 06/02/2004 and will not return until 06/03/2004. I'll be out of the office Monday & Tuesday for Mom's Cardiac Cath test and possible surgery.

Re: Amanda the movie

2004-06-02 Thread Paul Bijnens
Marcelo Leão Caffaro wrote: WARNING planner tapecycle (1) <= runspercycle (28) Do something about this warning! Even when you fix the next problem, you instructed to use only one tape! INFO planner Adding new disk tux2.employer.com.br:/backup3. START driver date 20040602 FAIL planner t

Re: Amanda the movie

2004-06-02 Thread Jon LaBadie
gt; my question is, why amanda dont ask to put another tape? > > planner tapecycle (1) <= runspercycle (28) > > You only gave AMANDA one tape. And it seems that even on that one tape: > FAIL planner tux2.employer.com.br /backup3 20040602 0 > [dump larger than tape, 85079450 K

Re: Hard disk backup doubts

2004-06-02 Thread Jon LaBadie
On Wed, Jun 02, 2004 at 01:08:51PM +0200, Javier Sanchez wrote: > > Hello all, > > i have just succesfully configured an amanda server to store the backups > on a local har disk, backup and restore are working but now im facing a > new doutb. > > I have defined 7 tapes on a external usb hard-dis

Re: Amanda the movie

2004-06-02 Thread Stefan G. Weichinger
Hi, Marcelo, on Mittwoch, 02. Juni 2004 at 14:09 you wrote to amanda-users: MLC> I have one folder named /backup3 in my linux, inside this MLC> folder i have my files to backup... MLC> my question is, why amanda dont ask to put another tape? planner tapecycle (1) <= runspercycle (28) You only g

Hard disk backup doubts

2004-06-02 Thread Javier Sanchez
: date 20040602 label daily07 slot 1: date 20040602 label daily01 slot 2: date 20040602 label daily02 slot 3: date 20040602 label daily03 slot 4: date 20040602 label daily04 slot 5: date Xlabel daily05 slot 6: date Xlabel daily06 Thanks for your help Best regards

Amanda the movie

2004-06-02 Thread Marcelo Leão Caffaro
ing new disk tux2.employer.com.br:/backup3.START driver date 20040602FAIL planner tux2.employer.com.br /backup3 20040602 0 [dump larger than tape, 85079450 KB, but cannot incremental dump new disk]FATAL planner cannot fit anything on tape, bailing outWARNING driver WARNING: got empty schedule f

Re: What to do with those MS Exchange Servers?

2004-06-02 Thread Stefan G. Weichinger
Hi, Patrick, on Sonntag, 30. Mai 2004 at 16:09 you wrote to amanda-users: PJL> You do not need to stop Exchange. First: Thank you for all your suggestions, I will have a close look at all these tips ASAP. PJL> The "Deleted Item Recovery" mitigates the problem somewhat. It works PJL> by hav