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



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

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

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

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

olsnodes -s

[[email protected] ~]$ 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)

时间: 2024-10-12 20:15:54

更换oracle 集群网卡(Changing a Network Interface)的相关文章

Oracle Grid 11.2.0.4 安装是出现“[INS-41112] Specified network interface doesnt maintain connectivity across cluster”错误

安装Oracle 11.2.0.4 的RAC,在Grid 安装时报错: [INS-41112]Specified network interface doesnt maintain connectivity across cluster nodes 首先尝试在节点间ping 各个IP 地址没有问题. 因为使用安装程序做的SSH 验证,所以尝试测试ssh远程连接是否还需要确认: [[email protected] ~]$ ssh vdb1 date # 验证vdb1 ssh Thu Aug 7

[INS-41112] Specified network interface doesnt maintain connectivi

OS: Oracle Linux Server release 6.3 DB: Oracle 11.2.0.3 安装11.2.0.3.0的RAC,在安装GRID时报错: [INS-41112] Specified network interface doesnt maintain connectivity across cluster 1.首先检查各节点/etc/hosts,发现没问题 2.setup安装成功,但是ssh验证,需要确认 3.检查发现是没有关闭防火墙 (配置RAC一定要仔细)

CENTOS 7 udev:renamed network interface eth0 to eth1 eno16777736

将这个/etc/udev/rules.d/70-persistent-net.rules删除,重启,网卡eth0成功启动,并重新生成/etc/udev/rules.d/70-persistent-net.rules文件. [[email protected] rules.d]# cat 70-persistent-ipoib.rules # This is a sample udev rules file that demonstrates how to get udev to # set th

openwrt network interface(openwrt中的网络接口)

这篇算是对openwrt网络接口的一个翻译吧,源地址:http://wiki.openwrt.org/doc/networking/network.interfaces network的接口类型:物理网络接口和虚拟网络接口 物理网络接口就是我们经常看到的eth0,radio0,wlan9等等,这些就代表一个实际的网络硬件设备,如Network interface controller,Wireless network interface controller和各种Modem设备.只要当这些设备的

PatentTips - Method for network interface sharing among multiple virtual machines

BACKGROUND Many computing systems include a network interface card (NIC) to provide for communications with other systems and devices over a network. In a computing system running multiple operating systems (OSs) on multiple virtual machines, each OS

LWIP network interface 网卡 初始化 以 STM32 为例子 后面会有 用 2G 或者4G 模块 用 PPP拨号的 形式 虚拟出网卡 所以先以 这个为 前提

LWIP   network interface   网卡 初始化    以  STM32  为例子  后面会有 用  2G 或者4G 模块 用 PPP拨号的 形式  虚拟出网卡  所以先以 这个为  前提 LWIP   有 一个 结构体 是 描述 物理 接口 的  即  netif Struct, 大神朱工 对这个 有个 详细的 解释 :http://blog.csdn.net/zhzht19861011/article/details/6690534 LWIP  官网  对 这个  结构体

Linux-debian系统 /etc/network/interface 文件解读

原文 http://wiki.slimdevices.com/index.php/SqueezeOS_networking 话说Debian系的网卡配置跟Redhat系很不一样,Redhat是放在/etc/sysconfig/network-scripts目录下面的一大堆文件里面,要修改?你一个一个文件来过吧.Debian系的则是存在/etc/network/interfaces文件里面,无论有多少块网卡,统统扔在这个文件里.下面就来看一下这个文件的内容. 首先,一个基本的配置大概是下面这个样子

oracle报错:The Network Adapter could not establish the connection的解决

进入oracle安装目录\product\11.2.0\dbhome_1\NETWORK\ADMIN,修改listener.ora和tnsnames.ora,修改host 我的网络IP为192.168.6.24: listener.ora # listener.ora Network Configuration File: D:\tools\oracle\product\11.2.0\dbhome_1\NETWORK\ADMIN\listener.ora # Generated by Oracl

Configuring Network Interface Bonding

1. Abount bonding The Linux bonding driver provides a method for aggregating multiple network interfaces into a single logical "bonded" interface. The behavior of the bonded interfaces depends upon the mode; generally speaking, modes provide eit