Quantcast
Channel: Veeam Support Knowledge Base
Viewing all articles
Browse latest Browse all 4362

How to Collect Logs for Veeam Plug-in for IBM Db2

$
0
0

How to Collect Logs for Veeam Plug-in for IBM Db2

KB ID: 4554
Product: Veeam Backup & Replication | 12.1
Published: 2024-03-01
Last Modified: 2024-03-01

Purpose

This article documents how to collect the diagnostic information needed for a support case involving the Veeam Plug-in for IBM Db2.
 

Solution

  1. Collect diagnostic information as documented in the five sections below.
  2. Combine the data into a single .zip file.
  3. Attach the zip file to the Veeam Support case.

1) Veeam Plugin Logs on Veeam Servers

Collect logs found within the plugin folder on the Veeam Backup Server and all Backup Repositories*.

*For repositories other than Windows and Linux, the log files will be located on the Gateway server associated with the repository.

  • Veeam Backup Server / Windows Repository
    %ProgramData%\Veeam\Backup\Plugin
    
  • Linux Repository
    /var/log/VeeamBackup/Plugin
    

2) Veeam Plugin Logs on the Db2 Server

  • Collect plugin logs found in the following folder on the Db2 Server:
    /tmp/veeam_plugin_logs
    
    Example:
cd /tmp/veeam_plugin_logs/ && tar -cvf - . |  gzip -9  >  ~/$(hostname)-$(date +"%Y-%m-%d_%H-%M-%S-%z-")-veeam_plugin_logs.tar.gz && cd -
The output file will be written to the home folder of the account running the command. The exported log file's name will be unique and include the hostname, date stamp, and timezone.

3) Db2 Installation Information

This step should be done on the Db2 Server.

Run the following commands and save the output as a file.

db2level
db2licm -l

4) Db2 Diagnostical Logging

This step should be done on the Db2 Server.

Gather the db2diag.log file from the affected Db2 instance.

Use the command below or ask your database administrator if you are unsure about the exact location of this file.

db2 get dbm cfg | grep -i diagpath

5) Db2 Backup history

This step should be done on the Db2 Server.

Save the output of the following command to a text file :

db2 list history backup all for <DBname>
In case of issues with archive logs processing, also capture the output of the command below:
db2 list history archive log all for <DBname>
To submit feedback regarding this article, please click this link: Send Article Feedback
To report a typo on this page, highlight the typo with your mouse and press CTRL + Enter.

Viewing all articles
Browse latest Browse all 4362

Trending Articles



<script src="https://jsc.adskeeper.com/r/s/rssing.com.1596347.js" async> </script>