clusterware deconfig 후
[root@oracrs1 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 /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/11.2.0/grid/crs/install/crsconfig_params
User ignored Prerequisites during installation
OLR initialization - successful
Adding Clusterware entries to inittab
CRS-2672: Attempting to start 'ora.mdnsd' on 'oracrs1'
CRS-2676: Start of 'ora.mdnsd' on 'oracrs1' succeeded
CRS-2672: Attempting to start 'ora.gpnpd' on 'oracrs1'
CRS-2676: Start of 'ora.gpnpd' on 'oracrs1' succeeded
CRS-2672: Attempting to start 'ora.cssdmonitor' on 'oracrs1'
CRS-2672: Attempting to start 'ora.gipcd' on 'oracrs1'
CRS-2676: Start of 'ora.gipcd' on 'oracrs1' succeeded
CRS-2676: Start of 'ora.cssdmonitor' on 'oracrs1' succeeded
CRS-2672: Attempting to start 'ora.cssd' on 'oracrs1'
CRS-2672: Attempting to start 'ora.diskmon' on 'oracrs1'
CRS-2676: Start of 'ora.diskmon' on 'oracrs1' succeeded
CRS-2676: Start of 'ora.cssd' on 'oracrs1' succeeded
ASM이 성공적으로 생성되고 시작되었습니다.
디스크 그룹 CRSDG이(가) 성공적으로 생성되었습니다.
clscfg: -install mode specified
Successfully accumulated necessary OCR keys.
Creating OCR keys for user 'root', privgrp 'root'..
Operation successful.
Start of resource "ora.crsd" failed
CRS-2672: Attempting to start 'ora.crsd' on 'oracrs1'
CRS-5017: The resource action "ora.crsd start" encountered the following error:
Start action for daemon aborted. For details refer to "(:CLSN00107:)" in "/u01/app/11.2.0/grid/log/oracrs1/agent/ohasd/orarootagent_root/orarootagent_root.log".
CRS-2674: Start of 'ora.crsd' on 'oracrs1' failed
CRS-2679: Attempting to clean 'ora.crsd' on 'oracrs1'
CRS-2681: Clean of 'ora.crsd' on 'oracrs1' succeeded
CRS-4000: Command Start failed, or completed with errors.
Grid Infrastructure exclusive mode start of Cluster Ready Services failed at /u01/app/11.2.0/grid/crs/install/crsconfig_lib.pm line 6810.
/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@oracrs1 grid]# vi /u01/app/11.2.0/grid/log/oracrs1/agent/ohasd/orarootagent_root/orarootagent_root.log
[root@oracrs1 grid]#
[root@oracrs1 grid]#
[root@oracrs1 grid]# crsctl query css votedisk
Located 0 voting disk(s).
[root@oracrs1 grid]#
위와 같이 에러가 발생할 경우.
1
To fix this issue, i renamed the folder lnx-ps-210 under $ORACLE_HOME/gpnp and executed rootcrs.pl and it fixed the issue!
Here are the complete sequence:
1. Clean up failed installation with rootcrs deconfig command as root user.
2. Clean up the OCR and Voting disks which contain information from previous run.
3. Validate the permission for OCR disk to be correct.
4. Move the directory lnx-ps-210 under $ORACLE_HOME/gpnp
5. run $ORACLE_HOME/root.sh as root user
6. run rootcrs.pl script as root user.