You probably don't need another opinion, but here is my opinion...
=====================
Be Careful with Large File Enabled
So what is the scoop on the Large File Enabled... Are there any warnings,
gotchas, problems?
The maximum file size in AIX 4.2 is 64 GB, the default max size is still around
1 Gb. This is great that I can now create files bigger than 2 Gb, but there are
some warnings.
Your application must be able to handle files bigger than 2GB. Many
cannot
Don't do large file enabled file systems if you aren't planning on having
files bigger than 2GB, because the overhead for inodes will be larger.
tar and cpio do not currently support files larger than 2GB. Only
backup/restore programs seem to at this point.
Large File System enabled is NOT compatible with AIX 3.2 systems.
Watch your ulimit. This is defined in /etc/security/limits. This will allow
users to create files above the set limit.
Applications must be recompiled using the "-D_LARGE_FILES flag
and must be compiled on a AIX 4.2.x or higher.
See Info-explorer under "large files" for more information.
Some users report that .....Write performance using Large-Files
enabled filesystems appear to be slower. than regular JFS
filesystems...Read performance was not usually affected.
There does not appear to be a way to change or modify existing File
systems to make them Large File System enabled. You must recreate
them with the -bf=true option or in smit.
How do you set up Large Filesystem Enabled filesystems?
1) Make sure you check your ulimit (in .profile or /etc/security/limits) and set
to unlimited -1
2) Create a new filesystem with Large File System Enabled....either from the
command line with the -a bf=true or through smit.. Smit, System Storage
Mgt, File Systems, Add/change/show/delete a File System, Journal File
System, Add a Journal File System, Add a large File enable Journal File
System.
3) Recompile any applications that can handle Large file with the
-D_LARGE_FILES flag in C or get the patches for your Database to handle
the option.....
General Info Large file:
Overview of Large file
Command Not supported in Large File enable
#-)