1.备份OCR
/etc/init.d/init.crs stop
[root@node1~]ocrconfig -export /u01/app/oracle/ocr.exp
2.修改
关闭CRS
[oracle@node1~]crs_stop -all
[root@node1~]/etc/init.d/init.crs stop
[root@node2~]/etc/init.d/init.crs stop
修改OSip
/etc/hosts
/etc/sysconfig/network-scripts/ifcfg-ethx
service network restart
启动crs,设置oracle相关IP
[root@node1~]/etc/init.d/init.crs start
[root@node2~]/etc/init.d/init.crs start
[oracle@node1~]crs_stop -all
-- 删除当前配置
oifcfg delif -global eth0
oifcfg delif -global eth1
oifcfg getif
-- 重新添加
oifcfg setif -global eth0/172.16.20.0:public
oifcfg setif -global eth1/192.168.10.0:cluster_interconnect
oifcfg getif
--修改VIP
[root@node1~]./srvctl modify nodeapps -n node1 -A 172.16.20.132/255.255.255.0/eth0
[root@node1~]./srvctl modify nodeapps -n node2 -A 172.16.20.132/255.255.255.0/eth0
设置监听相关的IP
listener.ora
tnsname.ora
Public/Private对应的的主机名不能更改,如果确实需要更改主机名,需要重新安装CRS。
参考:
http://blog.csdn.net/tianlesoftware/article/details/5362925
阅读(820) | 评论(0) | 转发(0) |