我是靠谱客的博主 内向金针菇,最近开发中收集的这篇文章主要介绍[INS-35354] The system on which you are attempting to install Oracle RAC is not part of a valid clus,觉得挺不错的,现在分享给大家,希望可以做个参考。

概述

 

[oracle@rac1 database]$ ./runInstaller -ignorePrereq -silent -force -responseFile /home/oracle/db_install.rsp
-showProgress
Starting Oracle Universal Installer...
Checking Temp space: must be greater than 120 MB.
Actual 32976 MB
Passed
Checking swap space: must be greater than 150 MB.
Actual 4239 MB
Passed
Preparing to launch Oracle Universal Installer from /tmp/OraInstall2020-07-27_09-55-35PM. Please wait ...[oracle@rac1 database]$ [FATAL] [INS-35354] The system on which you are attempting to install Oracle RAC is not part of a valid cluster.
CAUSE: Before you can install Oracle RAC, you must install Oracle Grid Infrastructure on all servers (Oracle Clusterware and Oracle ASM) to create a cluster.
ACTION: Oracle Grid Infrastructure is not installed. Install it either from the separate installation media included in your media pack, or install it by downloading it from Electronic Product Delivery (EPD) or the Oracle Technology Network (OTN). Oracle Grid Infrastructure normally is installed by a different operating system user than the one used for Oracle Database. It may need to be installed by your system administrator. See the installation guide for more details.

 在每个节点的inventory.xml的

<HOME NAME="Ora11g_gridinfrahome1" LOC="/u01/app/11.2.0/grid" TYPE="O" IDX="1">改成

<HOME NAME="Ora11g_gridinfrahome1" LOC="/u01/app/11.2.0/grid" TYPE="O" IDX="1" CRS="true">

[root@rac3 ~]# cat /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" TYPE="O" IDX="1" CRS="true">
<NODE_LIST>
<NODE NAME="rac1"/>
<NODE NAME="rac2"/>
<NODE NAME="rac3"/>
</NODE_LIST>
</HOME>
</HOME_LIST>
<COMPOSITEHOME_LIST>
</COMPOSITEHOME_LIST>
</INVENTORY>

 

最后

以上就是内向金针菇为你收集整理的[INS-35354] The system on which you are attempting to install Oracle RAC is not part of a valid clus的全部内容,希望文章能够帮你解决[INS-35354] The system on which you are attempting to install Oracle RAC is not part of a valid clus所遇到的程序开发问题。

如果觉得靠谱客网站的内容还不错,欢迎将靠谱客网站推荐给程序员好友。

本图文内容来源于网友提供,作为学习参考使用,或来自网络收集整理,版权属于原作者所有。
点赞(70)

评论列表共有 0 条评论

立即
投稿
返回
顶部