1. 程式人生 > >database software runInstaller無法看到所有的rac節點的處理方法

database software runInstaller無法看到所有的rac節點的處理方法

最近遇到一個問題: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=true


For 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)