执行 ./runcluvfy.sh stage -pre crsinst -n node1,node2 -verbose错误

在安装Oracle Clusterware时遇到./runcluvfy.sh预检查失败,主要问题在于用户等价性未设置、部分兼容性GCC及相关库包缺失。解决方案包括在root用户下创建软链接,以及安装特定版本的compat-gcc及其C++库。检查发现节点1已通过,但节点2仍有问题待解决。
摘要由CSDN通过智能技术生成

解压10201_clusterware_linux32.zip后的文件夹clusterware中有cluvfy文件夹

[oracle@hxy cluvfy]$ ./runcluvfy.sh stage -pre crsinst -n node1,node2 -verbose



Performing pre-checks for cluster services setup 


Checking node reachability...


Check: Node reachability from node "hxy"
  Destination Node                      Reachable?              
  ------------------------------------  ------------------------
  node1                                 yes                     
  node2                                 yes                     
Result: Node reachability check passed from node "hxy".




Checking user equivalence...


Check: User equivalence for user "oracle"
  Node Name                             Comment                 
  ------------------------------------  ------------------------
  node2                                 failed                  
  node1                                 failed                  
Result: User equivalence check failed for user "oracle".


ERROR: 
User equivalence unavailable on all the nodes.
Verification cannot proceed.




Pre-check for cluster services setup was unsuccessful on all the nodes.

解决办法:

网上说的

ERROR:
User equivalence unavailable on all the nodes.
Verification cannot proceed.

网上查了下,解决方法如下
root@rac1 # mkdir -p /usr/local/bin
root@rac1 # ln -s -f /usr/bin/ssh /usr/local/bin/ssh
root@rac1 # ln -s -f /usr/bin/scp /usr/local/bin/scp

在oracle用户下:
$ exec /usr/bin/ssh-agent $SHELL
$ /usr/bin/ssh-add

再执行./runcluvfy.sh stage -pre crsinst -n rac1,rac2,就能正常检查了

但是我的还是不行。。。。

继续找:

racle@node1:/tmp/CVU_11.1.0.1.0.2_oinstall 
$ ssh node1
The authenticity of host
  • 0
    点赞
  • 0
    收藏
    觉得还不错? 一键收藏
  • 0
    评论
评论
添加红包

请填写红包祝福语或标题

红包个数最小为10个

红包金额最低5元

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

抵扣说明:

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

余额充值