Oracle 11g RAC 建立例項DBCA無法發現ASM Diskgroup
查了METALINK:
ASM is Unable to Detect ASMLIB Disks/Devices. [ID 457369.1] | |||||
| |||||
修改時間 03-DEC-2009 型別 HOWTO 狀態 PUBLISHED |
In this Document
Goal
Solution
Applies to:
Oracle Server - Enterprise Edition - Version: 10.2.0.1 to 11.1.0.6Linux x86
Linux x86-64
Goal
This documented can be used to detect ASMLIB devices/disks thru the ASM instance.Solution
1) First of all, please scan the disks (on all the nodes if RAC):
dbaasm.us.oracle.com:+ASM:oracle:11g>/etc/init.d/oracleasm scandisks
Scanning system for ASM disks: OK ]
2) Second, make sure the disks can be listed :
dbaasm.us.oracle.com:+ASM:oracle:11g>/etc/init.d/oracleasm listdisks
VOL1_10G
VOL2_10G
3) Query each disks:
dbaasm.us.oracle.com:+ASM:oracle:11g>/etc/init.d/oracleasm querydisk VOL1_10G
Disk "VOL1_10G" is a valid ASM disk on device [3, 18]
dbaasm.us.oracle.com:+ASM:oracle:11g>/etc/init.d/oracleasm querydisk VOL2_10G
Disk "VOL2_10G" is a valid ASM disk on device [3, 22]
4) Check if they exist at OS level:
dbaasm.us.oracle.com:+ASM:oracle:11g>ls -l /dev/oracleasm/disks/VOL1_10G
brw-rw---- 1 oracle dba 3, 18 Aug 13 09:54 /dev/oracleasm/disks/VOL1_10G
dbaasm.us.oracle.com:+ASM:oracle:11g>ls -l /dev/oracleasm/disks/VOL2_10G
brw-rw---- 1 oracle dba 3, 22 Aug 13 09:55 /dev/oracleasm/disks/VOL2_10G
5) Then, in the initialization parameter file set the discovery disks string parameter as follow:
asm_diskstring =ORCL:*
Note: Also, you can set it thru the DBCA (during the diskgroup(s) creation) by pressing the [Change Disk Discovery Path] button.
6) If the problem persists then you can set the discovery disks string as follow:
asm_diskstring = /dev/oracleasm/disks/*
7) As workaround you can setasm_diskstring = /dev/oracleasm/disks/*, this is possible for Oracle 10g Release 2 and onwards since it can access block devices. Oracle uses O_DIRECT flag, which can be used for opening block devices to bypass the OS cache.
8) If the problem persists, please open a new service request with Oracle support and then please provide us the next information (from all the nodes if RAC) :
Upload the next files:
=======================================
=)> /var/log/messages
=)> New /etc/sysconfig/oracleasm
=)> alert+ASM#.log for each instance.
================================
And the output of the next commands
================================
$> cat /etc/*release
$> uname -a
$> rpm -qa |grep oracleasm
$> df -ha
$> ls -l /dev/oracleasm/disks
$> powermt display dev=emcpower# (On all the partitions if using PowerPath from EMC)
================================
$> /etc/init.d/oracleasm status
$> usr/sbin/oracleasm-discover
$> /usr/sbin/oracleasm-discover 'ORCL:*'
================================
SQL> show parameter asm
=======================================
來自 “ ITPUB部落格 ” ,連結:http://blog.itpub.net/23135684/viewspace-676080/,如需轉載,請註明出處,否則將追究法律責任。
相關文章
- Oracle 11g RAC到單例項OGG同步Oracle單例
- RAC+DG(asm單例項)ASM單例
- ORACLE11GR2 RAC解除安裝ASM例項步驟OracleASM
- 通過ORACLE VM virtualbox環境安裝oracle 11G RAC(ASM)OracleASM
- 【Oracle】ASM例項安裝入門OracleASM
- 多個資料庫是否可以共有一個Oracle 11g RAC例項KG資料庫Oracle
- oracle11g單例項透過命令列dbca靜默建立資料庫Oracle單例命令列資料庫
- oracle 11G RAC的建立(VM虛擬環境)Oracle
- 【資料庫資料恢復】Oracle ASM例項無法掛載的資料恢復案例資料庫資料恢復OracleASM
- rac二節點例項redo故障無法啟動修復
- RAC節點啟動失敗--ASM無法連線ASM
- linux vdo驗證 oracle asm diskgroup sector_size 4096 udev asmlibLinuxOracleASMdev
- 【ASM】RAC19C因引數設定不當,asm無法啟動ASM
- Oracle 11gR2 ASM例項記憶體管理OracleASM記憶體
- Oracle 11G資料庫單例項安裝Oracle資料庫單例
- Oracle 11g RAC Silent Install For NFSOracleNFS
- Overview of Oracle Flex ASM In Oracle 19c RAC-20220111ViewOracleFlexASM
- oracle 11g 單例項資料庫的安裝Oracle單例資料庫
- Linux 6.9 加盤後的Oracle 12c ASM DiskGroup配置過程LinuxOracleASM
- Oracle 19C 監聽無法動態註冊例項Oracle
- Oracle RAC日常運維-ASM磁碟擴容Oracle運維ASM
- Oracle 11g RAC 監聽日常管理Oracle
- Oracle 11g RAC手動新增serviceOracle
- oracle RAC dbca的時候報錯提示cluster nodes are not accessibleOracle
- 【ASM】Oracle asm刪除磁碟組注意事項ASMOracle
- Oracle 11G RAC叢集安裝(3)——安裝OracleOracle
- 【DG】Oracle 19c使用dbca來搭建物理DG--主rac備racOracle
- Oracle RAC環境下ASM磁碟組擴容OracleASM
- Tuning CPU 100% in Oracle 11g rac-20220215Oracle
- Oracle 11g RAC重新新增節點Oracle
- Oracle 18c使用dbca建立級聯DGOracle
- Oracle:Redhat 7 + Oracle RAC 11g 安裝 bug 總結OracleRedhat
- goldengate + asm + racGoASM
- 【ASK_ORACLE】Relink ASM單例項資料庫詳細步驟OracleASM單例資料庫
- oracle rac 單個例項不能生成awr報告的問題Oracle
- ORA-29702複製RAC Oracle軟體啟動單例項Oracle單例
- oracle 11g rac配置em dbconsole ORA-12514Oracle
- Oracle 11g RAC SCAN ip的原理及配置Oracle
- oracle 12c 資料庫例項監聽無法註冊問題一例Oracle資料庫