Quantcast
Channel: VMware Communities: Message List - Converter Standalone
Viewing all 8478 articles
Browse latest View live

Re: trying to convert P2V from RedHat 4.x to virtual but get error "Unable to query the live Linux source machine. "

$
0
0

I ran the 32 bit it that ok I don't know how to check the OS either its 32 or 64

 

I ran this command to check

 

# uname -a

Linux EduService.taibahu.edu.sa 2.6.18-194.17.1.el5xen #1 SMP Wed Sep 29 14:12:56 EDT 2010 i686 i686 i386 GNU/Linux

 

so is it 32 or 64


Re: trying to convert P2V from RedHat 4.x to virtual but get error "Unable to query the live Linux source machine. "

$
0
0

Try to execute ldd vmware-sysinfo, probably with LD_LIBRARY_PATH=. set in advance.

Should be troubleshooted easily i.e. what's missing or what's wrong .so number.

Re: trying to convert P2V from RedHat 4.x to virtual but get error "Unable to query the live Linux source machine. "

Re: trying to convert P2V from RedHat 4.x to virtual but get error "Unable to query the live Linux source machine. "

$
0
0

so what path should I set for       LD_LIBRARY_PATH

Re: trying to convert P2V from RedHat 4.x to virtual but get error "Unable to query the live Linux source machine. "

$
0
0

The current folder i.e. "."

What's ldd says?

Re: trying to convert P2V from RedHat 4.x to virtual but get error "Unable to query the live Linux source machine. "

$
0
0

It's 32 bit. There is 'i386' and 'i686' in the result, no 'x64'. There is also 'xen' which probably implies paravirtual kernel. Which unfortunately means it will likely not run on ESXi.

You may try to run sysinfo on the source and check the log to determine which library has crashed. Unfortunately (again) the record of similar issues is not quite optimistic (see e.g. Re: Converter fails with ./vmware-sysinfo-lin64: not found  or Re: P2V with Converter 5.1 fails)

An alternative is to bypass Converter and try to convert manually. See e.g. Re: Conversion fails with the error:FAILED: An error occurred during the conversion:'root is not found'

 

Regard,

Plamen

Re: cant convert to smb share

$
0
0

I cant use usb anymore, and the vconverter is not able produce any meaningful error.. its really frustrating and needles to say that software even years passed is crap. Also apparently no one from VMware is able to provide any help, seems they produce broken piece of software and they don't care about it at all.

Re: Converter unable to connect to network share

$
0
0

hi all,

been fighting with that issue here, without any luck cant convert to smb share

 

I mounted smb share as using credentials: WORKGROUP\user ; pass ... still the same error : FAILED: Insufficient permissions to access the source.

 

any clue? thanks


Re: cant convert to smb share

$
0
0

also there is apparently no way how to submit officially issue to VMware. so they provide user forum and they absolutely ignore their products are broken..wonderful approach.

Re: trying to convert P2V from RedHat 4.x to virtual but get error "Unable to query the live Linux source machine. "

$
0
0

still the same

 

[root@EduService tmp]# export LD_LIBRARY_PATH=.

[root@EduService tmp]# sh vmware-sysinfo

 

[root@EduService tmp]# sh vmware-sysinfo.sh

vmware-sysinfo.sh: line 21: 25825 Segmentation fault      LD_LIBRARY_PATH="$abslibdir" "$libdir"/$binary "$@"

Re: trying to convert P2V from RedHat 4.x to virtual but get error "Unable to query the live Linux source machine. "

$
0
0

Try "ldd vmware-info" and share the result.

Re: trying to convert P2V from RedHat 4.x to virtual but get error "Unable to query the live Linux source machine. "

$
0
0

here is the output

 

[root@EduService tmp]# ldd vmware-sysinfo

./vmware-sysinfo: /usr/lib/libxml2.so.2: no version information available (required by ./vmware-sysinfo)

./vmware-sysinfo: /usr/lib/libxml2.so.2: no version information available (required by ./vmware-sysinfo)

./vmware-sysinfo: /usr/lib/libxml2.so.2: no version information available (required by ./vmware-sysinfo)

./vmware-sysinfo: /usr/lib/libstdc++.so.6: version `GLIBCXX_3.4.11' not found (required by ./vmware-sysinfo)

./vmware-sysinfo: /usr/lib/libstdc++.so.6: version `GLIBCXX_3.4.9' not found (required by ./vmware-sysinfo)

        linux-gate.so.1 =>  (0x0028b000)

        libparted.so.2 => not found

        liblog4cpp.so.4 => not found

        libxml2.so.2 => /usr/lib/libxml2.so.2 (0x073f8000)

        libpthread.so.0 => /lib/i686/nosegneg/libpthread.so.0 (0x00c62000)

        libuuid.so.1 => /lib/libuuid.so.1 (0x00307000)

        libstdc++.so.6 => /usr/lib/libstdc++.so.6 (0x063e3000)

        libm.so.6 => /lib/i686/nosegneg/libm.so.6 (0x00110000)

        libgcc_s.so.1 => /lib/libgcc_s.so.1 (0x063d5000)

        libc.so.6 => /lib/i686/nosegneg/libc.so.6 (0x00ad2000)

        /lib/ld-linux.so.2 (0x00ab3000)

        libdl.so.2 => /lib/libdl.so.2 (0x00c5b000)

        libz.so.1 => /usr/lib/libz.so.1 (0x00c7e000)

Re: trying to convert P2V from RedHat 4.x to virtual but get error "Unable to query the live Linux source machine. "

$
0
0

Run the command "LD_LIBRARY_PATH=. ldd vmware-sysinfo" and share result.

Re: trying to convert P2V from RedHat 4.x to virtual but get error "Unable to query the live Linux source machine. "

$
0
0

here it is

 

[root@EduService tmp]# LD_LIBRARY_PATH=. ldd vmware-sysinfo

        linux-gate.so.1 =>  (0x00a8e000)

        libparted.so.2 => ./libparted.so.2 (0x00110000)

        liblog4cpp.so.4 => ./liblog4cpp.so.4 (0x003b1000)

        libxml2.so.2 => ./libxml2.so.2 (0x00ade000)

        libpthread.so.0 => /lib/i686/nosegneg/libpthread.so.0 (0x00c62000)

        libuuid.so.1 => ./libuuid.so.1 (0x003a7000)

        libstdc++.so.6 => ./libstdc++.so.6 (0x006b2000)

        libm.so.6 => /lib/i686/nosegneg/libm.so.6 (0x00c30000)

        libgcc_s.so.1 => ./libgcc_s.so.1 (0x00889000)

        libc.so.6 => /lib/i686/nosegneg/libc.so.6 (0x00164000)

        /lib/ld-linux.so.2 (0x00ab3000)

        libdl.so.2 => /lib/libdl.so.2 (0x00c5b000)

        libnsl.so.1 => /lib/libnsl.so.1 (0x002c0000)

Standalone Converter P 2 V job is hanging at 1% in Linux

$
0
0

I'm doing a Linux  P to V conversion using the Stand Alone Converter Tool, V 6.2

 

The process is stopped for 4 hours at 1% complete.

 

[root@erpdb tmp]# uname -a

Linux  2.6.18-194.el5 #1 SMP Fri Apr 2 14:58:14 EDT 2010 x86_64 x86_64 x86_64 GNU/Linux


Re: trying to convert P2V from RedHat 4.x to virtual but get error "Unable to query the live Linux source machine. "

$
0
0

Seems legit. Could you execute 'LD_LIBRARY_PATH=. vmware-sysinfo'?

Re: Standalone Converter P 2 V job is hanging at 1% in Linux

$
0
0

[root@erpdb tmp]# netstat -nr

Kernel IP routing table

Destination     Gateway         Genmask         Flags   MSS Window  irtt Iface

10.200.24.0     0.0.0.0         255.255.255.0   U         0 0          0 eth0

169.254.0.0     0.0.0.0         255.255.0.0     U         0 0          0 eth0

0.0.0.0         10.200.24.1     0.0.0.0         UG        0 0          0 eth0

Re: Standalone Converter P 2 V job is hanging at 1% in Linux

$
0
0

Linux P2V failed at 1% if can't make connection between helper vm and source machine,

check route between helper vm and source machine.

Re: trying to convert P2V from RedHat 4.x to virtual but get error "Unable to query the live Linux source machine. "

$
0
0

[root@EduService tmp]# ls -al vmware-sysinfo

-rwxr-xr-x 1 201 201 496480 May  8  2018 vmware-sysinfo

 

[root@EduService tmp]# LD_LIBRARY_PATH=. vmware-sysinfo

-bash: vmware-sysinfo: command not found

[root@EduService tmp]#

Re: Standalone Converter P 2 V job is hanging at 1% in Linux

$
0
0

I am new in this what is helper machine and how to check it

Viewing all 8478 articles
Browse latest View live