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

Installing and Configuring the PeopleSoft Process Scheduler Domain

HA for PeopleSoft process scheduler

This section contains the two procedures you need to install and configure a PeopleSoft process scheduler domain as a cluster resource.

Complete the following items before you perform the procedures in this section:


Note - If you want to configure identical multiple process scheduler instances that are distributed across multiple nodes without failover, you can configure a resource group for each node, where only that node is listed in the nodelist. Each process scheduler instance that runs only on a specific node gets its own resource in the corresponding resource group.


In the steps below, it is assumed the UNIX user psft was used to install the PeopleSoft process scheduler software, that HR91 is the process scheduler domain name, that psft-sched-rg is the resource group name, and that pse-sched-rs is the resource name. Change the resource group name, resource name, user name, and domain name to match your configuration.

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

How to Install PeopleSoft Process Scheduler Software

  1. On the cluster member where the psft-sched-rg resource group is online, become superuser.
  2. Follow the instructions in the appropriate PeopleSoft documentation for your version of the product. Documentation for installing PeopleSoft Enterprise PeopleTools version 8.52 is published in the PeopleSoft PeopleTools 8.52 Install Documentation Library.

    Use the file system specified within the HAStoragePlus resource and the IP address within the logical hostname. When following these instructions, ensure that you observe the information in Configuration Requirements for the HA for PeopleSoft process scheduler.

Next Steps

See Verifying Installation and Configuration of the PeopleSoft Process Scheduler Domain.