To make sure no other process is
running kill nodemanager and obiee processes
ps -ef |grep Node|grep nodemanager
|cut -c10-15
ps -ef |grep obiee
Kill the above processes ( kill
<PID>)
Stopping
Weblogic
Go to
<OBIEE Home>/user_projects/domains/bifoundation_domain/bin/
Then run -> ./stopWebLogic.sh
Starting
Weblogic
---------------
nohup sh
<OBIEE Home>/user_projects/domains/bifoundation_domain/bin/startWebLogic.sh
-Dweblogic.management.username=weblogic -Dweblogic.management.password=weblogic234 > wls_start.log &
Note: Change password of your
application. Nohup is the command to run the process in the linux and give the
control back to putty.
Starting
NodeManager
------------------
nohup sh <OBIEE Home>/wlserver_10.3/server/bin/startNodeManager.sh
> startNodeManager.log &
Starting
EM
------------
nohup sh <OBIEE
Home>/user_projects/domains/bifoundation_domain/bin/startManagedWebLogic.sh
bi_server1
Note: bi_server1 is the server name.
make sure your server name given properly
Starting
OPMN
----------
cd <OBIEE
HOME>/instances/instance1/bin/
./opmnctl startall
./opmnctl status -- To Check the Status
No comments:
Post a Comment