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

Exit Print View

Updated: July 2014, E40215–01
 
 

How to Register and Configure JD Edwards EnterpriseOne Enterprise Server for Failover

Use this procedure to configure Oracle Solaris Cluster HA for JD Edwards EnterpriseOne Enterprise Server as a failover data service. The following steps assume that you are using the failover configuration as described in Standard Data Service Configurations in Oracle Solaris Cluster Data Service for Oracle WebLogic Server Guide and have configured the JD Edwards EnterpriseOne Enterprise Server as described in Installing and Configuring the JD Edwards EnterpriseOne Enterprise Server.

Before You Begin

Install the data service package during your initial Oracle Solaris Cluster installation. If you did not install the JD Edwards EnterpriseOne Enterprise Server package as part of your initial Oracle Solaris installation, go to How to Install the HA for JD Edwards EnterpriseOne Enterprise Server Package.

  1. On the cluster node that hosts the JD Edwards EnterpriseOne Enterprise Server, assume the root role that provides solaris.cluster.modify and solaris.cluster.admin RBAC authorizations.
  2. Register the ORCL.JDE_Enterprise_Server resource type.
    # clresourcetype register ORCL.JDE_Enterprise_Server
  3. Create a JD Edwards EnterpriseOne Enterprise Server resource in the failover resource group.
    # clresource create -g jde-ent-failover-rg -d \
    -t ORCL.JDE_Enterprise_Server \
    -p JDE_USER=jde-username \
    -p JDE_HOME=jde-home-directory \
    -p resource_dependencies=logicalhost-resource \
    -p resource_dependencies_offline_restart=jde-ent-hasp-rs   jde-ent-svr-rs
  4. If the database is deployed on the same global cluster, configure a strong dependency to the resources for the database instance and database listener.

    Perform this step if the database tier is deployed in a different zone cluster of the same global cluster.

    # clresource set -p resource_dependencies+=db-instance-resource,db-listener-resource \
    jde-ent-svr-rs
  5. Enable the JD Edwards EnterpriseOne Enterprise Server resource.

    If multiple instances were created, repeat this step for each JD Edwards EnterpriseOne Enterprise Server instance.

    # clresource status
    # clresource enable jde-ent-svr-rs