Wednesday, September 1, 2021

CLSRSC-614: failed to get the list of configured diskgroups - Oracle 12cR2 (12.2.0) - Grid Installation

Environment: 

Operating System: Oracle Linux 6.5
RDBMS Version: Oracle 12c (12.2.0) 
RDBMS Patch: p32928749_122010_Linux-x86-64.zip (July 2021)
Instances: Two Node 

Scenario: While executing 'root.sh' as a 'root' user for Oracle 12c R2 (12.2.0) Grid Installation on 2-node RAC. 



Step-1: Node-1: While executing "root.sh" of Grid Installation got the following errors after "step 19 of 19"

2021/09/01 16:03:18 CLSRSC-594: Executing installation step 19 of 19: 'PostConfig'.
2021/09/01 16:08:56 CLSRSC-614: failed to get the list of configured diskgroups
Died at /u01/app/12.2.0/grid/crs/install/oraasm.pm line 2069.
The command '/u01/app/12.2.0/grid/perl/bin/perl -I/u01/app/12.2.0/grid/perl/lib -I/u01/app/12.2.0/grid/crs/install /u01/app/12.2.0/grid/crs/install/rootcrs.pl ' execution failed

Step-2: Check 'asmcmd' login

[root@primary-rac1 ~]# ps -ef | grep pmon
oracle   10473     1  0 16:00 ?        00:00:00 asm_pmon_+ASM1
root     25874  9531  0 16:09 pts/1    00:00:00 grep pmon
[root@primary-rac1 ~]#


[root@primary-rac1 ~]# asmcmd
kgfnGetConnDetails requires 4 parameters at /u01/app/12.2.0/grid/lib/asmcmdbase.pm line 5704.
[root@primary-rac1 ~]#

Step-3: Execute the following in both the nodes one by one.

[root@primary-rac1 ~]# export ORACLE_HOME=/u01/app/12.2.0/grid
[root@primary-rac1 ~]# . oraenv
ORACLE_SID = [+ASM1] ?
ORACLE_HOME = [/home/oracle] ? /u01/app/12.2.0/grid
The Oracle base remains unchanged with value /u01/app/oracle
[root@primary-rac1 ~]#

[root@primary-rac1 ~]# /usr/bin/make -f /u01/app/12.2.0/grid/rdbms/lib/ins_rdbms.mk client_sharedlib libasmclntsh12.ohso libasmperl12.ohso ORACLE_HOME=/u01/app/12.2.0/grid

/u01/app/12.2.0/grid/bin/genclntsh
`if [ -d /u01/app/12.2.0/grid/lib32 ]; then rm -f /u01/app/12.2.0/grid/lib32/libclntsh.so.10.1; rm -f /u01/app/12.2.0/grid/lib/libclntsh.so.10.1; rm -f /u01/app/12.2.0/grid/lib32/libclntsh.so.11.1; rm -f /u01/app/12.2.0/grid/lib/libclntsh.so.11.1; else rm -f /u01/app/12.2.0/grid/lib/libclntsh.so.10.1; rm -f /u01/app/12.2.0/grid/lib/libclntsh.so.11.1; fi `
`if [ -d /u01/app/12.2.0/grid/lib32 ]; then ln -s libclntsh.so /u01/app/12.2.0/grid/lib32/libclntsh.so.10.1; ln -s libclntsh.so /u01/app/12.2.0/grid/lib/libclntsh.so.10.1; ln -s libclntsh.so /u01/app/12.2.0/grid/lib32/libclntsh.so.11.1; ln -s libclntsh.so /u01/app/12.2.0/grid/lib/libclntsh.so.11.1; else ln -s libclntsh.so /u01/app/12.2.0/grid/lib/libclntsh.so.10.1; ln -s libclntsh.so /u01/app/12.2.0/grid/lib/libclntsh.so.11.1; fi `
/u01/app/12.2.0/grid/bin/genoccish
/u01/app/12.2.0/grid/bin/genagtsh /u01/app/12.2.0/grid/lib/libagtsh.so 1.0
make -f /u01/app/12.2.0/grid/rdbms/lib/ins_rdbms.mk ALWAYS=always /u01/app/12.2.0/grid/lib/libasmclntsh12.so
make[1]: Entering directory `/root'
rm -f /u01/app/12.2.0/grid/lib/libasmclntsh12.so
/u01/app/12.2.0/grid/bin/linkshlib /u01/app/12.2.0/grid/lib/libasmclntsh12.so /u01/app/12.2.0/grid/rdbms/lib/ins_rdbms.mk so ld_shlib LIBS
+ PATH=/bin:/usr/bin:/usr/ccs/bin
+ export PATH
+ lib=/u01/app/12.2.0/grid/lib/libasmclntsh12.so
+ makefile=/u01/app/12.2.0/grid/rdbms/lib/ins_rdbms.mk
+ so_ext=so
+ target=ld_shlib
++ basename /u01/app/12.2.0/grid/lib/libasmclntsh12.so .so
+ libname=libasmclntsh12
++ dirname /u01/app/12.2.0/grid/lib/libasmclntsh12.so
+ sodir=/u01/app/12.2.0/grid/lib
+ ardir=/u01/app/12.2.0/grid/lib/
+ '[' var = ld_shlib ']'
+ suffix=LIBS
+ var=
+ '[' '!' -f /u01/app/12.2.0/grid/lib/libasmclntsh12.a ']'
+ '[' '' '!=' '' ']'
+ make -f /u01/app/12.2.0/grid/rdbms/lib/ins_rdbms.mk ld_shlib _FULL_LIBNAME=/u01/app/12.2.0/grid/lib/libasmclntsh12.so _LIBNAME=libasmclntsh12 _LIBDIR=/u01/app/12.2.0/grid/lib/ '_LIBNAME_LIBS=$(libasmclntsh12LIBS)' '_LIBNAME_EXTRALIBS=$(libasmclntsh12EXTRALIBS)'
make[2]: Entering directory `/root'
/u01/app/12.2.0/grid/bin/orald -o /u01/app/12.2.0/grid/lib/libasmclntsh12.so -shared -z noexecstack -Wl,--disable-new-dtags -L/tmp/bootstraplib/ -L/u01/app/12.2.0/grid/lib/ -L/u01/app/12.2.0/grid/rdbms/lib/ -L/u01/app/12.2.0/grid/lib/stubs/ -Wl,--version-script=/u01/app/12.2.0/grid/rdbms/admin/libasmclntsh12.def -Wl,--whole-archive /u01/app/12.2.0/grid/lib/libasmclntsh12.a -Wl,--no-whole-archive    -lirc
make[2]: Leaving directory `/root'
make[1]: Leaving directory `/root'
make -f /u01/app/12.2.0/grid/rdbms/lib/ins_rdbms.mk ALWAYS=always /u01/app/12.2.0/grid/lib/libasmperl12.so
make[1]: Entering directory `/root'
rm -f /u01/app/12.2.0/grid/lib/libasmperl12.so
/u01/app/12.2.0/grid/bin/linkshlib /u01/app/12.2.0/grid/lib/libasmperl12.so /u01/app/12.2.0/grid/rdbms/lib/ins_rdbms.mk so dlopenlib LIBS
+ PATH=/bin:/usr/bin:/usr/ccs/bin
+ export PATH
+ lib=/u01/app/12.2.0/grid/lib/libasmperl12.so
+ makefile=/u01/app/12.2.0/grid/rdbms/lib/ins_rdbms.mk
+ so_ext=so
+ target=dlopenlib
++ basename /u01/app/12.2.0/grid/lib/libasmperl12.so .so
+ libname=libasmperl12
++ dirname /u01/app/12.2.0/grid/lib/libasmperl12.so
+ sodir=/u01/app/12.2.0/grid/lib
+ ardir=/u01/app/12.2.0/grid/lib/
+ '[' var = dlopenlib ']'
+ suffix=LIBS
+ var=
+ '[' '!' -f /u01/app/12.2.0/grid/lib/libasmperl12.a ']'
+ '[' '' '!=' '' ']'
+ make -f /u01/app/12.2.0/grid/rdbms/lib/ins_rdbms.mk dlopenlib _FULL_LIBNAME=/u01/app/12.2.0/grid/lib/libasmperl12.so _LIBNAME=libasmperl12 _LIBDIR=/u01/app/12.2.0/grid/lib/ '_LIBNAME_LIBS=$(libasmperl12LIBS)' '_LIBNAME_EXTRALIBS=$(libasmperl12EXTRALIBS)'
make[2]: Entering directory `/root'
/u01/app/12.2.0/grid/bin/orald -o /u01/app/12.2.0/grid/lib/libasmperl12.so -shared -z noexecstack -Wl,--disable-new-dtags -L/tmp/bootstraplib/ -L/u01/app/12.2.0/grid/lib/ -L/u01/app/12.2.0/grid/rdbms/lib/ -L/u01/app/12.2.0/grid/lib/stubs/ -Wl,--version-script=/u01/app/12.2.0/grid/rdbms/admin/libasmperl12.def -Wl,--whole-archive /u01/app/12.2.0/grid/lib/libasmperl12.a -Wl,--no-whole-archive -lclntsh -lclntshcore -lasmclntsh12 -lhasgen12 -locr12   -lirc
make[2]: Leaving directory `/root'
make[1]: Leaving directory `/root'
[root@primary-rac1 ~]#

Step-4: Executed again "root.sh" from Node-1

[root@primary-rac1 ~]# /u01/app/12.2.0/grid/root.sh
Performing root user operation.

The following environment variables are set as:
    ORACLE_OWNER= oracle
    ORACLE_HOME=  /u01/app/12.2.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.
Relinking oracle with rac_on option
Using configuration parameter file: /u01/app/12.2.0/grid/crs/install/crsconfig_params
The log of current session can be found at:
  /u01/app/oracle/crsdata/primary-rac1/crsconfig/rootcrs_primary-rac1_2021-09-01_04-21-46PM.log
2021/09/01 16:21:52 CLSRSC-594: Executing installation step 1 of 19: 'SetupTFA'.
2021/09/01 16:21:52 CLSRSC-4001: Installing Oracle Trace File Analyzer (TFA) Collector.
2021/09/01 16:25:27 CLSRSC-4002: Successfully installed Oracle Trace File Analyzer (TFA) Collector.
2021/09/01 16:25:27 CLSRSC-594: Executing installation step 2 of 19: 'ValidateEnv'.
2021/09/01 16:25:37 CLSRSC-363: User ignored prerequisites during installation
2021/09/01 16:25:37 CLSRSC-594: Executing installation step 3 of 19: 'CheckFirstNode'.
2021/09/01 16:25:43 CLSRSC-594: Executing installation step 4 of 19: 'GenSiteGUIDs'.
2021/09/01 16:25:49 CLSRSC-594: Executing installation step 5 of 19: 'SaveParamFile'.
2021/09/01 16:25:55 CLSRSC-594: Executing installation step 6 of 19: 'SetupOSD'.
2021/09/01 16:25:59 CLSRSC-594: Executing installation step 7 of 19: 'CheckCRSConfig'.
2021/09/01 16:26:01 CLSRSC-594: Executing installation step 8 of 19: 'SetupLocalGPNP'.
2021/09/01 16:26:16 CLSRSC-594: Executing installation step 9 of 19: 'ConfigOLR'.
2021/09/01 16:26:20 CLSRSC-594: Executing installation step 10 of 19: 'ConfigCHMOS'.
2021/09/01 16:26:21 CLSRSC-594: Executing installation step 11 of 19: 'CreateOHASD'.
2021/09/01 16:26:24 CLSRSC-594: Executing installation step 12 of 19: 'ConfigOHASD'.
2021/09/01 16:26:27 CLSRSC-594: Executing installation step 13 of 19: 'InstallAFD'.
2021/09/01 16:26:31 CLSRSC-594: Executing installation step 14 of 19: 'InstallACFS'.
2021/09/01 16:26:36 CLSRSC-594: Executing installation step 15 of 19: 'InstallKA'.
2021/09/01 16:26:49 CLSRSC-594: Executing installation step 16 of 19: 'InitConfig'.
CRS-2791: Starting shutdown of Oracle High Availability Services-managed resources on 'primary-rac1'
CRS-2673: Attempting to stop 'ora.crsd' on 'primary-rac1'
CRS-2790: Starting shutdown of Cluster Ready Services-managed resources on server 'primary-rac1'
CRS-2673: Attempting to stop 'ora.LISTENER_SCAN3.lsnr' on 'primary-rac1'
CRS-2673: Attempting to stop 'ora.LISTENER_SCAN2.lsnr' on 'primary-rac1'
CRS-2673: Attempting to stop 'ora.LISTENER_SCAN1.lsnr' on 'primary-rac1'
CRS-2673: Attempting to stop 'ora.OCRVD.dg' on 'primary-rac1'
CRS-2673: Attempting to stop 'ora.primary-rac1.vip' on 'primary-rac1'
CRS-2673: Attempting to stop 'ora.cvu' on 'primary-rac1'
CRS-2673: Attempting to stop 'ora.qosmserver' on 'primary-rac1'
CRS-2677: Stop of 'ora.OCRVD.dg' on 'primary-rac1' succeeded
CRS-2673: Attempting to stop 'ora.asm' on 'primary-rac1'
CRS-2677: Stop of 'ora.LISTENER_SCAN1.lsnr' on 'primary-rac1' succeeded
CRS-2673: Attempting to stop 'ora.scan1.vip' on 'primary-rac1'
CRS-2677: Stop of 'ora.LISTENER_SCAN3.lsnr' on 'primary-rac1' succeeded
CRS-2673: Attempting to stop 'ora.scan3.vip' on 'primary-rac1'
CRS-2677: Stop of 'ora.LISTENER_SCAN2.lsnr' on 'primary-rac1' succeeded
CRS-2673: Attempting to stop 'ora.scan2.vip' on 'primary-rac1'
CRS-2677: Stop of 'ora.cvu' on 'primary-rac1' succeeded
CRS-2677: Stop of 'ora.asm' on 'primary-rac1' succeeded
CRS-2673: Attempting to stop 'ora.ASMNET1LSNR_ASM.lsnr' on 'primary-rac1'
CRS-2677: Stop of 'ora.primary-rac1.vip' on 'primary-rac1' succeeded
CRS-2677: Stop of 'ora.scan3.vip' on 'primary-rac1' succeeded
CRS-2677: Stop of 'ora.scan1.vip' on 'primary-rac1' succeeded
CRS-2677: Stop of 'ora.scan2.vip' on 'primary-rac1' succeeded
CRS-2677: Stop of 'ora.ASMNET1LSNR_ASM.lsnr' on 'primary-rac1' succeeded
CRS-2677: Stop of 'ora.qosmserver' on 'primary-rac1' succeeded
CRS-2673: Attempting to stop 'ora.ons' on 'primary-rac1'
CRS-2677: Stop of 'ora.ons' on 'primary-rac1' succeeded
CRS-2673: Attempting to stop 'ora.net1.network' on 'primary-rac1'
CRS-2677: Stop of 'ora.net1.network' on 'primary-rac1' succeeded
CRS-2792: Shutdown of Cluster Ready Services-managed resources on 'primary-rac1' has completed
CRS-2677: Stop of 'ora.crsd' on 'primary-rac1' succeeded
CRS-2673: Attempting to stop 'ora.storage' on 'primary-rac1'
CRS-2673: Attempting to stop 'ora.crf' on 'primary-rac1'
CRS-2673: Attempting to stop 'ora.drivers.acfs' on 'primary-rac1'
CRS-2673: Attempting to stop 'ora.gpnpd' on 'primary-rac1'
CRS-2673: Attempting to stop 'ora.mdnsd' on 'primary-rac1'
CRS-2677: Stop of 'ora.storage' on 'primary-rac1' succeeded
CRS-2673: Attempting to stop 'ora.asm' on 'primary-rac1'
CRS-2677: Stop of 'ora.drivers.acfs' on 'primary-rac1' succeeded
CRS-2677: Stop of 'ora.crf' on 'primary-rac1' succeeded
CRS-2677: Stop of 'ora.gpnpd' on 'primary-rac1' succeeded
CRS-2677: Stop of 'ora.mdnsd' on 'primary-rac1' succeeded
CRS-2677: Stop of 'ora.asm' on 'primary-rac1' succeeded
CRS-2673: Attempting to stop 'ora.cluster_interconnect.haip' on 'primary-rac1'
CRS-2677: Stop of 'ora.cluster_interconnect.haip' on 'primary-rac1' succeeded
CRS-2673: Attempting to stop 'ora.ctssd' on 'primary-rac1'
CRS-2673: Attempting to stop 'ora.evmd' on 'primary-rac1'
CRS-2677: Stop of 'ora.ctssd' on 'primary-rac1' succeeded
CRS-2677: Stop of 'ora.evmd' on 'primary-rac1' succeeded
CRS-2673: Attempting to stop 'ora.cssd' on 'primary-rac1'
CRS-2677: Stop of 'ora.cssd' on 'primary-rac1' succeeded
CRS-2673: Attempting to stop 'ora.driver.afd' on 'primary-rac1'
CRS-2673: Attempting to stop 'ora.gipcd' on 'primary-rac1'
CRS-2677: Stop of 'ora.driver.afd' on 'primary-rac1' succeeded
CRS-2677: Stop of 'ora.gipcd' on 'primary-rac1' succeeded
CRS-2793: Shutdown of Oracle High Availability Services-managed resources on 'primary-rac1' has completed
CRS-4133: Oracle High Availability Services has been stopped.
2021/09/01 16:27:18 CLSRSC-594: Executing installation step 17 of 19: 'StartCluster'.
CRS-4123: Starting Oracle High Availability Services-managed resources
CRS-2672: Attempting to start 'ora.mdnsd' on 'primary-rac1'
CRS-2672: Attempting to start 'ora.evmd' on 'primary-rac1'
CRS-2676: Start of 'ora.mdnsd' on 'primary-rac1' succeeded
CRS-2676: Start of 'ora.evmd' on 'primary-rac1' succeeded
CRS-2672: Attempting to start 'ora.gpnpd' on 'primary-rac1'
CRS-2676: Start of 'ora.gpnpd' on 'primary-rac1' succeeded
CRS-2672: Attempting to start 'ora.gipcd' on 'primary-rac1'
CRS-2676: Start of 'ora.gipcd' on 'primary-rac1' succeeded
CRS-2672: Attempting to start 'ora.cssdmonitor' on 'primary-rac1'
CRS-2676: Start of 'ora.cssdmonitor' on 'primary-rac1' succeeded
CRS-2672: Attempting to start 'ora.cssd' on 'primary-rac1'
CRS-2672: Attempting to start 'ora.diskmon' on 'primary-rac1'
CRS-2676: Start of 'ora.diskmon' on 'primary-rac1' succeeded
CRS-2676: Start of 'ora.cssd' on 'primary-rac1' succeeded
CRS-2672: Attempting to start 'ora.cluster_interconnect.haip' on 'primary-rac1'
CRS-2672: Attempting to start 'ora.ctssd' on 'primary-rac1'
CRS-2676: Start of 'ora.ctssd' on 'primary-rac1' succeeded
CRS-2676: Start of 'ora.cluster_interconnect.haip' on 'primary-rac1' succeeded
CRS-2672: Attempting to start 'ora.asm' on 'primary-rac1'
CRS-2676: Start of 'ora.asm' on 'primary-rac1' succeeded
CRS-2672: Attempting to start 'ora.storage' on 'primary-rac1'
CRS-2676: Start of 'ora.storage' on 'primary-rac1' succeeded
CRS-2672: Attempting to start 'ora.crf' on 'primary-rac1'
CRS-2676: Start of 'ora.crf' on 'primary-rac1' succeeded
CRS-2672: Attempting to start 'ora.crsd' on 'primary-rac1'
CRS-2676: Start of 'ora.crsd' on 'primary-rac1' succeeded
CRS-6023: Starting Oracle Cluster Ready Services-managed resources
LSNRCTL for Linux: Version 12.2.0.1.0 - Production on 01-SEP-2021 16:28:27
Copyright (c) 1991, 2016, Oracle.  All rights reserved.
Connecting to (DESCRIPTION=(CONNECT_DATA=(SERVICE_NAME=))(ADDRESS=(PROTOCOL=TCP)(HOST=23.202.231.168)(PORT=1521)))
TNS-12535: TNS:operation timed out
 TNS-12560: TNS:protocol adapter error
  TNS-00505: Operation timed out
Connecting to (DESCRIPTION=(CONNECT_DATA=(SERVICE_NAME=))(ADDRESS=(PROTOCOL=TCP)(HOST=23.195.69.108)(PORT=1521)))
CRS-5014: Agent "ORAAGENT" timed out starting process "/u01/app/12.2.0/grid/bin/lsnrctl" for action "check": details at "(:CLSN00009:)" in "/u01/app/oracle/diag/crs/primary-rac1/crs/trace/crsd_oraagent_oracle.trc"
CRS-5017: The resource action "ora.MGMTLSNR check" encountered the following error:
(:CLSN00009:)Command Aborted. For details refer to "(:CLSN00109:)" in "/u01/app/oracle/diag/crs/primary-rac1/crs/trace/crsd_oraagent_oracle.trc".
CRS-2664: Resource 'ora.OCRVD.dg' is already running on 'primary-rac1'
CRS-6017: Processing resource auto-start for servers: primary-rac1
CRS-2672: Attempting to start 'ora.scan3.vip' on 'primary-rac1'
CRS-2672: Attempting to start 'ora.scan2.vip' on 'primary-rac1'
CRS-2672: Attempting to start 'ora.scan1.vip' on 'primary-rac1'
CRS-2672: Attempting to start 'ora.primary-rac1.vip' on 'primary-rac1'
CRS-2672: Attempting to start 'ora.ons' on 'primary-rac1'
CRS-2672: Attempting to start 'ora.qosmserver' on 'primary-rac1'
CRS-2672: Attempting to start 'ora.cvu' on 'primary-rac1'
CRS-2676: Start of 'ora.cvu' on 'primary-rac1' succeeded
CRS-2676: Start of 'ora.scan3.vip' on 'primary-rac1' succeeded
CRS-2672: Attempting to start 'ora.LISTENER_SCAN3.lsnr' on 'primary-rac1'
CRS-2676: Start of 'ora.scan2.vip' on 'primary-rac1' succeeded
CRS-2672: Attempting to start 'ora.LISTENER_SCAN2.lsnr' on 'primary-rac1'
CRS-2676: Start of 'ora.primary-rac1.vip' on 'primary-rac1' succeeded
CRS-2676: Start of 'ora.scan1.vip' on 'primary-rac1' succeeded
CRS-2672: Attempting to start 'ora.LISTENER_SCAN1.lsnr' on 'primary-rac1'
CRS-2676: Start of 'ora.ons' on 'primary-rac1' succeeded
CRS-2676: Start of 'ora.LISTENER_SCAN3.lsnr' on 'primary-rac1' succeeded
CRS-2676: Start of 'ora.LISTENER_SCAN2.lsnr' on 'primary-rac1' succeeded
CRS-2676: Start of 'ora.LISTENER_SCAN1.lsnr' on 'primary-rac1' succeeded
CRS-2676: Start of 'ora.qosmserver' on 'primary-rac1' succeeded
CRS-6016: Resource auto-start has completed for server primary-rac1
CRS-6024: Completed start of Oracle Cluster Ready Services-managed resources
CRS-4123: Oracle High Availability Services has been started.
2021/09/01 16:30:57 CLSRSC-343: Successfully started Oracle Clusterware stack
2021/09/01 16:30:57 CLSRSC-594: Executing installation step 18 of 19: 'ConfigNode'.
2021/09/01 16:31:03 CLSRSC-594: Executing installation step 19 of 19: 'PostConfig'.
2021/09/01 16:32:09 CLSRSC-325: Configure Oracle Grid Infrastructure for a Cluster ... succeeded
[root@primary-rac1 ~]#

Step-5: Check the asmcmd as a 'oracle' user

[oracle@primary-rac1 ~]$ . oraenv
ORACLE_SID = [orcldb1] ? +ASM1
ORACLE_HOME = [/home/oracle] ? /u01/app/12.2.0/grid
The Oracle base remains unchanged with value /u01/app/oracle

[oracle@primary-rac1 ~]$ asmcmd lsdg
State    Type    Rebal  Sector  Logical_Sector  Block       AU  Total_MB  Free_MB  Req_mir_free_MB  Usable_file_MB  Offline_disks  Voting_files  Name
MOUNTED  EXTERN  N         512             512   4096  4194304     40952    40660                0           40660              0             Y  OCRVD/
[oracle@primary-rac1 ~]$

Step-6: Execute "root.sh" in Node-2 

[root@primary-rac2 grid]# /u01/app/12.2.0/grid/root.sh
Performing root user operation.

The following environment variables are set as:
    ORACLE_OWNER= oracle
    ORACLE_HOME=  /u01/app/12.2.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.
Relinking oracle with rac_on option
Using configuration parameter file: /u01/app/12.2.0/grid/crs/install/crsconfig_params
The log of current session can be found at:
  /u01/app/oracle/crsdata/primary-rac2/crsconfig/rootcrs_primary-rac2_2021-09-01_04-43-15PM.log
2021/09/01 16:43:18 CLSRSC-594: Executing installation step 1 of 19: 'SetupTFA'.
2021/09/01 16:43:18 CLSRSC-4001: Installing Oracle Trace File Analyzer (TFA) Collector.
2021/09/01 16:48:16 CLSRSC-4002: Successfully installed Oracle Trace File Analyzer (TFA) Collector.
2021/09/01 16:48:16 CLSRSC-594: Executing installation step 2 of 19: 'ValidateEnv'.
2021/09/01 16:48:19 CLSRSC-363: User ignored prerequisites during installation
2021/09/01 16:48:19 CLSRSC-594: Executing installation step 3 of 19: 'CheckFirstNode'.
2021/09/01 16:48:20 CLSRSC-594: Executing installation step 4 of 19: 'GenSiteGUIDs'.
2021/09/01 16:48:20 CLSRSC-594: Executing installation step 5 of 19: 'SaveParamFile'.
2021/09/01 16:48:22 CLSRSC-594: Executing installation step 6 of 19: 'SetupOSD'.
2021/09/01 16:48:23 CLSRSC-594: Executing installation step 7 of 19: 'CheckCRSConfig'.
2021/09/01 16:48:24 CLSRSC-594: Executing installation step 8 of 19: 'SetupLocalGPNP'.
2021/09/01 16:48:26 CLSRSC-594: Executing installation step 9 of 19: 'ConfigOLR'.
2021/09/01 16:48:27 CLSRSC-594: Executing installation step 10 of 19: 'ConfigCHMOS'.
2021/09/01 16:49:13 CLSRSC-594: Executing installation step 11 of 19: 'CreateOHASD'.
2021/09/01 16:49:14 CLSRSC-594: Executing installation step 12 of 19: 'ConfigOHASD'.
2021/09/01 16:49:15 CLSRSC-594: Executing installation step 13 of 19: 'InstallAFD'.
2021/09/01 16:49:17 CLSRSC-594: Executing installation step 14 of 19: 'InstallACFS'.
CRS-2791: Starting shutdown of Oracle High Availability Services-managed resources on 'primary-rac2'
CRS-2793: Shutdown of Oracle High Availability Services-managed resources on 'primary-rac2' has completed
CRS-4133: Oracle High Availability Services has been stopped.
CRS-4123: Oracle High Availability Services has been started.
2021/09/01 16:49:34 CLSRSC-594: Executing installation step 15 of 19: 'InstallKA'.
2021/09/01 16:49:36 CLSRSC-594: Executing installation step 16 of 19: 'InitConfig'.
CRS-2791: Starting shutdown of Oracle High Availability Services-managed resources on 'primary-rac2'
CRS-2793: Shutdown of Oracle High Availability Services-managed resources on 'primary-rac2' has completed
CRS-4133: Oracle High Availability Services has been stopped.
CRS-4123: Oracle High Availability Services has been started.
CRS-2791: Starting shutdown of Oracle High Availability Services-managed resources on 'primary-rac2'
CRS-2673: Attempting to stop 'ora.drivers.acfs' on 'primary-rac2'
CRS-2677: Stop of 'ora.drivers.acfs' on 'primary-rac2' succeeded
CRS-2793: Shutdown of Oracle High Availability Services-managed resources on 'primary-rac2' has completed
CRS-4133: Oracle High Availability Services has been stopped.
2021/09/01 16:49:45 CLSRSC-594: Executing installation step 17 of 19: 'StartCluster'.
CRS-4123: Starting Oracle High Availability Services-managed resources
CRS-2672: Attempting to start 'ora.mdnsd' on 'primary-rac2'
CRS-2672: Attempting to start 'ora.evmd' on 'primary-rac2'
CRS-2676: Start of 'ora.evmd' on 'primary-rac2' succeeded
CRS-2676: Start of 'ora.mdnsd' on 'primary-rac2' succeeded
CRS-2672: Attempting to start 'ora.gpnpd' on 'primary-rac2'
CRS-2676: Start of 'ora.gpnpd' on 'primary-rac2' succeeded
CRS-2672: Attempting to start 'ora.gipcd' on 'primary-rac2'
CRS-2676: Start of 'ora.gipcd' on 'primary-rac2' succeeded
CRS-2672: Attempting to start 'ora.cssdmonitor' on 'primary-rac2'
CRS-2676: Start of 'ora.cssdmonitor' on 'primary-rac2' succeeded
CRS-2672: Attempting to start 'ora.cssd' on 'primary-rac2'
CRS-2672: Attempting to start 'ora.diskmon' on 'primary-rac2'
CRS-2676: Start of 'ora.diskmon' on 'primary-rac2' succeeded
CRS-2676: Start of 'ora.cssd' on 'primary-rac2' succeeded
CRS-2672: Attempting to start 'ora.cluster_interconnect.haip' on 'primary-rac2'
CRS-2672: Attempting to start 'ora.ctssd' on 'primary-rac2'
CRS-2676: Start of 'ora.ctssd' on 'primary-rac2' succeeded
CRS-2676: Start of 'ora.cluster_interconnect.haip' on 'primary-rac2' succeeded
CRS-2672: Attempting to start 'ora.asm' on 'primary-rac2'
CRS-2676: Start of 'ora.asm' on 'primary-rac2' succeeded
CRS-2672: Attempting to start 'ora.storage' on 'primary-rac2'
CRS-2676: Start of 'ora.storage' on 'primary-rac2' succeeded
CRS-2672: Attempting to start 'ora.crf' on 'primary-rac2'
CRS-2676: Start of 'ora.crf' on 'primary-rac2' succeeded
CRS-2672: Attempting to start 'ora.crsd' on 'primary-rac2'
CRS-2676: Start of 'ora.crsd' on 'primary-rac2' succeeded
CRS-6017: Processing resource auto-start for servers: primary-rac2
CRS-2673: Attempting to stop 'ora.LISTENER_SCAN1.lsnr' on 'primary-rac1'
CRS-2672: Attempting to start 'ora.net1.network' on 'primary-rac2'
CRS-2672: Attempting to start 'ora.ASMNET1LSNR_ASM.lsnr' on 'primary-rac2'
CRS-2677: Stop of 'ora.LISTENER_SCAN1.lsnr' on 'primary-rac1' succeeded
CRS-2676: Start of 'ora.net1.network' on 'primary-rac2' succeeded
CRS-2673: Attempting to stop 'ora.scan1.vip' on 'primary-rac1'
CRS-2672: Attempting to start 'ora.ons' on 'primary-rac2'
CRS-2677: Stop of 'ora.scan1.vip' on 'primary-rac1' succeeded
CRS-2672: Attempting to start 'ora.scan1.vip' on 'primary-rac2'
CRS-2676: Start of 'ora.scan1.vip' on 'primary-rac2' succeeded
CRS-2672: Attempting to start 'ora.LISTENER_SCAN1.lsnr' on 'primary-rac2'
CRS-2676: Start of 'ora.ons' on 'primary-rac2' succeeded
CRS-2676: Start of 'ora.ASMNET1LSNR_ASM.lsnr' on 'primary-rac2' succeeded
CRS-2672: Attempting to start 'ora.asm' on 'primary-rac2'
CRS-2676: Start of 'ora.LISTENER_SCAN1.lsnr' on 'primary-rac2' succeeded
CRS-2676: Start of 'ora.asm' on 'primary-rac2' succeeded
CRS-6016: Resource auto-start has completed for server primary-rac2
CRS-6024: Completed start of Oracle Cluster Ready Services-managed resources
CRS-4123: Oracle High Availability Services has been started.
2021/09/01 16:53:15 CLSRSC-343: Successfully started Oracle Clusterware stack
2021/09/01 16:53:15 CLSRSC-594: Executing installation step 18 of 19: 'ConfigNode'.
2021/09/01 16:53:29 CLSRSC-594: Executing installation step 19 of 19: 'PostConfig'.
2021/09/01 16:53:42 CLSRSC-325: Configure Oracle Grid Infrastructure for a Cluster ... succeeded
You have mail in /var/spool/mail/root
[root@primary-rac2 grid]#

Please refer for more details:

ASMCMD Failing With "KGFNGETCONNDETAILS Requires 4 Parameters at <GI_HOME>/lib/asmcmdbase.pm (Doc ID 2748316.1)


Hope it helps...



No comments:

Post a Comment