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-Instance Data Service

Before You Begin

Use this procedure to configure a JD Edwards EnterpriseOne Enterprise Server multi-instance configuration that uses single-node resource groups. A single node resource group is created for each of the server resources managing a server instance. Each resource group has a strong positive affinity on a storage resource group . This procedure assumes that you are using a zone cluster. If you are performing this configuration in a global cluster, do not use the –Z option.

  1. Create a single-node resource group for a JD Edwards EnterpriseOne Enterprise Server instance, with strong positive affinities for the storage resource group.
    # clresourcegroup create -Z zone-name -p nodelist=node1 \
    -p RG_affinities=++jde-ent-hasp-rg1  jde-ent-svr-n1-rg
  2. Bring the resource group online.
    # clresourcegroup online -Z zone-name -M jde-ent-svr-n1-rg
  3. Create a single-node resource group for the other JD Edwards EnterpriseOne Enterprise Server instance, with strong positive affinities for the storage resource group.
    # clresourcegroup create -Z zone-name -p nodelist=node2 \
    -p RG_affinities=++jde-ent-hasp-rg2 jde-ent-svr-n2-rg
  4. Bring the second resource group online.
    # clresourcegroup online -Z zone-name -M jde-ent-svr-n2-rg
  5. Create the JD Edwards EnterpriseOne Enterprise Server resource and set its properties.
    # clresource create -Z zone-name -t ORCL.JDE_Enterprise_Server -g jde-ent-svr-n1-rg \
    -p JDE_USER=username \
    -p JDE_HOME=/path-to-jde-installation-dir \
    -p resource_dependencies=logicalhost-n1-rs \
    -p resource_dependencies_offline_restart=jde-ent-hasp-rs1 \
    jde-ent-svr-n1-rs

    The resource is created in the enabled state.

  6. Create the second JD Edwards EnterpriseOne Enterprise Server resource and set its properties.
    # clresource create -Z zone-name -t ORCL.JDE_Enterprise_Server -g jde-ent-svr-n2-rg \
    -p JDE_USER=username \
    -p JDE_HOME=/path-to-jde-installation-dir \
    -p resource_dependencies=logicalhost-n2-rs \
    -p resource_dependencies_offline_restart=jde-ent-hasp-rs2 \
    jde-ent-svr-n2-rs

    The resource is created in the enabled state.