/opt/IBM/InformationServer/Server/PXEngine/bin/osh

Post questions here relative to DataStage Enterprise/PX Edition for such areas as Parallel job design, Parallel datasets, BuildOps, Wrappers, etc.

Moderators: chulett, rschirm, roy

Post Reply
pavan_test
Premium Member
Premium Member
Posts: 263
Joined: Fri Sep 23, 2005 6:49 am

/opt/IBM/InformationServer/Server/PXEngine/bin/osh

Post by pavan_test »

Hi All,

I am working on data stage 8.1
when I run this command ps -ef | grep bin/osh | wc -l i get around 317

can anyone please tell me what are these files and if i delete them does it improve the performance of etl. (jobs are taking atleast 5min to compile, not sure if both are related)

2637870 1421506 0 20:18:13 - 0:00 /opt/IBM/InformationServer/Server/PXEngine/bin/osh -APT_PMsectionLeaderFlag XXXX 10002 0 30 node1

2666708 1343622 0 20:18:13 - 0:00 /opt/IBM/InformationServer/Server/PXEngine/bin/osh -APT_PMsectionLeaderFlag XXXX 10002 1 30 node2

Thanks
Mark
chulett
Charter Member
Charter Member
Posts: 43085
Joined: Tue Nov 12, 2002 4:34 pm
Location: Denver, CO

Post by chulett »

'ps' does not show files but rather processes, in this case those associated with running PX jobs. And with a large number of processes running, it wouldn't suprise me to hear of other things taking extra time.
-craig

"You can never have too many knives" -- Logan Nine Fingers
pavan_test
Premium Member
Premium Member
Posts: 263
Joined: Fri Sep 23, 2005 6:49 am

number of processes

Post by pavan_test »

Thank You. there are 317 process running in this directory.
/PXEngine/bin/osh -APT_PMsectionLeaderFlag XXXX

if i kill the processes in /Server/PXEngine/bin/osh directory will it have any impact on how etl jobs run.

Thanks
Mark
pavan_test
Premium Member
Premium Member
Posts: 263
Joined: Fri Sep 23, 2005 6:49 am

Re: number of processes

Post by pavan_test »

I believe these are the defunct processes which gets created while etl jobs are running and usually go away when the job completes.

but i find around317 in
2715724 585894 0 21:04:38 - 0:00 /InformationServer/Server/PXEngine/bin/osh -APT_PMsectionLeaderFlag XXXX 10004

how do I kill them. i fine theis on data stage version 8.1
i haven't seen such behavious in data stage version 7.5.2

Thanks
Mark
ray.wurlod
Participant
Posts: 54607
Joined: Wed Oct 23, 2002 10:52 pm
Location: Sydney, Australia
Contact:

Post by ray.wurlod »

Be very, very careful. Any of these might be a running job. Verify whether each has a PPID (parent process ID) - for a section leader process that would be the conductor process (if on the same machine) or the remote shell that it invoked.
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