Skip Navigation Links | |
Exit Print View | |
Oracle Solaris Cluster Data Service for Oracle PeopleSoft Enterprise Guide Oracle Solaris Cluster 4.1 |
1. Getting Started with Oracle Solaris Cluster HA for PeopleSoft Enterprise
2. Installing and Configuring the HA for PeopleSoft Application Server
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
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
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
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
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.
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.
# 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.
# grep daemon /etc/syslog.conf *.err;kern.debug;daemon.debug;mail.crit /var/adm/messages *.alert;kern.err;daemon.err operator #
# svcadm refresh svc:/system/system-log:default
# clresource set -p debug_level=2 psft-app-server-resource