Go to main content

Oracle® Solaris Cluster Data Service for Oracle JD Edwards EnterpriseOne Enterprise Server Guide

Exit Print View

Updated: September 2015
 
 

Installing and Configuring JD Edwards EnterpriseOne Enterprise Server Software

This section contains the procedure to install and configure a JD Edwards EnterpriseOne Enterprise Server as a cluster resource.

How to Install and Configure JD Edwards EnterpriseOne Enterprise Server Software

  1. On the cluster member where the HA for JD Edwards EnterpriseOne Enterprise Server resource group is online, assume the root role.
  2. Follow the instructions in the appropriate JD Edwards EnterpriseOne documentation for your version of the product.

    See the JD Edwards EnterpriseOne Tools Documentation Library.

    Ensure that you observe the configuration requirements in Configuration Requirements for HA for JD Edwards EnterpriseOne Enterprise Server.

  3. When you provide details about JD Edwards EnterpriseOne Enterprise Server on Enterprise Server Revisions of the Installation Plan using the Solution Explorer, type the hostname of the logical host resource in the Machine Name field.

    For example, if the hostname of the logical host resource is logicalhost-1, type LOGICALHOST-1 in the Machine Name field.


    Note -  If you are using HA for Oracle WebLogic Server to configure a JD Edwards EnterpriseOne HTML Web Server, the Machine Name field in the HTML Web Server Revisions of the Installation Plan must contain the hostname of the logical host resource that is configured for the WebLogic Server resource.
  4. For multi-master configurations, ensure that each JD Edwards EnterpriseOne Enterprise Server is configured to listen on each logical hostname or its IP address.

    To create multiple JD Edwards EnterpriseOne Enterprise Servers, follow the steps in the JD Edwards EnterpriseOne Tools Server and Workstation Administration Guide (http://docs.oracle.com/cd/E17984_01/doc.898/e14718/unix_and_linux_servers.htm#g8d6ab57f7cedeaac_ef90c_10a77c8e3f7__6057).

  5. After the installation in complete, on each JD Edwards EnterpriseOne Enterprise Server you configured, set environment variables for the profile of the Enterprise Server user.

    In addition to the required environment variables that are explained in the JD Edwards EnterpriseOne Installation Guide, you must set up the following variables after you configure the JD Edwards EnterpriseOne Enterprise Server:

    • SC_LHOSTNAME

    • LD_PRELOAD_32

    • LD_PRELOAD_64

    Set SC_LHOSTNAME to the logical hostname where the JD Edwards EnterpriseOne Enterprise Server can be reached from the web tier. For more details, refer to the libschost.so.1 (1) man page.

    Set these environment variables for the profile of the user that operates the JD Edwards EnterpriseOne Enterprise Server. Ensure that the login for the user is noninteractive. If you invoke the root user, you must see these variables displayed. In the following example, the user name is jde910:

    # su - jde910 -c "env"

    Symbolic links are created for the libschost.so.1 file to /usr/lib/secure/.

    # ln -s /usr/cluster/lib/libschost.so.1 /usr/lib/secure/libschost.so.1
    # ln -s /usr/cluster/lib/64/libschost.so.1 /usr/lib/secure/64/libschost.so.1

    The following is part of a sample .profile file that contains the environment variables for the example jde910 user:

    LD_PRELOAD_32=:/usr/lib/secure/libschost.so.1
    LD_PRELOAD_64=:/usr/lib/secure/64/libschost.so.1
    SC_LHOSTNAME=logicalhost-1
    export LD_PRELOAD_32 LD_PRELOAD_64 SC_LHOSTNAME