Introduction
To troubleshoot cloud backup issues, you will need to troubleshoot the connection from the bootable media or Virtual Appliance to Acronis Datacenter.
Starting from Acronis Cyber Protect 21.07, Virtual Appliance and bootable media contain built-in tcpdump utility for collecting network tracing logs.
Solution
To capture the tcpdump log you will need to perform the following actions:
- Start the command shell, press CTRL+SHIFT+F2 while in the bootable media or Virtual Appliance UI.
-
Issue /bin/sshd to start ssh daemon.
-
Connect to the media using SSH client (like WinSCP or Putty)
-
Start logging of tcpdump utility:
# tcpdump -i eth0 -s 64 port 443 or port 44445 -w /var/lib/Acronis/tcpdump.pcap
- Reproduce the issue
- Press Ctrl+C to stop tcpdump logging
- Download the created dump from /var/lib/Acronis using WinSCP.