Go to main content

Oracle® Solaris Cluster Data Service for Oracle PeopleSoft Enterprise Guide

Exit Print View

Updated: September 2015
 
 

How to Register and Configure HA for PeopleSoft Process Scheduler for Failover

Before You Begin

Install the data service package during your initial Oracle Solaris Cluster installation.

If you did not install the HA for PeopleSoft Process Scheduler package as part of your initial Oracle Solaris Cluster installation, go to Installing the Data Service Package.

  1. On the cluster node that hosts the PeopleSoft process scheduler domain, assume the root role or a role that provides solaris.cluster.modify and solaris.cluster.admin authorization.
  2. Create a PeopleSoft process scheduler domain resource in the failover resource group.
    # clresource create -g psft-sched-rg -d \
    -t ORCL.PeopleSoft_process_scheduler \
    -p Psft_User=Psft-username -p Psft_Domain=Psft-domainname \
    -p Psft_Home=Psft-home-directory -p Psft_Cfg_Home=Psft-config-home-directory \
    -p Resource_dependencies=logicalhostname-resource \
    -p Resource_dependencies_offline_restart=hasp-resource psft-sched-rs
  3. If the database tier is deployed on the same global cluster, configure a strong dependency to the resources for the database instance and database listener.

    Do this even if the database tier is deployed in a different zone cluster of the same global cluster.

    # clresource set -p Resource_dependencies+=db-instance-resource,db-listener-resource \
    psft-sched-rs
  4. Enable the PeopleSoft process scheduler domain resource.

    Repeat this step for each PeopleSoft process scheduler domain instance, if multiple instances were created.

    # clresource status
    # clresource enable psft-sched-rs