I have a problem.
When I start the task to convert, I receive this message: Unable to query the live linux source machine.
Log
...
2020-06-09T23:45:57.603-03:00 error vmware-converter-worker[04232] [Originator@6876 sub=Default] [Converter Agent SysinfoQuery] while trying to execute "C:\Program Files (x86)\VMware\VMware vCenter Converter Standalone\plink.exe -noprompt -stdin-pass-and-key <ConverterPrivateKeyEnd> -P 22 -thumbprint 4d:cb:ad:19:5f:1e:26:11:5f:22:6c:52:e6:27:e0:49 root@192.168.100.253 cat /tmp/.vmware-sysinfo-nwcaknhrltblikai/vmware-sysinfo.log" received error code (1) with result: cat: /tmp/.vmware-sysinfo-nwcaknhrltblikai/vmware-sysinfo.log: No such file or directory
-->
2020-06-09T23:45:57.603-03:00 error vmware-converter-worker[04232] [Originator@6876 sub=Default] [Converter Agent SysinfoQuery] received an error code (1) from the ssh client that will be handled later
2020-06-09T23:45:57.603-03:00 warning vmware-converter-worker[04232] [Originator@6876 sub=Default] Converter Agent SysinfoQuery failed to grab log file; return code: 1; result: cat: /tmp/.vmware-sysinfo-nwcaknhrltblikai/vmware-sysinfo.log: No such file or directory
-->
2020-06-09T23:45:58.497-03:00 error vmware-converter-worker[04232] [Originator@6876 sub=Default] Sysinfo Query failed with error [Converter Agent SysinfoQuery] execution of vmware-sysinfo failed; return code: 127; result: ./vmware-sysinfo: error while loading shared libraries: libnsl.so.1: cannot open shared object file: No such file or directory
-->
2020-06-09T23:45:58.497-03:00 info vmware-converter-worker[04232] [Originator@6876 sub=Default] Scheduled timer canceled, StopKeepAlive succeeds
I noticed that he is not able to create the log file in /tmp. I noticed that he is not able to create the log file in /tmp. i noticed that in Centos 8 using the df -h command does not display the tmp mount point.
If anyone can help me, I'll be grateful.
Mensagem editada por: Pablo Michelin
well, I ended up finding the solution. I will leave the topic in case someone has the same problem in this scenario. I managed to solve by installing the libnsl.x86_64 library (yum install libnsl.x86_64)
After installation the converter stopped showing the error