rac 配置oracle互信,Oracle18cRAC安装配置互信报错INS-44000

在Linux 7.6环境中搭建18c RAC集群时遇到互信配置失败的问题,错误代码为INS-44000。问题源于OpenSSH版本升级到8.1.p1。解决方案包括在安装前作为root用户重命名scp并创建新的脚本文件,以解决OpenSSH 8.x版本带来的不兼容问题。按照文档步骤处理后,互信验证成功。
摘要由CSDN通过智能技术生成

背景

linux7.6上搭建18cRAC

安装集群配置互信test时报错INS-44000

报错信息:passwordless ssh connectivity is not setup from the local node node1 to the following nodes node2

处理过程

1、无论是手工配置互信,还是在图形界面setup都是不行;手动执行ssh没有问题。

2、查看openssh版本

ssh -V

是 OpenSSH_8.1.p1的版本。

3、查看mos发现文档 ID 2555697.1 比较匹配

INS-06006 GI RunInstaller Fails If OpenSSH Is Upgraded to 8.x

原因是OpenSSH升级到了8.x版本。

4、根据文档处理过程:

–Before installation, as root user: (please change the path if the location of your “scp” is not the same with below)

1)Rename the original scp.

mv /usr/bin/scp /usr/bin/scp.orig

2)Create a new file .

vi /usr/bin/scp

3)Add the below line to the new created file .

/usr/bin/scp.orig -T $*

4)Change the file permission.

chmod 555 /usr/bin/scp

After installation:

mv /usr/bin/scp.orig /usr/bin/scp

根据mos文档处理后互信验证通过。

评论
添加红包

请填写红包祝福语或标题

红包个数最小为10个

红包金额最低5元

当前余额3.43前往充值 >
需支付:10.00
成就一亿技术人!
领取后你会自动成为博主和红包主的粉丝 规则
hope_wisdom
发出的红包
实付
使用余额支付
点击重新获取
扫码支付
钱包余额 0

抵扣说明:

1.余额是钱包充值的虚拟货币,按照1:1的比例进行支付金额的抵扣。
2.余额无法直接购买下载,可以购买VIP、付费专栏及课程。

余额充值