RE: data write: File too large

2003-11-18 Thread Dana Bourgeois
I had this error when trying to put dump files larger than 2 Gig on a non-BigFile supporting OS (RedHat 7.0). I had chunk size set correctly but forgot about what would happen when I used the file: device to write the coalesced dump files to disk tapes. Got a modern kernel and the problem went

RE: data write: File too large

2003-11-18 Thread Byarlay, Wayne A.
Thanks for the responses... Upgrading at this time would be GREAT. Unfortunately this is not going to happen anytime soon. I have another hard drive with RH9 and 2.4.4 on it, but it's only half-configured, and it took a while to get to that point. As per the current, Irridum-dust, ancient setup,

RE: data write: File too large

2003-11-18 Thread Byarlay, Wayne A.
Never Mind, I was under the impression that, for some reason, the holdingdisk {} section of amanda.conf could not exist in my version. But I put it there, with an appropriate Chunksize, and ... amcheck did not complain at all. In fact it said 4096 size requested, that's plenty. If you don't hear

Re: data write: File too large

2003-11-17 Thread Gene Heskett
On Monday 17 November 2003 10:54, Byarlay, Wayne A. wrote: Hi all, I checked the archives on this problem... but they all suggested to adjust the chunksize of my holdingdisk section in my amanda.conf. However, I have ver. 2.4.1, and there's no holdingdisk section IN my amanda.conf! Is the

Re: data write: File too large

2003-11-17 Thread Paul Bijnens
Byarlay, Wayne A. wrote: Hi all, I checked the archives on this problem... but they all suggested to adjust the chunksize of my holdingdisk section in my amanda.conf. However, I have ver. 2.4.1, and there's no holdingdisk section IN my amanda.conf! Is the chunksize the problem? I've got

Re: [data write: File too large]

2002-06-23 Thread Paul Bijnens
Pedro Aguayo wrote: Ok, I didn't but think I do now. Basically when amanda write to the holding disk, it rights it to a flat file on the file system, and if that flat file is larger than 2gb then you might encounter a problem if your filesystem has a limitation where it can only support

Re: [data write: File too large]

2002-01-17 Thread John R. Jackson
This makes sense because when I ran my initial Amanda dump on that host, I had no holding-disk defined, and it did backup the filesystem at level 0, and that filesystem has over 24GB of data on it, albeit, they are all small .c files and the such. I am left wondering then how chunksize fits into

Re: [data write: File too large]

2002-01-15 Thread Adrian Reyer
On Mon, Jan 14, 2002 at 10:53:29AM -0500, Pedro Aguayo wrote: Could be that your holding disk space is to small, or you trying to backup a file that is larger than 2 gigs? Perhaps I misunderstand something here, but... The holding disk afaik holds the entire dump of the filesystem you try and

RE: [data write: File too large]

2002-01-15 Thread Pedro Aguayo
PROTECTED] [mailto:[EMAIL PROTECTED]]On Behalf Of Adrian Reyer Sent: Tuesday, January 15, 2002 4:03 AM To: Pedro Aguayo Cc: Rivera, Edwin; [EMAIL PROTECTED] Subject: Re: [data write: File too large] On Mon, Jan 14, 2002 at 10:53:29AM -0500, Pedro Aguayo wrote: Could be that your holding disk

Re: [data write: File too large]

2002-01-15 Thread Adrian Reyer
On Tue, Jan 15, 2002 at 09:14:33AM -0500, Pedro Aguayo wrote: But, I think Edwin doesn't have this problem, meaning he says he doesn't have a file larger than 2gb. I had none, either, but the filesystem was dumped into a file as a whole, leading to a huge file, same with tar. The problem only

RE: [data write: File too large]

2002-01-15 Thread Pedro Aguayo
Ahh! I see said the blind man. Pedro -Original Message- From: Adrian Reyer [mailto:[EMAIL PROTECTED]] Sent: Tuesday, January 15, 2002 9:24 AM To: Pedro Aguayo Cc: Rivera, Edwin; [EMAIL PROTECTED] Subject: Re: [data write: File too large] On Tue, Jan 15, 2002 at 09:14:33AM -0500, Pedro

RE: [data write: File too large]

2002-01-15 Thread KEVIN ZEMBOWER
:[EMAIL PROTECTED]] Sent: Tuesday, January 15, 2002 9:24 AM To: Pedro Aguayo Cc: Rivera, Edwin; [EMAIL PROTECTED] Subject: Re: [data write: File too large] On Tue, Jan 15, 2002 at 09:14:33AM -0500, Pedro Aguayo wrote: But, I think Edwin doesn't have this problem, meaning he says he doesn't have

Re: [data write: File too large]

2002-01-15 Thread Hans Kinwel
On 15-Jan-2002 Adrian Reyer wrote: No holding-disk - no big file - no problem. (well, tape might have to stop more often because of interruption in data-flow) Why not define a chunksize of 500 Mb on your holdingdisk? That's what I did. Backups go faster and there's less wear and tear on

RE: [data write: File too large]

2002-01-15 Thread Pedro Aguayo
Aguayo Subject: Re: [data write: File too large] I don't understand the problem. When amanda encounters a filesystem larger than the holding disk, she AUTOMATICALLY resorts to direct tape write. Quoting from the amanda.conf file: # If no holding disks are specified then all dumps will be written

Re: [data write: File too large]

2002-01-15 Thread Paul Bijnens
Pedro Aguayo wrote: Ok, I didn't but think I do now. Basically when amanda write to the holding disk, it rights it to a flat file on the file system, and if that flat file is larger than 2gb then you might encounter a problem if your filesystem has a limitation where it can only support

RE: [data write: File too large]

2002-01-15 Thread Rivera, Edwin
, January 15, 2002 9:24 AM To: Pedro Aguayo Cc: Rivera, Edwin; [EMAIL PROTECTED] Subject: Re: [data write: File too large] On Tue, Jan 15, 2002 at 09:14:33AM -0500, Pedro Aguayo wrote: But, I think Edwin doesn't have this problem, meaning he says he doesn't have a file larger than 2gb. I had

RE: [data write: File too large]

2002-01-15 Thread Rivera, Edwin
- From: Adrian Reyer [mailto:[EMAIL PROTECTED]] Sent: Tuesday, January 15, 2002 9:24 AM To: Pedro Aguayo Cc: Rivera, Edwin; [EMAIL PROTECTED] Subject: Re: [data write: File too large] On Tue, Jan 15, 2002 at 09:14:33AM -0500, Pedro Aguayo wrote: But, I think Edwin doesn't have this problem

Re: [data write: File too large]

2002-01-15 Thread Gene Heskett
On Tuesday 15 January 2002 09:56 am, Rivera, Edwin wrote: is there a way, in the amanda.conf file, to specify *NOT* to use the holding-disk for a particular filesystem? for example, if i use amanda to backup 8 filesystems on one box and i want 7 to use the holding-disk, but one not to.. is

Re: [data write: File too large]

2002-01-14 Thread Adrian Reyer
On Mon, Jan 14, 2002 at 10:03:57AM -0500, Rivera, Edwin wrote: my aix 4.2.1 box running Amanda v2.4.2p2 is not backing up one of my filesystems at level 0 anymore, it did it only once (the first amdump run). here is the error: aix421.us.lhsgroup.com /home4/bscs_fam lev 0 FAILED [data write:

RE: [data write: File too large]

2002-01-14 Thread Pedro Aguayo
Could be that your holding disk space is to small, or you trying to backup a file that is larger than 2 gigs? Thats all I can come up with. Pedro -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED]]On Behalf Of Rivera, Edwin Sent: Monday, January 14, 2002 10:04 AM To:

RE: [data write: File too large]

2002-01-14 Thread Pedro Aguayo
You sure you don't have a huge file in that filesystem? Pedro -Original Message- From: Rivera, Edwin [mailto:[EMAIL PROTECTED]] Sent: Monday, January 14, 2002 10:55 AM To: Pedro Aguayo; Rivera, Edwin; [EMAIL PROTECTED] Subject: RE: [data write: File too large] my holding disk is 4GB

RE: [data write: File too large]

2002-01-14 Thread Rivera, Edwin
: [data write: File too large] You sure you don't have a huge file in that filesystem? Pedro -Original Message- From: Rivera, Edwin [mailto:[EMAIL PROTECTED]] Sent: Monday, January 14, 2002 10:55 AM To: Pedro Aguayo; Rivera, Edwin; [EMAIL PROTECTED] Subject: RE: [data write: File too large

Re: data write: File too large ???

2001-08-14 Thread Joshua Baker-LePain
On Tue, 14 Aug 2001 at 9:05am, Katrinka Dall wrote /-- xx.p /dev/sdb1 lev 0 FAILED [data write: File too large] sendbackup: start [x.x.xxx.x.com:/dev/sdb1 level 0] sendbackup: info BACKUP=/bin/tar sendbackup: info RECOVER_CMD=/usr/bin/gzip -dc |/bin/tar -f... - sendbackup:

Re: data write: File too large ???

2001-08-14 Thread Ragnar Kjørstad
On Tue, Aug 14, 2001 at 09:05:25AM -0500, Katrinka Dall wrote: FAILED AND STRANGE DUMP DETAILS: /-- xx.p /dev/sdb1 lev 0 FAILED [data write: File too large] Does it fail after backing up 2 Gigabyte? It sounds like you don't have Large File Support (LFS). sendbackup: start

RE: data write: File too large ???

2001-08-14 Thread Anthony Valentine
Hello Katrina, Have you looked at your chunksize setting in your holding disk config? I believe that Linux has a 2GB limit on file sizes that may be causing your problem. Try setting this to just below 2GB (like 1999 MB) and see if that helps. Hope this was helpful! Anthony Valentine

Re: data write: File too large ???

2001-08-14 Thread Christoph Sold
Katrinka Dall wrote: Hello, I must say that I'm completely stumped, trying everything I can possibly think of, I've decided to post this here in hopes that one of you can help me out. Recently I had to migrate our backup server from a Solaris 2.5.1 machine to a Linux 6.2 machine. In

Re: data write: File too large ???

2001-08-14 Thread Joshua Baker-LePain
On Tue, 14 Aug 2001 at 11:30am, Joshua Baker-LePain wrote On Tue, 14 Aug 2001 at 9:05am, Katrinka Dall wrote /-- xx.p /dev/sdb1 lev 0 FAILED [data write: File too large] sendbackup: start [x.x.xxx.x.com:/dev/sdb1 level 0] sendbackup: info BACKUP=/bin/tar sendbackup:

Re: data write: File too large

2001-03-11 Thread John R. Jackson
We just ran across this error, because we hit the 2GB filesize limit ... However, the behavior after this error seems a bit odd. Amanda flushed the other disk files on the holding disk to tape ok, but then also left them on the holdingdisk. amverify confirms they're all on tape, but ls shows

RE: data write: File too large

2001-03-11 Thread Carey Jung
By sheer (and extremely annoying :-) coincidence, one of my systems did the same thing last night, but behaved "properly", i.e. all the images smaller than 2 GBytes were flushed and removed from the holding disk. So my best guess is this a problem that's fixed with a more recent version of