The VMware vCenter Converter Standalone is a powerful tool, but it often hits a wall when dealing with Linux distributions. One of the most frustrating errors is the "Unable to query the live Linux source machine" message. This error usually triggers during the initial source selection phase, preventing you from even starting the conversion process. Essential Prerequisites
sfdisk or fdisk (for partition table reading)blkid (for filesystem UUID detection)lvm tools if using LVM (Logical Volume Manager)lsblk or partxmount, dfsed, grep, awksudo yum install -y which lvm2 dmidecode pciutils
PermitRootLogin is set to yes in /etc/ssh/sshd_config.sshd_config:
Subsystem sftp /usr/lib/openssh/sftp-server
(Note: The path to sftp-server may vary depending on the Linux distro, but the line must be present).SELinux in enforcing mode can block the Converter agent’s execution.
The VMware vCenter Converter Standalone is a powerful tool, but it often hits a wall when dealing with Linux distributions. One of the most frustrating errors is the "Unable to query the live Linux source machine" message. This error usually triggers during the initial source selection phase, preventing you from even starting the conversion process. Essential Prerequisites
sfdisk or fdisk (for partition table reading)blkid (for filesystem UUID detection)lvm tools if using LVM (Logical Volume Manager)lsblk or partxmount, dfsed, grep, awksudo yum install -y which lvm2 dmidecode pciutils The VMware vCenter Converter Standalone is a powerful
PermitRootLogin is set to yes in /etc/ssh/sshd_config.sshd_config:
Subsystem sftp /usr/lib/openssh/sftp-server
(Note: The path to sftp-server may vary depending on the Linux distro, but the line must be present).SELinux in enforcing mode can block the Converter agent’s execution. sfdisk or fdisk (for partition table reading) blkid