Now you’re less likely to miss what’s been brewing in our knowledge base with this weekly digest
Please, try again later.
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.
%ProgramData%\Veeam\Backup\Plugin
/var/log/VeeamBackup/Plugin
If the backup is managed by Veeam Backup & Replication, please also collect the following:
/tmp/veeam_plugin_logsExample:
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.
Alternatively, collect all logs from the /var/log/VeeamBackup/ folder with this command:
cd /var/log/VeeamBackup/ && sudo tar -cvf - . | gzip -9 > ~/$(hostname)-$(date +"%Y-%m-%d_%H-%M-%S-%z-")-veeam_deployment_logs.tar.gz && cd -
This step should be done on the SAP HANA server.
Use the following query against each database to save information about available backup files and their EBID values.
SELECT BACKUP_ID,SOURCE_TYPE_NAME,HOST,BACKUP_SIZE,DESTINATION_PATH,EXTERNAL_BACKUP_ID FROM M_BACKUP_CATALOG_FILES WHERE DESTINATION_TYPE_NAME='backint'
This step should be done on the SAP HANA server.
Use the following command to save information about available systems running on the SAP HANA server.
ps -eo pid,command | grep -v grep | grep -v sapstartsrv | grep sapstart | awk '{print $3}'
Your feedback has been received and will be reviewed.
Please, try again later.
Please try select less.
This form is only for KB Feedback/Suggestions, if you need help with the software open a support case
Your feedback has been received and will be reviewed.
Please, try again later.