oracle 11gR2 RAC root.sh 錯誤 ORA-15072 ORA-15018
Oracle 11gR2 RAC 安裝Clusterware 結束, 在第二個節點執行root.sh指令碼的是報如下錯誤:
DiskGroup DATA1 creation failed with the following message:
ORA-15018: diskgroup cannot be created
ORA-15072: command requires at least 1 regular failure groups, discovered only 0
在Oracle 的官網搜了一下, 相關解釋如下
Applies to:
Oracle Server - Enterprise Edition - Version: 11.2.0.1 and later [Release: 11.2 and later ]
Information in this document applies to any platform.
Symptoms
While installing Oracle Grid Infrastructure with ASM, root.sh ran successfully in first node, but fails on the second node.
Error example
1. root.sh failed on second node with following errors
-------------------------------------------------------
DiskGroup DATA1 creation failed with the following message:
ORA-15018: diskgroup cannot be created
ORA-15072: command requires at least 1 regular failure groups, discovered only 0
Configuration of ASM failed, see logs for details
2. rootcrs_nodename.log
-----------------------
2010-02-03 13:40:43: Configuring ASM via ASMCA
2010-02-03 13:40:43: Executing as oracle: /u01/app/1120/grid/bin/asmca -silent -diskGroupName DATA1 -diskList ORCL:DATA1 -redundancy EXTERNAL -configureLocalASM
2010-02-03 13:40:43: Running as user oracle: /u01/app/1120/grid/bin/asmca -silent -diskGroupName DATA1 -diskList ORCL:DATA1 -redundancy EXTERNAL -configureLocalASM
2010-02-03 13:40:43: Invoking "/u01/app/1120/grid/bin/asmca -silent -diskGroupName DATA1 -diskList ORCL:DATA1 -redundancy EXTERNAL -configureLocalASM" as user "oracle"
2010-02-03 13:40:51: Configuration of ASM failed, see logs for details
3. On the 2nd node
/etc/oratab files shows +ASM1, rather than +ASM2
4. The following commands on the 2nd node show the ASM disk information correctly
/etc/init.d/oracleasm listdisks
/etc/init.d/oracleasm scandisks
ls -ltr /dev/oracleasm/disks
Cause
After configuring multipath disks on Linux x86-64, proper parameters have not been configured in /etc/sysconfig/oracleasm
Solution
On all nodes,
1. Modify the /etc/sysconfig/oracleasm with:
ORACLEASM_SCANORDER="dm"
ORACLEASM_SCANEXCLUDE="sd"
2. restart the asmlib by :
# /etc/init.d/oracleasm restart
3. Run root.sh on the 2nd node
在這裡要注意的事, 在執行root.sh 指令碼的時候,會報如下錯誤:
Using configuration parameter file: /oracle/grid/crs/install/crsconfig_params
CRS is already configured on this node for crshome=0
Cannot configure two CRS instances on the same cluster.
Please deconfigure before proceeding with the configuration of new home.
因為之前已經執行過了。 我們需要把之前註冊的資訊 刪除之後,在執行root.sh 指令碼。 執行如下命令,刪除節點註冊資訊:
# /oracle/grid/crs/install/roothas.pl -delete -force -verbose
待刪除完成後在執行,就不會報錯了。
參考:
http://www.cnblogs.com/abenz/archive/2010/06/08/1754328.html
來自 “ ITPUB部落格 ” ,連結:http://blog.itpub.net/12252168/viewspace-2121228/,如需轉載,請註明出處,否則將追究法律責任。
相關文章
- 11gR2 安裝RAC節點2上 root.sh 報錯ORA-15072 ORA-15018
- Oracle 11gR2 RAC連線報錯ora-12537錯誤Oracle
- oracle 11gR2 rac 建立database報ORA-00200錯誤OracleDatabase
- oracle 11gR2 rac 執行root.sh建立diskgroup 不成功問題總結Oracle
- 11gR2 RAC安裝時遇到的一些錯誤
- rac錯誤除錯除錯
- Oracle RAC重新執行root.sh指令碼Oracle指令碼
- Oracle 11gR2 RAC 執行root.sh時遭遇 CRS-0184/PRCR-1070Oracle
- Oracle RAC 錯誤記錄以及處理方法Oracle
- oracle 11gr2 rac 安裝Oracle
- Centos 6.4安裝rac,執行root.sh時報錯CentOS
- RHEL 7 安裝oracle rac 11.2.0.4執行root.sh報錯ohasd failed to startOracleAI
- oracle 11gR2 rac for aix 第二個節點執行root.sh不成功問題處理OracleAI
- oracle install 11gR2 RAC 執行root.sh時出現missing CAP_NUMA_ATTACH 問題Oracle
- Oracle RAC中ORA-01843錯誤分析Oracle
- 【rac故障】root.sh報錯Unable to get VIP info for new node
- Oracle 11gR2 RAC修改SCAN IPOracle
- Oracle RAC root.sh 報錯 Timed out waiting for the CRS stack to start 解決方法OracleAI
- oracle10g rac on solaris 10 x86 clusterware_執行root.sh出錯Oracle
- oracle 11gR2 RAC for linux x86_64 grid執行root.sh 失敗問題處理OracleLinux
- 11gR2 syaasm連線錯誤ASM
- 【RAC安裝】 AIX下安裝Oracle 11gR2 RACAIOracle
- AIX5.3安裝 ORACLE 10.2 RAC 執行root.sh出現lsdb: Cannot allocate memory of size 0 錯誤的解決方法AIOracle
- Oracle Rac root.sh報錯 Failed to create keys in the OLR, rc = 127 libcap.so.1OracleAI
- oracle 19c rac打補丁常見錯誤Oracle
- 10g rac安裝crs,執行root.sh報錯
- Oracle RAC 11gR2開啟歸檔Oracle
- Oracle 11gR2 RAC ORA-00845Oracle
- Oracle 11gR2 RAC修改SCAN IP地址Oracle
- Oracle 11gR2 RAC 常用維護操作Oracle
- 解決:客戶端連線11gR2 RAC報ORA-12545錯誤客戶端
- 【RAC】RAC安裝錯誤手工解除安裝
- AIX 5.3 Install Oracle 10g RAC 錯誤集錦AIOracle 10g
- oracle 11g rac asm ORA-15064錯誤OracleASM
- ORACLE 錯誤Oracle
- Oracle 11gR2 RAC的JDBC連線串OracleJDBC
- oracle 11gR2 RAC crsctl 命令的增強Oracle
- aix下的oracle oracle 10g rac報ora-04030錯誤AIOracle 10g