Returns the full path of the Mirror Replication Agent instance log file.
log_system_name
When you create a Mirror Replication Agent instance, a log directory is created automatically as part of the instance directory structure. The default value of the log_directory parameter points to that directory.
The default path of the Mirror Replication Agent system log directory is:
C:\%SYBASE%\MRA-12_6\inst_name\log\
where:
%SYBASE% is the Mirror Replication Agent installation directory.
inst_name is the name of the Mirror Replication Agent instance.
If you specify a valid directory path as the value of the log_directory parameter, the Mirror Replication Agent instance places its system log file in the directory you specify.
If you change the value of the log_directory parameter with the ra_config command, the new value is recorded in the configuration file immediately, but you must shut down and restart the Mirror Replication Agent instance to make the new value take effect.
See Chapter 5, “Mirror Replication Agent Configuration Parameters,” for more information.
The system log file contains output from the following trace points:
Trace points identified as SYSTEM trace flags
Additional trace points enabled by using the trace command
A list of all trace flags is provided in the description of the trace command beginning on page §.
The log_system_name command is valid when the Mirror Replication Agent instance is in either Admin or Replicating state.