Oracle rac11.2.0.3.0的vip在重启后不能马上在其他网段ping 通的问题
从今年4月以来一共装了5套oracle11g R2.0.3.0的rac。4月份两套,6月份两套,7月份1套,8月份1套,这几套分布在三个不同的机房,本
现象:
从今年4月以来一共装了5套Oracle11g R2.0.3.0的rac。4月份两套,6月份两套,7月份1套,8月份1套,这几套分布在三个不同的机房,本质上上讲也是三个不同的客户。每次装完后都需要重启一下机器,看看一些相关的配置是不是都能按照设置的要求起起来。但是每次都发现,grid,oracle等相关的服务都能起好,vip资源也能起好,在主机上ifconfig也能看到vip,scan ip都能bond到public ip上,在两台机器之间均能ping 通vip,scan ip,甚至在相同的网段也能ping 通vip,scan ip,但是就是在其他网段不能ping通 vip,scan ip,但是能ping 通public ip。甚是奇怪,但是过若干长时间,有的是半小时,有的是两小时。这样当所有应用通过vip,scan ip连接数据库时(事实上就应该用vip,scan ip连接数据库),一旦出现机器重启,或者vip 资源重启,那么在vip,scan ip不能ping通前,所有应用是不能访问数据库的,这样就会对业务产生重大影响。
分析:
4月份安装的两套在同一个机房,那时候一直认为这应该是机房的网络配置的问题,也找来了网络工程师要跟踪,网络工程师抓取了大量的log回去分析。我这边也在从oracle的角度分析,那时一直在怀疑是vip的子网掩码的问题,不过又想来,在安装11g的rac时根本没有像10g时需要通过vipca来设置vip的子网掩码的地方。
时间一过就是两个月,到了6月份,我又安装了2套11g r2.0.3.0的rac,其中一套和4月份安装的那两套的rac在同一个机房,另外一套却在另一个异地的机房。但是安装完,重启完后也是一样的现象。此时我在怀疑网络设置的同时,还在怀疑是vip的子网掩码的问题。
时间又过了一个月,我又在另一个机房里安装了一套相同版本的rac,也是这样的问题,真是让人纳闷啊。这难道是这个新版本的bug吗?
8月份又在4月份的那两套rac的机房里安装了相同的版本的rac,还是出现这个问题。
而我去年在这几个机房里都安装过11g r2.0.2.0,,都不曾出现这个问题。
此时我逐步怀疑起这时这个新版本的bug,今天总算发现了这个bug,甚是高兴:
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
Clickherefor details of each of the sections below.
Product (Component) Oracle Server (PCW)
Range of versionsbelievedto be affected Versions >= 11.2.0.3 but BELOW 12.1
Versionsconfirmedas being affected
Platforms affected Generic (all / most platforms affected)
It is believed to be aregressionindefaultbehaviour thus:
Regression introduced in 11.2.0.3
Fixed:
This issue is fixed in
Symptoms: Related To:
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.
ReferencesBug:13440962(This link will only work for PUBLISHED bugs)
Note:245840.1Information on the sections in this article

Hot AI Tools

Undresser.AI Undress
AI-powered app for creating realistic nude photos

AI Clothes Remover
Online AI tool for removing clothes from photos.

Undress AI Tool
Undress images for free

Clothoff.io
AI clothes remover

AI Hentai Generator
Generate AI Hentai for free.

Hot Article

Hot Tools

Notepad++7.3.1
Easy-to-use and free code editor

SublimeText3 Chinese version
Chinese version, very easy to use

Zend Studio 13.0.1
Powerful PHP integrated development environment

Dreamweaver CS6
Visual web development tools

SublimeText3 Mac version
God-level code editing software (SublimeText3)

Hot Topics



InnoDB's full-text search capabilities are very powerful, which can significantly improve database query efficiency and ability to process large amounts of text data. 1) InnoDB implements full-text search through inverted indexing, supporting basic and advanced search queries. 2) Use MATCH and AGAINST keywords to search, support Boolean mode and phrase search. 3) Optimization methods include using word segmentation technology, periodic rebuilding of indexes and adjusting cache size to improve performance and accuracy.

The article discusses using MySQL's ALTER TABLE statement to modify tables, including adding/dropping columns, renaming tables/columns, and changing column data types.

Full table scanning may be faster in MySQL than using indexes. Specific cases include: 1) the data volume is small; 2) when the query returns a large amount of data; 3) when the index column is not highly selective; 4) when the complex query. By analyzing query plans, optimizing indexes, avoiding over-index and regularly maintaining tables, you can make the best choices in practical applications.

Yes, MySQL can be installed on Windows 7, and although Microsoft has stopped supporting Windows 7, MySQL is still compatible with it. However, the following points should be noted during the installation process: Download the MySQL installer for Windows. Select the appropriate version of MySQL (community or enterprise). Select the appropriate installation directory and character set during the installation process. Set the root user password and keep it properly. Connect to the database for testing. Note the compatibility and security issues on Windows 7, and it is recommended to upgrade to a supported operating system.

Article discusses configuring SSL/TLS encryption for MySQL, including certificate generation and verification. Main issue is using self-signed certificates' security implications.[Character count: 159]

Article discusses popular MySQL GUI tools like MySQL Workbench and phpMyAdmin, comparing their features and suitability for beginners and advanced users.[159 characters]

The difference between clustered index and non-clustered index is: 1. Clustered index stores data rows in the index structure, which is suitable for querying by primary key and range. 2. The non-clustered index stores index key values and pointers to data rows, and is suitable for non-primary key column queries.

Article discusses strategies for handling large datasets in MySQL, including partitioning, sharding, indexing, and query optimization.
