Rac中如何禁用Haip

 

Run "crsctl stop crs" on all nodes to stop CRS stack.2.   关闭HAIP

2. On one node, run the following commands:
     $CRS_HOME/bin/crsctl start crs -excl -nocrs
     $CRS_HOME/bin/crsctl stop res ora.asm -init
     $CRS_HOME/bin/crsctl modify res ora.cluster_interconnect.haip -attr  "ENABLED=0" -init
     $CRS_HOME/bin/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
     $CRS_HOME/bin/crsctl stop crs4.  进一步测试
   
3. Repeat Step(2) on other nodes.

4. Run "crsctl start crs" on all nodes to restart CRS stack

 

posted @ 2018-11-05 18:43  dayu.liu  阅读(1127)  评论(0)    收藏  举报