標籤:
近期遇到一個問題:rhel5.5下 安裝11.2.0.4的rac。GI安裝完了沒問題。
可是 database software runInstaller安裝時,全部的節點在圖形化介面中看不到。
搜尋mos。找到例如以下的文章:
Database runInstaller "Nodes Selection" Window Does not Show Cluster Nodes (Doc ID 1327486.1)
依照該文章中的指示操作
以grid使用者運行{clusterware-home}/oui/bin/runInstaller -silent -ignoreSysPrereqs -updateNodeList ORACLE_HOME="${clusterware-home}" LOCAL_NODE=<local node name> CLUSTER_NODES="{<racnode1>,<racnode2>,<racnode3>}" CRS=trueFor example, to update clusterware home (/ocw/grid) inventory for 2-node (racprod1, racprod2) system on node1:/ocw/grid/oui/bin/runInstaller -silent -ignoreSysPrereqs -updateNodeList ORACLE_HOME="/ocw/grid" LOCAL_NODE="racprod1" CLUSTER_NODES="{racprod1,racprod2}" CRS=true
注意:1.僅僅須要在第一個節點上執行該命令就可以。該命令會同步更新其它的節點的inventory檔案。2.又一次執行完 以上命令後,退出runInstaller,又一次發起runInstaller就可以。
參考文章:Database runInstaller "Nodes Selection" Window Does not Show Cluster Nodes (Doc ID 1327486.1)
How to Update Inventory to Set/Unset "CRS=true" Flag for Oracle Clusterware Home (Doc ID 1053393.1)
database software runInstaller無法看到全部的rac節點的處理方法