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

Document Information

Preface

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

Debugging HA for PeopleSoft Application Server

HA for PeopleSoft application server has an extension property named debug_level. This extension property enables you to activate debugging for PeopleSoft application server guest-domain resources.

How to Activate Debugging for HA for PeopleSoft Application Server

Perform this procedure to activate debugging.


Note - To deactivate debugging, repeat all steps in this procedure with the following changes:


  1. Determine whether debugging for PeopleSoft application server domain is active.
    # grep daemon /etc/syslog.conf
    *.err;kern.debug;daemon.notice;mail.crit        /var/adm/messages
    *.alert;kern.err;daemon.err                     operator
    #
    • If debugging is active, daemon.debug is set in the file /etc/syslog.conf. You do not need to continue this procedure.

    • If debugging is inactive, daemon.notice is set in the file /etc/syslog.conf of the appropriate node. Perform the remaining steps in this procedure to activate debugging.

  2. If debugging is inactive, edit the /etc/syslog.conf file in the appropriate node to change daemon.notice to daemon.debug.
  3. Confirm that debugging for PeopleSoft application server domain is active.
    # grep daemon /etc/syslog.conf
    *.err;kern.debug;daemon.debug;mail.crit        /var/adm/messages
    *.alert;kern.err;daemon.err                    operator
    #
  4. Restart the syslogd daemon.
    # svcadm refresh svc:/system/system-log:default
  5. Set the property debug_level to level 2.
    # clresource set -p debug_level=2 Psft-app-server-resource