Page 1 of 1

WAS Server Check

Posted: Wed Jan 06, 2010 4:03 pm
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

Posted: Wed Jan 06, 2010 4:39 pm
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)