【轉】RAC安裝時,報The specified nodes are not clusterable 的解決方法
RAC安裝時,報The specified nodes are not clusterable 的解決方法
在安裝RAC clusterware 在新增完結點後報錯誤:
The specified nodes are not clusterable.
The following error was returned by the operating system: null
以前也裝過幾個測試的rac的環境, 該遇到的問題也都遇到過了。 以前遇到這個問題是hosts 檔案搞的鬼,所以這次條件反射的就直接去檢查這個檔案:
[root@node2 orcl]# more /etc/hosts
# Do not remove the following line, or various programs
# that require network functionality will fail.
127.0.0.1 localhost
10.85.10.119 node1
10.85.10.121 node2
192.168.0.119 node1prv
192.168.0.121 node2prv
10.85.10.122 node1vip
10.85.10.123 node2vip
2個結點的hosts 第一行: 127.0.0.1 localhost 都修改過了,沒有問題。
Google 的結果如下, 這個幫了我不少忙..
Alert: The specified nodes are not clusterable. This could be due to one or more of the following reasons:
1. The user performing the install is not configured in an equivalent manner on all nodes.
2. ssh and scp are not configured properly on all nodes.
3. rsh and rcp are not configured properly on all nodes.
重建檢查了下使用者等效性。 記得建立時候已經測試過,心裡就認為問題不可能在這,但再次執行之後發現, 問題還就是這。
node1結點:
[oracle@node1 ~]$ ssh node1 date
[oracle@node1 ~]$ ssh node2 date
[oracle@node1 ~]$ ssh node1prv date
[oracle@node1 ~]$ ssh node2prv date
Node2結點:
[oracle@node2 ~]$ ssh node1 date
[oracle@node2 ~]$ ssh node2 date
[oracle@node2 ~]$ ssh node1prv date
[oracle@node2 ~]$ ssh node2prv date
在node2結點上有2個還沒有執行ssh, 還是需要輸入密碼的。 執行ssh之後問題解決。 還是太粗心了. 盡然少執行了2個ssh。 有點杯具..
下面是建立使用者等效性的操作方法:
1. group add dba oinstall 組在兩個node上, 建立oracle 使用者, 主組oinstall, 附加組是dba和disk
#groupadd oinstall
#groupadd dba
#useradd -g oinstall -G dba oracle
#passwd oracle
2. 建立等效使用者
在node1:
[root@node1 opt]# su - oracle
[oracle@node1 ~]$ mkdir ~/.ssh
[oracle@node1 ~]$ chmod 700 ~/.ssh
[oracle@node1 ~]$ ssh-keygen -t rsa
[oracle@node1 ~]$ ssh-keygen -t dsa
在node2:
[root@node2 opt]# su - oracle
[oracle@node2 ~]$ mkdir ~/.ssh
[oracle@node2 ~]$ chmod 700 ~/.ssh
[oracle@node2 ~]$ ssh-keygen -t rsa
[oracle@node2 ~]$ ssh-keygen -t dsa
切換回node1,接著執行:
[oracle@node1 ~]$ cat ~/.ssh/id_rsa.pub >> ~/.ssh/authorized_keys
[oracle@node1 ~]$ cat ~/.ssh/id_dsa.pub >> ~/.ssh/authorized_keys
提示:下列命令會提示你輸入node2 的oracle 密碼,按照提示輸入即可,如果失敗可重新嘗試執行命
令。
[oracle@node1 ~]$ scp ~/.ssh/authorized_keys node2:~/.ssh/authorized_keys
[oracle@node1 ~]$ ssh node2 cat ~/.ssh/id_rsa.pub >> ~/.ssh/authorized_keys
[oracle@node1 ~]$ ssh node2 cat ~/.ssh/id_dsa.pub >> ~/.ssh/authorized_keys
[oracle@node2 ~]$ scp ~/.ssh/authorized_keys node1:~/.ssh/authorized_keys
確保2個node都有相互的結點資訊。
兩機相互執行,看看是否還需要輸入密碼
[oracle@node1 ~]$ ssh node1 date
[oracle@node1 ~]$ ssh node2 date
[oracle@node1 ~]$ ssh node1prv date
[oracle@node1 ~]$ ssh node2prv date
切換至node2 執行
[oracle@node2 ~]$ ssh node1 date
[oracle@node2 ~]$ ssh node2 date
[oracle@node2 ~]$ ssh node1prv date
[oracle@node2 ~]$ ssh node2prv date
建完等效性之後第一次ssh 結點時需要輸入密碼, 第二次就不需要了,所以建完等效性之後一定要把所有的相關結點都ssh 一下, 不會你也就杯具了...
本文來自CSDN部落格,轉載請標明出處:http://blog.csdn.net/tianlesoftware/archive/2010/02/20/5313376.aspx
來自 “ ITPUB部落格 ” ,連結:http://blog.itpub.net/29067253/viewspace-2139812/,如需轉載,請註明出處,否則將追究法律責任。
相關文章
- One cause leads to the error(The specified nodes are not clusterable)Error
- No input file specified 解決方法
- oracle RAC dbca的時候報錯提示cluster nodes are not accessibleOracle
- 安裝psutil模組報錯的解決方法
- 啟動Amoeba報The stack size specified is too small解決方法
- oracle10g rac安裝完畢 啟動的時候報錯ORA-01078 解決方法Oracle
- kaldi的編譯安裝與報錯解決方法編譯
- pip安裝selenium超時解決方法
- no input file specified 三種解決方法
- RAC: SRVCTL and VIPCA 命令報錯解決方法PCA
- 一個安裝rpm格式軟體報錯問題的解決方法(轉)
- 安裝Oracle RAC時,不能驗證ASMSNMP密碼問題的解決OracleASM密碼
- 轉發 安裝 scount 的 es 驅動,報錯解決
- Oracle RAC之--安裝過程中碰到的問題及解決方法Oracle
- No input file specified 出現的原因及解決方法
- RAC安裝配置和使用過程的問題解決方法總結一
- RAC安裝配置和使用過程的問題解決方法總結二
- jenkins安裝的時候 提示字型問題的解決方法Jenkins
- 安裝RAC 執行root.sh指令碼報錯,解決辦法指令碼
- 安裝ionic 報錯 安裝canvas報錯 解決辦法Canvas
- RAC安裝時碰到的錯誤
- 安裝XAMPP時啟動Apache失敗解決方法 xamppApache
- LINUX下安裝ORACLE時SWAP不足的兩種解決方法LinuxOracle
- win10系統安裝時出現“無法繼續安裝”的解決方法Win10
- 安裝sass報錯解決方案
- 安裝npm報錯,安裝淘寶映象cnpm時出現問題及解決方案NPM
- 安裝RAC 報錯 集錦
- 使用pip安裝selenium庫一直報錯的解決方法
- CentOS 6.5編譯安裝IPVS 1.26報錯的解決方法CentOS編譯
- win10安裝firefox時不能選擇安裝路徑的最佳解決方法Win10Firefox
- Nodejs的npm安裝模組時候報錯:npm ERR! Error: CERT_UNTRUSTED的解決方法NodeJSNPMErrorRust
- 轉貼:上週ORACLE RAC培訓時的安裝RAC的詳細步驟(一)Oracle
- 轉貼:上週ORACLE RAC培訓時的安裝RAC的詳細步驟(三)Oracle
- 轉貼:上週ORACLE RAC培訓時的安裝RAC的詳細步驟(二)Oracle
- 轉貼:上週ORACLE RAC培訓時的安裝RAC的詳細步驟(五)Oracle
- 轉貼:上週ORACLE RAC培訓時的安裝RAC的詳細步驟(四)Oracle
- 轉貼:上週ORACLE RAC培訓時的安裝RAC的詳細步驟(六)Oracle
- 接續:RAC安裝配置和使用過程的問題解決方法總結二