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 4.1
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

Overview

Planning the HA for PeopleSoft Application Server Installation and Configuration

Configuration Restrictions for HA for PeopleSoft Application Server

Configuration Requirements for HA for PeopleSoft Application Server

HA for PeopleSoft Application Server Data Service Configurations

Failover Configurations

Multi-Instance Configuration

Installing and Configuring the PeopleSoft Application Server Domain

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

How to Install PeopleSoft Application Server Software

Verifying Installation and Configuration of the PeopleSoft Application Server Domain

How to Verify PeopleSoft Application Server Domain Installation and Configuration

Registering and Configuring HA for PeopleSoft Application Server

Tools for Registering and Configuring HA for PeopleSoft Application Server

How to Register and Configure HA for PeopleSoft Application Server for Failover (clsetup)

How to Register and Configure HA for PeopleSoft Application Server for Multi-Instance (clsetup)

How to Register and Configure HA for PeopleSoft Application Server for Failover (CLI)

How to Remove a PeopleSoft Application Server Domain Resource From a Failover Resource Group

How to Register and Configure HA for PeopleSoft Application Server for Multi-Instance Configuration (CLI)

Verifying Installation and Configuration of the PeopleSoft Application Server Domain Resource

How to Verify HA for PeopleSoft Application Server Domain Resource Installation and Configuration

Tuning the HA for PeopleSoft Application Server Fault Monitor

Resource Properties

Probing Algorithm and Functionality

Operations of the PeopleSoft Application Server Probe

Debugging HA for PeopleSoft Application Server

How to Activate Debugging for HA for PeopleSoft Application Server

3.  Installing and Configuring the 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 Application Server Domain

This section contains the procedures you need to install and configure a PeopleSoft application server domain as a cluster resource.

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 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-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

How to Install PeopleSoft Application Server Software

  1. On the cluster member where the psft-failover-rg resource group is online, assume the root role.
  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.

    When following these instructions, ensure that you observe the information in Configuration Requirements for HA for PeopleSoft Application Server.