Scan IP relocate/failover后其他网段无法ping通

集群单节点在重启或者手动srvctl relocate scan_listener后,集群所在网段ping IP,VIP,SCAN IP正常,其他网段ping SCAN IP 不通。原因是路由的ARP表没有随之而跟新SCAN IP。需要手动更新。

 /sbin/arping -U -c 3 -I <public NIC for vip> <vip ip address> 

my oracle support说明如下:

Bug 13440962  Different subnet failed to connect to vip after restart vip

This note gives a brief overview of bug 13440962.

The content was last updated on: 01-FEB-2012

Click here for details of
each of the sections below.

Affects:

Product (Component) Oracle Server (PCW)
Range of versions believed to be affected Versions >= 11.2.0.3 but BELOW 12.1
Versions confirmed as being affected
Platforms affected Generic (all / most platforms affected)

It is believed to be a regression in default behaviour
thus:

Regression introduced in 11.2.0.3

Fixed:

This issue is fixed in

Symptoms:

Related To:

  • (None Specified)

Description

This is a regression fix for problem introduced by patch 11069846.
The change in this patch (patch 13440962) fixes a problem with 4 extra
bytes in the GARP message and removes an extra unicast GARP packet to
the router.

Rediscovery Notes:
 After upgrading to 11.2.0.3, after vip failover, the ip address is
 not pingable from a different subnet on Linux.
 (This problem is seen only on Linux)

Workaround
 After vip failover, run command
   /sbin/arping -U -c 3 -I <public NIC for vip> <vip ip address>
 to update the ARP table of router.
Please note: The above is a summary description only. Actual symptoms can vary. Matching to any symptoms here does not confirm that you are encountering this
problem. For questions about this bug please consult Oracle Support.

时间: 2024-10-08 19:35:07

Scan IP relocate/failover后其他网段无法ping通的相关文章

测试ip是否可以ping通

7.写一个脚本hostping.sh,接受一个主机的IPv4地址做为参数,测试是否可连通.如果能ping通,则提示用户"该IP地址可访问":如果不可ping通,则提示用户"该IP地址不可访问 参考脚本如下 1 #!/bin/bash 2 #判断ip地址是否可以ping通 3 4 read -p "请输入一个ip地址:" ipaddr #提示用户输入ip地址,赋值给变量ipaddr 5 6 #ping ip地址,-c3表示ping 3次, &>

linux系统中配置lo:0一个IP后(该IP和eth0在同一个网段),其他电脑就无法ping通该主

另外个电脑ping这个台电脑,从此就ping不通这个电脑了.没有设置之前是可以正常相互ping通的.另外还发现虽然外面无法ping这台电脑,但是这台电脑可以正常ping外面的电脑 通过抓包进行简单的分析没有lo:0的情况下,电脑A ping linux的eth0时, 首先发arp包,eth0应答arp包,告诉电脑A(自己的eth0的mac地址)电脑A知道linux eth0的mac地址后,封装并发送icmp request包,linux eth0收到icmp request包后应答 icmp r

RAC8——scan ip的理解

SCAN概念 先介绍一下什么叫SCAN,SCAN(Single Client Access Name)是Oracle从11g R2开始推出的,客户端可以通过SCAN特性负载均衡地连接到RAC数据库.SCAN提供一个域名来访问RAC,域名可以解析1个到3个(注意,最多3个)SCAN IP,我们可以通过DNS或者GNS来解析实现.其中DNS大家都很熟悉,这里不多说.GNS(Grid Naming Service)则是Oracle 11g R2的新功能,可以通过DHCP服务为节点和SCAN分配VIP和

oracle 11g 修改private ip, public ip, vip, scan ip

查看当前系统信息 [[email protected] ~]# crs_stat -t Name           Type           Target    State    Host ------------------------------------------------------------ ora.DATA.dg    ora....up.type ONLINE    ONLINE   node1 ora.FLASH.dg   ora....up.type ONLINE

ORACLE 11G DataGuard Failover后如何修复standby库

failover后的问题场景:由于做failover测试,一个standby已经被我变成了primary库,如何将这个新的primary库(原来的standby)变回来重新成为standby两个都是primary,p1,p2,如何将一个primary库1设置成p1,而另外一个primary库p2设置成p1的standby库呢? 1,问题描述原来的primary库:SQL> select open_mode,database_role from v$database; OPEN_MODE    

Oracle 11gR2 RAC中的SCAN IP

Oracle 11gR2 中,引入了SCAN(Single ClientAccess Name)的特性.SCAN是一个域名,可以解析至少1个IP,最多解析3个SCAN IP,客户端可以通过这个SCAN 名字来访问数据库,另外SCAN ip必须与public ip和VIP在一个子网. 在11gR2之前配置TNS连接串使用的都是VIP,如果RAC集群添加节点或VIP有变化,就需要对所有的客户端的TNS配置进行修改,这样很麻烦,引入SCAN后就省去了这些麻烦.启用SCAN 之后,会在数据库与客户端之间

docker容器设置静态IP与宿主机同一网段通信

很早以前弄过docker容器设置静态ip地址以及容器与容器之间通信,用的不多所以没有记录下来. 今天在网上看到个文章关于设置静态ip地址的.就自己实战下.对了还有个pipework也可以设置.. 操作系统环境 [email protected]:~# cat /etc/issue Ubuntu 14.04.3 LTS \n \l 宿主机(系统采用ubuntu-14.04.1-server-amd64)的网络采用桥接模式(默认是DHCP模式,还有一种模式就是静态IP),网桥的网段与物理网段相同.目

Oracle 11G R2 RAC中的scan ip 的用途和基本原理【转】

Oracle 11G R2 RAC增加了scan ip功能,在11.2之前,client链接数据库的时候要用vip,假如你的cluster有4个节点,那么客户端的tnsnames.ora中就对应有四个主机vip的一个连接串,如果cluster增加了一个节点,那么对于每个连接数据库的客户端都需要修改这个tnsnames.ora. 引入了scan以后,就方便了客户端连接的一个接口,顾名思义 single client access name ,简单客户端连接名,这是一个唯一的名称,在整个公司网络内部

Centos7配置静态IP后无法ping通外网或出现两个IP的问题

场景:最近遇到一个问题,当通过SecureCRT或Xshell等工具连接虚拟机的时候,往往过了一两天的时间之后就突然连不上了,于是直接通过虚拟机查看IP发现IP地址不是当初设置的IP了,原来我的网卡设置的是DHCP分配的IP地址,IP地址不固定.于是我通过新的IP地址重新连接,终于连上了,但是没过几天又连不上了.这种情况比较苦恼,毕竟我不能总是一直换IP吧.于是我把IP地址设置成静态IP,但之后又遇到了新的坑. 注意:环境基于Centos7 问题一:设置静态IP之后出现无法上网的情况 需要知道在