For example, if a Microsoft Windows monitoring agent is running on
computer "server01", the RAS log file for the Monitoring Agent for Windows OS might
be named as follows:
server01_nt_kntcma_437fc59-01.log
For
long-running programs, the
nn suffix is used
to maintain a short history of log files for that startup of the program.
For example, the kntcma program might have a series of
log files as follows:
server01_nt_kntcma_437fc59-01.log
server01_nt_kntcma_437fc59-02.log
server01_nt_kntcma_437fc59-03.log
As the
program runs, the first log (
nn=01) is preserved
because it contains program startup information. The remaining logs
"roll." In other words, when the set of numbered logs reach a maximum
size, the remaining logs are overwritten in sequence.
Each time a program is started, a new timestamp is assigned to
maintain a short program history. For example, if the Monitoring Agent for Windows OS is
started twice, it might have log files as follows:
server01_nt_kntcma_437fc59-01.log
server01_nt_kntcma_437fc59-02.log
server01_nt_kntcma_437fc59-03.log
server01_nt_kntcma_537fc59-01.log
server01_nt_kntcma_537fc59-02.log
server01_nt_kntcma_537fc59-03.log
Each program
that is started has its own log file. For example, the Monitoring Agent for Windows OS would
have agent logs in this format:
server01_nt_kntcma_437fc59-01.log
Other
logs, such as logs for collector processes and Take Action commands,
have a similar syntax as in the following example:
server01_nt_kntpgm_447fc59-01.log
where
kntpgm is the program name.
Note: When
you communicate with IBM® Software
Support, you must capture and send the RAS1 log that matches any problem
occurrence that you report.