CLSRSC-507: The root script cannot proceed during root.sh Oracle 12c RAC installation

Hi,

When I install Oracle 12c RAC ( Real application cluster ) i got ” CLSRSC-507: The root script cannot proceed on this node Node2 because either the first-node operations have not completed on node Node1 or there was an error in obtaining the status of the first-node operations ” error after root.sh script is executed on server by me.

 

[root@deveci02 app]# /u01/app/12.1.0/grid/root.sh
Performing root user operation.

The following environment variables are set as:
ORACLE_OWNER= oracle
ORACLE_HOME= /u01/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: /u01/app/12.1.0/grid/crs/install/crsconfig_params
2019/03/05 10:40:51 CLSRSC-4001: Installing Oracle Trace File Analyzer (TFA) Collector.

2019/03/05 10:40:51 CLSRSC-4002: Successfully installed Oracle Trace File Analyzer (TFA) Collector.

2019/03/05 10:40:52 CLSRSC-363: User ignored prerequisites during installation

2019/03/05 10:41:25 CLSRSC-507: The root script cannot proceed on this node deveci02 because either the first-node operations have not completed on node bbb-rac01 or there was an error in obtaining the status of the first-node operations.

Died at /u01/app/12.1.0/grid/crs/install/crsutils.pm line 3681.
The command '/u01/app/12.1.0/grid/perl/bin/perl -I/u01/app/12.1.0/grid/perl/lib -I/u01/app/12.1.0/grid/crs/install /u01/app/12.1.0/grid/crs/install/rootcrs.pl ' execution failed
[root@deveci02 app]#

 

This error is occured on second node in time of root.sh execution, so root.sh is executed on first node successfuly.

This problem is related with Oracle ASMLIB misconfiguration. I have solved like following steps.

 

 

[root@deveci02 app]# /etc/init.d/oracleasm listdisks
RECO
[root@deveci02 app]# /etc/init.d/oracleasm scandisks
Scanning the system for Oracle ASMLib disks: [ OK ]
[root@deveci02 app]#
[root@deveci02 app]#
[root@deveci02 app]# /etc/init.d/oracleasm listdisks
RECO
[root@deveci02 app]#
[root@deveci02 app]#
[root@deveci02 app]#
[root@deveci02 app]# /etc/init.d/oracleasm listdisks | xargs /etc/init.d/oracle asm querydisk -d
Disk "RECO" is a valid ASM disk on device [8,32]
[root@deveci02 app]#
[root@deveci02 app]#
[root@deveci02 app]# /etc/init.d/oracleasm status
Checking if ASM is loaded: yes
Checking if /dev/oracleasm is mounted: yes
[root@deveci02 app]#
[root@deveci02 app]#
[root@deveci02 app]# /usr/sbin/oracleasm configure
ORACLEASM_ENABLED=true
ORACLEASM_UID=oracle
ORACLEASM_GID=oinstall
ORACLEASM_SCANBOOT=true
ORACLEASM_SCANORDER=""
ORACLEASM_SCANEXCLUDE=""
ORACLEASM_SCAN_DIRECTORIES=""
ORACLEASM_USE_LOGICAL_BLOCK_SIZE="false"
[root@deveci02 app]#

 

 

After correction of ASMLIB misconfiguration we can try to execute root.sh again like following and it will execute successfully.

[root@deveci02 app]# /u01/app/12.1.0/grid/root.sh
Performing root user operation.

The following environment variables are set as:
ORACLE_OWNER= oracle
ORACLE_HOME= /u01/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: /u01/app/12.1.0/grid/crs/install/crsconfig_p arams
2019/03/05 10:48:15 CLSRSC-4001: Installing Oracle Trace File Analyzer (TFA) Col lector.

2019/03/05 10:48:15 CLSRSC-4002: Successfully installed Oracle Trace File Analyz er (TFA) Collector.

2019/03/05 10:48:16 CLSRSC-363: User ignored prerequisites during installation

2019/03/05 10:50:05 CLSRSC-330: Adding Clusterware entries to file 'oracle-ohasd.conf'

CRS-4133: Oracle High Availability Services has been stopped.
CRS-4123: Oracle High Availability Services has been started.
CRS-4133: Oracle High Availability Services has been stopped.
CRS-4123: Oracle High Availability Services has been started.
CRS-4133: Oracle High Availability Services has been stopped.
CRS-4123: Starting Oracle High Availability Services-managed resources
CRS-2672: Attempting to start 'ora.mdnsd' on 'deveci02'
CRS-2672: Attempting to start 'ora.evmd' on 'deveci02'
CRS-2676: Start of 'ora.mdnsd' on 'deveci02' succeeded
CRS-2676: Start of 'ora.evmd' on 'deveci02' succeeded
CRS-2672: Attempting to start 'ora.gpnpd' on 'deveci02'
CRS-2676: Start of 'ora.gpnpd' on 'deveci02' succeeded
CRS-2672: Attempting to start 'ora.gipcd' on 'deveci02'
CRS-2676: Start of 'ora.gipcd' on 'deveci02' succeeded
CRS-2672: Attempting to start 'ora.cssdmonitor' on 'deveci02'
CRS-2676: Start of 'ora.cssdmonitor' on 'deveci02' succeeded
CRS-2672: Attempting to start 'ora.cssd' on 'deveci02'
CRS-2672: Attempting to start 'ora.diskmon' on 'deveci02'
CRS-2676: Start of 'ora.diskmon' on 'deveci02' succeeded
CRS-2676: Start of 'ora.cssd' on 'deveci02' succeeded
CRS-2672: Attempting to start 'ora.cluster_interconnect.haip' on 'deveci02'
CRS-2672: Attempting to start 'ora.ctssd' on 'deveci02'
CRS-2676: Start of 'ora.ctssd' on 'deveci02' succeeded
CRS-2676: Start of 'ora.cluster_interconnect.haip' on 'deveci02' succeeded
CRS-2672: Attempting to start 'ora.asm' on 'deveci02'
CRS-2676: Start of 'ora.asm' on 'deveci02' succeeded
CRS-2672: Attempting to start 'ora.storage' on 'deveci02'
CRS-2676: Start of 'ora.storage' on 'deveci02' succeeded
CRS-2672: Attempting to start 'ora.crf' on 'deveci02'
CRS-2676: Start of 'ora.crf' on 'deveci02' succeeded
CRS-2672: Attempting to start 'ora.crsd' on 'deveci02'
CRS-2676: Start of 'ora.crsd' on 'deveci02' succeeded
CRS-6017: Processing resource auto-start for servers: deveci02
CRS-2673: Attempting to stop 'ora.LISTENER_SCAN1.lsnr' on 'bbb-rac01'
CRS-2672: Attempting to start 'ora.net1.network' on 'deveci02'
CRS-2676: Start of 'ora.net1.network' on 'deveci02' succeeded
CRS-2672: Attempting to start 'ora.ons' on 'deveci02'
CRS-2677: Stop of 'ora.LISTENER_SCAN1.lsnr' on 'bbb-rac01' succeeded
CRS-2673: Attempting to stop 'ora.scan1.vip' on 'bbb-rac01'
CRS-2677: Stop of 'ora.scan1.vip' on 'bbb-rac01' succeeded
CRS-2672: Attempting to start 'ora.scan1.vip' on 'deveci02'
CRS-2676: Start of 'ora.scan1.vip' on 'deveci02' succeeded
CRS-2672: Attempting to start 'ora.LISTENER_SCAN1.lsnr' on 'deveci02'
CRS-2676: Start of 'ora.ons' on 'deveci02' succeeded
CRS-2676: Start of 'ora.LISTENER_SCAN1.lsnr' on 'deveci02' succeeded
CRS-6016: Resource auto-start has completed for server deveci02
CRS-6024: Completed start of Oracle Cluster Ready Services-managed resources
CRS-4123: Oracle High Availability Services has been started.
2019/03/05 10:52:43 CLSRSC-343: Successfully started Oracle Clusterware stack

2019/03/05 10:52:57 CLSRSC-325: Configure Oracle Grid Infrastructure for a Cluster ... succeeded

[root@deveci02 app]#

 

 

Do you want to learn Oracle Database for Beginners, then read the following articles.

https://ittutorial.org/oracle-database-19c-tutorials-for-beginners/

 

About Mehmet Salih Deveci

I am Founder of SysDBASoft IT and IT Tutorial and Certified Expert about Oracle & SQL Server database, Goldengate, Exadata Machine, Oracle Database Appliance administrator with 10+years experience.I have OCA, OCP, OCE RAC Expert Certificates I have worked 100+ Banking, Insurance, Finance, Telco and etc. clients as a Consultant, Insource or Outsource.I have done 200+ Operations in this clients such as Exadata Installation & PoC & Migration & Upgrade, Oracle & SQL Server Database Upgrade, Oracle RAC Installation, SQL Server AlwaysOn Installation, Database Migration, Disaster Recovery, Backup Restore, Performance Tuning, Periodic Healthchecks.I have done 2000+ Table replication with Goldengate or SQL Server Replication tool for DWH Databases in many clients.If you need Oracle DBA, SQL Server DBA, APPS DBA,  Exadata, Goldengate, EBS Consultancy and Training you can send my email adress [email protected].-                                                                                                                                                                                                                                                 -Oracle DBA, SQL Server DBA, APPS DBA,  Exadata, Goldengate, EBS ve linux Danışmanlık ve Eğitim için  [email protected] a mail atabilirsiniz.

6 comments

  1. Hello.This article was really fascinating, especially because I was searching for thoughts on this subject last Wednesday.

  2. With havin so much written content do you ever run into any problems of plagorism or copyright violation? My blog has a lot of exclusive content I’ve either created myself or outsourced but it seems a lot of it is popping it up all over the internet without my permission. Do you know any ways to help prevent content from being stolen? I’d definitely appreciate it.

  3. Excellent post. I was checking continuously this blog and I am impressed! Extremely useful information specifically the last part 🙂 I care for such info a lot. I was seeking this particular information for a very long time. Thank you and good luck.|

  4. I really like your writing style, excellent info , appreciate it for putting up : D.

  5. I don’t even understand how I stopped up here, however I thought this submit used to be great. I do not realize who you are however definitely you are going to a famous blogger for those who aren’t already. Cheers!|

  6. great issues altogether, you just gained a new reader. What may you suggest about your post that you simply made some days ago? Any certain?|

Leave a Reply

Your email address will not be published. Required fields are marked *