ps -ef|grep -i dscs
ps -ef |grep -i dsapi
ps -ef | grep -i osh
ps -ef |grep -i phantom
Check datastage shared memory segments:
ipcs -mop | grep ade
If there any shared memory segments returned, remove them, use command:
ipcrm -m ID , where ID is the number from the second column of ipcs - mop
dsadm - DS Engine
-----------------
cd /opt/IBM/InformationServer/Server/DSEngine
. ./dsenv
./bin/uv -admin -info
./bin/uv -admin -stop
./bin/uv -admin -start
dsadm - IS
-----------------
cd /opt/IBM/InformationServer/ASBNode/bin
./NodeAgents.sh stop
./NodeAgents.sh start
root - WAS
-----------------
cd /opt/IBM/InformationServer/ASBServer/bin
./MetadataServer.sh stop
./MetadataServer.sh start
ps -ef|grep dsrpcd
ps -ef|grep agent
ps -ef|grep server1
ps -ef | grep phantom | grep java | grep agent
netstat -an | grep dsrpc
netstat -an | grep -i 9080
netstat -an | grep -i 31531
netstat -an | grep -i 31533
netstat -an | grep -i 31535
netstat -an | grep -i 31538
netstat -a | grep dsrpc
No comments:
Post a Comment