Follow the steps mentioned in this section to extract logs from the Avi Conversion Tool appliance for troubleshooting purpose.

Server logs can be extracted by accessing https://<Avi-Conversion-Tool-IP-IP>/logs.

In order to extract the complete converter logs via SCP, the logs need to be packaged and copied from a container running the Avi Conversion Tool to the base OS.

For complete logs extraction, CLI access to the Avi Conversion tool is required. See Avi Conversion Tool CLI Access section, to learn how to get access to the Avi Conversion Tools's CLI.

From migrationTools (after issuing docker exec):

root@migrationTools:/server# tar czf migration_logs.zip migration/

Copying the file to the host:

Note:

To get the container ID, follow the steps mentioned in the Avi Conversion Took CLI Access section.

root@migrationtools:~# cd /home/ubuntu/
root@migrationtools:~# docker cp <container-id>:/server/migration_logs.zip migration_logs.zip

After issuing the last command, the zip file will be available in the home directory of the ubuntu user. The zip file can be extracted using the SCP tool of the user’s preference (example winscp, cyberduck).