Go to main content

Oracle® Solaris Cluster Data Service for Oracle PeopleSoft Enterprise Guide

Exit Print View

Updated: September 2015
 
 

How to Enable the PeopleSoft Application Server Domain to Run in a Cluster

Perform this procedure on one node of the cluster to configure storage and logical host resource groups.


Tip  -  The clsetup utility provides a wizard that can also be used to configure storage and logical host resource groups. See How to Register and Configure HA for PeopleSoft Application Server for Multi-Instance (clsetup)

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. On a cluster node that will host the PeopleSoft application server domain, assume the root role or a role that provides solaris.cluster.modify and solaris.cluster.admin authorization.
  2. Register the SUNW.HAStoragePlus resource type.
    # clresourcetype register SUNW.HAStoragePlus
  3. Create a failover resource group.
    # clresourcegroup create psft-failover-rg
  4. Create a resource for the PeopleSoft application server domain file systems on shared storage.
    # clresource create -g psft-failover-rg -t SUNW.HAStoragePlus \
    -p FileSystemMountPoints=psft-mount-points psft-hasp-resource
  5. Create a resource for the logical hostname that will be used by the web tier to connect to the PeopleSoft application server domain.
    # clreslogicalhostname create -g psft-failover-rg \
    -h logical-hostname logicalhost-resource
  6. Enable the failover resource group that now includes the PeopleSoft application server domain disk storage and logical host resources.
    # clresourcegroup online -eM -n current-node psft-failover-rg