datastage dead process

Post questions here relative to DataStage Server Edition for such areas as Server job design, DS Basic, Routines, Job Sequences, etc.

Moderators: chulett, rschirm, roy

Post Reply
elvishada
Participant
Posts: 17
Joined: Wed Mar 31, 2004 10:01 pm
Location: china

datastage dead process

Post by elvishada »

how can i find dead process id in the unix?
Amos.Rosmarin
Premium Member
Premium Member
Posts: 385
Joined: Tue Oct 07, 2003 4:55 am

Post by Amos.Rosmarin »

netstat -a | grep dsrpd

and look for processes with status nowait






HTH
Amos
mfavero
Premium Member
Premium Member
Posts: 45
Joined: Thu Jan 16, 2003 1:20 pm
Location: Minneapolis

Post by mfavero »

Also try "ps -ef |grep phantom" to show UNIX processes running with "phantom" in the name
Michael Favero

2852 Humboldt Ave So
Minneapolis, MN 55408
ketfos
Participant
Posts: 562
Joined: Mon May 03, 2004 8:58 pm
Location: san francisco
Contact:

Post by ketfos »

Hi,
You can use UNIX command who -d
This will give you list of dead processes

Ketfos
Post Reply