Page 1 of 1

datastage dead process

Posted: Wed Aug 18, 2004 2:03 am
by elvishada
how can i find dead process id in the unix?

Posted: Wed Aug 18, 2004 6:11 am
by Amos.Rosmarin
netstat -a | grep dsrpd

and look for processes with status nowait






HTH
Amos

Posted: Wed Aug 18, 2004 8:59 am
by mfavero
Also try "ps -ef |grep phantom" to show UNIX processes running with "phantom" in the name

Posted: Wed Aug 18, 2004 11:41 am
by ketfos
Hi,
You can use UNIX command who -d
This will give you list of dead processes

Ketfos