INS-20802 Oracle Cluster Verification Utility失败

问题描述 投票:0回答:1

我试图在双节点AIX 7.2集群上安装Oracle 12cR1 RAC。安装程序在步骤18/19中执行群集验证时遇到此错误。

oracle cluster verification failed

日志中的最后一行:

INFO: ERROR: 
INFO: Reference data is not available for release "12.1" on the operating system distribution "AIX7.2"
INFO: ERROR: 
INFO: Verification cannot proceed
INFO: Collecting OS best practice baseline
INFO: Collecting availability of port 8888 ...collected
INFO: Collecting Network parameter - ipqmaxlen ...collected
INFO: Collecting Network parameter - rfc1323 ...collected
INFO: Collecting Network parameter - sb_max ...collected
INFO: Collecting Network parameter - tcp_sendspace ...collected
INFO: Collecting Network parameter - tcp_recvspace ...collected
INFO: Collecting Network parameter - udp_sendspace ...collected
INFO: Collecting Network parameter - udp_recvspace ...collected
INFO: Collecting Ethernet Jumbo Frames ...collected
INFO: Collecting Clusterware mandatory requirements baseline
INFO: Collecting Node Connectivity ...collected
INFO: Collecting Multicast check ...nothing to collect
INFO: Collecting Time zone consistency ...collected
INFO: Collecting Cluster Manager Integrity ...nothing to collect
INFO: Collecting User Mask ...nothing to collect
INFO: Collecting Cluster Integrity ...nothing to collect
INFO: Collecting OCR Integrity ...collected
INFO: Collecting CRS Integrity ...nothing to collect
INFO: Collecting Node Application Existence ...nothing to collect
INFO: Collecting Single Client Access Name (SCAN) ...nothing to collect
INFO: Collecting OLR Integrity ...collected
INFO: Collecting Voting Disk ...collected
INFO: Collecting User Not In Group: grid ...nothing to collect
INFO: Collecting Clock Synchronization ...nothing to collect
INFO: Collecting VIP Subnet configuration check ...nothing to collect
INFO: Collecting Clusterware OHASD Resource Model Collection ...collected
INFO: Collecting Clusterware Resource Model Collection ...collected
INFO: Collecting GPnP Profile ...collected
INFO: Collecting Network configuration consistency checks ...nothing to collect
INFO: Collecting Software home: /opt/grid_home ...collected
INFO: Collecting Clusterware best practice baseline
INFO: Collecting CSS misscount parameter ...collected
INFO: Collecting CSS reboottime parameter ...collected
INFO: Collecting CSS disktimeout parameter ...collected
INFO: Baseline data collection failed.
INFO: Post-check for cluster services setup was unsuccessful on all the nodes. 
INFO: 
WARNING: 
INFO: Completed Plugin named: Oracle Cluster Verification Utility

发生此错误后,RAC状态似乎正常:

bash-3.00# ./crsctl check crs
CRS-4638: Oracle High Availability Services is online
CRS-4537: Cluster Ready Services is online
CRS-4529: Cluster Synchronization Services is online
CRS-4533: Event Manager is online

关于如何解决这个问题的任何想法?可以忽略它吗?

database oracle aix oracle12c
1个回答
1
投票

我很确定这是与cvu_prereq.xml文件相关的Oracle错误。 RE MOS Doc ID 2169858.1只需验证所有pre-reqs are valid然后使用ignoreSysPrereqs标志运行安装程序。

/runInstaller -ignoreSysPrereqs
© www.soinside.com 2019 - 2024. All rights reserved.