Steps to Recreate ASM Diskgroups (文件 ID 268481.1)
Steps to Recreate ASM Diskgroups (文件 ID 268481.1)
In this Document
Applies to:Oracle Database - Enterprise Edition - Version 10.1.0.2 to 11.2.0.3 [Release 10.1 to 11.2]Information in this document applies to any platform. ***Checked for relevance on 28-May-2013*** PurposeTo provide a method of re-creating ASM diskgroups. ScopeThis document is intended for DBAs and Support Engineers who need to re-create ASM diskgroups. Details
In the event you cannot mount your ASM disk groups, you will be unable to start any databases using those disk groups. Here is a possible error reported when mounting ASM disk groups:
The steps are: Step 1: Ensure that you have a prior RMAN backup of all databases using ASM
The only way you can recover from ASM metadata corruption is to have a prior RMAN backup of the database in an area that would not be affected by an ASM instance outage. As part of your recovery strategy, you should consider integrating tape or other tertiary storage to safeguard your backups. Step 2: Shutdown your ASM instance(s)
Stop your database instances and ASM instances with sqlplus or srvctl (RAC)
setenv ORACLE_SID +ASM
sqlplus '/ as sysdba' SQL> shutdown immediate setenv ORACLE_SID DBSCOTT sqlplus '/ as sysdba' SQL> shutdown immediate SRVCTL (RAC) Example: srvctl stop asm -n srvctl stop asm -n srvctl stop database -d
Step 3: Re-create your ASM disk group(s)
Set your ORACLE_SID to your ASM instance and create a new diskgroup. Example:
setenv ORACLE_SID +ASM
sqlplus '/ as sysdba' SQL> startup nomount SQL> create diskgroup data disk '/dev/rdsk/c1t4d0s4' force; SQL> shutdown immediate SQL> startup mount
Step 4: Restore database
1. Start instance using the local copy of your pfile from step 1. |
![]() |
![]() |
來自 “ ITPUB部落格 ” ,連結:http://blog.itpub.net/17252115/viewspace-1420637/,如需轉載,請註明出處,否則將追究法律責任。
相關文章
- 【RAC】asm_diskgroups 引數ASM
- 【ASM】ORA-27504 ORA-27300 ORA-27303 while starting ASM (Doc ID 2281441.1)ASMWhile
- How to Increase CSS Misscount in single instance ASM installations [ID 729878.1]CSSASM
- ASM磁碟組擴容操作文件ASM
- DROP AND RECREATE ONLINE REDOLOG FILES
- First steps with Incus
- steps()的學習
- ORA-8103 Troubleshooting, Diagnostic and Solution (文件 ID 8103.1)
- querydsl報錯: Attempt to recreate a file for type
- 7 Steps Social Media Marketing
- 【MOS】Creating a PDB ... Fails With ORA-17630 (文件 ID 2090019.1)AI
- Archive log mining steps(logminer to html)HiveHTML
- Basic Steps to Create Dynamic Modification Rule
- Steps to install Docker on Manjaro 16.10--轉DockerJAR
- Two Steps Picking Process in SAP-WM
- Library Cache 診斷:Lock, Pin 以及 Load Lock (文件 ID 1548524.1)
- RMAN restore fails with ORA-01180: can not create datafile 1 (文件 ID 1265151.1)RESTAI
- Steps 元件的設計與實現元件
- Oracle 18c - 配置只讀 OracleHome / DBCA / Patching / Upgrade (文件 ID 2469646.1)Oracle
- crsd.bin Fail With Error CRS-1019 When ohasd Restarted (文件 ID 2291799.1)AIErrorREST
- Problem E - Steps(問題e-步驟)
- CSS3 animation – steps 函式詳解CSSS3函式
- 【ASM】Oracle asm刪除磁碟組注意事項ASMOracle
- 【ASM】ASM磁碟頭被重寫,如何修復ASM
- goldengate + asm + racGoASM
- gnu inline asminlineASM
- 如何確定Single-Primary模式下的MGR主節點(文件 ID 2214438.1)模式
- 【ASM】ASM啟動無法找到spfile問題原因ASM
- 從定位資料塊所在ASM磁碟到ASM strippingASM
- Connect SQL Server from Linux Client using Windows Authentication and troubleshoot stepsSQLServerLinuxclientWindows
- ASM叢集檔案系統ACFS(ASM Cluster File System)ASM
- ASM Metadata Dump UtilityASM
- ASM磁碟組限制ASM
- 4.5.1.1 srvctl add asmASM
- Android Transform + ASM 初探AndroidORMASM
- RAC+ASM+DATAGUARDASM
- ASM Fast Mirror ResyncASMAST
- ASM(Automatic Storage Management)ASM
- 【ASM】asm常用命令及主要功能介紹ASM