网站制作 数据库,抖音评论点赞自助网站,网站空间域名续费,哈尔滨中国建设银行网站首页描述#xff1a;公司要求替换centos#xff0c;重新安装ORACLE LINUX RAC的数据库做备库#xff0c;到时候切换成主库#xff0c;安装Linux7GRID 19C 11G Oracle#xff0c;顺利安装grid 19c#xff0c;安装11G数据库软件的时候检测报如题错误#xff1a;**PRVF-4037 …
描述公司要求替换centos重新安装ORACLE LINUX RAC的数据库做备库到时候切换成主库安装Linux7GRID 19C 11G Oracle顺利安装grid 19c安装11G数据库软件的时候检测报如题错误**PRVF-4037 : CRS is not installed on any of the nodes** 执行更新节点前查看/u01/app/oraInventory/ContentsXML/inventory.xml确实少了节点信息
[rootd2-cc-db108 ~]# cat /u01/app/oraInventory/ContentsXML/inventory.xml ?xml version1.0 standaloneyes ? !-- Copyright (c) 1999, 2024, Oracle and/or its affiliates. All rights reserved. -- !-- Do not modify the contents of this file by hand. -- INVENTORY VERSION_INFO SAVED_WITH12.2.0.7.0/SAVED_WITH MINIMUM_VER2.1.0.6.0/MINIMUM_VER /VERSION_INFO HOME_LIST HOME NAMEOraGI19Home1 LOC/u01/app/19.0.0/grid TYPEO IDX1 CRStrue/ /HOME_LIST COMPOSITEHOME_LIST /COMPOSITEHOME_LIST /INVENTORY
查了MOS几个建议都差不多手动执行了给的解决方案 /u01/app/19.0.0/grid/oui/bin/runInstaller -silent -ignoreSysPrereqs -updateNodeList ORACLE_HOME$ORACLE_HOME CLUSTER_NODES{d2-cc-db108,d2-cc-db109} CRStrue Starting Oracle Universal Installer... Checking swap space: must be greater than 500 MB. Actual 16191 MB Passed The inventory pointer is located at /etc/oraInst.loc You can find the log of this install session at: /u01/app/oraInventory/logs/UpdateNodeList2024-08-13_09-29-49AM.log UpdateNodeList was successful. 执行更新节点后查看/u01/app/oraInventory/ContentsXML/inventory.xml多了节点信息
cat /u01/app/oraInventory/ContentsXML/inventory.xml ?xml version1.0 standaloneyes ? !-- Copyright (c) 1999, 2024, Oracle and/or its affiliates. All rights reserved. -- !-- Do not modify the contents of this file by hand. -- INVENTORY VERSION_INFO SAVED_WITH12.2.0.7.0/SAVED_WITH MINIMUM_VER2.1.0.6.0/MINIMUM_VER /VERSION_INFO HOME_LIST HOME NAMEOraGI19Home1 LOC/u01/app/19.0.0/grid TYPEO IDX1 CRStrue NODE_LIST NODE NAMEd2-cc-db108/ NODE NAMEd2-cc-db109/ /NODE_LIST /HOME /HOME_LIST COMPOSITEHOME_LIST /COMPOSITEHOME_LIST /INVENTORY
点击图形化界面的“Check Again” 还是一样的关闭窗口在开启安装窗口这个报错就没了 下面是MOS原文
RAC RDBMS Installation fails with Error:PRVF-4037 : CRS is not installed on any of the nodes (Doc ID 2315020.1)
Applies to:
Oracle Database - Enterprise Edition - Version 11.2.0.1 and later Oracle Database Cloud Schema Service - Version N/A and later Oracle Database Exadata Express Cloud Service - Version N/A and later Oracle Database Exadata Cloud Machine - Version N/A and later Oracle Cloud Infrastructure - Database Service - Version N/A and later Information in this document applies to any platform. Symptoms RAC DB Installation fails with error: INFO: Database Clusterware Version Compatibility: This test ensures that the Database version is compatible with the CRS version. INFO: Severity:CRITICAL INFO: OverallStatus:OPERATION_FAILED INFO: ----------------------------------------------- INFO: Verification Result for Node:node1 WARNING: Result values are not available for this verification task INFO: Error Message:PRVF-4037 : CRS is not installed on any of the nodes INFO: Cause: Could not identify a CRS installation on any node. INFO: Action: Ensure that CRS is installed on all the nodes participating in the operation. INFO: All forked task are completed at state performChecks INFO: Completed background operations INFO: Moved to state
Cause hostname for both name is FQDN. Node1 $hostname node1.test.com Node2 $ hostname node2.test.com But Central Inventory (inventory.xml) shows that for GI Home CRSTRUE is already enabled, but the node name is not FQDN. HOME NAMEOraGI12Home1 LOC/u01/app/grid/product/12.2.0.1 TYPEO IDX1 CRStrue NODE_LIST NODE NAMEnode1/ NODE NAMEnode2/
Solution Update the Inventory to include the node name as FQDN: e.g. /u01/app/grid/product/12.2.0.1/grid/oui/bin/runInstaller -updateNodeList ORACLE_HOME/u01/app/grid/product/12.2.0.1 CLUSTER_NODES{node1.test.com,node2.test.com} CRStrue And retry the RAC DB Installation.