When trying to monitor ASM log files using the LogFilter agent, no data is being collected. The following error appears in the log file:
2011-10-19 11:21:37.044 ECHO <OSCartridge/<version>/LogFilter/ASM_Logfilter> WARN [ASM_Logfilter Socket Listener] com.quest.glue.core.jfogbank.JFogbankAgentImpl - Agent log: No log file can be opened.
The ASM path and/or file name contain a "+" sign which needs to be escaped.
Please use regular expression to escape special signs in the path or file name of the agent properties. For example:
The path and file name is:
/oracle/diag/asm/+ASM1/trace/alert_+ASM1.log
Change it in the agent properties to:
/oracle/diag/asm/\+ASM1/trace/alert_\+ASM1.log
© 2025 Quest Software Inc. ALL RIGHTS RESERVED. Terms of Use Privacy Cookie Preference Center