Page 1 of 1

Performance Log Issue

Posted: Mon Sep 13, 2010 6:07 am
by oacvb
In Designer, the jobs are enabled to log the performance statistics. So it logs the statistics in the directory (/opt/IBM/InformationServer/Server/Performance/%Project Name%). Now the job fails due to insufficient space in the directory /opt/IBM/InformationServer/Server/Performance/%Project Name%.

Could you please let me know the procedure to clear the performance log from the above directory. I think we are not supposed to use Unix Command.

Posted: Mon Sep 13, 2010 6:51 am
by ArndW
There is no DataStage command to perform this cleanup, so you should use a UNIX command.

Posted: Mon Sep 13, 2010 2:42 pm
by ray.wurlod
You can always use UNIX commands from the DataStage Administrator client using the SH command. For example

Code: Select all

 SH -c "find /opt/IBM/InformationServer/Server/Performance -atime +7 -exec rm {}\;"