首页 > 代码库 > Oracle Grid 11.2.0.4 安装是出现“[INS-41112] Specified network interface doesnt maintain connectivity across cluster”错误
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远程连接是否还需要确认:
[grid@vdb1 ~]$ ssh vdb1 date # 验证vdb1 sshThu Aug 7 15:20:44 CST 2014[grid@vdb1 ~]$ ssh vdb2 date # 验证vdb2 sshThu Aug 7 15:20:49 CST 2014[grid@vdb1 ~]$ ssh vdb1-priv date # 验证 vdb1-priv sshThe authenticity of host ‘vdb1-priv (172.168.1.18)‘ can‘t be established.RSA key fingerprint is 92:66:57:37:7b:fe:b0:05:5a:9b:ec:b5:3f:d1:07:8f.Are you sure you want to continue connecting (yes/no)? yes Warning: Permanently added ‘vdb1-priv,172.168.1.18‘ (RSA) to the list of known hosts.Thu Aug 7 15:21:05 CST 2014[grid@vdb1 ~]$ ssh vdb2-priv date # 验证 vdb2-priv sshThe authenticity of host ‘vdb2-priv (172.168.1.19)‘ can‘t be established.RSA key fingerprint is 92:66:57:37:7b:fe:b0:05:5a:9b:ec:b5:3f:d1:07:8f.Are you sure you want to continue connecting (yes/no)? yes Warning: Permanently added ‘vdb2-priv,172.168.1.19‘ (RSA) to the list of known hosts.Thu Aug 7 15:21:18 CST 2014
发现使用vdb1-priv和vdb2-priv时需要确认,在2个节点间互相确认后,该步骤任然未通过验证。
检查发现是没有关闭防火墙 ,关闭两个节点的防火墙后,该问题解决。
声明:以上内容来自用户投稿及互联网公开渠道收集整理发布,本网站不拥有所有权,未作人工编辑处理,也不承担相关法律责任,若内容有误或涉及侵权可进行投诉: 投诉/举报 工作人员会在5个工作日内联系你,一经查实,本站将立刻删除涉嫌侵权内容。