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 Prepare the Nodes for a Multi-Instance Configuration

Use this procedure to prepare for the installation and configuration of JD Edwards EnterpriseOne Enterprise Server in a multi-instance configuration that uses single-node resource groups.

Before You Begin

Ensure that the /etc/netmasks file has IP-address subnet and netmask entries for all logical hostnames. If necessary, edit the /etc/netmasks file to add any missing entries.

  1. Create failover resource groups for the logical hostnames for the HA for JD Edwards EnterpriseOne Enterprise Server resources.
    # clresourcegroup create -p Nodelist=node1,node2 logicalhost-n1-rg
    # clresourcegroup create -p Nodelist=node2,node1 logicalhost-n2-rg
  2. Create logical hostname resources in the resource groups.
    # clreslogicalhostname create -g logicalhost-n1-rg -h logicalhost-n1 logicalhost-n1-rs
    # clreslogicalhostname create -g logicalhost-n2-rg -h logicalhost-n2 logicalhost-n2-rs
  3. Bring the logical hostname resource groups online.
    # clresourcegroup online -eM logicalhost-n1-rg
    # clresourcegroup online -eM logicalhost-n2-rg
  4. Set the Failback property for each logical hostname resource group.
    # clresourcegroup set -p Failback=TRUE logicalhost-n1-rg
    # clresourcegroup set -p Failback=TRUE logicalhost-n2-rg
  5. Configure a cluster file system to be managed by an HAStoragePlus resource in a scalable resource group.

    For more information, see How to Set Up the HAStoragePlus Resource Type for New Resources in Oracle Solaris Cluster 4.3 Data Services Planning and Administration Guide.

    1. Create a scalable resource group to contain the HAStoragePlus resource.

      The optional -n nodelist specifies where the JD Edwards EnterpriseOne Enterprise Server instances can be brought online. If you use this option, observe the following requirements:

      • The node list of the scalable HAStoragePlus resource group must be a superset of the node lists of the application resource groups that have resources which depend on the file systems.

      • The application resources that depend on the file system must have a strong resource dependency set to the HAStoragePlus resource.

      # clresourcegroup create -p Maximum_primaries=maximum-number-active-primaries \
      -p Desired_primaries=number-active-primaries \
      [-n nodelist] jde-ent-hasp-rg

      See the clresourcegroup(1CL) man page for information about clresourcegroup options and properties.

    2. Register the SUNW.HAStoragePlus resource type.
      # clresourcetype register SUNW.HAStoragePlus

      For more information about the SUNW.HAStoragePlus resource type, see the SUNW.HAStoragePlus(5) man page.

    3. Create an HAStoragePlus resource.

      Specify the value of the FileSystemMountPoints property as follows:

      • If you installed the JD Edwards EnterpriseOne Enterprise Server instances on separate directories under the same mount point, specify only that one mount point.

      • If you installed each JD Edwards EnterpriseOne Enterprise Server instance on a separate mount point, specify a comma-separated list of all the mount points.

      # clresource create -g jde-ent-hasp-rg \
      -t SUNW.HAStoragePlus \
      -p FileSystemMountPoints=mount-point \
      -p AffinityOn=false jde-hasp-rs

      See the SUNW.HAStoragePlus(5) man page for more information about SUNW.HAStoragePlus resource type properties.

  6. Bring online the resource group.
    clresourcegroup online -eM jde-ent-hasp-rg