GI runInstaller Fails with INS-6006 in VNC During SSH test even though SSH Setup is successful (Doc ID 2070270.1)
APPLIES TO:
Oracle Database - Enterprise Edition - Version 11.2.0.4 and laterInformation in this document applies to any platform.
SYMPTOMS
11.2.0.4 Grid Infrastructure installation on RHEL 6 fails with INS-06006 during SSH Test, even though SSH Setup shows successful message and ssh <node> date command works fine for all nodes in the Putty session.
If click "Next", then the following error is reported:
CAUSE: Indicated nodes were not reachable or failed to access the temporary location on the indicated nodes.
ACTION: Ensure that all the indicated nodes are reachable and current user has required permissions to access the temporary location on all the indicated nodes.
CAUSE
Problem with SSH setup in the VNC session.
Even though in Putty session the command ssh <node> date or ssh <node> /bin/true return without error, the OUI session which is initiated from VNC server reports the following error when running with "-debug -Loglevel finest":
Permission denied (publickey,gssapi-keyex,gssapi-with-mic,password).
Test ssh <node> /bin/true from the terminal in VNC session reports the same error.
SOLUTION
Clean up the files in .ssh directory for grid user in VNC session:
cd $HOME/.ssh
rm -rf *
In the OUI session, click SSH "Setup" again to setup SSH for grid user from scratch,
then click "Test" in OUI,
Now it completes with "SSH for user grid has already been setup".
Click "Next" in the OUI to complete the installation.
本文介绍了解决Oracle 11.2.0.4版本在Red Hat Enterprise Linux 6环境下安装Grid Infrastructure过程中出现INS-06006错误的方法。即使SSH设置显示成功,在VNC会话中通过OUI进行SSH测试仍可能失败。文章详细介绍了导致该问题的原因及解决方案。
7596

被折叠的 条评论
为什么被折叠?



