Last active
October 7, 2023 06:24
-
-
Save dincosman/87987c4588ac26d5028132705bef34c1 to your computer and use it in GitHub Desktop.
Error messages in crs logs and create asm password file
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| [root@exadb02 trace]# vi /u01/app/oracle/diag/crs/exadb02/crs/trace/alert.log | |
| ... | |
| 2020-08-06 11:24:10.239 [ORAROOTAGENT(278746)]CRS-5019: All OCR locations are on ASM disk groups [DATA], and none of these disk groups are mounted. Details are at "(:CLSN00140:)" in "/u01/app/oracle/diag/crs/exadb02/crs/trace/ohasd_orarootagent_root.trc". | |
| ... | |
| [root@exadb02 trace]# tail -f /u01/app/oracle/diag/crs/exadb02/crs/trace/ohasd_orarootagent_root.trc | |
| ... | |
| 2020-08-06 11:29:37.160 : USRTHRD:697435904: [ INFO] {0:5:3} [ora.storage] Error [kgfoAl06] in [kgfokge] at kgfo.c:3169 | |
| 2020-08-06 11:29:37.160 : USRTHRD:697435904: [ INFO] {0:5:3} [ora.storage] ORA-01017: invalid username/password; logon denied | |
| ... | |
| ASMCMD> pwcreate --asm +DATA/orapwASM welcome_1 | |
| ASMCMD-9465: WARNING: passing password on command line is deprecated | |
| OPW-00010: Could not create the password file. This resource has a Password File. | |
| ASMCMD-9454: could not create new password file | |
| ASMCMD> pwdelete --asm | |
| OPW-00022: The password file does not exist. | |
| ASMCMD-9462: could not delete password file | |
| ASMCMD> pwcreate --asm +DATA/orapwASM welcome_1 | |
| ASMCMD-9465: WARNING: passing password on command line is deprecated |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment