WAS Server Check

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
dssiddu
Participant
Posts: 66
Joined: Mon Nov 07, 2005 10:28 pm
Contact:

WAS Server Check

Post by dssiddu »

Hello All

Could you please tell me how to check the WAS Server/Data stage Engine running or not by simple commands ??

Thanks a lot in Adv
attu
Participant
Posts: 225
Joined: Sat Oct 23, 2004 8:45 pm
Location: Texas

Post by attu »

ps -ef|grep dsrpc (for DataStage)
netstat -an|grep 31538 (for DataStage)

ps -ef|grep IBM (for WAS)
netstat -an|grep 9043 (for WAS)
Post Reply