Chinaunix首页 | 论坛 | 博客
  • 博客访问: 3214981
  • 博文数量: 710
  • 博客积分: 14546
  • 博客等级: 上将
  • 技术积分: 6738
  • 用 户 组: 普通用户
  • 注册时间: 2007-03-30 10:20
文章分类

全部博文(710)

文章存档

2016年(1)

2014年(7)

2013年(22)

2012年(227)

2011年(322)

2009年(119)

2008年(12)

分类: Oracle

2011-12-22 17:20:36

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) |
给主人留下些什么吧!~~