重庆思庄Oracle、Redhat认证学习论坛

 找回密码
 注册

QQ登录

只需一步,快速开始

搜索
查看: 267|回复: 0
打印 上一主题 下一主题

[Oracle] 关闭ORACLE 11G RAC的HAIP

[复制链接]
跳转到指定楼层
楼主
发表于 2024-2-25 17:37:07 | 只看该作者 回帖奖励 |倒序浏览 |阅读模式
1.使用root用户执行取消依赖
   $GRID_HOME/bin/crsctl modify res ora.cluster_interconnect.haip -attr "ENABLED=0" -init  -f
   $GRID_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 -f

2.设置参数
    使用grid用户修改ASM实例的cluster_interconnects参数修改为具体的私网地址,示例如下:
    SQL> alter system set cluster_interconnects='10.0.0.1' scope=spfile sid='+ASM1';
    SQL> alter system set cluster_interconnects='10.0.0.2' scope=spfile sid='+ASM2';

   使用oracle用户修改DB实例的cluster_interconnects参数修改为具体的私网地址,示例如下:
   SQL> alter system set cluster_interconnects='10.0.0.1' scope=spfile sid=orcl1';
   SQL> alter system set cluster_interconnects='10.0.0.2' scope=spfile sid=orcl2';

3.重启所有实例或集群修改参数之后需要重新启动实例生效,
  这里建议直接重启集群一起验证修改后的效果

   只启动单个节点的实例,我这边存在问题,后面两个节点都重启后,才生效。


分享到:  QQ好友和群QQ好友和群 QQ空间QQ空间 腾讯微博腾讯微博 腾讯朋友腾讯朋友
收藏收藏 支持支持 反对反对
回复

使用道具 举报

您需要登录后才可以回帖 登录 | 注册

本版积分规则

QQ|手机版|小黑屋|重庆思庄Oracle、Redhat认证学习论坛 ( 渝ICP备12004239号-4 )

GMT+8, 2024-4-28 21:07 , Processed in 0.094348 second(s), 20 queries .

重庆思庄学习中心论坛-重庆思庄科技有限公司论坛

© 2001-2020

快速回复 返回顶部 返回列表