在安装clusterware之前,检查安装环境的时候报错:User equivalence unavailable on all the nodes:

解决安装clusterware时候报User equivalence unavailable on all the nodes的错误

 网上搜了一下,解决步骤如下:

root账号下执行:

ln -s -f /usr/bin/ssh /usr/local/bin/ssh
ln -s -f /usr/bin/scp /usr/local/bin/scp

然后在oracle用户下执行:

exec /usr/bin/ssh-agent $SHELL
/usr/bin/ssh-add

之后再执行runcluvfy.sh就能通过了。

解决安装clusterware时候报User equivalence unavailable on all the nodes的错误 解决安装clusterware时候报User equivalence unavailable on all the nodes的错误 解决安装clusterware时候报User equivalence unavailable on all the nodes的错误

 

转载于:https://blog.51cto.com/bxuan/661041

相关文章:

  • 2021-10-08
  • 2022-12-23
  • 2021-07-23
  • 2021-12-06
  • 2021-07-18
  • 2022-01-17
  • 2021-08-06
猜你喜欢
  • 2021-09-01
  • 2021-06-28
  • 2021-12-07
  • 2021-07-02
  • 2021-04-08
  • 2021-10-25
相关资源
相似解决方案