How to find the process id?explain with steps?

Showing Answers 1 - 4 of 4 Answers

rajeev

  • Sep 1st, 2006
 

you can find it in UNIX by using ps -ef command it displays all the process currently running on the system along with the process ids

  Was this answer useful?  Yes

c2

  • Sep 5th, 2006
 

From the DS Director.Follow the path :

Job > Cleanup Resources.

There also you can see the PID.It also displays all the current running processes.

  Was this answer useful?  Yes

jgreve

  • Oct 4th, 2006
 

Depending on your environment, you may have lots of process id's.From one of the datastage docs:you can try this on any given node: $ ps -ef | grep dsuserwhere dsuser is the account for datastage.If the above (ps command) doesn't make sense, you'll need somebackground theory about how processes work in unix (or the mksenvironment when running in windows).Also from the datastage docs (I haven't tried this one yet, but it looks interesting):APT_PM_SHOW_PIDS - If this variable is set, players will output an informational message uponstartup, displaying their process id.Good luck.

  Was this answer useful?  Yes

Bharath narahari

  • Dec 5th, 2006
 

U can also use Data stage Administrator.Just click on the project and execute command ,just follow the menu joice to get the job name and PID .then kill the process in the unix ,but for this u will require the user name of the datastage in which the process is locked

  Was this answer useful?  Yes

Give your answer:

If you think the above answer is not correct, Please select a reason and add your answer below.

 

Related Answered Questions

 

Related Open Questions