博客
关于我
强烈建议你试试无所不能的chatGPT,快点击我
Oracle 11.2.0.3 [INS-41112] Specified network interface doesnt maintain connectivity across cluster
阅读量:4212 次
发布时间:2019-05-26

本文共 1244 字,大约阅读时间需要 4 分钟。

 

安装Oracle 11.2.0.3 的RAC,在Grid 安装时报错:

[INS-41112]Specified network interface doesnt maintain connectivity across cluster nodes

 

首先尝试在节点间ping 各个IP 地址没有问题。

 

因为使用安装程序做的SSH 验证,所以尝试测试ssh远程连接是否还需要确认:

[grid@rac2 ~]$ ssh rac2 dae

bash: dae: command not found

[grid@rac2 ~]$ ssh rac2 date

Thu Dec 20 21:21:01 CST 2012

[grid@rac2 ~]$ ssh rac1 date

Thu Dec 20 21:21:05 CST 2012

[grid@rac2 ~]$ ssh rac2-priv date

The authenticity of host 'rac2-priv(192.168.56.200)' can't be established.

RSA key fingerprint is a2:23:fe:22:50:03:e0:db:01:ff:76:f1:21:55:86:6a.

Are you sure you want to continueconnecting (yes/no)? yes

Warning: Permanently added'rac2-priv,192.168.56.200' (RSA) to the list of known hosts.

Thu Dec 20 21:21:43 CST 2012

[grid@rac2 ~]$ ssh rac1-priv date

The authenticity of host 'rac1-priv(192.168.56.100)' can't be established.

RSA key fingerprint is3c:62:4f:fd:e2:dd:94:9e:ee:58:0f:9d:76:55:53:8b.

Are you sure you want to continueconnecting (yes/no)? yes

Warning: Permanently added'rac1-priv,192.168.56.100' (RSA) to the list of known hosts.

Thu Dec 20 21:21:49 CST 2012

[grid@rac2 ~]$

 

 

发现使用rac-priv时需要确认,在2个节点间互相确认后,该步骤通过验证。小东西,随笔记之。

 

 

 

 

 

版权所有,文章允许转载,但必须以链接方式注明源地址,否则追究法律责任!

QQ:492913789

Email:ahdba@qq.com

Blog:  

Weibo:    

Twitter: 

Facebook:

Linkedin:

你可能感兴趣的文章
kni
查看>>
kernel address space layout randomization
查看>>
mbuf_user_pool_ops和mbuf_platform_pool_ops
查看>>
work_on_cpu
查看>>
uninitialized_var
查看>>
memtester
查看>>
readprofile
查看>>
seccomp
查看>>
udev修改网卡name的patch
查看>>
module blacklist
查看>>
sysctl_hung_task_panic
查看>>
specjvm测试
查看>>
mysql的入口函数
查看>>
linux内核设计与实践第三版读书笔记
查看>>
mysql 执行命令的过程
查看>>
使用myisam 作为存储引擎的insert过程
查看>>
systemd 开机自动运行脚本
查看>>
mysql中客户端连接server的三种方式
查看>>
mysql中对每个connection建一个thread
查看>>
device attributes 的G,R,E的解释
查看>>