Page 1 of 1

3GB File limitation for RedHat ES version

Posted: Sat Jan 01, 2005 2:04 pm
by alexysflores
I just wondering if anybody around has done installation and development projects on a RedHat ES server. Are there issue like file limitation greater than 3GB on hash and sequential text files. Based on my experiences with Windoze environment, I usually get the famous Blue screen and dll errror messages - No offense to Windoze fanatics members here.

Posted: Sat Jan 01, 2005 2:58 pm
by ArndW
The normal limitation for RedHat partitions is 2Gb for a single file. There are a couple of implementation of LFS out there which will allow you to go far beyond that but I don't know how far I'd trust non-standard file systems (albeit I guess that is an oxymoron when it comes to Linux). DataStage hash files can be configured around the 2Gb limit, but it does take a bit of work. If you are going to have a flat file larger than 2Gb and can't break it up into pieces then try a LFS.

Posted: Sat Jan 01, 2005 5:47 pm
by roy
Hi,
If your OS supports 64 bit then 2GB is not a limit.
If your OS is 32 bit you'll have to manipulate files to not overgo this limit by splitting them.
In seq files simply split the files according to your logic (round robin or key manipulation) and run multi instance jobs to paralel process them
In hash files for lookup simply perform multiple lookups and combine the results.

IHTH,

Posted: Sun Jan 02, 2005 11:57 pm
by kcbland
You have to make sure you have the version of 7.1 that has the 64bit capabilities for Sequential and CFF stages. I have a customer who uses RedHat and required patches to get it to work after logging GTARS with tech support. I imagine that's in the 7.5 product by now.

Posted: Thu Jan 06, 2005 12:59 pm
by alexysflores
[quote="kcbland"]You have to make sure you have the version of 7.1 that has the 64bit capabilities for Sequential and CFF stages. I have a customer who uses RedHat and required patches to get it to work after logging GTARS with tech support. I imagine that's in the 7.5 product by now.[/quote]

Thanks for the help, I'll do some evaluation for 7.5 on RH