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
Monitor
The monitor function performs the following tasks:
Validates the values of the agent attributes required to monitor the SAP instance.
Performs a first-level monitor check as follows:
The function verifies that the SAP Windows service SAPSAPSID_InstID is running, where InstID is the last two characters of the InstName attribute.
Verifies that all processes that the ProcMon attribute lists are running.
If the value of SecondLevelMonitor attribute is greater than 0, the monitor function performs a more thorough check of the SAP instance as follows:
For APPSERV instances, the function uses the following utilities to perform this check:
SAPWeb Application Server as ABAP
sapcontrol.exe
SAPWeb Application Server as Java
sapcontrol.exe
SAPWeb Application Server as Add-In
sapcontrol.exe
For an Enqueue or Enqueue Replication server instance, the function uses the ensmon.exe utility.
If the MonitorProgram attribute specifies a custom monitor program, the monitor function executes the specified program.
More Information