Now you’re less likely to miss what’s been brewing in our knowledge base with this weekly digest
Please, try again later.
An issue with backing up of the Oracle database server and/or removal of Oracle archived logs is suspected. Veeam Technical Support would like to gather information from your servers and databases to investigate this issue.
Additional logs must be gathered manually from the guest OS on the VM in question because they are not captured by the Support Wizard automatically.
NOTE: If Application-Aware Image Processing is disabled, enable it and rerun the job to update the log files within the guest OS.
The following actions need to be performed within the guest OS of the VM in question.
NOTE: All Veeam Backup and Replication tasks against the guest in question must be stopped during this collection process. Otherwise, the information's accuracy will be affected.
Expand the section below that matches the OS of the server where Oracle is running.
vssadmin list writers > C:\vsswriters.txt
vssadmin list providers > C:\vssproviders.txt
sqlplus / as sysdba
select * from v$version;
select status from v$instance;
select log_mode from v$database;
select name from v$controlfile;
select username,sysdba from v$pwfile_users;
show parameter spfile;
show parameter pfile;
select instance from v$thread;
select name from v$database;
Save the output of the above queries in a text file for the support engineer.
The following command can be used to find the files and folder listed above:
find /tmp /tmp/VeeamBackup /var/log/VeeamBackup \( -type f \( -name 'OracleAgent*.log' -o -name 'Agent.LogBackup_cli*.log' \) -o -type d -name 'OracleProxyLogs' \) 2>/dev/null
cat /etc/*release
uname -a
env
vmtoolsd -v
service vmtoolsd status
systemctl status vmtoolsd
lsmod | grep hv_utils
modinfo hv_vmbus
ps -ef | grep hv
PS> Get-VMIntegrationService -VMName "<oracle-vm-name>"
sqlplus / as sysdba
select * from v$version;
select status from v$instance;
select log_mode from v$database;
select name from v$controlfile;
select username,sysdba from v$pwfile_users;
show parameter spfile;
show parameter pfile;
select instance from v$thread;
select name from v$database;
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.