Job Information

A forum for discussing DataStage<sup>®</sup> basics. If you're not sure where your question goes, start here.

Moderators: chulett, rschirm, roy

Post Reply
ashish10mca
Participant
Posts: 9
Joined: Sat Oct 10, 2009 6:13 am

Job Information

Post by ashish10mca »

Hi,

I have following information when enter the command ps -ef|grep 324156(pid)..

/dshome/Ascential/DataStage/PXEngine/bin/osh -APT_PMsectionLeaderFlag CNDAIRPZAPZP02 10006 2 30 node3 CNDAIRPZAPZP02 1288344539.685346.43401c

My question is how can i know which job is giving above information..??

Thanks..;)
ArndW
Participant
Posts: 16318
Joined: Tue Nov 16, 2004 9:08 am
Location: Germany
Contact:

Post by ArndW »

the "ps" information for that process also shows the parent process id, grep for that id and you will (eventually) find a process with a recognizable job name or job number, which can be used to find the job name.
ashish10mca
Participant
Posts: 9
Joined: Sat Oct 10, 2009 6:13 am

To ArndW

Post by ashish10mca »

Hi Arndw,

Thanks for ur reply. I did that as per ur sugeestion and the below O/P i got.

dsadm 258216 4714516 0 14:48:09 - 0:00 /dshome/Ascential/DataStage/PXEngine.751.1/bin/osh -APT_PMsectionLeaderFlag CNDAIRPZAPZP02 10003 0 30 node1 CNDAIRPZAPZP02 1289294287.217519.4351e0
dsadm 1290368 4714516 0 14:48:09 - 0:00 /dshome/Ascential/DataStage/PXEngine.751.1/bin/osh -APT_PMsectionLeaderFlag CNDAIRPZAPZP02 10003 0 30 node1 CNDAIRPZAPZP02 1289294287.217519.4351e0
dsadm 1474802 4714516 0 14:48:09 - 0:00 /dshome/Ascential/DataStage/PXEngine.751.1/bin/osh -APT_PMsectionLeaderFlag CNDAIRPZAPZP02 10003 0 30 node1 CNDAIRPZAPZP02 1289294287.217519.4351e0
dsadm 2011150 4714516 0 14:48:09 - 0:00 /dshome/Ascential/DataStage/PXEngine.751.1/bin/osh -APT_PMsectionLeaderFlag CNDAIRPZAPZP02 10003 0 30 node1 CNDAIRPZAPZP02 1289294287.217519.4351e0
dsadm 2396356 4714516 12 14:48:09 - 0:19 /dshome/Ascential/DataStage/PXEngine.751.1/bin/osh -APT_PMsectionLeaderFlag CNDAIRPZAPZP02 10003 0 30 node1 CNDAIRPZAPZP02 1289294287.217519.4351e0


The O/P is not giving any Job Name or Job Number.Please suggest. javascript:emoticon(':roll:')


ArndW wrote:the "ps" information for that process also shows the parent process id, grep for that id and you will (eventually) find a process with a recognizable job name or job number, which can be used to find ...
:roll:
ArndW
Participant
Posts: 16318
Joined: Tue Nov 16, 2004 9:08 am
Location: Germany
Contact:

Post by ArndW »

Did you do this a month ago when you originally posted the question or is this a recent output? From this output I would look at process 4714516.
ray.wurlod
Participant
Posts: 54607
Joined: Wed Oct 23, 2002 10:52 pm
Location: Sydney, Australia
Contact:

Post by ray.wurlod »

No osh process with the -APT_PMsectionLeaderFlag option is a job; it is a section leader in a parallel job.
IBM Software Services Group
Any contribution to this forum is my own opinion and does not necessarily reflect any position that IBM may hold.
ashish10mca
Participant
Posts: 9
Joined: Sat Oct 10, 2009 6:13 am

Post by ashish10mca »

Ya.. Arndw.. i did this just today...4714516 is the parent id and i am not able to file the Job Name or Job Number against 414516.

Thanks..
ArndW wrote:Did you do this a month ago when you originally posted the question or is this a recent output? From this output I would look at process 4714516. ...
:)
ray.wurlod
Participant
Posts: 54607
Joined: Wed Oct 23, 2002 10:52 pm
Location: Sydney, Australia
Contact:

Post by ray.wurlod »

What does the ps report for the parent process show?

What does the ps report for its parent process show?

Continue up the ladder of parent processes until you get to the init process (process ID = 1).

It would help if your particular UNIX had a ptree command.
IBM Software Services Group
Any contribution to this forum is my own opinion and does not necessarily reflect any position that IBM may hold.
swapnilverma
Participant
Posts: 135
Joined: Tue Aug 14, 2007 4:27 am
Location: Mumbai

Post by swapnilverma »

use ptree command
Thanks
Swapnil

"Whenever you find whole world against you just turn around and Lead the world"
Post Reply