vCenter

 View Only
  • 1.  Centos 8 Convert fail

    Posted Jun 10, 2020 02:53 AM

    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



  • 2.  RE: Centos 8 Convert fail

    Posted Jun 10, 2020 07:35 AM

    Moderator: If you add the solution as a reply rather than in your original post, you can mark it as "correct" so that the solution is more obvious to others (and the thread gets a tick against it)



  • 3.  RE: Centos 8 Convert fail

    Posted Mar 16, 2022 09:59 AM
    yum install libnsl.x86_64


  • 4.  RE: Centos 8 Convert fail

    Posted Mar 16, 2022 10:02 AM
    I encountered the same problem when converting rhel8, and I have solved it


  • 5.  RE: Centos 8 Convert fail

    Posted May 26, 2023 08:31 AM

    worked for me too thanks