lahenrich
12 years agoLevel 2
Need to configure autorestart
Hi
We are trying to configure VCS on our systems. We have the groups set up and everything works well in "sunny" day situations, meaning we can offline, online and switch the VCS groups between the servers. What doesn't work is while testing, we manually shut down an oracle database and/or listener to simulate a disaster, and VCS makes no attempt to restart it. hagrp -state does show the group as "partial" and then "online" when we manually bring it back up. But we need VCS to handle this automatically.
What do I need to configure to get this to work?
Thanks,
Laura
Issue could be:
- IntentionalOffline attribute of the Oracle type is set to 1, so VCS knows you are shutting Oracle down. To check run "hatype -display Oracle | grep -i intention" and if IntentionalOffline is set to 1, then I would recommend killing processes, instead of shutting Oracle down cleanly foryour test or set IntentionalOffline to 0
- Critical attribute for Oracle resources are set to 0. To check run "hares -display | grep Critical" to see if Oracle resources have Critical of 0. If they are set to 1 using "hares -modify res_name Critical 1"
Mike