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

Exit Print View

Updated: July 2014, E40215–01
 
 

How to Install JD Edwards Enterprise Server Software

  1. On the cluster member where the jde-ent-rg resource group is online, assume the root role.
  2. Follow the instructions in the appropriate JD Edwards 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 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, enter 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, enter 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 should contain the hostname of the logical host resource 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.
  5. After the installation in complete, you must 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:

    # su - jde910 -c "env"

    Symlinks are created for the libschost.so.1 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

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

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