Skip Headers
Oracle® Health Sciences Empirica Topics Reporting and Oracle Business Intelligence Configuration Guide
Release 8.0
E50113-01
  Go To Table Of Contents
Contents

Previous
Previous
 
Next
Next
 

A Starting and Stopping OBIEE

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.

Starting OBIEE

  1. Sign onto the Linux server using the non-privileged username (for example, oemora).

  2. Start the node manager.

    1. cd /u01/app/oracle/product/fmw/wlserver_10.3/server/bin

    2. nohup ./startNodeManager.sh &

  3. Start OHS (skip this step for non-SSO systems).

    1. cd /u01/app/oracle/product/fmw/Oracle_WT1/instances/instance2/bin

    2. ./opmnctl startall

    3. Verify startup using command ./opmnctl status

  4. Start the WebLogic administration server.

    1. cd /u01/app/oracle/product/fmw/user_projects/domains/bifoundation_domain/bin

    2. nohup ./startWebLogic.sh &

  5. Start OBIEE server using WebLogic Server Admin Console.

    1. Login into the WebLogic Server Admin Console using the WebLogic administrator username.

    2. In the Domain Structure pane on the left, expand Environment.

    3. Under Environment, select Servers.

    4. In the Summary of Servers pane, select the Control tab.

    5. Click the check box next to bi_server1, and click the Start button.

    6. Watch bi_server1 until it starts (usually around 2-3 minutes).

  6. Start opmnctl processes.

    1. cd /u01/app/oracle/product/fmw/instances/instance1/bin

    2. ./opmnctl startall

    3. Verify startup using command ./opmnctl status. Repeat until all processes show status of Alive.

    4. If any process fails to start, try command ./opmnctl restartproc

Stopping OBIEE

  1. Sign onto the Linux server using the non-privileged username (for example, oemora).

  2. Stop opmnctl processes.

    1. cd /u01/app/oracle/product/fmw/instances/instance1/bin

    2. ./opmnctl stopall

  3. Stop OBIEE server using WebLogic Server Admin Console.

    1. Login into the WebLogic Server Admin Console using the WebLogic administrator username.

    2. In the Domain Structure pane on the left, expand Environment.

    3. Under Environment, select Servers.

    4. In the Summary of Servers pane, select the Control tab.

    5. Click the check box next to bi_server1, and click the Shutdown button.

    6. Watch bi_server1 until it shuts down (usually less than a minute).

  4. Stop the WebLogic administration server.

    1. cd /u01/app/oracle/product/fmw/user_projects/domains/bifoundation_domain/bin

    2. ./stopWebLogic.sh

  5. Stop OHS (skip this step for non-SSO systems).

    1. cd /u01/app/oracle/product/fmw/Oracle_WT1/instances/instance2/bin

    2. ./opmnctl stopall