Go to main content

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

Exit Print View

Updated: September 2015
 
 

How to Verify the JD Edwards EnterpriseOne Enterprise Server Installation and Configuration for Multi-Master and Multi-Instance Services

Use this procedure to verify the JD Edwards EnterpriseOne Enterprise Server installation and configuration for both multi-master and multi-instance services. This procedure does not verify that your application is highly available because you have not installed the data service yet.


Note -  Use the following steps for the multi-master and multi-instance configuration that is described in Standard Data Service Configurations in Oracle Solaris Cluster Data Service for Oracle WebLogic Server Guide. If you are planning a different configuration, you must configure the JD Edwards EnterpriseOne Enterprise Server accordingly.
  1. Verify that the logicalhost-n1-rs and logicalhost-n2-rs configured in logicalhost-n1-rg and logicalhost-n2-rg are online on node1 and node2 respectively.
  2. If you are using a database, verify that the database is running.
  3. Go to the directory that contains the JD Edwards EnterpriseOne Enterprise Server START script on node1.

    This directory contains the JD Edwards EnterpriseOne Enterprise Server instance 1 installation.

  4. Assume the root role, log in to node1, and start the server.

    In the following command, jde-user represents the installation username of JD Edwards EnterpriseOne Enterprise Server instance 1.

    # su - jde-user -c "/path-to-jde-binaries/RunOneWorld.sh"
  5. Verify the status of JD Edwards EnterpriseOne Enterprise Server instance 1.
    # su - jde-user -c "/path-to-jde-binaries/jdejobs"
    # su - jde-user -c "/path-to-jde-binaries/porttest user password environment"
  6. Assume the root role, log in to node2, and start the server.

    In the following command, jde-user2 represents the installation username of JD Edwards EnterpriseOne Enterprise Server instance 2.

    # su - jde-user2 -c "/path-to-jde-binaries/RunOneWorld.sh"
  7. Verify the status of JD Edwards EnterpriseOne Enterprise Server instance 2.
    # su - jde-user2 -c "/path-to-jde-binaries/jdejobs"
    # su - jde-user2 -c "/path-to-jde-binaries/porttest user password environment"

    If the clients can successfully connect to the JD Edwards EnterpriseOne Enterprise Servers on each of the potential master nodes, you have successfully configured the JD Edwards EnterpriseOne Enterprise Servers to work with the HA for JD Edwards EnterpriseOne Enterprise Server in a multi-master or multi-instance configuration.

  8. Stop the JD Edwards EnterpriseOne Enterprise Server instances.
    # su - jde-user -c "/path-to-jde-binaries/EndOneWorld.sh"
    # su - jde-user2 -c "/path-to-jde-binaries/EndOneWorld.sh"

Next Steps

Go to Installing the HA for JD Edwards EnterpriseOne Enterprise Server Package.