Starting and Stopping Infosphere Server


§Run below commands to see if any process running. If so, then kill those

ps -ef | grep slave

ps -ef | grep phantom

ps -ef | grep RT_*

ps -ef | grep dsadm

§Check below command to see if output is LISTEN or ESTABLISHED


netstat -a | grep dsrpc


Steps To Stop Infosphere Server


Step-1

- sudo su - (to log as root)

- cd /opt/IBM/InformationServer/Server/DSEngine

- . ./dsenv

- bin/uv -admin -stop



Step-2

- Stopping ASB

- cd /opt/IBM/InformationServer/ASBNode/bin

- ./NodeAgents.sh stop



Step-3

- Stopping WAS

- cd /opt/IBM/InformationServer/ASBServer/bin

- ./MetadataServer.sh stop



Note:- After that pls check to verify if no process exist for server1

ps -ef | grep -i server1

Also run below command to check if Engine status is INACTIVE

bin/uv -admin -info


Steps To Start Infosphere Server


Step-1

- Starting WAS

- cd /opt/IBM/InformationServer/ASBServer/bin

- ./MetadataServer.sh start



Step-2

- Starting ASB

- cd /opt/IBM/InformationServer/ASBNode/bin

- ./NodeAgents.sh start



Step-3

- sudo su - (to log as root)

- cd /opt/IBM/InformationServer/Server/DSEngine

- . ./dsenv

- bin/uv -admin –start



Note:- After that pls check to verify if processes exist for server1

ps -ef | grep -i server1

Also run below command to check if Engine status is RUNNING

bin/uv -admin -info





1 Comments

  1. It is good to see the best option of the datastge interview questions so that we can learn questions with good explanation answers.

    DataStage

    ReplyDelete
Previous Post Next Post

Contact Form