How to collect debug logs in Windows, Linux and for Acronis Appliance
Windows
- Open Windows Registry (Start-Run -> regedit).
- Navigate to this key:
HKEY_LOCAL_MACHINE\SOFTWARE\Acronis\Global\Configuration - Create a new DWORD_32 named DebugTrace with value 1.
- Invoke Windows Services (Start-Run -> services.msc). Right-click on each of the following services and restart them:
- Acronis Managed Machine Service
- Acronis Management Server Service
- Acronis Storage Node Service
- Acronis Removable Storage Management Service
- Reproduce the issue.
- Collect Acronis System Report as described in Acronis Backup 11.7/11.5: Generating System Report. The System Report will contain debug logs.
Linux
- Open Terminal in root or issue sudo su command and type the password when prompted to.
- Issue the following command to open Global.config file:
vi /etc/Acronis/Global.config - Hit i to enter the editing mode and add the following line:
<value name="DebugTrace" type="TString">"1"</value>
- Hit Esc to exit the editing mode.
- To exit the editor and save changes, issue the following command:
:wq - Reproduce the issue.
- Collect Acronis System Report as described in Linux System Report. The System Report will contain debug logs.
If the Global.config does not exist, the vi /etc/Acronis/Global.config command will create it, but the file will be empty. Insert this content into the file:
<?xml version="1.0" encoding="UTF-8" ?>
<registry name="Global">
<key name="Configuration">
<value name="DebugTrace" type="TString">"1"</value>
</key>
</registry>
Save the file and exit the editor.
Virtual Appliance
- Open vSphere client and establish connection to an ESX(i) host or vCenter.
- Navigate to the Virtual Appliance and open the Console tab.
- Switch to the Virtual Appliance console (Press Ctrl+Alt+F2).
- Issue the following command:
vi /etc/Acronis/Global.config
- Modify the DebugTrace value by clicking i to enter editing mode and put in 1 instead of 0.
- Hit Esc to exit editing mode.
- To exit the editor and save changes, issue the following command:
:wq - Press Alt+F1 to switch back to Virtual Appliance GUI and press the Reboot button to restart the Virtual Appliance.
- Reproduce the issue.
- Collect Acronis System Report as described in Acronis Backup 11.7/11.5: Generating System Report. The System Report will contain debug logs.
If the Global.config file does not exist, create it (e.g. in Notepad) with the following content:
<?xml version="1.0" encoding="UTF-8" ?>
<registry name="Global">
<key name="Configuration">
<value name="DebugTrace" type="TString">
"1"
</value>
</key>
</registry>
Upload the file to the appliance using WinSCP to /etc/Acronis. Reproduce the issue and collect System report.
With the logs collected, please contact Acronis Support.