The engine log will show messages similar to the following for the oacore resource:
VCS DBG_5 OracleApps:
VCS DBG_5 OracleApps:
VCS DBG_5 OracleApps:
Infoscale Availability with Oracle eBiz Components support (OEL Server)
VCS monitors the resources by looking for particular processes and their arguments in the process table. The argument VCS was looking for *.Management.server with “:://.” Values.
From the process table, we could see the HTTP:// is missing for the weblogic.management.server component for OACORE2 and OACORE2 instances
OACORE 1:
1000 17191 11729 /PATH//fs2/EBSapps/comn/util/jdk64/bin/java -Dweblogic.Name=oacore_server1 -Djava.security.policy=null
….
-Dweblogic.Name=oacore_server1 -Dweblogic.management.server=http://APP-HOST:7012
OACORE 2:
1000 17102 11729 /PATH//fs2/EBSapps/comn/util/jdk64/bin/java -Dweblogic.Name=oacore_server2 -Djava.security.policy=null
….
-Dweblogic.Name=oacore_server2 -Dweblogic.management.server=APP-HOST:7012
OACORE 3:
1000 17133 11729 /PATH//fs2/EBSapps/comn/util/jdk64/bin/java -Dweblogic.Name=oacore_server3 -Djava.security.policy=null
….
-Dweblogic.Name=oacore_server3 -Dweblogic.management.server=APP-HOST:7012