7 Starting the JD Edwards EnterpriseOne Servers

This chapter discusses these tasks:

7.1 Starting the HTML Server

The HTML Server is started using these scripts:

  • startNodeManager.sh

  • startWebLogic.sh

  • startManagedWebLogic.sh

While logged on to the HTML Server as the oracle user, you can submit these commands to run with nohup and in the background by executing the following commands:

cd /u01/Oracle/Middleware/wlserver_10.3/server/bin
nohup ./startNodeManager.sh & tail -f nohup.out

Watch this log until you see this message:

INFO: Plain socket Listener started on port

Press ”Control + C” to break out of the tail command and then execute the following commands:

cd /u01/Oracle/Middleware/user_projects/domains/base_domain/bin
nohup ./startWebLogic.sh & tail -f nohup.out

Watch this log until you see this message:

... <Server started in RUNNING mode>

Press ”control + C” to break out of the tail command.

Logon to your WebLogic Server Admin Console at this URL:

http:/<your WebLogic server>:7001/console

From the WebLogic Server Admin Console, go to the Environment and select the Servers option. The Summary of Servers screen is displayed. Select the Control tab and click the html_server row click the start button.

The log will display on the screen and prompt you to enter the user name and password, whose values should be documented in the Pre-Install Worksheet. Once WebLogic has been configured with a new password you can update the boot.properties file for nohup and background processing. For instructions on changing and setting up boot.properties files, refer to the JD Edwards EnterpriseOne HTML Server on WebLogic Reference Guide Release 9.1 for UNIX, Section 4.4 at the following link:

http://docs.oracle.com/cd/E24902_01/doc.91/e23434/toc.htm

Monitor the log until you see this message:

INFO: Successfully stated the management agent listerner on port 14502

Alternately, you can start the html_server through the WebLogic Administration Console or from Server Manager.

Note:

You should always shut down services before shutting down a VM Guest. When a VM Guest is shutdown and restarted, the Server Manager Agent may need to be manually restarted by logging in as the oracle user and running the startup steps.

To shutdown services, log in as oracle and cd to the bin directory as above, and run the following scripts:

/stopManagedWebLogic.sh html_server

./stopWebLogic.sh

For more information on using WebLogic with EnterpriseOne see JD Edwards EnterpriseOne HTML Server on WebLogic Reference Guide Release 9.1 for UNIX, at the following link:

http://docs.oracle.com/cd/E24902_01/doc.91/e23434/toc.htm

7.2 Starting the BI Publisher Server

The BI Publisher Server is started using these scripts:

  • startNodeManager.sh

  • startWebLogic.sh

  • startManagedWebLogic.sh

  1. While logged on to the BI Publisher Server as the oracle user, you can submit these commands to run with nohup and in the background by executing the following commands:

    cd /u01/Oracle/Middleware/wlserver_10.3/server/bin
    nohup ./startNodeManager.sh & tail -f nohup.out
    
  2. Watch this log until you see this message:

    INFO: Plain socket Listener started on port

  3. Press ”Control + C” to break out of the tail command and then execute the following commands:

    cd /u01/Oracle/Middleware/user_projects/domains/base_domain/bin
    nohup ./startWebLogic.sh & tail -f nohup.out
    
  4. Watch this log until you see this messages as shown below indicating the server started in RUNNING mode:

    Surrounding text describes started_running_mode.gif.
  5. Logon to the WebLogic Server Administrative Console and start the BI Publisher Application, as shown in the following example

    Surrounding text describes start_bip_from_wls.gif.

    Caution:

    Do not use this script to start the BI Publisher:

    startManagedWebLogic.sh

    You must use the WebLogic Server Administrative Console to start the BI Publisher because there are configuration settings that are only available using this method.

7.3 Starting the Mobile Server

The Mobile Server is started using these scripts:

  • startNodeManager.sh

  • startWebLogic.sh for the BSSV Server

  • startWebLogic.sh for the ADF Server

  1. While logged on to the Mobile Server as the oracle user, you can submit these commands to run with nohup and in the background by executing the following commands:

    cd /u01/Oracle/Middleware/wlserver_10.3/server/bin
    nohup ./startNodeManager.sh & tail -f nohup.out
    
  2. Watch this log until you see this message:

    INFO: Plain socket Listener started on port 5556

  3. Press ”Control + C” to break out of the tail command and then execute the following commands:

    cd /u01/Oracle/Middleware/user_projects/domains/bssv_domain/bin
    nohup ./startWebLogic.sh &
    tail -f nohup.out
    
  4. Watch this log until you see this messages as shown below indicating the server started in RUNNING mode:

    Surrounding text describes bssv_running.gif.
  5. In the messages indicating the AdminServer_bssv is started, note on which port the server is listening. In the above example, the port is 10.245.161.12:8001.

  6. Press ”Control + C” to break out of the tail command and then execute the following commands:

    cd /u01/Oracle/Middleware/user_proj ects/domains/adf_domain/bin

    nohup ./startWebLogic.sh & tail -f nohup.out

  7. Watch this log until you see this messages as shown below indicating the ADF server started in RUNNING mode:

    Surrounding text describes adf_running.gif.
  8. In the messages indicating the AdminServer_adf is started, note on which port the server is listening. In the above example, the port is 10.245.161.12:7001.

  9. Press ”Control + C” to break out of the tail command.

  10. Logon to the BSSV WebLogic Administrative Console and start the BSSV application, as shown in the following example:

    Surrounding text describes start_bssv_from_wls.gif.
  11. Logon to the ADF Administrative Console and start the ADF application, as shown in the following example:

    Surrounding text describes start_adf_from_wls.gif.

    Caution:

    Do not use this script to start the BSSV or ADF application:

    startManagedWebLogic.sh

    You must use the WebLogic Server Administrative Console to start the BSSV and ADF applications because there are configuration settings that are only available using this method.