最近遇到一个问题: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)
本文解决在RHEL5.5环境下安装Oracle 11.2.0.4 RAC过程中遇到的节点无法显示的问题。通过执行特定命令更新集群配置,使runInstaller能够正确识别所有节点。
170

被折叠的 条评论
为什么被折叠?



