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 as a Multi-Master Data Service

Before You Begin

Use this procedure to configure HA for JD Edwards EnterpriseOne Enterprise Server in a multi-master configuration. The following steps assume that you are using the configuration that is described in Multi-Master Configuration and have configured the server as described in Installing and Configuring the JD Edwards EnterpriseOne Enterprise Server. If you are planning a different configuration, you must configure the JD Edwards EnterpriseOne Enterprise Server resources accordingly.

  1. Add the JD Edwards EnterpriseOne Enterprise Server resource type.
    # clresourcetype register ORCL.JDE_Enterprise_Server
  2. Create a scalable resource group for the JD Edwards EnterpriseOne Enterprise Server.
    # clresourcegroup create -p  Maximum_primaries=m \
    -p Desired_primaries=n jde-ent-svr-rg
    –p Maximum_primaries=m

    Specifies the maximum number of active primary nodes permitted for this resource group. The default is one.

    –p Desired_primaries=n

    Specifies the desired number of active primary nodes permitted for this resource group. The default is one.

    jde-ent-svr-rg

    Specifies the resource group name.

  3. Bring the resource group online.
    # clresourcegroup online -M jde-ent-svr-rg
  4. Create a multi-master resource to start the JD Edwards EnterpriseOne Enterprise Server instances simultaneously.

    The following example starts the JD Edwards EnterpriseOne Enterprise Server instances on node1 and node2.

    # clresource create -t ORCL.JDE_Enterprise_Server -g jde-ent-svr-rg \
    -p JDE_USER{node1}=jde-username \
    -p JDE_USER{node2}=jde-username \
    -p JDE_HOME{node1}=jde-home-directory \
    -p JDE_HOME{node2}=jde-home-directory \
    -p resource_dependencies=logicalhost-n1-rs@node1,logicalhost-n2-rs@node2,db-rs \
    -p resource_dependencies_offline_restart=jde-ent-hasp-rs-1,jde-ent-hasp-rs-2 \
    jde-ent-svr-rs

    Tip  -  You can create the resource in the global cluster or in a zone cluster. To create a resource in the specific zone cluster from the global cluster, use the –Z option to specify the name of the zone cluster.