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

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

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

1、确保全部集群节点都是active 的

olsnodes -s

[grid@vmrac1 ~]$ olsnodes -s

vmrac1  Active

vmrac2  Active

2、确保新的替换网卡已经配置在server上

$ /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 这个參数注意要做出对应改动

最新文章

  1. treeview bootstrap 多级下拉树
  2. 【SQL Sever】SQL Sever数据库重命名
  3. JavaWeb chapter 8 过滤器
  4. Introducing Windows 10 Editions(Windows10版本介绍)
  5. 【原创】TP-LINK +ASUS(Tomato) 双无线路由设置WDS
  6. 使用SqlBulkCopy批量插入多条数据进入表中
  7. 在Windows下不使用密码远程登陆Linux
  8. 使用Eclipse构建GeoTools项目
  9. C#中Hashtable、Dictionary详解以及写入和读取对比
  10. WPF实现毛玻璃效果
  11. In Action(最短路+01背包)
  12. iOS学习 plist读取和写入文件
  13. Linux-存储管理
  14. 2018-2019-2 20165220 《网络对抗技术》Exp1 PC平台逆向破解
  15. SUSE12SP3-Mysql5.7安装
  16. sqlalchemy基础教程
  17. os模块(操作系统)
  18. 洛谷P1040 加分二叉树(树形dp)
  19. A1130. Infix Expression
  20. TF:利用TF的train.Saver将训练好的variables(W、b)保存到指定的index、meda文件—Jason niu

热门文章

  1. insmod: error inserting 'hello.ko': -1 Invalid module format
  2. poj 2528 Mayor's posters 【线段树 + 离散化】
  3. uiautomator中InteractionController学习笔记(8)
  4. 一个JavaWeb项目中使用的部分技术
  5. NPAPI——实现非IE浏览器的类似ActiveX的本地程序(插件)调用
  6. 图片词典 Picture Dictionary
  7. <Android Framework 之路>Android5.1 Camera Framework(四)——框架总结
  8. BroadcastReceiver广播接受者简单使用
  9. 记一次redis-cluster的切换
  10. iOS 处理图片的一些小 Tip