标签:
在安装完10205 rac 后准备配置 asm dg ,发现节点二上的ASM 没法启动:
en12 为private 网卡
en13 为 public 网卡
---->> 查看 oracle asm alert log 报错显示:
LMD0 started with pid=6, OS id=565728
LMS0 started with pid=7, OS id=491812
MMAN started with pid=8, OS id=594200
DBW0 started with pid=9, OS id=651626
LGWR started with pid=10, OS id=692672
CKPT started with pid=11, OS id=668066
SMON started with pid=12, OS id=696756
RBAL started with pid=13, OS id=700854
GMON started with pid=14, OS id=688448
Fri Feb 13 16:07:38 BEIST 2015
Maximum Tranmission Unit (mtu) of the ether adapter is different --------MTU 节点间不一致
on the node running instance 1, and this node.
Ether adapters connecting the cluster nodes must be configured
with identical mtu on all the nodes, for Oracle.
Please ensure the mtu attribute of the ether adapter on all
nodes are identical, before running Oracle.
Fri Feb 13 16:07:38 BEIST 2015
Errors in file /oracle/app/oracle/admin/+ASM/bdump/+asm2_lmon_582048.trc:
ORA-27550: Target ID protocol check failed. tid vers=%d, type=%d, remote instance number=%d, local instance number=%d
LMON: terminating instance due to error 27550
Fri Feb 13 16:07:39 BEIST 2015
System state dump is made for local instance
Fri Feb 13 16:07:39 BEIST 2015
Errors in file /oracle/app/oracle/admin/+ASM/bdump/+asm2_diag_614754.trc:
ORA-27550: Target ID protocol check failed. tid vers=%d, type=%d, remote instance number=%d, local instance number=%d
Fri Feb 13 16:07:39 BEIST 2015
Trace dumping is performing id=[cdmp_20150213160739]
Fri Feb 13 16:07:40 BEIST 2015
----查看节点一网络信息:
[oracle@dg1:/oracle/app/oracle/admin/+ASM/bdump/]$netstat -in
Name Mtu Network Address Ipkts Ierrs Opkts Oerrs Colllo0 16896 ::1 112862 0 112928 0 0
调整网卡mtu 值。注意需要关闭集群。以及是否启用巨帧。
未完待续。。。。。
~网卡mtu 值不同导致rac 2节点ASM不能同时启动 ORA-27550: Target ID protocol check failed.
标签:
原文地址:http://blog.csdn.net/lixora/article/details/43834237