Vmware Standalone Converter Unable To Query The Live Linux Source Machine Full May 2026
Converter Standalone uses SSH to connect to the Linux source and deploy the agent. Even if you provide valid root credentials, subtle SSH issues can block the query.
Check:
Install the following packages (exact names vary by distro): Converter Standalone uses SSH to connect to the
RHEL/CentOS/Fedora:
yum install -y perl tar gzip which
Debian/Ubuntu:
apt-get update && apt-get install -y perl tar gzip which
openSUSE/SLES:
zypper install -y perl tar gzip which
Logs on Converter machine (Windows):
%ALLUSERSPROFILE%\VMware\VMware vCenter Converter Standalone\logs\
Look for:
On Linux source (if agent partially installed): Debian/Ubuntu: apt-get update && apt-get install -y perl
/tmp/vmware-root/vmware-converter-agent.log
Some environments see better reliability with key-based auth.
ssh-keygen -t rsa -b 4096 -f ~/.ssh/converter_key
ssh-copy-id -i ~/.ssh/converter_key.pub root@linux-source
Then in VMware Converter, choose “Use SSH key” and provide the private key. openSUSE/SLES: zypper install -y perl tar gzip which