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 Process Scheduler Domain to Run in a Cluster

Perform this procedure on one node of the cluster to configure storage and logical host 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. On a cluster node that will host the PeopleSoft process scheduler 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-sched-rg
  4. Create a resource for the PeopleSoft process scheduler domain file systems on shared storage.
    # clresource create -g psft-sched-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 process scheduler domain.
    # clreslogicalhostname create -g psft-sched-rg \
    -h logical-hostname logicalhost-resource
  6. Enable the failover resource group that now includes the PeopleSoft process scheduler domain disk storage and logical host resources.
    # clresourcegroup online -eM -n current-node psft-sched-rg