Thursday, September 26, 2013

Start/Stop BI Services in Unix


Below are the Steps to Start and Stop BI Services in Linux..

Stop BI Services:

1.
cd /obi/MiddlewareHome/instances/instance1/bin

./opmnctl stopall

2.
cd /obi/MiddlewareHome/user_projects/domains/bifoundation_domain/bin

./stopManagedWebLogic.sh bi_server1 t3://tsgvm00046.newbreed.com:7001 < weblogic_username>  < weblogic_password>

3.
cd /obi/MiddlewareHome/user_projects/domains/bifoundation_domain/bin

./stopWebLogic.sh

4.
ps –ef |grep node

Kill –9 <NodeManager ID>

5.
ps –ef |grep node

Kill -9 <weblogic ID



Start BI Services:

1.
cd /obi/MiddlewareHome/wlserver_10.3/server/bin

Nohup sh ./startNodeManager.sh &

Note: NodeManager must be running in 9556 port

2.
cd /obi/MiddlewareHome/user_projects/domains/bifoundation_domain/bin

nohup sh ./startWebLogic.sh -Dweblogic.management.username=<weblogic_username> -Dweblogic.management.password=<weblogic_password> > wls_start.log &

3.
cd /obi/MiddlewareHome/user_projects/domains/bifoundation_domain/bin

./startManagedWebLogic.sh bi_server1 http:// tsgvm00046.newbreed.com:7001

4.
cd /obi/MiddlewareHome/instances/instance1/bin

./opmnctl startall