disable haip in oracle rac clusterware

Not useful. Just for Fun.

Before root.sh, set following env:

HAIP_UNSUPPORTED

OR

After root.sh, issue following command:
crsctl modify res ora.cluster_interconnect.haip "ENABLED=0" -init

crsctl modify res ora.asm -attr  "START_DEPENDENCIES='hard(ora.cssd,ora.ctssd)pullup(ora.cssd,ora.ctssd)weak(ora.drivers.acfs)', STOP_DEPENDENCIES='hard(intermediate:ora.cssd)' " -init

原文地址:https://www.cnblogs.com/yaoyangding/p/14635824.html