AIX 4.3.3, ML08 or 09, I forget which.
I have an LFE-enabled filesystem that's about 120G in size (it's a scratch area for some data exports).
Within that filesystem is a directory and file structure of many thousands of directories and files.
At a certain directory level, I am trying to create a tarfile of each directory. The resulting tarfiles will each contain thousands of directories and files, and are organized such that no expected (or resulting) tarfile exceed 2G in length.
I am using a script to run the series of tars on each directory.
During the execution of my script, things run well for a while, but eventually I'll end up with a long string of "There is not enough memory available now." and no more data is written to any tarfile.
When this happens, it becomes next to impossible to run any other scripts on the machine, presumably because the other noted effect of no new file created can exceed 32k in size (that's not a typo).
unmounting and remounting the filesystem seems to clear up this misbehavior, but eventually I run into it again.
Thoughts?
I have an LFE-enabled filesystem that's about 120G in size (it's a scratch area for some data exports).
Within that filesystem is a directory and file structure of many thousands of directories and files.
At a certain directory level, I am trying to create a tarfile of each directory. The resulting tarfiles will each contain thousands of directories and files, and are organized such that no expected (or resulting) tarfile exceed 2G in length.
I am using a script to run the series of tars on each directory.
During the execution of my script, things run well for a while, but eventually I'll end up with a long string of "There is not enough memory available now." and no more data is written to any tarfile.
When this happens, it becomes next to impossible to run any other scripts on the machine, presumably because the other noted effect of no new file created can exceed 32k in size (that's not a typo).
unmounting and remounting the filesystem seems to clear up this misbehavior, but eventually I run into it again.
Thoughts?