CLSRSC-507: The root script cannot proceed on this node

问题描述:

[root@testdb02 dev]# /oracle/app/12.1.0/grid/root.sh

Performing root user operation.

 

The following environment variables are set as:

    ORACLE_OWNER= grid

    ORACLE_HOME=  /oracle/app/12.1.0/grid

 

Enter the full pathname of the local bin directory: [/usr/local/bin]:

The contents of "dbhome" have not changed. No need to overwrite.

The contents of "oraenv" have not changed. No need to overwrite.

The contents of "coraenv" have not changed. No need to overwrite.

 

Entries will be added to the /etc/oratab file as needed by

Database Configuration Assistant when a database is created

Finished running generic part of root script.

Now product-specific root actions will be performed.

Using configuration parameter file: /oracle/app/12.1.0/grid/crs/install/crsconfig_params

2019/03/26 14:10:06 CLSRSC-4001: Installing Oracle Trace File Analyzer (TFA) Collector.

 

2019/03/26 14:10:06 CLSRSC-4002: Successfully installed Oracle Trace File Analyzer (TFA) Collector.

 

2019/03/26 14:10:07 CLSRSC-363: User ignored prerequisites during installation

 

2019/03/26 14:10:41 CLSRSC-507: The root script cannot proceed on this node testdb02 because either the first-node operations have not completed on node testdb01 or there was an error in obtaining the status of the first-node operations.

 

Died at /oracle/app/12.1.0/grid/crs/install/crsutils.pm line 3681.

The command '/oracle/app/12.1.0/grid/perl/bin/perl -I/oracle/app/12.1.0/grid/perl/lib -I/oracle/app/12.1.0/grid/crs/install /oracle/app/12.1.0/grid/crs/install/rootcrs.pl ' execution failed

[root@testdb02 dev]#

 

解决办法:

修改crsutils.pm文件即可。

你可能感兴趣的:(oracle)