Additional Configuration for Using Horizontal Cluster

Server Manager creates the necessary file structure on the node that the WebLogic Administration Console resides on. However, for any horizontal cluster nodes, these files should be transferred manually. On Windows Machines, this should be done through Windows Explorer. For Unix or Linux machines, this should be done through FTP. The steps below use Linux/FTP as an example.

  1. Use these steps to determine where the RTE installation is looking for the requisite ini files:

    1. Go to Servers > Server_Name.

    2. Click on the Server Start tab.

      This image is described in surrounding text
    3. In the Arguments section, note the -Ddefault_path structure.

      For example, in the above example the structure is:

      /u01/JDEdwards/JDE_AGENT/targets/RTEInst/config

      This is the directory that is created on the horizontal node and where the necessary files must be copied.

    4. On the target machine, you must pre-create the necessary directory structure.

      For example:

      This image is described in surrounding text
    5. Copy the config files from the vertical node machine to the horizontal node machine.

      In the below example, the vertical node machine is dendell03 and the horizontal node machine is dnhpbl12.

      Note: If you are using UNIX or Linux machines, ensure you have the correct permissions for the new directory. For example:chmod 777 -R JDEdwards
      This image is described in surrounding text