Environment
Two Node Cluster
OS = Solaris 10
VCS(only HA and not vxvm) = 6.0
Applicaation agent is using for my Application
Error
VCS ERROR V-16-2-13064 Thread(5) Agent is calling clean for resource(APPLICATION) because the resource is up even after offline completed.
Just for INFO
https://sort.symantec.com/public/documents/sf/5.0MP3/solaris/html/vcs_users/ch_about_vcs21.html
Extract from the above TN:
Clean—Cleans up after a resource fails to come online, fails to go offline, or fails while in an online state. The clean entry point is designed to clean up after an application. The function ensures that the host system is returned to a valid state. For example, the clean function may remove shared memory segments or IPC resources that are left behind by a database
Query
I have an Application which have multiple processes. My Application stop/offline function can stop/offline all these processes. To monitor the Application under VCS I am monitoring only one process in Monitor attribute under Java Console. This process(which I am monitoring) is offline successfully when I did offline my Service Group. But under my Application logs(not VCS logs, its Application own logging) I saw that few processes was not able to close/shutdown/offline. Does the above highlighted ERROR can appear in my condition ?