Oracle 11gR2 GI安装时的等效性问题

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 later
information 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.

INS-06006 Passwordless SSH connectivity not set up between the following node(s): [racnode1,racnode2]

If click "Next",then the following error is reported:

SEVERE: [FATAL] [INS-30132] Initial setup required for the execution of installer validations Failed on nodes: racnode1,racnode2
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":

Agent admitted failure to sign using the key.
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.

相关文章

Java Oracle 结果集是Java语言中处理数据库查询结果的一种方...
Java AES和Oracle AES是现代加密技术中最常使用的两种AES加密...
Java是一种广泛应用的编程语言,具备可靠性、安全性、跨平台...
随着移动互联网的发展,抽奖活动成为了营销活动中不可或缺的...
Java和Oracle都是在计算机领域应用非常广泛的技术,他们经常...
Java 是一门非常流行的编程语言,它可以运行于各种操作系统上...