INS-35354 not part of a valid cluster

网友投稿 681 2022-05-30

**可参考MOS文档:Top 11gR2 RAC Installation Issues (Doc ID 1372375.1)    **

静默安装GRID软件之后,安装ORACLE软件时报错 INS-35354**。**

报错如下:

Preparing to launch Oracle Universal Installer from /tmp/OraInstall2021-04-22_11-44-09PM. Please wait ... [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.

原因:

由于在静默安装grid软件时,没有执行最后一步的脚本:

Execute Root Scripts successful. As install user, execute the following script to complete the configuration. 1. /u01/app/11.2.0/grid/cfgtoollogs/configToolAllCommands RESPONSE_FILE=

导致 /u01/app/oraInventory/ContentsXML/inventory.xml 文件中缺失了:CRS=“true”。

[root@lucifer01 ContentsXML]# cat inventory.xml 11.2.0.4.0 2.1.0.6.0

重新执行脚本:

cat <>/home/grid/cfgrsp.propertiesc oracle.assistants.asm|S_ASMPASSWORD=oracle oracle.assistants.asm|S_ASMMONITORPASSWORD=oracle EOF su - grid -c "$ENV_GRID_HOME/cfgtoollogs/configToolAllCommands RESPONSE_FILE=/home/grid/cfgrsp.properties"

INS-35354 not part of a valid cluster

再次查看inventory.xml文件,已经增加 CRS=“true”:

[root@lucifer01 ContentsXML]# cat inventory.xml 11.2.0.4.0 2.1.0.6.0

再次执行Oracle安装,不再报错。

版权声明:本文内容由网络用户投稿,版权归原作者所有,本站不拥有其著作权,亦不承担相应法律责任。如果您发现本站中有涉嫌抄袭或描述失实的内容,请联系我们jiasou666@gmail.com 处理,核实后本网站将在24小时内删除侵权内容。

上一篇:linux alias和bashrc 查看命令的别名
下一篇:Java:MyBatis-Plus-AutoGenerator代码生成器
相关文章