2017-03-06 99 views
0

我試圖在雙節點AIX 7.2羣集上安裝Oracle 12cR1 RAC。安裝程序在步驟18/19中執行Cluster Verification時遇到此錯誤。INS-20802 Oracle羣集驗證實用程序失敗

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 

有關如何解決此問題的任何想法?忽略它可以嗎?

回答

1

我敢肯定這是一個與cvu_prereq.xml文件相關的Oracle錯誤。 RE MOS文檔ID 2169858.1只需驗證您的所有pre-reqs are valid然後用ignoreSysPrereqs標誌運行安裝程序。

/runInstaller -ignoreSysPrereqs