Re: node 2 asm alert log file
Posted by ErmanArslansOracleBlog on Jan 31, 2024; 5:41pm
URL: http://erman-arslan-s-oracle-forum.124.s1.nabble.com/node-2-asm-alert-log-file-tp12293p12294.html
You re in the +ASM1 directory, but you are in node2.. Isn't the name of your ASM instance on node 2 +ASM2? So shouldn't you be in the +ASM2 directory to look for asm alert log?
Just some additional comments..
These types of things happen when something (some name maybe, hostname) is changed and it is not matched with the one recorded in OCR..
Please check that..
Ref: asmcmd alert.log not updated (Doc ID 2294272.1)
Or maybe... the location of the alert log is changed .. Use OS command find to check that. (or use lsof to check the files that are open by the asm processes.. you can catch it using this way as well..
A query which might help -> SELECT VALUE FROM v$diag_info WHERE name = 'Diag Trace'
Ensure your Grid user have required permission for writing it.