The online and monitor process can be followed in the %VCS_HOME%\logs\WebSphere_A.txt log file.
===============================================================
...IBM Webspere starts, calling startNode.bat, starts the service successfully
ADMU3000I: Server
...SFW HA agent calls monitor cycle
VCS DBG_20 V-16-50-0 WebSphere:WAS_NodeAgent1:monitor:WASMonitor::Calling Monitor().
WebSphereAgent.cpp:WASMonitor[475]
...agent processes filters
VCS DBG_20 V-16-50-0 WebSphere:
WebSphereUtil.cpp:ProcessCheck[623]
VCS DBG_20 V-16-50-0 WebSphere:
WebSphereUtil.cpp:MatchWASProcess[728]VCS DBG_20 V-16-50-0 WebSphere:
===============================================================
where
The above log snippet shows the starting of the monitoring cycle in which SFW HA will check to see if the Websphere process was started. During monitor operation, the WebSphere agent uses following set of filters to find the WebSphere process:
• value of WAS_HOME attribute
• the string “java”
• value of ServerProfile attribute
• value of ServerName attribute
• value of WAS_NODE attribute
• value of WAS_CELL attribute
If the Websphere agent cannot match these attributes, it will fail the monitor cycle and the resource will fail to online.
Please check if the resource attributes are correct.
For example, in the log snippet above, it can be seen the server name is
It can be confirmed that the server does start by using the scripts outside of SFW HA control. Refer to the Websphere Application Server Installation and Configuration Guide section on "Starting the WebSphere Application Server outside a cluster."