Sample agent type definition for SAP WebAS

After importing the agent type into the cluster, if you save the configuration on your system disk using the haconf -dump command, you can find the SAPWebAS71Types.cf file in the /etc/VRTSvcs/conf/config cluster configuration directory.

An excerpt from this file for VCS 5.0 is as follows:

type SAPWebAS71 (
        static str AgentFile = "/opt/VRTSvcs/bin/Script50Agent"
        static str AgentDirectory = "/opt/VRTSagents/ha/bin/SAPWebAS71"
								static str ArgList[] = { ResLogLevel, State, IState, EnvFile,
							 SAPAdmin, InstProfile, InstType, ProcMon, EnqSrvResName, 
								SecondLevelMonitor, MonitorProgram }
        str ResLogLevel = INFO
        str EnvFile
        str SAPAdmin
        str InstProfile
        str InstType = APPSERV
        str ProcMon
        str EnqSrvResName
        int SecondLevelMonitor = 0
        str MonitorProgram
)