我正在尝试安装Oracle11gRAC,以便在CentOS 6.9计算机上进行培训。
我成功地安装了网格和集群服务,并有两个节点(rac01, rac02)
以下不报告任何严重问题。
./cluvfy stage -pre dbinst -n rac01,rac02事实上,唯一报告的问题是缺少的pdksh包(这不是真正的问题),节点使用的NTP服务器池为每个节点返回不同的IP地址(因为池并不总是返回相同的IP地址)。
类似于以下报告,即集群软件服务已经启动并运行
[root@rac01 bin]# ./crsctl check cluster -all
**************************************************************
rac01:
CRS-4537: Cluster Ready Services is online
CRS-4529: Cluster Synchronization Services is online
CRS-4533: Event Manager is online
**************************************************************
rac02:
CRS-4537: Cluster Ready Services is online
CRS-4529: Cluster Synchronization Services is online
CRS-4533: Event Manager is online
**************************************************************我试图以oracle用户的身份安装数据库,但当选择RAC安装时,不会报告任何节点。
有没有人知道其他可能存在的问题,以及如何/在哪里查找?

发布于 2021-12-09 11:40:05
我不知道为什么会发生以下情况(其他人可能会解释),但是我从每个节点重新运行网格安装程序,如下所示
[oracle@rac01] rac01$ /u01/app/11.2.0/grid/oui/bin/runInstaller -ignoreSysPrereqs -updateNodeList ORACLE_HOME=/u01/app/11.2.0/grid "CLUSTER_NODES={rac01,rac02}" CRS=true LOCAL_NODE=rac01
[oracle@rac02] rac02$ /u01/app/11.2.0/grid/oui/bin/runInstaller -ignoreSysPrereqs -updateNodeList ORACLE_HOME=/u01/app/11.2.0/grid "CLUSTER_NODES={rac01,rac02}" CRS=true LOCAL_NODE=rac02然后,我重新运行db安装程序和列表中出现的rac节点。
https://stackoverflow.com/questions/70287600
复制相似问题