码迷,mamicode.com
首页 > 数据库 > 详细

更换oracle 集群网卡(Changing a Network Interface)

时间:2014-06-15 09:55:03      阅读:291      评论:0      收藏:0      [点我收藏+]

标签:des   style   tar   get   使用   art   




更换oracle 集群网卡(Changing a Network Interface)

如果换网卡前后 网卡名,ip,网关,子网掩码都不变的话,集群层面不许要做额外的操作!

一下操作为更换网卡后使用新的网卡名


1、确保所有集群节点都是active 的
olsnodes -s

[grid@vmrac1 ~]$ olsnodes -s
vmrac1  Active
vmrac2  Active


2、确保新的替换网卡已经配置在服务器上
$ /sbin/ifconfig..


3、将新网卡加到集群
oifcfg setif -global if_name/subnet:cluster_interconnect

oifcfg setif -global "eth*/192.168.0.0:cluster_interconnect


4、在完成新网卡添加后,移除以前的配置信息
oifcfg delif -global if_name/subnet
For example:
$ oifcfg delif -global eth1/10.10.0.0


5、验证当前的配置信息:
oifcfg getif

For example:
$ oifcfg getif
eth2 10.220.52.0 global cluster_interconnect
eth0 10.220.16.0 global public


6、重启集群
# crsctl stop crs


7、os 层面删除网卡
$ ifconfig down


8、重启集群
# crsctl start crs

如果使用 CLUSTER_INTERCONNECTS 这个参数注意要做出相应修改

更换oracle 集群网卡(Changing a Network Interface),布布扣,bubuko.com

更换oracle 集群网卡(Changing a Network Interface)

标签:des   style   tar   get   使用   art   

原文地址:http://blog.csdn.net/lixora/article/details/30260633

(0)
(0)
   
举报
评论 一句话评论(0
登录后才能评论!
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!