Veritas Cluster -engine_A.log
Getting the following error in engine_A.log:
2013/05/31 14:16:12 VCS INFO V-16-1-10307 Resource cvmvoldg5 (Owner: unknown, Group: lic_DG) is offline on dwlemm2b (Not initiated by VCS)
2013/05/31 14:16:14 VCS INFO V-16-6-15004 (dwlemm2b) hatrigger:Failed to send trigger for resfault; script doesn't exist
And you can setup debug for CVMVolDg resource type to monitor why it gets fault if the problem could be reproduced.
To turn on debug mode for the agent, you will need to edit the /opt/VRTSvcs/bin/CVMVolDg/cvmvoldg.lib, and uncomment one line.
from this:
# Uncomment the following to start debugging
# DEBUG="DEBUG"
to this:
# Uncomment the following to start debugging
DEBUG="DEBUG"
It is not necessary to restart the agent since this lib file is read every time the monitor is ran. By doing this, the agent will place more information in the engine log, which may give a better idea as to why the resources are timing out.# haagent -stop CVMVolDg -force -sys <node name>
# haagent -start CVMVolDg -sys <node name>