Please enter search query.
Search <book_title>...
Cluster Server 7.4.2 Configuration Guide for SAP Web Application Server - Windows
Last Published:
2020-05-31
Product(s):
InfoScale & Storage Foundation (7.4.2)
Platform: 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
Sample configuration in a virtual environment
A sample main.cf configuration in a virtual environment that contains the Enqueue instance, Enqueue Replication instance, Application Server instance, and SMDA instance is as follows:
include "types.cf" cluster Cluster_59087 ( SecureClus = 1 ) system SAPVM21 ( ) system SAPVM22 ( ) group SAP_ASCS00 ( SystemList = { SAPVM21 = 0, SAPVM22 = 1 } UserAssoc = { Type = SAPWin, Name = SAP_ASCS00 } ) IP SAP_ASCS00-IP ( Address = "10.xxx.xx.189" SubNetMask = "255.255.252.0" MACAddress @SAPVM21 = "00:50:56:B7:18:36" MACAddress @SAPVM22 = "00:50:56:B7:21:C3" ) Lanman SAP_ASCS00-Lanman-sapenq ( VirtualName = sapenq IPResName = SAP_ASCS00-IP ) MountV SAP_ASCS00-Mount ( MountPath = "e:\\usr\\sap\\pi7\\ascs00" VolumeName = SCSVOL VMDGResName = SAP_ASCS00_SCSDG_VMNSDg ) MountV SAP_ASCS00-Mount-1 ( MountPath = "e:\\usr\\sap\\pi7\\sys" VolumeName = SYSVOL VMDGResName = SAP_ASCS00_SCSDG_VMNSDg ) NIC SAP_ASCS00-NIC ( MACAddress @SAPVM21 = "00:50:56:B7:18:36" MACAddress @SAPVM22 = "00:50:56:B7:21:C3" ) SAPWebAS SAP_PI7_ASCS00_res ( Critical = 0 SAPAdmin = pi7adm SAPAdminDomain = sap-domain SAPAdminPassword = GUMsJUjOGmHMiMJmKMl SAPHome = "E:\\usr\\sap\\PI7\\ASCS00\\exe" SAPHost = sapenq SAPServiceUser = SAPServicePI7 SAPSID = PI7 InstName = ASCS00 InstProfile = "\\\\sapenq\\sapmnt\\PI7\\SYS\\profile\\ PI7_ASCS00_sapenq" InstType = ENQUEUE ProcMon = { "enserver.exe" } ) VMNSDg SAP_ASCS00_SCSDG_VMNSDg ( DiskGroupName = SCSDG DGGuid = b26580c2-e773-4ca8-9e62-e03e235013c0 SkipStorageValidation = 1 ) VMwareDisks SAP_ASCS00-VMwareDisks ( ESXDetails = { "vcslx658.vxindia.veritas.com" = "root=GUMsJUjOGmHMiMJ" } DiskPaths = { "6000C296-5313-69b0-63f9-f15efcf60d66:[NIMBSHARE] SAP_Win2k8_Vm1 /SAP_Win2k8_Vm1.vmdk" = "1:8" } IsVMHAEnabled = 0 ) SAP_PI7_ASCS00_res requires SAP_ASCS00-Lanman-sapenq SAP_PI7_ASCS00_res requires SAP_ASCS00-Mount SAP_PI7_ASCS00_res requires SAP_ASCS00-Mount-1 SAP_ASCS00-IP requires SAP_ASCS00-NIC SAP_ASCS00-Lanman-sapenq requires SAP_ASCS00-IP SAP_ASCS00-Mount requires SAP_ASCS00_SCSDG_VMNSDg SAP_ASCS00-Mount-1 requires SAP_ASCS00_SCSDG_VMNSDg SAP_ASCS00_SCSDG_VMNSDg requires SAP_ASCS00-VMwareDisks // resource dependency tree // // group SAP_ASCS00 // { // SAPWebAS SAP_PI7_ASCS00_res // { // Lanman SAP_ASCS00-Lanman-sapenq // { // IP SAP_ASCS00-IP // { // NIC SAP_ASCS00-NIC // } // } // MountV SAP_ASCS00-Mount // { // VMNSDg SAP_ASCS00_SCSDG_VMNSDg // { // VMwareDisks SAP_ASCS00-VMwareDisks // } // } // MountV SAP_ASCS00-Mount-1 // { // VMNSDg SAP_ASCS00_SCSDG_VMNSDg // { // VMwareDisks SAP_ASCS00-VMwareDisks // } // } // } // } group SAP_ERS10 ( SystemList = { SAPVM21 = 0, SAPVM22 = 1 } UserAssoc = { Type = SAPWin, Name = SAP_ERS10 } PreOnline = 1 ) IP SAP_ERS10-IP ( Address = "10.209.69.193" SubNetMask = "255.255.252.0" MACAddress @SAPVM21 = "00:50:56:B7:18:36" MACAddress @SAPVM22 = "00:50:56:B7:21:C3" ) Lanman SAP_ERS10-Lanman-sapers ( VirtualName = sapers IPResName = SAP_ERS10-IP ) NIC SAP_ERS10-NIC ( MACAddress @SAPVM21 = "00:50:56:B7:18:36" MACAddress @SAPVM22 = "00:50:56:B7:21:C3" ) SAPWebAS SAP_PI7_ERS10_res ( SAPAdmin = pi7adm SAPAdminDomain = sap-domain SAPAdminPassword = GUMsJUjOGmHMiMJmKMl SAPHome = "E:\\usr\\sap\\PI7\\ERS10\\exe" SAPHost = sapers SAPServiceUser = SAPServicePI7 SAPSID = PI7 InstName = ERS10 InstProfile = "E:\\usr\\sap\\PI7\\SYS\\profile\\PI7_ERS10_sapers" InstType = ENQREP ProcMon = { "enrepserver.exe" } EnqSrvResName = SAP_PI7_ASCS00_res ) SAP_PI7_ERS10_res requires SAP_ERS10-Lanman-sapers SAP_ERS10-IP requires SAP_ERS10-NIC SAP_ERS10-Lanman-sapers requires SAP_ERS10-IP // resource dependency tree // // group SAP_ERS10 // { // SAPWebAS SAP_PI7_ERS10_res // { // Lanman SAP_ERS10-Lanman-sapers // { // IP SAP_ERS10-IP // { // NIC SAP_ERS10-NIC // } // } // } // } group SAP_SMDA97 ( SystemList = { SAPVM21 = 0, SAPVM22 = 1 } UserAssoc = { Type = SAPWin, Name = SAP_SMDA97 } ) IP SAP_SMDA97-IP ( Address = "10.209.69.192" SubNetMask = "255.255.252.0" MACAddress @SAPVM21 = "00:50:56:B7:18:36" MACAddress @SAPVM22 = "00:50:56:B7:21:C3" ) Lanman SAP_SMDA97-Lanman-sapdi ( VirtualName = sapdi IPResName = SAP_SMDA97-IP ) NIC SAP_SMDA97-NIC ( MACAddress @SAPVM21 = "00:50:56:B7:18:36" MACAddress @SAPVM22 = "00:50:56:B7:21:C3" ) SAPWebAS SAP_DAA_SMDA97_res ( SAPAdmin = daaadm SAPAdminDomain = sapvm22 SAPAdminPassword = GUMsJUjOGmHMiMJmKMl SAPHome = "E:\\usr\\sap\\DAA\\SMDA97\\exe" SAPHost = sapdi SAPServiceUser = SAPServiceDAA SAPSID = DAA InstName = SMDA97 InstProfile = "E:\\usr\\sap\\DAA\\SYS\\profile\\DAA_SMDA97_sapdi" InstType = SMDA ProcMon = { "jstart.exe" } ) SAP_DAA_SMDA97_res requires SAP_SMDA97-Lanman-sapdi SAP_SMDA97-IP requires SAP_SMDA97-NIC SAP_SMDA97-Lanman-sapdi requires SAP_SMDA97-IP // resource dependency tree // // group SAP_SMDA97 // { // SAPWebAS SAP_DAA_SMDA97_res // { // Lanman SAP_SMDA97-Lanman-sapdi // { // IP SAP_SMDA97-IP // { // NIC SAP_SMDA97-NIC // } // } // } // } // } group SAP_DVEBMGS01 ( SystemList = { SAPVM21 = 0 } UserAssoc = { Type = SAPWin, Name = SAP_DVEBMGS01, UITimeout = 300 } ) IP SAP_DVEBMGS01-IP ( Address = "10.209.69.191" SubNetMask = "255.255.252.0" MACAddress @SAPVM21 = "00:50:56:B7:18:36" ) Lanman SAP_DVEBMGS01-Lanman-sapapp ( VirtualName = sapapp IPResName = SAP_DVEBMGS01-IP ) NIC SAP_DVEBMGS01-NIC ( MACAddress @SAPVM21 = "00:50:56:B7:18:36" ) SAPWebAS SAP_PI7_DVEBMGS01_res ( SAPAdmin = pi7adm SAPAdminDomain = sap-domain SAPAdminPassword = gumSjuJogMhmImjMkmL SAPHome = "E:\\usr\\sap\\PI7\\DVEBMGS01\\exe" SAPHost = sapapp SAPServiceUser = SAPServicePI7 SAPSID = PI7 InstName = DVEBMGS01 InstProfile = "\\\\sapenq\\sapmnt\\PI7\\SYS\\profile\\ PI7_DVEBMGS01_sapapp" ProcMon = { "disp+work.exe" } ) requires group SAP_ASCS00 online global soft SAP_PI7_DVEBMGS01_res requires SAP_DVEBMGS01-Lanman-sapapp SAP_DVEBMGS01-IP requires SAP_DVEBMGS01-NIC SAP_DVEBMGS01-Lanman-sapapp requires SAP_DVEBMGS01-IP // resource dependency tree // // group SAP_DVEBMGS01 // { // SAPWebAS SAP_PI7_DVEBMGS01_res // { // Lanman SAP_DVEBMGS01-Lanman-sapapp // { // IP SAP_DVEBMGS01-IP // { // NIC SAP_DVEBMGS01-NIC // } // } // } // } group VCSInfraSG ( SystemList = { SAPVM21 = 0, SAPVM22 = 1 } UserAssoc = { Type = "vcs internal", Name = "VCS Infrastructure service group" } Parallel = 1 AutoStartList = { SAPVM21, SAPVM22 } OnlineRetryLimit = 5 ) Process VCSNotifySinkRes ( StartProgram = "C:\\Program Files\\Veritas\\Cluster Server\\bin \\notify_sink.exe" StartupDirectory = "C:\\Program Files\\Veritas\\Cluster Server\\bin" ) // resource dependency tree // // group VCSInfraSG // { // Process VCSNotifySinkRes // }