Oracle 11g RAC INS-06006 Passwordless SSH connectivity not set up between the following node(s) 解決方案

來源:互聯網
上載者:User

 

一.問題描述

       在VBox 上安裝Oracle 11.2.0.1 的RAC, 在SSH 配置時報錯:

INS-06006: Passwordless SSHconnectivity not set up between the following node(s)

 

 

 

注意:

這裡奇怪的表現是我們setup是成功,僅僅是Test 失敗。

 

 

二.測試一

嘗試在2個節點手工的執行測試命令:

[oracle@rac1 ~]$ ssh rac2 date

Tue Jun 26 19:48:01 CST 2012

[oracle@rac1 ~]$ ssh rac1 date

Tue Jun 26 19:48:11 CST 2012

 

[oracle@rac2 ~]$ ssh rac1 date

Tue Jun 26 19:48:27 CST 2012

[oracle@rac2 ~]$ ssh rac2 date

Tue Jun 26 19:48:30 CST 2012

 

SSH 是正常的,也就是說我們這裡的配置是有效,只是顯示為失敗,但是這裡通不過,安裝是繼續不了的。

 

三.測試三

SSH的配置,在Oracle 10g的RAC 裡是需要手工配置的,在11g裡可以在OUI中自動設定。

 

手工配置參考:

Redhat 5.4 +ASM + RAW+ Oracle 10g RAC 安裝文檔

http://blog.csdn.net/tianlesoftware/article/details/5872593

 

嘗試手工移除SSH的相關設定檔:

[oracle@rac1 ~]$ cd $HOME/.ssh

[oracle@rac1 .ssh]$ pwd

/home/oracle/.ssh

[oracle@rac1 .ssh]$ ll

total 100

-rw-r--r--. 1 oracle oinstall  8542 Jun 26 19:46 authorized_keys

-rw-------. 1 oracle oinstall   667 Nov 22 2011 authorized_keys2

-rw-r--r-- 1 oracle oinstall  7879 Jun 2619:46 authorized_keys.ri.bak

-rw-r--r-- 1 oracle oinstall    22 Jun 2619:46 config

-rw-r--r-- 1 oracle oinstall    22 Jun 2619:33 config.ri.bak

-rw-------. 1 oracle oinstall   887 Jun 26 19:46 identity

-rw-r--r--. 1 oracle oinstall   221 Jun 26 19:46 identity.pub

-rw------- 1 oracle oinstall   887 Jun 2619:46 id_rsa

-rw-r--r-- 1 oracle oinstall   221 Jun 2619:46 id_rsa.pub

-rw-r--r-- 1 oracle oinstall   221 Jun 2619:34 id_rsa.pub.ri.bak

-rw------- 1 oracle oinstall   887 Jun 2619:34 id_rsa.ri.bak

-rw-r--r--. 1 oracle oinstall 20981 Jun 2619:49 known_hosts

-rw-r--r-- 1 oracle oinstall 14248 Jun 26 19:34 known_hosts.ri.bak

[oracle@rac1 .ssh]$ rm -rf *

 

 

[oracle@rac2 ~]$ cd $HOME/.ssh

[oracle@rac2 .ssh]$ ll

total 68

-rw-r--r--. 1 oracle oinstall  8542 Jun 26 19:46 authorized_keys

-rw-------. 1 oracle oinstall   667 Nov 22 2011 authorized_keys2

-rw-r--r-- 1 oracle oinstall  7658 Jun 2619:42 authorized_keys.ri.bak

-rw-------. 1 oracle oinstall   883 Jun 26 19:46 identity

-rw-r--r--. 1 oracle oinstall   221 Jun 26 19:46 identity.pub

-rw------- 1 oracle oinstall   883 Jun 2619:46 id_rsa

-rw-r--r-- 1 oracle oinstall   221 Jun 2619:46 id_rsa.pub

-rw-r--r--. 1 oracle oinstall 20981 Jun 2619:49 known_hosts

[oracle@rac2 .ssh]$ rm -rf *

 

 

再次SSH,還是同樣的錯誤。

 

四.測試四

在MOS上搜了一下,有一篇文章:

TOP Note: Solutions for Typical 11gR2 GridInfrastructure/RAC Database runInstaller Issues [ID 1056713.1]

 

裡面對這個問題的說明:

 

[INS-06006]Passwordless SSH connectivity not set up between the following node(s): [node1,node2]. CVU may reports "PRVF-4007 : User equivalence check failed foruser "user"" for same error

可能的原因:

(1)    Grid user does not havepassword on OS level, the fix is to set password with "passwd"command.

(2)    If OUI is able to setuppasswordless SSH connectivity but still shows the error, likely"ping" command is inaccessible - grid user should be able to executeping command.

(3)    OS command ssh or scp are notin expected location, the workaround is to either create symbolic link on allnodes or export the following environment variables before starting OUI

 

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

OR

export ORACLE_SRVM_REMOTESHELL=/usr/local/bin/ssh
export ORACLE_SRVM_REMOTECOPY=/usr/local/bin/ssh

Note: /usr/local/bin is the location for ssh and scp, if ssh and scp arelocated in somewhere else, replace it accordingly

 

 

五.測試五

       我這裡的問題和MOS上說的不一樣,第一我們在新開的ssh視窗測試,是正常的,僅僅在安裝視窗不能測試通過。

       我安裝之前僅僅修改了一下環境變數,即修改了/home/oracle/.bash_profile檔案,所以嘗試source了一下,並重新登陸,來進行安裝:

[oracle@rac1 ~]$ source ~/.bash_profile

 

 

 

這次驗證通過,由此可見,環境變數的問題也會導致 INS-06006 的錯誤出現。

 

 

 

 

 

-------------------------------------------------------------------------------------------------------

著作權,文章允許轉載,但必須以連結方式註明源地址,否則追究法律責任!

Skype: tianlesoftware

QQ:              tianlesoftware@gmail.com

Email:   tianlesoftware@gmail.com

Blog:     http://www.tianlesoftware.com

Weibo: http://weibo.com/tianlesoftware

Twitter: http://twitter.com/tianlesoftware

Facebook: http://www.facebook.com/tianlesoftware

Linkedin: http://cn.linkedin.com/in/tianlesoftware

 

 

-------加群需要在備忘說明Oracle資料表空間和資料檔案的關係,否則拒絕申請----

DBA1 群:62697716(滿);   DBA2 群:62697977(滿)  DBA3 群:62697850(滿)  

DBA 超級群:63306533(滿);  DBA4 群:83829929   DBA5群: 142216823

DBA6 群:158654907    DBA7 群:172855474   DBA總群:104207940

相關文章

聯繫我們

該頁面正文內容均來源於網絡整理,並不代表阿里雲官方的觀點,該頁面所提到的產品和服務也與阿里云無關,如果該頁面內容對您造成了困擾,歡迎寫郵件給我們,收到郵件我們將在5個工作日內處理。

如果您發現本社區中有涉嫌抄襲的內容,歡迎發送郵件至: info-contact@alibabacloud.com 進行舉報並提供相關證據,工作人員會在 5 個工作天內聯絡您,一經查實,本站將立刻刪除涉嫌侵權內容。

A Free Trial That Lets You Build Big!

Start building with 50+ products and up to 12 months usage for Elastic Compute Service

  • Sales Support

    1 on 1 presale consultation

  • After-Sales Support

    24/7 Technical Support 6 Free Tickets per Quarter Faster Response

  • Alibaba Cloud offers highly flexible support services tailored to meet your exact needs.