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/,如需轉載,請註明出處,否則將追究法律責任。
相關文章
- Steps to Re-Create ASM Diskgroups(重建asm 磁碟組步驟)ASM
- Exact Steps To Migrate ASM Diskgroups To Another SAN Without DowntimeASM
- 重建ASM磁碟組的步驟 [ID 268481.1]ASM
- 【RAC】asm_diskgroups 引數ASM
- Steps To Recreate Central Inventory(oraInventory) In RDBMS Homes_556834.1AI
- 11gR2中的ASM_DISKGROUPS引數ASM
- 【ASM學習】ASM文件ASM
- How to Recreate the OraInventory on UNIX Systems [ID 472854.1]AI
- Recreate stdby Control File When dbf Are On ASM And Using OMF-734862.1ASM
- Oracle ASM and Multi-Pathing Technologies (文件 ID 294869.1)OracleASM
- ORACLE EM recreateOracle
- How To Recreate A Database Using TTS (Transportable TableSpace) [ID 733824.1]DatabaseTTS
- ASM磁碟組擴容操作文件ASM
- RAW+ASM 的RAC 安裝文件ASM
- asm 文件中相關連結地址ASM
- oracle 11g em recreateOracle
- create a database stepsDatabase
- First steps with Incus
- OCFS2+ASM 的RAC安裝文件ASM
- 利用UDEV管理Linux塊裝置,並分配ASM使用 (文件 ID 1528148.1)devLinuxASM
- ASM & Shared Pool (ORA-4031) (文件 ID 437924.1)故障解決一例ASM
- RAW+ASM 的RAC 安裝文件 收藏(ZF)ASM
- steps()的學習
- SSH steps of developingdev
- CSS 動畫的 stepsCSS動畫
- Quick steps to rebuild the CRSRebuild
- Identify If A Disk/Part Is Still Used By ASM,Used by ASM Or Used by ASM_603210.1IDEASM
- Android Transform + ASM 初探AndroidORMASM
- 11Gr2 RAC udev ASM openfiler(安裝文件)devASM
- DROP AND RECREATE ONLINE REDOLOG FILES
- RMAN Duplicate Database From RAC ASM To RAC ASM [ID 461479.1]DatabaseASM
- Duplicate database from non ASM to ASM to a different host [ID 382669.1]DatabaseASM
- 升級到 11.2.0.3/11.2.0.4 GI/ASM 前需要考慮的事情 (文件 ID 1623280.1)ASM
- 重建控制檔案 recreate control file
- dataguard switchover & failover steps (rac)AI
- 使用apidoc文件神器,快速生成api文件API
- How to Convert a Single-Instance ASM to Cluster ASM [ID 452758.1]ASM
- How to Prepare Storage for ASM (Doc ID 452924.1)ASM