How to Restore ASM Password File if Lost ( ORA-01017 ORA-15077 )_1644005.1
How to Restore ASM Password File if Lost ( ORA-01017 ORA-15077 ) (Doc ID 1644005.1)
In this Document
Applies to:Oracle Database - Enterprise Edition - Version 12.1.0.1 and laterInformation in this document applies to any platform. GoalIf the ASM password file is lost due to recreation of the DG which is hosting the password file or due to some other reason. Then you need to restore the same with the backup of the ASM Password file SolutionIf the ASM password file is not available then the clusterware stack will not come up and you will see errors in clusterware alert log and crsd log. Other than holding the password authentication the password file also holds the credentials for CRS to connect to ASM instance. In the current scenario, the diskgroup hosting the ASM passwordfile was recreated, resulting in the loss of the original ASM Passwordfile. In such a situation you will notice errors as below
From crsd.log
2014-02-02 14:05:43.885: [ OCRRAW][3619968576]proprinit: Could not open raw device
2014-02-02 14:05:43.888: [ CRSMAIN][3619968576] Created alert : (:CRSD00111:) : Could not init OCR, error: PROC-26: Error while accessing the physical storage
2014-02-02 14:05:43.888: [ CRSD][3619968576][PANIC] CRSD exiting: Could not init OCR, code: 26
From alertvmrac1.log
In such a scenario the following things can be done
Either
Restore the ASM Passwordfile from backup. The backup of ASM Passwordfile should be performed manually after every change, as the automatic backup of ASM passwordfile is currently not being performed. An Enhancement Request to include ASM passwordfile into autobackup is already in place.
How to take a backup of ASM password file and restore the same
----Taking backup----
ASMCMD> pwget --asm
ASMCMD> ls +DGP_01/ASM/PASSWORD/pwdasm.256.844043619
ASMCMD> pwcopy --asm +DGP_01/ASM/PASSWORD/pwdasm.256.844043619
ASMCMD> pwget --asm ASMCMD> pwset --asm +DGP_01/ASM/PASSWORD/pwdasm.256.844043619
ASMCMD> pwget --asm
-----Restoring the password file-----
ASMCMD> pwcopy --asm +DGP_02/pwdasm_bk +DGP_03/pwdasm03
ASMCMD> pwget --asm
ASMCMD> ls +DGP_03/pwdasm03
Or
If manual backup of the ASM passwordfile is not available then, please deconfigure and re-configure the clusterware by following the document "Doc ID 1377349.1" ReferencesNOTE:1377349.1 - How to Deconfigure/Reconfigure(Rebuild OCR) or Deinstall Grid Infrastructure BUG:19675509 - ORA-1017 ORA-15077 COULD NOT START CRSD AFTER CHANGING ASM PASSWD |
|
來自 “ ITPUB部落格 ” ,連結:http://blog.itpub.net/17252115/viewspace-1431127/,如需轉載,請註明出處,否則將追究法律責任。
相關文章
- How to restore ASM based OCRRESTASM
- How to Restore a Lost Voting Disk in 10g [ID 279793.1]REST
- linux lost passwordLinux
- Oracle ASM How many allocation units per fileOracleASM
- How to restore ASM based OCR after complete loss of the CRS diskgroupRESTASM
- How to copy a datafile from ASM to a file system not using RMANASM
- How restore CBO statisticsREST
- How To Restore 12cR1DB to New Host File System using RMAN(一)REST
- How to Reset the MySQL Root PasswordMySql
- Oracle Password File 理解Oracle
- HP -Data Protector Restore file systemREST
- ora-15077,ASM磁碟組不能掛載ASM
- Viewing Password File Members (49)View
- How to build a jar file by mavenUIJARMaven
- How to re-create the ASMASM
- How to cleanup ASM installationASM
- How to Restore the Database Using AMDU after Diskgroup CorruptionRESTDatabase
- How to restore and recover a database from an RMAN backup_881395.1RESTDatabase
- How To Search and Restore files from Site Collection Recycle BinREST
- How to restore raid after reinstall LinuxRESTAILinux
- ORA-01017:invalid username/password; logon deniedGo
- How to change the APPS db password in Oracle EBSAPPOracle
- Oracle ASM File DirectoryOracleASM
- How To Change The Asm Rebalancing PowerASM
- How to Convert Class File to Java File Online?Java
- HP -Data Protector Restore file system【Blog 搬家】REST
- ASM file metadata operationASM
- Oracle中password file的作用及說明Oracle
- How to use Qt Designed Ui fileQTUI
- How to dynamically evaluate a tag within a java fileJava
- HOW TO PRINT FILE TO NOTEPAD IN GUI?GUI
- How to Prepare Storage for ASM (Doc ID 452924.1)ASM
- 11g asm md_backup md_restoreASMREST
- ASM 11g New Features - How ASM Disk Resync WorksASM
- ASM 翻譯系列第八彈:ASM Internal ASM file extent mapASM
- Oracle ASM Cluster File Systems (ACOracleASM
- Move datafile:From File System to ASMASM
- Move datafile:From ASM to File SystemASM