Start the WebLogic Server

Note:

If you set up a standalone, restart the WebLogic server. If you set up a cluster, restart all WebLogic servers in the cluster.
  1. Login to the WebLogic server as the oracle user. For example:
    ssh -Y oracle@myweblogicserver
  2. Change the directory to the DOMAIN_HOME/bin directory:
    cd /home/oracle/Oracle/Middleware/user_projects/domains/bi/bin
  3. Check if the WebLogic server is running:
    ps -ef | grep weblogic

    If there is no return of any WebLogic-related processes listed, then the WebLogic server is stopped.

  4. Start the NodeManager process exactly as shown below:
    ./startNodeManager.sh &
  5. Start the WebLogic server console.
    nohup ./startWeblogic.sh &
  6. Next type the following command to verify if the WebLogic server console has started:
    tail -f nohup.out
    The following statement appears in the output:
    <Mar 30, 2018, 1:31:49,454 PM EDT> <Notice> <WebLogicServer> <BEA-000360> <The server started in RUNNING mode.>
    <Mar 30, 2018, 1:31:49,462 PM EDT> <Notice> <WebLogicServer> <BEA-000365> <Server state changed to RUNNING.>
  7. Open your web browser and use the following URL:
    http://<myweblogicserver>:9500/console
  8. Login to the WebLogic Server Administration Console 12c welcome page and login using the weblogic username and the password that you set when you installed the Oracle Business Intelligence 12c Configuration Assistant. Refer to the Install the Oracle Business Intelligence 12c Configuration Assistant section for more information.
  9. In the Domain Structure section on the navigation tree, expand the Environment tree and select Servers.
  10. In the Summary of Servers section on the right pane, click the Control tab.
  11. Check the check box for bi_server1 listed in the table and select Start.
  12. In the confirmation pane, select Yes to start the server.
  13. Check if the WebLogic server is running:
    ps -ef | grep weblogic

    Verify that there is output for the three WebLogic processes showing that the WebLogic server is running.