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

Document Information

Preface

1.  Installing and Configuring Oracle Solaris Cluster HA for PeopleSoft Application Server

HA for PeopleSoft Enterprise Overview

Installing and Configuring HA for PeopleSoft Application Server

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

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 HA for PeopleSoft Application Server Domain Installation and Configuration

Installing the HA for PeopleSoft Application Server Data Service Packages

How to Install the HA for PeopleSoft Application Server Data Service Packages

Registering and Configuring HA for PeopleSoft Application Server

How to Configure HA for PeopleSoft Application Server

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

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

A.  HA for PeopleSoft Application Server 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.

  1. On a cluster node that will host the PeopleSoft application server domain, become superuser or assume a role that provides solaris.cluster.verb 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-has-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 logical-hostname-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, become superuser.
  2. Follow the instructions in Configuring the Application Server on UNIX within the guide for your chosen database referenced in document ID 887277.1.

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