Hello All,
I am in the middle of Grid Infrastructure Installation setup in Solaris 11.3 and while installation at the executing the root.sh script, getting the error as below.
root@cpl # cat /etc/release
Oracle Solaris 11.3 X86
Copyright (c) 1983, 2016, Oracle and/or its affiliates. All rights reserved.
Assembled 03 August 2016
root@cpl #
root@cpl # uname -a
SunOS cpl 5.11 11.3 i86pc i386 i86pc
root@cpl #
root@cpl # cd /u01/app/
root@cpl # ls -lrt
total 14
drwxr-xr-x 3 root oinstall 3 Feb 6 11:13 11.2.0
drwxrwxr-x 16 oracle oinstall 26 Feb 7 17:50 oracle
drwxr-xr-x 21 grid oinstall 36 Feb 8 15:01 grid
drwxrwx--- 5 grid oinstall 7 Feb 8 15:01 oraInventory
root@cpl # cd grid/
root@cpl # pwd
/u01/app/grid
root@cpl # /u01/app/11.2.0/grid/root.sh
Performing root user operation for Oracle 11g
The following environment variables are set as:
ORACLE_OWNER= grid
ORACLE_HOME= /u01/app/11.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 /var/opt/oracle/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/11.2.0/grid/crs/install/crsconfig_params
User ignored Prerequisites during installation
OLR initialization - successful
root wallet
root wallet cert
root cert export
peer wallet
profile reader wallet
pa wallet
peer wallet keys
pa wallet keys
peer cert request
pa cert request
peer cert
pa cert
peer root cert TP
profile reader root cert TP
pa root cert TP
peer pa cert TP
pa peer cert TP
profile reader pa cert TP
profile reader peer cert TP
peer user cert
pa user cert
Adding Clusterware entries to inittab
CRS-2672: Attempting to start 'ora.mdnsd' on 'cpl'
CRS-2676: Start of 'ora.mdnsd' on 'cpl' succeeded
CRS-2672: Attempting to start 'ora.gpnpd' on 'cpl'
CRS-2676: Start of 'ora.gpnpd' on 'cpl' succeeded
CRS-2672: Attempting to start 'ora.cssdmonitor' on 'cpl'
CRS-2672: Attempting to start 'ora.gipcd' on 'cpl'
CRS-2676: Start of 'ora.gipcd' on 'cpl' succeeded
CRS-2676: Start of 'ora.cssdmonitor' on 'cpl' succeeded
CRS-2672: Attempting to start 'ora.cssd' on 'cpl'
CRS-2672: Attempting to start 'ora.diskmon' on 'cpl'
CRS-2676: Start of 'ora.diskmon' on 'cpl' succeeded
CRS-2676: Start of 'ora.cssd' on 'cpl' succeeded
ASM created and started successfully.
Disk Group OCRVOTE created successfully.
clscfg: -install mode specified
Successfully accumulated necessary OCR keys.
Creating OCR keys for user 'root', privgrp 'root'..
Operation successful.
CRS-4256: Updating the profile
Successful addition of voting disk 0ff64e87d3ca4f6dbf7ebf4d67094e0c.
Successful addition of voting disk af626800543a4fc8bf4e5a2e3e7cd34d.
Successful addition of voting disk 109859eab0ee4ff2bf4574e50102566f.
Successfully replaced voting disk group with +OCRVOTE.
CRS-4256: Updating the profile
CRS-4266: Voting file(s) successfully replaced
## STATE File Universal Id File Name Disk group
-- ----- ----------------- --------- ---------
1. ONLINE 0ff64e87d3ca4f6dbf7ebf4d67094e0c (/dev/rdsk/c2t3d0s0) [OCRVOTE]
2. ONLINE af626800543a4fc8bf4e5a2e3e7cd34d (/dev/rdsk/c2t4d0s0) [OCRVOTE]
3. ONLINE 109859eab0ee4ff2bf4574e50102566f (/dev/rdsk/c2t5d0s0) [OCRVOTE]
Located 3 voting disk(s).
CRS-2672: Attempting to start 'ora.asm' on 'cpl'
CRS-2676: Start of 'ora.asm' on 'cpl' succeeded
CRS-2672: Attempting to start 'ora.OCRVOTE.dg' on 'cpl'
CRS-2676: Start of 'ora.OCRVOTE.dg' on 'cpl' succeeded
/u01/app/11.2.0/grid/bin/srvctl start nodeapps -n cpl ... failed
FirstNode configuration failed at /u01/app/11.2.0/grid/crs/install/crsconfig_lib.pm line 9196.
/u01/app/11.2.0/grid/perl/bin/perl -I/u01/app/11.2.0/grid/perl/lib -I/u01/app/11.2.0/grid/crs/install /u01/app/11.2.0/grid/crs/install/rootcrs.pl execution failed
root@cpl #
Does anyone have idea regarding this!
Regards,
Mani