'Migrate GCP Ubuntu compute instance to Azure using Azure Migrate, pushinstallclient error [closed]

Am trying to migrate the Ubuntu 16 compute instance from GCP to Azure using Azure Migrate.

According to documentation, we need to install UBUNTU-16.04-64_pushinstallclient.tar.gz from their Program Data repository.

When I try to run this install script

(venv) test@machine1:/tmp$ mkdir MobSvcInstaller
test@machine1:/tmp$ tar -C /tmp/MobSvcInstaller -xvf UBUNTU-16.04-64_pushinstallclient.tar.gz
pushinstallclient
(venv) test@machine1:/tmp$ cd MobSvcInstaller/
(venv) test@machine1:/tmp/MobSvcInstaller$ ls
pushinstallclient
(venv) test@machine1:/tmp/MobSvcInstaller$ sudo ./install -r MS -q
sudo: ./install: command not found
(venv) test@machine1:/tmp/MobSvcInstaller$ sudo ./pushinstallclient

(C) 2022 Microsoft Corp. All rights reserved.

/tmp/MobSvcInstaller/pushinstallclient
usage: ./pushinstallclient -c <spec file>
usage: ./pushinstallclient --reboot

According to documentation certificates should be formed here? https://docs.microsoft.com/en-us/azure/migrate/tutorial-migrate-gcp-virtual-machines

Azure Documentation

Any kind of help will be appreciated!

Thanks



Sources

This article follows the attribution requirements of Stack Overflow and is licensed under CC BY-SA 3.0.

Source: Stack Overflow

Solution Source