VCS Error V-16-1-10162 Group has not been fully probed on system
The new application resource did not have anything defined for monitor.
From "hares -display | grep sfg_application" output:
sfg_application MonitorProcesses global
sfg_application MonitorProgram global
sfg_application PidFiles global
Because of this, the resource state is OFFLINE UNKNOWN.
sfg_application State floapp01 OFFLINE|STATE
UNKNOWN
sfg_application State floapp02 OFFLINE|STATE
UNKNOWN
Thus, the service group will not be fully probed due to the UNKNOWN state of one of its resources.
Add monitor for the new application resource - either MonitorProcesses, MonitorProgram, PidFiles or a combination.
hares -modify
About Application agent "Monitor":
If you specify the MonitorProgram attribute, the agent executes the user defined MonitorProgram in the user-specified context.
If you specify the PidFiles attribute, the routine verifies that the process ID that is found in each listed file is running.
If you specify the MonitorProcesses attribute, the routine verifies that each listed process is running in the context you specify.
Use any combination among these attributes (MonitorProgram, PidFiles, or
MonitorProcesses) to monitor the application.
If any of the processes that are specified in either PidFiles or MonitorProcesses is determined not to be running, the monitor returns OFFLINE. If the process terminates ungracefully, the monitor returns OFFLINE and failover occurs.
If the MonitorProgram attribute is specified to monitor the resource, the agent function performs the command:
su [-] user -c command_to_monitor_resource
After specifying a value for agent monitor, the agent was able to properly ONLINE the resource. Thus, the service group has been fully probed and showed ONLINE.