Sunday, July 17, 2011

DS Unix Command

There are some Unix command for DataStage :

Check for DataStage client connections:

ps -ef | grep dsapi_slave
ps -ef | grep dscs

Check for jobs processes:

ps -ef | grep DSD

ps -ef | grep phantom

Check datastage shared memory segments:
ipcs - mop | grep ade
to remove them : ipcrm -m ID , where ID is the number from the second column of ipcs -mop

Check if there is any port hung using:
netstat -a | grep dsrpc

Others:
ps -ef | grep osh
ps -ef | grep dscs

No comments:

Post a Comment