解决:“[INS-06006] Passwordless SSH connectivity not set up” 报错
在安装完RAC时,在安装Oracle,rac1与rac2互信时,遇到[INS-06006] Passwordless SSH connectivity not set up between the following node(s)。 在执行Setup时成功,在操作系统上已经可以免密登陆,但是Test不过,导致下面的步骤无法进行。解决办法:百度说这个问题是由于/etc/hosts文件主机名大小写问
·
在安装完RAC时,在安装Oracle,rac1与rac2互信时,遇到[INS-06006] Passwordless SSH connectivity not set up between the following node(s)。 在执行Setup时成功,在操作系统上已经可以免密登陆,但是Test不过,导致下面的步骤无法进行。
解决办法:发现问题在于虚拟机自带的虚拟网卡virbr0,将虚拟网卡删除掉,1、ifconfig virbr0 down 2、brctl delbr virbr0 3、systemctl disable libvirtd 4、重启虚拟机 5、将原来的/home/oracle/.ssh文件删除,重新Setup,Test即可。
更多推荐
所有评论(0)