安裝grid執行root.sh報錯ORA-15020 discovered duplicate ASM disk排查
LINUX上安裝11.2.0.4 RAC時,安裝grid執行root.sh報錯ORA-15020 discovered duplicate ASM disk排查。
之後安裝GRID執行root.sh時報錯:
ORA-15018: diskgroup cannot be created
從作業系統層面使用start_udev,舊的沒產生,最終是重啟解決碟符問題。
GRID安裝出錯後,新安裝環境就使用了重新安裝的方式。
------------root.sh報錯資訊
[root@lnx67 Packages]# sh /u01/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/11.2.0/grid
Enter the full pathname of the local bin directory: [/usr/local/bin]:
Copying dbhome to /usr/local/bin ...
Copying oraenv to /usr/local/bin ...
Copying coraenv to /usr/local/bin ...
Creating /etc/oratab file...
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/11.2.0/grid/crs/install/crsconfig_params
Creating trace directory
User ignored Prerequisites during installation
Installing Trace File Analyzer
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 upstart
CRS-2672: Attempting to start 'ora.mdnsd' on 'lnx67'
CRS-2676: Start of 'ora.mdnsd' on 'lnx67' succeeded
CRS-2672: Attempting to start 'ora.gpnpd' on 'lnx67'
CRS-2676: Start of 'ora.gpnpd' on 'lnx67' succeeded
CRS-2672: Attempting to start 'ora.cssdmonitor' on 'lnx67'
CRS-2672: Attempting to start 'ora.gipcd' on 'lnx67'
CRS-2676: Start of 'ora.cssdmonitor' on 'lnx67' succeeded
CRS-2676: Start of 'ora.gipcd' on 'lnx67' succeeded
CRS-2672: Attempting to start 'ora.cssd' on 'lnx67'
CRS-2672: Attempting to start 'ora.diskmon' on 'lnx67'
CRS-2676: Start of 'ora.diskmon' on 'lnx67' succeeded
CRS-2676: Start of 'ora.cssd' on 'lnx67' succeeded
Disk Group dgocr creation failed with the following message:
ORA-15018: diskgroup cannot be created
ORA-15020: discovered duplicate ASM disk "DGOCR_0000"
Configuration of ASM ... failed
see asmca logs at /u01/app/oracle/cfgtoollogs/asmca for details
Did not succssfully configure and start ASM at /u01/11.2.0/grid/crs/install/crsconfig_lib.pm line 6912.
/u01/11.2.0/grid/perl/bin/perl -I/u01/11.2.0/grid/perl/lib -I/u01/11.2.0/grid/crs/install /u01/11.2.0/grid/crs/install/rootcrs.pl execution failed
You have new mail in /var/spool/mail/root
[root@lnx67 rules.d]# ls -al /dev/asm*
brw-rw---- 1 grid asmadmin 250, 0 Jan 5 14:47 /dev/asm-diskb
brw-rw---- 1 grid asmadmin 250, 16 Jan 5 14:47 /dev/asm-diskc
brw-rw---- 1 grid asmadmin 250, 32 Jan 5 14:47 /dev/asm-diskd
修改UDEV規則,將ASM使用的盤名字改為:[root@lnx67 Packages]# ls -al /dev/asm*
brw-rw---- 1 grid asmadmin 250, 16 Jan 6 08:24 /dev/asm-diskarch
brw-rw---- 1 grid asmadmin 250, 0 Jan 5 14:47 /dev/asm-diskb
brw-rw---- 1 grid asmadmin 250, 16 Jan 5 14:47 /dev/asm-diskc
brw-rw---- 1 grid asmadmin 250, 32 Jan 5 14:47 /dev/asm-diskd
brw-rw---- 1 grid asmadmin 250, 32 Jan 6 08:24 /dev/asm-diskdata
brw-rw---- 1 grid asmadmin 250, 0 Jan 6 08:45 /dev/asm-diskocr
此時原來的繫結規劃生成的碟符沒有消失,新的碟符產生了。之後安裝GRID執行root.sh時報錯:
ORA-15018: diskgroup cannot be created
ORA-15020: discovered duplicate ASM disk "DGOCR_0000"
-------2016/2/29幫人查問題發現最新資訊: 12cR1安裝時同樣問題,只報錯ORA-15018:這一行。。。
從作業系統層面使用start_udev,舊的沒產生,最終是重啟解決碟符問題。
GRID安裝出錯後,新安裝環境就使用了重新安裝的方式。
------------root.sh報錯資訊
[root@lnx67 Packages]# sh /u01/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/11.2.0/grid
Enter the full pathname of the local bin directory: [/usr/local/bin]:
Copying dbhome to /usr/local/bin ...
Copying oraenv to /usr/local/bin ...
Copying coraenv to /usr/local/bin ...
Creating /etc/oratab file...
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/11.2.0/grid/crs/install/crsconfig_params
Creating trace directory
User ignored Prerequisites during installation
Installing Trace File Analyzer
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 upstart
CRS-2672: Attempting to start 'ora.mdnsd' on 'lnx67'
CRS-2676: Start of 'ora.mdnsd' on 'lnx67' succeeded
CRS-2672: Attempting to start 'ora.gpnpd' on 'lnx67'
CRS-2676: Start of 'ora.gpnpd' on 'lnx67' succeeded
CRS-2672: Attempting to start 'ora.cssdmonitor' on 'lnx67'
CRS-2672: Attempting to start 'ora.gipcd' on 'lnx67'
CRS-2676: Start of 'ora.cssdmonitor' on 'lnx67' succeeded
CRS-2676: Start of 'ora.gipcd' on 'lnx67' succeeded
CRS-2672: Attempting to start 'ora.cssd' on 'lnx67'
CRS-2672: Attempting to start 'ora.diskmon' on 'lnx67'
CRS-2676: Start of 'ora.diskmon' on 'lnx67' succeeded
CRS-2676: Start of 'ora.cssd' on 'lnx67' succeeded
Disk Group dgocr creation failed with the following message:
ORA-15018: diskgroup cannot be created
ORA-15020: discovered duplicate ASM disk "DGOCR_0000"
Configuration of ASM ... failed
see asmca logs at /u01/app/oracle/cfgtoollogs/asmca for details
Did not succssfully configure and start ASM at /u01/11.2.0/grid/crs/install/crsconfig_lib.pm line 6912.
/u01/11.2.0/grid/perl/bin/perl -I/u01/11.2.0/grid/perl/lib -I/u01/11.2.0/grid/crs/install /u01/11.2.0/grid/crs/install/rootcrs.pl execution failed
You have new mail in /var/spool/mail/root
相關文章
- 10g rac安裝crs,執行root.sh報錯
- ORA-15020:discoverd duplicate ASM disk "XXX_CJCDB_OCR_0002"ASM
- [排錯]ORA-15024: discovered duplicately numbered ASM disk 0ASM
- OEL6.8上安裝11.2.0.2執行root.sh報錯
- 安裝grid時執行root.sh時的提示內容
- RHEL5單機安裝11gR2 asm執行root.sh報錯:CRS-4124ASM
- linux平臺11gR2 grid安裝到執行root.sh時報錯Linux
- 安裝RAC 執行root.sh指令碼報錯,解決辦法指令碼
- Centos 6.4安裝rac,執行root.sh時報錯CentOS
- TROUBLESHOOTING - ASM disk not found/visible/discovered issuesASM
- grid安裝執行root.sh時Timed out waiting for the CRS stack to start - 解除安裝gridAI
- RHEL 7 安裝oracle rac 11.2.0.4執行root.sh報錯ohasd failed to startOracleAI
- 11.2.0.4 RAC grid 執行root.sh 報錯libcap.so.1找不到
- 安裝grid軟體報錯
- Contens 5.8 安裝 oracle grid infrastruture(使用asmlib製作asm disk)OracleASTASM
- 安裝grid時如何回退root.sh
- rhel5.6安裝10g clusterware時,節點2執行root.sh報錯
- 安裝GRID時跑root.sh指令碼報錯(ORA-27091: unable to queue I/O)指令碼
- grid 安裝報錯一則--chmod /devdev
- ORA-15024: discovered duplicately numbered ASM disk(Doc ID 1457185.1)ASM
- 【Oracle】11gR2的安裝Grid執行root.sh出現ohasd failed解決方案OracleAI
- RAC grid 11.2.0.1執行root.sh需執行此命令(啟動crs)
- 安裝或執行clone報錯 Unable to find 'kshell' in path
- 11gR2 rac安裝別忘記在hosts裡設定localhost,否則安裝grid執行root.sh不成功localhost
- Oracle Enterprise Linux 5.6下安裝Oracle 10g RAC執行root.sh報錯問題解決LinuxOracle 10g
- 11gr2安裝Grid 時 node2 root.sh失敗Start of resource “ora.asm -init” failedASMAI
- 【ASM】Oracle RAC css啟動報錯"Duplicate voting file found"ASMOracleCSS
- 安裝rac clusterware如何在root.sh失敗後快速重執行root.sh指令碼指令碼
- windows下安裝python3.6.4完成,執行報錯WindowsPython
- drop asm disk、撤銷drop asm diskASM
- 11g R2執行root.sh 不成功的處理及解除安裝 11g grid
- 在Suse 12.4上安裝11.2.0.4的rac執行root.sh報錯“ORA-12547: TNS:lost contact”
- Oracle grid 11gR2 安裝報錯PRVF-5636Oracle
- sendEmail安裝使用及錯誤排查AI
- 手工建立ASM Disk Groups、為 ASM Disk Groups 新增 diskASM
- [重慶思莊每日技術分享]-安裝19c grid時執行指令碼報CRS-1705錯誤指令碼
- 執行SQL發生錯誤!錯誤:disk I/O errorSQLError
- 安裝oracle11g遇到的執行root.sh指令碼問題Oracle指令碼