11.2.0.4 grid 安裝時 ssh 過不去問題分析
環境: oracle 11.2.0.4 rac +aix 6.1
問題描述: 在安裝oracle 11.2.0.4 grid 時,在進入到ssh 安裝介面,點test 按鈕時,提示以下錯誤:
[INS-06006] Passwordless SSH connectivity not set up between the following nodes(s)
而在二個節點手工去測試ssh成功,ssh互信關係透過
問題分析: 檢視installActions<timestamp>.log
INFO: Preparing to check passwordless SSH Connectivity between nodes: [RACNODE1, RACNODE2] ====>> "hostname" command returns upper case hostname --這裡主機名輸出成大寫模式
INFO: Testing passwordless SSH connectivity between the selected nodes. This may take several minutes, please wait...
INFO: OverallStatus of User Equivalence check using CVU is SUCCESSFUL
FINEST: oracle.install.driver.oui.OUISSHSupportManager:Checking whether RACNODE1 is a local node or not.
FINEST: oracle.install.driver.oui.OUISSHSupportManager:Identified RACNODE1 as the local node.
INFO: Finding passwordless SSH connectivity setup on remote nodes
INFO: Preparing remote commands to check passwordless SSH connectivity setup on remote nodes
INFO: Total number of remote commands to be executed is 4
WARNING: Failed while executing remote commands to check SSH connectivity to other nodes..
Refer associated stacktrace #oracle.install.driver.oui.OUISSHSupportManager:964
INFO: Source Node: racnode1 Target Node: racnode1
INFO: Exception: null
INFO: Status log: oracle.install.driver.oui.OUISSHSupportManager$SSHSetupVerificationCommand: 0|ssh: Could not resolve hostname -o FallBackToRsh=no : Temporary failure in name resolution :failed
....
INFO: Remote node(s) not configured for passwordless SSH connectivity : [racnode1]
INFO: Details about the list of remote node(s), not configured for passwordless SSH connectivity
---------------------------------
NODE REMOTE NODES
---------------------------------
racnode1 [racnode1, racnode2] ====>> 這裡轉換成小寫
---------------------------------
$ grep RACNODE /etc/hosts
10.0.0.101 RACNODE1.US.ORACLE.COM RACNODE1
10.0.0.102 RACNODE2.US.ORACLE.COM RACNODE2
--檢視/etc/hosts 中是大寫
根據報錯資訊查到metalink 是bug
Cause
Upper or mixed case hostname being used, this is being investigated in bug 17580744
Duplicates:
BUG 17666448 - INS-06006 OCCURS IF HOSTNAME IS IN CAPITAL LETTERS FOR GI INSTALLATION
BUG 17675476 - PASSWORDLESS SSH CONNECTIVITY NOT SET UP BETWEEN THE FOLLOWING NODES
解決方法:
$ <OLD_GI_HOME>/oui/bin/runInstaller -updateNodelist ORACLE_HOME=<OLD_GI_HOME> "CLUSTER_NODES={racnode1,racnode2}" CRS=true
目前只有在11.2.0.4 版本上有這個問題。
問題描述: 在安裝oracle 11.2.0.4 grid 時,在進入到ssh 安裝介面,點test 按鈕時,提示以下錯誤:
[INS-06006] Passwordless SSH connectivity not set up between the following nodes(s)
而在二個節點手工去測試ssh成功,ssh互信關係透過
問題分析: 檢視installActions<timestamp>.log
INFO: Preparing to check passwordless SSH Connectivity between nodes: [RACNODE1, RACNODE2] ====>> "hostname" command returns upper case hostname --這裡主機名輸出成大寫模式
INFO: Testing passwordless SSH connectivity between the selected nodes. This may take several minutes, please wait...
INFO: OverallStatus of User Equivalence check using CVU is SUCCESSFUL
FINEST: oracle.install.driver.oui.OUISSHSupportManager:Checking whether RACNODE1 is a local node or not.
FINEST: oracle.install.driver.oui.OUISSHSupportManager:Identified RACNODE1 as the local node.
INFO: Finding passwordless SSH connectivity setup on remote nodes
INFO: Preparing remote commands to check passwordless SSH connectivity setup on remote nodes
INFO: Total number of remote commands to be executed is 4
WARNING: Failed while executing remote commands to check SSH connectivity to other nodes..
Refer associated stacktrace #oracle.install.driver.oui.OUISSHSupportManager:964
INFO: Source Node: racnode1 Target Node: racnode1
INFO: Exception: null
INFO: Status log: oracle.install.driver.oui.OUISSHSupportManager$SSHSetupVerificationCommand: 0|ssh: Could not resolve hostname -o FallBackToRsh=no : Temporary failure in name resolution :failed
....
INFO: Remote node(s) not configured for passwordless SSH connectivity : [racnode1]
INFO: Details about the list of remote node(s), not configured for passwordless SSH connectivity
---------------------------------
NODE REMOTE NODES
---------------------------------
racnode1 [racnode1, racnode2] ====>> 這裡轉換成小寫
---------------------------------
$ grep RACNODE /etc/hosts
10.0.0.101 RACNODE1.US.ORACLE.COM RACNODE1
10.0.0.102 RACNODE2.US.ORACLE.COM RACNODE2
--檢視/etc/hosts 中是大寫
根據報錯資訊查到metalink 是bug
Cause
Upper or mixed case hostname being used, this is being investigated in bug 17580744
Duplicates:
BUG 17666448 - INS-06006 OCCURS IF HOSTNAME IS IN CAPITAL LETTERS FOR GI INSTALLATION
BUG 17675476 - PASSWORDLESS SSH CONNECTIVITY NOT SET UP BETWEEN THE FOLLOWING NODES
解決方法:
$ <OLD_GI_HOME>/oui/bin/runInstaller -updateNodelist ORACLE_HOME=<OLD_GI_HOME> "CLUSTER_NODES={racnode1,racnode2}" CRS=true
目前只有在11.2.0.4 版本上有這個問題。
來自 “ ITPUB部落格 ” ,連結:http://blog.itpub.net/7199859/viewspace-2096411/,如需轉載,請註明出處,否則將追究法律責任。
相關文章
- 安裝和解除安裝clusterware過程中的各種問題分析
- 通過圖形化介面安裝時亂碼的問題
- RHEL 7.X 或CentOS 7 安裝 11.2.0.4 RAC碰到的問題CentOS
- 安裝grid時如何回退root.sh
- Oracle 11.2.0.4的安裝Oracle
- AIX5.3安裝Oracle11gR2 ssh 互信問題AIOracle
- 解決安裝Oracle時檢查監視器不透過的問題Oracle
- 解決安裝Oracle時檢查監視器不通過的問題Oracle
- 安裝Grid Control , OPMN Process Manager failed to start 問題解決AI
- nuxtjs 安裝過程中出現問題UXJS
- 安裝yeoman,grunt過程中的問題
- vue-cli安裝過程遇到問題Vue
- STATSPACK安裝過程中遇到的問題
- jive2.5安裝過程的問題
- 安裝rac時需要注意的問題
- mysql原始碼安裝時遇到的問題MySql原始碼
- 安裝VisualSvn Server時遇到的問題Server
- CentOS 7.6 安裝11.2.0.4 RACCentOS
- oracle之 11.2.0.4 bbed安裝Oracle
- ORACLE 11.2.0.4靜默安裝Oracle
- 管中窺豹-ssh連結過多的問題分析及覆盤
- 安裝問題
- 場上過不去的簡單題
- grid安裝執行root.sh時Timed out waiting for the CRS stack to start - 解除安裝gridAI
- AIX 6.1安裝RAC出現時斷時續問題AI
- 安裝pygame和pip的問題以及過程GAM
- 關於ubuntu安裝中過程遇到問題Ubuntu
- PYTORCH安裝過程以及遇到的問題PyTorch
- ambari安裝過程中的問題彙總
- [轉]RAC 安裝配置過程中的問題
- CentOS 6.5安裝Oracle 11.2.0.4------CentOS 6.5安裝CentOSOracle
- 為什麼安裝jdonNews時mysql有問題MySql
- 安裝jive時出現這樣的問題:
- 【求助】安裝紅旗4.1時遇到問題!!!!(轉)
- 安裝grid時執行root.sh時的提示內容
- RAC安裝【AIX 7 + 11.2.0.4 + ASM】AIASM
- 最常見的5個CRS/Grid Infrastructure 安裝問題 (文件 ID 1549192.1)ASTStruct
- 發現幾個小問題安裝時,模型檢視時模型