| A: |
This is most likely due to an error in the log cache files in cntlmonAPI
e.g. caused by a sudden system shutdown etc. When cmonClient searchs
for logs, the server will respond with "No logs found" when
there are actually log files.
It is necessary to regenerate the log cache files as follows:
cd /ldas_outgoing/cntlmonAPI
rm logCache.tcl logPos.tcl
rm .archiveIndex_fpos
In cmonClient, hit Control -> Utilities -> Restart log Cache utility
Wait for the appearance of new logCache.tcl and logPos.tcl
in /ldas_outgoing/cntlmonAPI before submitting your log filter request.
|