Cluster Server 7.4.2 Configuration Guide for SAP Web Application Server - Windows
- Section I. Getting Started
- Introducing the Veritas High Availability Agent for SAP Web Application Server
- About the Veritas High Availability agent for SAP Web Application Server
- How does the Veritas High Availability solution work
- Agent functions
- Installing and configuring the SAP Web Application Server for high availability
- Setting up SAP systems for clustering
- Configuring the Enqueue Replication Server
- Clustering an SAP instance
- Introducing the Veritas High Availability Agent for SAP Web Application Server
- Section II. Configuring the application for high availability
- Section III. Troubleshooting the Agent
- Troubleshooting the agent for SAP Web Application Server
- Troubleshooting common problems
- Reviewing SAP Web Application Server agent log files
- Reviewing error log files
- Troubleshooting the agent for SAP Web Application Server
- Appendix A. Sample Configurations
Using trace level logging
The ResLogLevel attribute controls the level of logging that is written in a cluster log file for each SAP Web AS resource. You can set this attribute to TRACE, which enables very detailed and verbose logging.
If you set ResLogLevel to TRACE, a very high volume of messages are produced. Veritas recommends that you localize the ResLogLevel attribute for a particular resource.
Warning:
You may consider to temporarily increase the timeout values for SAPWebAS for debugging purposes. After the debugging process is complete, you can revert back to the original timeout values.
To localize ResLogLevel attribute for a resource
- Identify the resource for which you want to enable detailed logging.
- Localize the ResLogLevel attribute for the identified resource:
hares -local Resource_Name ResLogLevel
- Set the ResLogLevel attribute to TRACE for the identified resource:
hares -modify Resource_Name ResLogLevel TRACE -sys SysA
- Note the time before you begin to operate the identified resource.
- Test the identified resource. The function reproduces the problem that you are attempting to diagnose.
- Note the time when the problem is reproduced.
- Set the ResLogLevel attribute back to INFO for the identified resource:
hares -modify Resource_Name ResLogLevel INFO -sys SysA
- Review the contents of the log file. Use the time noted in Step 4 and Step 6 to diagnose the problem.
You can also contact Veritas support for more help.