Computer Problems? Computing.Net has over 1,000,000 posts about all things technology related! Over 90% answered within 24 hours! Click here to start participating now! Also, be sure to check out the New User Guide.
AIX file size limit
Name: pkc Date: April 28, 2003 at 14:05:03 Pacific OS: AIX CPU/Ram: RS 6000/1024 MB
Comment:
Hello, Is there a maximum limit on file size set by the AIX environment or the file size can be increased as much as we want. Thanks for any replies, PKC
Name: David Perry Date: April 28, 2003 at 16:03:11 Pacific
Reply:
I believe the ulimit command governs that. Have a look at the man pages for ulimit.
0
Response Number 2
Name: dzur Date: April 30, 2003 at 07:33:17 Pacific
Reply:
Depends on your version of AIX also. I don't believe anything earlier than 4.2 would suport large files. The filesystem has to be large file enabled and ulimit -f should be set to unlimited. Check your man page for mkfs or crfs. It's been a while since I've used AIX.
Summary: I know that the AIX box that I have has a 2GIG file size limit. But is there a way in AIX that I can have the file size to great than 2GIG's. Because the files that I work with are getting big. Thank...
Summary: I'm trying to write a shell script to monitor certain files and display a warning when they reach a certain size. The idea being to give a warning BEFORE the ulimit is hit! I've fallen at the first hu...