JavaScript is required to for searching.
Skip Navigation Links
Exit Print View
Oracle Solaris Cluster Data Service for Oracle PeopleSoft Enterprise Guide     Oracle Solaris Cluster 3.3 3/13
search filter icon
search icon

Document Information

Preface

1.  Getting Started with Oracle Solaris Cluster HA for PeopleSoft Enterprise

2.  Installing and Configuring the HA for PeopleSoft Application Server

3.  Installing and Configuring the HA for PeopleSoft Process Scheduler

Overview

Planning the HA for PeopleSoft Process Scheduler Installation and Configuration

Configuration Restrictions for the HA for PeopleSoft Process Scheduler

Configuration Requirements for the HA for PeopleSoft process scheduler

Configuration Options for the HA for PeopleSoft process scheduler

Failover Configurations

Multi-Instance Configurations

Installing and Configuring the PeopleSoft Process Scheduler Domain

How to Enable the PeopleSoft Process Scheduler Domain to Run in a Cluster

How to Install PeopleSoft Process Scheduler Software

Verifying Installation and Configuration of the PeopleSoft Process Scheduler Domain

How to Verify the PeopleSoft Process Scheduler Domain Installation and Configuration

Registering and Configuring HA for PeopleSoft Process Scheduler

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

How to Remove a PeopleSoft Process Scheduler Domain From a Failover Resource Group

Verifying Installation and Configuration of the PeopleSoft Process Scheduler Domain Resource

How to Verify PeopleSoft Process Scheduler Domain Resource Installation and Configuration

Tuning the HA for PeopleSoft Process Scheduler Fault Monitor

Resource Properties

Probing Algorithm and Functionality

Operations of the PeopleSoft Process Scheduler Probe

Debugging the HA for PeopleSoft Process Scheduler Fault Monitor

How to Activate Debugging for HA for PeopleSoft Process Scheduler

A.  HA for PeopleSoft Application Server Extension Properties

B.  HA for PeopleSoft Process Scheduler Extension Properties

Index

Registering and Configuring HA for PeopleSoft Process Scheduler

This section contains the procedures to configure or unconfigure the HA for PeopleSoft process scheduler.

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, become superuser or assume a role that provides solaris.cluster.modify and solaris.cluster.admin RBAC 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

How to Remove a PeopleSoft Process Scheduler Domain From a Failover Resource Group

  1. Assume the root role that provides solaris.cluster.modify and solaris.cluster.admin RBAC authorizations.
  2. Disable and remove the resource that is used by the HA for PeopleSoft process scheduler data service.
    # clresource disable psft-sched-rsresource
    # clresource delete psft-sched-rs