In previous version of Oracle RAC with Oracle clusterware, before 10.0.1 I believe, an instance was dependent on a VIP resource. Once a vip was failed or relocated, the Instance would be stopped. In later versiond, this coupling was broken, as I understand it, by costumer requests.
Since an instance is not a regular resource in the CRS cluster, and can not be configured with crs_profile, how can I create a dependency between an Instance and it's VIP?
Solved! The trick is to re-register the instance resource. As root:
Edit /tmp/ora.db.instance1.inst.cap and add the vip resource to REQUIRED_RESOURCES
Run:
the "-u", I'm guessing is update, does the magic. After that you need to re set permission (or maybe run the whole thing as "oracle" user)
That's it. Run a
to make sure the changes have been saved and restart the instance
This is relevent to 10.2.0.4