Oracle® Health Sciences Empirica Topics Reporting and Oracle Business Intelligence Configuration Guide Release 8.0 E50113-01 |
|
![]() Previous |
![]() Next |
Note that in your environment, some paths and locations of files may be different because your system may have been configured differently from the examples in the following sections.
Sign onto the Linux server using the non-privileged username (for example, oemora).
Start the node manager.
cd /u01/app/oracle/product/fmw/wlserver_10.3/server/bin
nohup ./startNodeManager.sh &
Start OHS (skip this step for non-SSO systems).
cd /u01/app/oracle/product/fmw/Oracle_WT1/instances/instance2/bin
./opmnctl startall
Verify startup using command ./opmnctl status
Start the WebLogic administration server.
cd /u01/app/oracle/product/fmw/user_projects/domains/bifoundation_domain/bin
nohup ./startWebLogic.sh &
Start OBIEE server using WebLogic Server Admin Console.
Login into the WebLogic Server Admin Console using the WebLogic administrator username.
In the Domain Structure pane on the left, expand Environment.
Under Environment, select Servers.
In the Summary of Servers pane, select the Control tab.
Click the check box next to bi_server1, and click the Start button.
Watch bi_server1 until it starts (usually around 2-3 minutes).
Start opmnctl processes.
cd /u01/app/oracle/product/fmw/instances/instance1/bin
./opmnctl startall
Verify startup using command ./opmnctl status
. Repeat until all processes show status of Alive.
If any process fails to start, try command ./opmnctl restartproc
Sign onto the Linux server using the non-privileged username (for example, oemora).
Stop opmnctl processes.
cd /u01/app/oracle/product/fmw/instances/instance1/bin
./opmnctl stopall
Stop OBIEE server using WebLogic Server Admin Console.
Login into the WebLogic Server Admin Console using the WebLogic administrator username.
In the Domain Structure pane on the left, expand Environment.
Under Environment, select Servers.
In the Summary of Servers pane, select the Control tab.
Click the check box next to bi_server1, and click the Shutdown button.
Watch bi_server1 until it shuts down (usually less than a minute).
Stop the WebLogic administration server.
cd /u01/app/oracle/product/fmw/user_projects/domains/bifoundation_domain/bin
./stopWebLogic.sh
Stop OHS (skip this step for non-SSO systems).
cd /u01/app/oracle/product/fmw/Oracle_WT1/instances/instance2/bin
./opmnctl stopall