Application Resource failing while doing SG Fail-over test
Hi,
I'm facing some issues, while doing a failover test of an application, which is configured in VCS as a service group.
Application resource is getting faulted in the standby node while doing the fail-over.
For testing purpose, i have made the SG offline on all the nodes and made the resources online one by one on the secondary node,
After making this, all the resources where detected online in vcs console, except the application resource, and as per the application team, the service which was supposed to start after starting the application is started on the node.
VCS was not throwing any error at this time. ** (as per the support team, they suggested me to check with appication team, as VCS is not giving error in engine log.)
When I'm doing the same test on the active node,application resource is detecting online and same is reflecting in the console.
Pls suggest.
Regards,
Ashish C
The logs don't show issue occuring on PmsProd26, but VCS is only reporting what your scripts are doing, so this is a script/environment issue.
Try the following on each node:
Bring all resources up, except application, then
# sh
# /etc/VRTSvcs/conf/HPPI/Run_OVPI.ksh
# /etc/VRTSvcs/conf/HPPI/Monitor_OVPI.ksh
# echo $?
If /etc/VRTSvcs/conf/HPPI/Monitor_OVPI.ksh is not returning exist code 110, then you need to fix script.Mike