当前位置: 首页IT技术 → Oracle RAC 如何修改IP地址方法

Oracle RAC 如何修改IP地址方法

更多

Oracle RAC 如何修改IP地址呢?今天跟大家分享下Oracle RAC 修改IP地址的方法,希望能帮上朋友们吧!

Oracle RAC修改IP地址方法:

1、关闭crs_stop -all

2、修改/etc/hosts内对应信息

3、分两步

a,修改public ip 。

b,修改网段掩码

-- 查看当前配置:

[root@raw1 bin]# ./oifcfg getif -global

eth0  10.85.10.0  global  public

eth1  192.168.1.0  global  cluster_interconnect

  -- 删除当前配置

[root@raw1 bin]# ./oifcfg delif -global eth0

[root@raw1 bin]# ./oifcfg delif -global eth1

[root@raw1 bin]# ./oifcfg getif

-- 重新添加

[root@raw1 bin]# ./oifcfg setif -global eth0/10.85.10.0:public

[root@raw1 bin]# ./oifcfg setif -global eth1/192.168.1.0:cluster_interconnect

[root@raw1 bin]#  ./oifcfg getif

eth0  10.85.10.0  global  public

eth1  192.168.1.0  global  cluster_interconnect

[root@racnode2 bin]# ./oifcfg iflist

eth0  192.168.86.0

eth1  192.168.0.0

eth2  192.168.200.0

eth3  192.168.200.0

eth4  192.168.200.0

eth5  192.168.200.0

注意: 这里IP 地址最一个为0.  代表的是一个网段。 修改的时候要切记。 否在在启动OCR 时会报如下错误:

[  CRSOCR][4054413904] OCR context init failure.  Error: PROC-44: 网络地址和网络接口操作中出错 网络地址和网络接口操作错误 [7]

c,修改VIP

[root@raw1 bin]# ./srvctl modify nodeapps -n raw1 -A 10.85.10.222/255.255.255.0/eth0

[root@raw1 bin]# ./srvctl modify nodeapps -n raw2 -A 10.85.10.223/255.255.255.0/eth0

4、检查listener.ora 和 tnsname中ip信息是否需要修改

5、启动资源,crs_start -all

好了,这样就完成Oracle RAC的 IP地址的修改过程了!

热门评论
最新评论
昵称:
表情: 高兴 可 汗 我不要 害羞 好 下下下 送花 屎 亲亲
字数: 0/500 (您的评论需要经过审核才能显示)