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)

原文地址:https://www.cnblogs.com/gcczhongduan/p/5062878.html