Go to main content

Oracle® Solaris Cluster Data Service for Oracle PeopleSoft Enterprise Guide

Exit Print View

Updated: September 2015
 
 

Debugging HA for PeopleSoft Application Server

The 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:
  • Change daemon.debug to daemon.notice.

  • Change the Debug_level property to 0.


  1. Determine whether debugging for the 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