How to get trace files in Kaspersky Security 8.0 for Linux Mail Server

Latest update: May 02, 2023 ID: 9099
 
 
 
 
This article concerns Kaspersky Security 8.0 for Linux Mail Server Maintenance Pack 3 (version 8.0.3.30).
 
 
 
 

When you submit a request to Kaspersky technical support, you may be required to provide application trace files. These trace files will help technical support engineers to trace the execution of application commands step by step and determine at which step an error may have occurred.

To get trace files:

  1. Export the settings to a file using the command:
# /opt/kaspersky/klms/bin/klms-control --get-app-settings -f <file_name>
  1. Open the created file.
  2. Go to the <tracerSettings> section.
  3. Find the <enable> parameter and set its value to <enable>=1.
  4. Specify the level of detail of the trace file. To do so, set the appropriate value for the <level> parameter:
    • Fatal — log critical events
    • Error — log error events
    • Warning — log important events
    • Info — log informational events
    • Debug — debugging logs (logs of this level may consume a lot of disk space)
  5. Specify the trace file’s location on the disk. To do so, set the appropriate value for the <destination> parameter:
    • Files  — the trace file will be logged to a separate file in the following directory: /var/log/kaspersky/klms
    • Syslog — the trace file will be logged in the operating system log.
  6. Save the file and import it to the application using the following command:
# /opt/kaspersky/klms/bin/klms-control --set-app-settings -f <file_name>
  1. Restart the application using the following command:
# /etc/init.d/klms restart
  1. Reproduce the issue.
  2. Open the file with the application settings that you saved earlier.
  3. Find the <enable> parameter and set its value to <enable>=0.
  4. Import the file to the application.

The trace file will be created in the specified folder.

Submit a request to Kaspersky support via Kaspersky CompanyAccount with a detailed description of the issue and the trace files.

 
 
 
 
 
Did you find this article helpful?
What can we do better?
Thank you for your feedback! You're helping us improve.
Thank you for your feedback! You're helping us improve.