Follow these steps to resolve the "Unable to query the live source machine" error:
Verify basic network connectivity:
- For Linux:
- Open a terminal on the Converter server.
- Use the `ping` command to test basic connectivity:
- If ping is blocked, use traceroute to identify where the connection fails:
- traceroute <source_machine_ip>
- For Windows:
- Open a Command Prompt as an administrator on the Converter server.
- Use the `ping` command to test basic connectivity:
- If ping is blocked, use tracert to identify where the connection fails:
- tracert <source_machine_ip>
Test specific port connectivity:
- For both Linux and Windows:
- Test connectivity to port 9089 (Converter communication):
- telnet <source_machine_ip> 9089
- Test connectivity to port 443 (SSL communication):
- telnet <source_machine_ip> 443
Note: For Windows, you may need to enable Telnet Client in Windows features.
Check and configure firewall settings:
- If the above tests fail, consult with your network team to:
- Ensure ports 9089 and 443 are open for Converter communication.
- Verify any other ports required by Converter are accessible
- Request a review of overall firewall rules and security policies that might be blocking Converter traffic.
Verify SSL certificates:
- Open a web browser on the Converter server.
- Navigate to https://<source_machine_ip>:9089
- If you receive a certificate error, examine the certificate details.
- Verify that the certificate is valid and trusted by your system.
- If necessary, renew or replace certificates on both the source and Converter server.
Ensure domain controller connectivity:
- Verify that the Converter server can communicate with the domain controller.
- Check for any blocked services related to LDAP, Kerberos, or SMB protocols.
- Consult with your network team to resolve any identified issues.
Review Converter logs:
- For Linux:
- Navigate to the Converter log directory (typically /var/log/vmware-converter/).
- Open the most recent log file using a text editor:
- sudo nano <log_file_name>
- For Windows:
- Open File Explorer and navigate to C:\ProgramData\VMware\VMware vCenter Converter Standalone\logs.
- Open the most recent log file using a text editor like Notepad.
- For both:
- Look for error messages related to connection failures or authentication issues.
- Address any specific issues identified in the logs.
Test with a non-production VM:
- Identify a non-critical VM in your environment.
- Attempt to migrate this VM using Converter.
- If successful, compare network and security settings with the problematic VM.
- Document and address any differences found.
Consult with network team:
- If issues persist, provide your network team with the results of the above tests.
- Request a comprehensive review of network path, routing, and security settings between the Converter server and the source machine.
If all else fails:
- Consider setting up a test environment that mimics your production setup but with reduced security restrictions.
- Attempt the migration in this environment to isolate whether the issue is related to network/security configurations or a problem with Converter itself.