Oracle数据库数据恢复、性能优化

找回密码
注册
搜索
热搜: 活动 交友 discuz
发新帖

11

积分

0

好友

3

主题
1#
发表于 2013-4-19 19:40:26 | 查看: 5129| 回复: 3
各位高手!
今天在hp-ux安装11203 rac遇到一个问题,请诊断一下。
环境: 操作系统  hp-ux 11.31
            安装软件:11023  rac  asm 模式
问题:ins-41112 specified network interface does not maintain connectivity across cluster nodes

信息:ssh 验证信息
yxdb2[/grid/soft]$ssh yxdb1 date
Fri Apr 19 18:43:47 EAT 2013
yxdb2[/grid/soft]$ssh yxdb1-priv date
Fri Apr 19 18:43:57 EAT 2013
yxdb2[/grid/soft]$

yxdb1[/grid/soft/grid]$ssh yxdb2 date
Fri Apr 19 18:44:35 EAT 2013
yxdb1[/grid/soft/grid]$ssh yxdb2-priv date
Fri Apr 19 18:44:42 EAT 2013
yxdb1[/grid/soft/grid]$


yxdb1[/grid/soft/grid]$ping yxdb2
PING yxdb2: 64 byte packets
64 bytes from 134.0.91.3: icmp_seq=0. time=0. ms
64 bytes from 134.0.91.3: icmp_seq=1. time=0. ms
64 bytes from 134.0.91.3: icmp_seq=2. time=0. ms
64 bytes from 134.0.91.3: icmp_seq=3. time=0. ms

----yxdb2 PING Statistics----
4 packets transmitted, 4 packets received, 0% packet loss
round-trip (ms)  min/avg/max = 0/0/0
yxdb1[/grid/soft/grid]$ping yxdb2-priv
PING yxdb2-priv: 64 byte packets
64 bytes from 192.168.100.1: icmp_seq=0. time=0. ms
64 bytes from 192.168.100.1: icmp_seq=1. time=0. ms
64 bytes from 192.168.100.1: icmp_seq=2. time=0. ms

----yxdb2-priv PING Statistics----
3 packets transmitted, 3 packets received, 0% packet loss
round-trip (ms)  min/avg/max = 0/0/0
yxdb1[/grid/soft/grid]$

yxdb2[/grid/soft]$ping yxdb1
PING yxdb1: 64 byte packets
64 bytes from 134.0.91.4: icmp_seq=0. time=0. ms
64 bytes from 134.0.91.4: icmp_seq=1. time=0. ms
64 bytes from 134.0.91.4: icmp_seq=2. time=0. ms

----yxdb1 PING Statistics----
3 packets transmitted, 3 packets received, 0% packet loss
round-trip (ms)  min/avg/max = 0/0/0
yxdb2[/grid/soft]$ping yxdb1-priv
PING yxdb1-priv: 64 byte packets
64 bytes from 192.168.100.2: icmp_seq=0. time=0. ms
64 bytes from 192.168.100.2: icmp_seq=1. time=0. ms
64 bytes from 192.168.100.2: icmp_seq=2. time=0. ms
64 bytes from 192.168.100.2: icmp_seq=3. time=0. ms

----yxdb1-priv PING Statistics----
4 packets transmitted, 4 packets received, 0% packet loss
round-trip (ms)  min/avg/max = 0/0/0
yxdb2[/grid/soft]$


yxdb1[/]#ifconfig lan1
lan1: flags=1843<UP,BROADCAST,RUNNING,MULTICAST,CKO>
        inet 134.0.91.4 netmask ffffffc0 broadcast 134.0.91.63
yxdb1[/]#

yxdb2[/]#ifconfig lan1
lan1: flags=1843<UP,BROADCAST,RUNNING,MULTICAST,CKO>
        inet 134.0.91.3 netmask ffffffc0 broadcast 134.0.91.63


yxdb2[/etc/rc.config.d]#ifconfig lan2
lan2: flags=1843<UP,BROADCAST,RUNNING,MULTICAST,CKO>
        inet 192.168.100.1 netmask ffffff00 broadcast 192.168.100.255
yxdb2[/etc/rc.config.d]#

yxdb1[/]#ifconfig lan2
lan2: flags=1843<UP,BROADCAST,RUNNING,MULTICAST,CKO>
        inet 192.168.100.2 netmask ffffff00 broadcast 192.168.100.255
yxdb1[/]#
/etc/hosts

#130.10.8.97    nmlt2
127.0.0.1       localhost       loopback
#134.0.91.3     yxdb2
#192.168.100.1  yxdb2

134.0.91.4         yxdb1
134.0.91.18        yxdb1-vip
192.168.100.2      yxdb1-priv

134.0.91.3         yxdb2
134.0.91.17        yxdb2-vip
192.168.100.1      yxdb2-priv
134.0.91.16        yxdb-scan

yxdb2[/tmp]#
2#
发表于 2013-4-19 22:04:32
[INS-41112] Specified network interface doesnt maintain connectivity across cluster nodes. [ID 1427202.1]:
[INS-41112] is a high level error number, the workarounds/solutions depend on the error code from lower layer, however, [INS-41112] does tell which interface is having the issue:

CAUSE: Installer has detected that network interface eth1 does not maintain connectivity on all cluster nodes.

## >> in this case, it's eth1 that's having connectivityissue


To find out lower layer error code, execute the following as grid user:

runcluvfy.sh comp nodecon -i <network-interface> -n <racnode1>,<racnode2>,<racnode3> -verbose


Refer to the following once CVU reports real error code:


PRVF-7617
Refer to note 1335136.1 for details.

PRVF-6020 : Different MTU values used across network interfaces in subnet "10.10.10.0"
Refer to note 1429104.1 for details.

回复 只看该作者 道具 举报

3#
发表于 2013-4-20 16:39:56
谢谢,刘大!

回复 只看该作者 道具 举报

4#
发表于 2013-4-20 16:41:30
问题已经解决,是由于/tmp/CVU_11.2.0.3.0_grid文件属性导致,被一个小机工程师改了属性。导致以上错误。非常感谢!

回复 只看该作者 道具 举报

您需要登录后才可以回帖 登录 | 注册

QQ|手机版|Archiver|Oracle数据库数据恢复、性能优化

GMT+8, 2024-11-16 12:01 , Processed in 0.044723 second(s), 20 queries .

Powered by Discuz! X2.5

© 2001-2012 Comsenz Inc.

回顶部
TEL/電話+86 13764045638
Email service@parnassusdata.com
QQ 47079569