Install Oracle 11g RAC Times Failed to run "oifcfg" and can not find the cluster nodes resolve

1、PRCT-1011 : Failed to run "oifcfg"

ID: oracle.install.commons.util.exception.DefaultErrorAdvisor:715

8oracle.cluster.verification.VerificationException: An internal error occurred within cluster verification framework

Unable to obtain network interface list from Oracle ClusterwarePRCT-1011 : Failed to run "oifcfg". Detailed error: null

After I find information due to set ORA_NLS10 variables in the oracle user lead in the ~ / .bash_profile file to resolve the variable comment.

2, can not find a cluster node when you install database software

The reason for this problem is that before I installed a stand-alone version of the grid, so I re-install the cluster directory name becomes grid_1, may default on a stand-alone database yet


See figure rac1 and rac2

Upon inquiry profile data is a problem,

u01 / app / oraInventory / ContentsXML / inventory.xml find open as follows:

[root@rac1 ~]# vi /u01/app/oraInventory/ContentsXML/inventory.xml
 <?xml version="1.0" standalone="yes" ?>
 <!-- Copyright (c) 1999, 2013, Oracle and/or its affiliates.
 All rights reserved. -->
 <!-- Do not modify the contents of this file by hand. -->
 <INVENTORY>
 <VERSION_INFO>
    <SAVED_WITH>11.2.0.4.0</SAVED_WITH>
    <MINIMUM_VER>2.1.0.6.0</MINIMUM_VER>
 </VERSION_INFO>
 <HOME_LIST>
 <HOME NAME="Ora11g_gridinfrahome1" LOC="/u01/app/11.2.0/grid_1" TYPE="O" IDX="1"  CRS="true"   >
    <NODE_LIST>
      <NODE NAME="rac1"/>
      <NODE NAME="rac2"/>
    </NODE_LIST>
 </HOME>
 </HOME_LIST>
 <COMPOSITEHOME_LIST>
 </COMPOSITEHOME_LIST>
 </INVENTORY>

Red part is content to be added

Remember Oracle users need to login again to reload the environment variables

Guess you like

Origin www.linuxidc.com/Linux/2019-05/158864.htm