【RAC】Diskgroup shows offline after restart even it is mounted in ASM instance
Diskgroup resource shows status offline after restart even it is mounted in ASM instance
Applies to:
Oracle Server - Enterprise Edition - Version: 11.2.0.1.0 - Release: 11.2
Information in this document applies to any platform.
Symptoms
After restart the 11.2 HAS stack, the diskgroup (.dg) resource is showing "OFFLINE" status, but diskgroup is mounted in the ASM instance.
For example:
$ crsctl stat res ora.DATA.dg
NAME=ora.DATA.dg
TYPE=ora.diskgroup.type
TARGET=OFFLINE, ONLINE
STATE=OFFLINE, ONLINE on host1
From ASM when you query , the diskgroup shows as mounted.
SQL> conn / as sysdba
Connected.
SQL> select name,state from v$asm_diskgroup;
NAME STATE
------------------------------ -----------
DATA MOUNTED
Changes
From the crsd.log:
2010-02-05 16:05:09.988: [AGFW][56] ora.DATA.dg host1 1 received state from probe request. Old state = UNKNOWN, New state = OFFLINE
From oraagent_oracle.log:
2010-02-05 16:05:09.799: [AGFW][9] ora.DATA.dg host1 1 state changed from: UNKNOWN to: OFFLINE
Cause
This is caused by an unpublished bug 8663101 11.2 DG RES OFFLINE, BUT DISKGROUP MOUNTED AFTER RESTART HAS STACK
The diskgroup is mounted in asm before crsd is up so crsd is never notified of the diskgroup resource start.
Solution
The bug has been fixed in 11.2.0.2 patchset.
Two workarounds available:
1. Manually start the diskgroup:
srvctl start diskgroup -g [-n ""]
或者:
2. Modify the attribute AUTO_START to "always"
crsctl modify resource ora..dg -attr AUTO_START=always
來自 “ ITPUB部落格 ” ,連結:http://blog.itpub.net/22664653/viewspace-706682/,如需轉載,請註明出處,否則將追究法律責任。
相關文章
- diskgroup "DATADG" cannot be mounted
- LeetCode之Sum of Even Numbers After Queries(Kotlin)LeetCodeKotlin
- goldengate + asm + racGoASM
- RMAN Duplicate RAC to Single Instance
- Keep processes running in the background and even after SSH session disconnectsSession
- RAC+ASM+DATAGUARDASM
- ORA-15055 Unable to Connect to ASM When Starting an InstanceASM
- linux vdo驗證 oracle asm diskgroup sector_size 4096 udev asmlibLinuxOracleASMdev
- 【RAC】asm_diskgroups 引數ASM
- How to Increase CSS Misscount in single instance ASM installations [ID 729878.1]CSSASM
- ASM磁碟空間假裝耗盡,ORA-15041: diskgroup space exhaustedASM
- RAC安裝【AIX 7 + 11.2.0.4 + ASM】AIASM
- RAC+DG(asm單例項)ASM單例
- Linux 6.9 加盤後的Oracle 12c ASM DiskGroup配置過程LinuxOracleASM
- Failed to restart Polybase Data Movement service after running sp_polybase_join_groupAIREST
- HowTo Restore RMAN Disk backups of RAC Database to Single Instance On Another NoRESTDatabase
- RAC和ASM環境下打patchASM
- ASM 翻譯系列第十一彈:高階知識 Offline or drop?ASM
- Oracle RAC日常運維-ASM磁碟擴容Oracle運維ASM
- Oracle RAC環境下ASM磁碟組擴容OracleASM
- 【ASM】RAC19C因引數設定不當,asm無法啟動ASM
- RAC之grid叢集安裝及ASM磁碟組配置ASM
- Overview of Oracle Flex ASM In Oracle 19c RAC-20220111ViewOracleFlexASM
- Oracle 19C RAC open_links_per_instance引數問題Oracle
- 【kingsql分享】Oracle18c RAC ADVM卷OFFLINE修復一例SQLOracle
- ORACLE RAC 11.2.0.4 ASM加盤導致叢集重啟之ASM sga設定過小OracleASM
- oracle RAC+DG 擴容ASM和表空間(Linux)OracleASMLinux
- Oracle RAC ASM磁碟組擴容時遇到的VIP漂移OracleASM
- 【ASM】Oracle RAC css啟動報錯"Duplicate voting file found"ASMOracleCSS
- RAC節點啟動失敗--ASM無法連線ASM
- 虛擬機器搭建rac ASM盤啟動失敗虛擬機ASM
- Oracle 11G RAC One Node's Instance Arise ORA-01105 ORA-01606Oracle
- 配置yilia/even
- ORACLE11GR2 RAC檔案系統變更成ASM EXTEND RAC及高可用測試OracleASM
- ORACLE11GR2 RAC解除安裝ASM例項步驟OracleASM
- 如何檢視Oracle RAC的asm磁碟的udev對應關係OracleASMdev
- 【ASK_ORACLE】Oracle RAC配置ASM Filter Driver(ASMFD)(一)ASMFD簡介OracleASMFilter
- rac壞了asm盤進不去怎麼辦?amdu來辦幫你ASM
- 通過ORACLE VM virtualbox環境安裝oracle 11G RAC(ASM)OracleASM