Posted: Fri Apr 07, 2006 4:15 am
Are you inserting 5 rows per minute into the DataStage job log files? (This is a very small amount and could not, by itself, cause I/O issue on the UNIX machine) or do you have 5 multiinstance jobs per minute writing to the same log file? If so, how many records does you log file have?
What kind of entries are being written to your log files? If you know that this log file will have a lot of entries it is possible to set the dynamic file's minimum modulus to a large amount to at least keep the file from increasing/decreasing it's modulo too much dynamically.
What kind of entries are being written to your log files? If you know that this log file will have a lot of entries it is possible to set the dynamic file's minimum modulus to a large amount to at least keep the file from increasing/decreasing it's modulo too much dynamically.