Access to the conversion tool is via SSH connection.
The following are the credentials to access the conversion tools.
User: ubuntu
Password: assigned when the ova was deployed.
The Appliance will ask to define a new password upon accessing via SSH for the first time.
In order to access the Avi Conversion tool CLI, after logging into the appliance, run the following set of commands"
sudo -i docker ps
From the docker ps output, copy the container ID from the row that includes avimigrationtools which is the first row on the example snippet (f1856fc368b2). After obtaining the container ID, run the following command:
root@migrationtools:~# docker exec -it <container-id> bash root@migrationTools:/server#
From the migrationTools bash, all the tools available on the appliance can be accessed.