Tuesday, July 26, 2016

How to start and stop the Oracle OBIEE 11g port 80 configured instance

obiee stopping services for port 80 configured instance

username   :: orabi
env file      :: obiee.env



Switch to obiee user and export the env.

i)Stop the bi services 

$ORACLE_INSTANCE/bin/opmnctl stopall  

ii)Stop the OBIEE Managed Server (bi_server1)

$DOMAIN_HOME/bin/stopManagedWebLogic.sh bi_server1

iii)Stop the the WebLogic (WLS) Administration Server

$DOMAIN_HOME/bin/stopWebLogic.sh

iv)  kill node manager by ps -ef | grep node (kill the proceess using kill -9 <process ID>

Starting the obieee services


i)Start the WebLogic (WLS) Administration Server in the background

nohup sh $DOMAIN_HOME/bin/startWebLogic.sh  > wls_start.log &

ii)Start Node Manager  

nohup sh  $WL_HOME/server/bin/startNodeManager.sh > startNodeManager.log &


iii)Start the OBI Managed Server

nohup sh $DOMAIN_HOME/bin/startManagedWebLogic.sh bi_server1  > start_bi_server1.log &


iv)bi services

$ORACLE_INSTANCE/bin/opmnctl startall

No comments:

Post a Comment