Performance Log Issue

Infosphere's Quality Product

Moderators: chulett, rschirm

Post Reply
oacvb
Participant
Posts: 128
Joined: Wed Feb 18, 2004 5:33 am

Performance Log Issue

Post 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.
ArndW
Participant
Posts: 16318
Joined: Tue Nov 16, 2004 9:08 am
Location: Germany
Contact:

Post by ArndW »

There is no DataStage command to perform this cleanup, so you should use a UNIX command.
ray.wurlod
Participant
Posts: 54607
Joined: Wed Oct 23, 2002 10:52 pm
Location: Sydney, Australia
Contact:

Post 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 {}\;"
IBM Software Services Group
Any contribution to this forum is my own opinion and does not necessarily reflect any position that IBM may hold.
Post Reply