The checksums match the ones for the converter .exe file that I have in my archive.
One more detail: The file is digitally signed by VMware (08/24/2010)
André
The checksums match the ones for the converter .exe file that I have in my archive.
One more detail: The file is digitally signed by VMware (08/24/2010)
André
How can I check my copy is actually signed by vmware and trust it?
I just tried with Sigcheck v2.60 from www.sysinternals.com.
It looks ok, but how can I be sure?
LZ
No 3rd party tools required, simply right-click the executable and select "Properties". There you'l find a tab "Digital Signatures".
André
this maybe a solution for some people. i installed the converter on a physical server. when writing the image out to a local disk it all worked ok, but when i specified the target as a unc path (eg \\server\share) i got the 'unable to obtain lock on virtual disk' error. eventually i found the solution as changing the vmware converter server and worker services to run under a domain account that had permissions to the unc share and path (eg, permissions on the share, and permissions on the filesystem on that share) rather than localsystem. once i did that the export worked fine.
the odd part is if you run the converter on a third party (eg your workstation) and then try and convert a remote machine, it asks you for credentials that have access to the remote share. this does not work (in my case). i think it's because the kerberos delegation is not enabled on the AD object for the target computer account so the account you specified cannot be impersonated.
I don't want to look paranoid, but how can I be reasonably sure that even the certificates showing up in the Properties tab haven't been tampered with?
If you open the file with 7-zip by right clicking on it, you find a large payload, some resource folders and a CERTIFICATE file.
I assume the executable runs some integrity check against that certificate, but since I am not so knowledgeable on this things, I just can make assumptions.
Did VmWare publish an MD5 hash when they had this file on their website?
Thank you again for your precious help.
VMware provides hashes with most of their binaries, so I assume that it was the case with this file too.
However, it's been a long time since the file was released, and I don't remember whether it was the case.
Anyway, with two different hashes being what they are supposed to be, and a "valid" digital signature, it's highly unlikely that the file has been compromised. The modification of just a single bit would result in different hashes, and would also show the digital signature as being invalid (when you click on the Details" button in the file's properties).
André
Probably the file is compromised, who will want to change some bit(s) of installation?
I'm trying to move a VM from a free ESXi 5.0.0 host to a regular ESXi/vCenter 6.5.0 host.
In Converter, when I get to the Options page and check the "Data to copy" section, I'm seeing 4 virtual disks when I am only expecting 1.
What's suspicious is that the VM to be moved was cloned (using the command line approach) a long time ago from another VM that had 4 disks with exactly the same sizes that Converter is identifying. After this long-ago clone operation, I deleted 3 of the disks. The deleted VMDKs are long gone and don't show up in vSphere Client nor in the VM's VMX and VMXF files so I'm not sure where Converter is getting this info from. My fear is that some config somewhere is pointing at the VMDKs for the source of the long-ago clone operation.
Any idea what's going on?
FWIW, I've reproduced this in Converter 6.2.0 and 5.0.1
BTW, I thought ESXi maintained all VM metadata in the VMX and VMXF files. Is there some other place where ESXi stores info about each VM?
I figured it out. Somehow this VM had the same vc.uuid value as the one it was cloned from (my cloning procedure apparently didn't account for this). It appears that Converter looks up VMDKs by VM UUID and since there were more than 1 VM with the same UUID, it guessed / took the first one it found and was using the VMDK info for that VM.
hi All, Please Help me, I try to convert P2V using Vcenter Converter standalone 6.2, I will convert my server Ubuntu 16.4 to Host Esxi 6.5. I get Error FAILED: A general system error occurred: Network is unreachable Network error. Host key can't be retrieved. (return code 2). I try to solve with some solution at below but still error:
1. edit converter-worker <useSsl>false<useSsl> and restart service
2. add ALL:ALL to file /etc/hosts.allow on my server
3. add user to allow sudo on my server /etc/sudoers --> user ALL=(ALL) NOPASSWD:ALL
4. my sever and my host in 1 Subnet IP and DNS
5. Firewall on myserver is off
6. allow ssh remote
please help... thanks
Hello
Pt.1 is not relevant to this issue.
Pt. 3 is relevant only if converter logs in the source machine with an user other than 'root'. If it is 'root', you may want to check 'PermitRootLogin' in sshd_config.
Pt.4 - what matters is not the host management network, but the virtual network where the destination VM is created. You may want to check that connectivity (it has to be able to connect to the host machine at port 22).
The other points are relevant and well addressed.
Another possible issue is name resolution. Try connecting to the source machine by IP if it has been by address.
HTH,
Plamen
i already try using user root and non root, but still error
in sshd_config, we already to set PermitRootLogin yes
i already try using IP address and Domain ( already definition on hosts )
Ping to Host and My server the result is OK, no packet lost ion
telnet port 22 to destination the results is OK.. from my server can remote ssh to my server.
any idea ?
Can you post the worker log?
(%ALLUSERSPROFILE%\VMware\VMware vCenter Converter Standalone\logs\converter-worker###.log)
thank you for your response, show at below for logs from converter-worker..
2018-02-27T13:33:14.615+07:00 info vmware-converter-worker[01040] [Originator@6876 sub=Default] Impersonating user Administrator in session 5219886c-67f5-7f76-c854-70844dd5a78f
2018-02-27T13:33:30.204+07:00 info vmware-converter-worker[00804] [Originator@6876 sub=Default] Could not find the session object cache, will create a new one
2018-02-27T13:33:30.204+07:00 info vmware-converter-worker[00804] [Originator@6876 sub=Default] Obtaining query results for host 192.168.14.128
2018-02-27T13:33:53.433+07:00 info vmware-converter-worker[00804] [Originator@6876 sub=Default] Converter::Util::SysCommandWrapper::LogCommand: Command 'C:\Program Files (x86)\VMware\VMware vCenter Converter Standalone\plink.exe' with the following arguments:
2018-02-27T13:33:53.434+07:00 info vmware-converter-worker[00804] [Originator@6876 sub=Default] args[0]: -noprompt
2018-02-27T13:33:53.434+07:00 info vmware-converter-worker[00804] [Originator@6876 sub=Default] args[1]: -stdin-pass-and-key
2018-02-27T13:33:53.434+07:00 info vmware-converter-worker[00804] [Originator@6876 sub=Default] args[2]: <ConverterPrivateKeyEnd>
2018-02-27T13:33:53.434+07:00 info vmware-converter-worker[00804] [Originator@6876 sub=Default] args[3]: -P
2018-02-27T13:33:53.434+07:00 info vmware-converter-worker[00804] [Originator@6876 sub=Default] args[4]: 22
2018-02-27T13:33:53.434+07:00 info vmware-converter-worker[00804] [Originator@6876 sub=Default] args[5]: -thumbprint
2018-02-27T13:33:53.434+07:00 info vmware-converter-worker[00804] [Originator@6876 sub=Default] args[6]: 6b:6f:a2:af:5e:34:8e:f6:2c:ee:86:df:0d:9b:1e:20
2018-02-27T13:33:53.434+07:00 info vmware-converter-worker[00804] [Originator@6876 sub=Default] args[7]: root@192.168.14.128
2018-02-27T13:33:53.434+07:00 info vmware-converter-worker[00804] [Originator@6876 sub=Default] args[8]: cd /tmp/.vmware-sysinfo-qgjmygklpspfpgyz/; ./vmware-sysinfo.sh
2018-02-27T13:33:53.434+07:00 info vmware-converter-worker[00804] [Originator@6876 sub=Default] args[9]: --noLogOutput
2018-02-27T13:33:55.278+07:00 info vmware-converter-worker[00804] [Originator@6876 sub=Default] Converter::Util::SysCommandWrapper::LogResult: Command return code: 0
2018-02-27T13:33:55.278+07:00 info vmware-converter-worker[00804] [Originator@6876 sub=Default] Converter::Util::SysCommandWrapper::LogResult: Command stderr:
--> sh: 1: /usr/sbin/grub2-install: not found
--> sh: 1: /usr/sbin/grub-install.unsupported: not found
-->
2018-02-27T13:33:55.278+07:00 info vmware-converter-worker[00804] [Originator@6876 sub=Default] Converter::Util::SysCommandWrapper::LogResult: Command stdout:
--> <?xml version="1.0" encoding="UTF-8"?>
--> <sysinfo>
--> <storage>
--> <volume mountPoint="/" blockSizeInBytes="4096" capacityInBlocks="235947125" blocksFree="235449504" blocksUsed="497621" devicePath="/dev/TMM-vg/root" fileSystemType="ext4" isBootVolume="true" label="">
--> <extfsFeatures dirIndex="true" filetype="true" hasJournal="true" journalDev="false" resizeInode="true" sparseSuper="true" extent="true" flexBg="true" uninitBg="true" inodesCount="59940864"/>
--> </volume>
--> <volume mountPoint="/boot/efi" blockSizeInBytes="4096" capacityInBlocks="130812" blocksFree="128545" blocksUsed="2267" devicePath="/dev/sda1" fileSystemType="vfat" isBootVolume="false" label=""/>
--> <volume mountPoint="" blockSizeInBytes="0" capacityInBlocks="0" blocksFree="0" blocksUsed="0" devicePath="/dev/TMM-vg/swap_1" fileSystemType="linux-swap" isBootVolume="false" label=""/>
--> <disk type="gpt" controllerType="scsi" bus="0" deviceId="0" capacityInSectors="1953525168">
--> <device path="/dev/sda" major="8" minor="0"/>
--> <hwGeometry cylinders="121601" heads="255" sectors="63"/>
--> <biosGeometry cylinders="121601" heads="255" sectors="63"/>
--> <partition number="1" type="primary" isActive="true" fileSystemType="fat32">
--> <device path="/dev/sda1" major="8" minor="1"/>
--> <lba start="2048" length="1048576" end="1050623"/>
--> </partition>
--> <partition number="2" type="primary" isActive="false" fileSystemType="ext2">
--> <device path="/dev/sda2" major="8" minor="2"/>
--> <lba start="1050624" length="999424" end="2050047"/>
--> </partition>
--> <partition number="3" type="primary" isActive="false" fileSystemType="">
--> <device path="/dev/sda3" major="8" minor="3"/>
--> <lba start="2050048" length="1951473664" end="1953523711"/>
--> </partition>
--> </disk>
--> <volumeGroup version="2" name="TMM-vg" capacityInBytes="999150321664" freeSpaceInBytes="0">
--> <logicalVolume name="root" capacityInBytes="981983035392" numberOfStripes="1">
--> <device path="/dev/TMM-vg/root" major="252" minor="0"/>
--> </logicalVolume>
--> <logicalVolume name="swap_1" capacityInBytes="17167286272" numberOfStripes="1">
--> <device path="/dev/TMM-vg/swap_1" major="252" minor="1"/>
--> </logicalVolume>
--> </volumeGroup>
--> </storage>
--> <network>
--> <interface label="enp0s29u1u1u5" nicId="36:40:B5:8B:74:D4" status="down"/>
--> <interface label="enp6s0" nicId="34:40:B5:8B:74:D1" status="up">
--> <ip address="192.168.14.128" mask="255.255.255.0"/>
--> </interface>
--> </network>
--> <operatingSystem>
--> <hostname>ubuntu</hostname>
--> <distribution name="ubuntu" version="16.04"/>
--> <kernel release="4.4.0-116-generic" is64bit="true" SMP="false"/>
--> <dracut></dracut>
--> </operatingSystem>
--> <hardwareInfo>
--> <firmwareType>efi</firmwareType>
--> <efiCurrentBootEntry>ubuntu HD(1,GPT,073e705c-1187-43e7-b9ea-401c25ed37f9,0x800,0x100000)/File(\EFI\ubuntu\shimx64.efi)</efiCurrentBootEntry>
--> <cpuCount>4</cpuCount>
--> <coresCount id="0">4</coresCount>
--> <memoryInKb>16449536</memoryInKb>
--> </hardwareInfo>
--> <bootLoader>
--> <type>grub2</type>
--> <configFile>/boot/grub/grub.cfg</configFile>
--> <devicemap/>
--> </bootLoader>
--> </sysinfo>
-->
2018-02-27T13:33:55.297+07:00 info vmware-converter-worker[00804] [Originator@6876 sub=Default] Converter::Util::SysCommandWrapper::LogCommand: Command 'C:\Program Files (x86)\VMware\VMware vCenter Converter Standalone\plink.exe' with the following arguments:
2018-02-27T13:33:55.297+07:00 info vmware-converter-worker[00804] [Originator@6876 sub=Default] args[0]: -noprompt
2018-02-27T13:33:55.297+07:00 info vmware-converter-worker[00804] [Originator@6876 sub=Default] args[1]: -stdin-pass-and-key
2018-02-27T13:33:55.297+07:00 info vmware-converter-worker[00804] [Originator@6876 sub=Default] args[2]: <ConverterPrivateKeyEnd>
2018-02-27T13:33:55.297+07:00 info vmware-converter-worker[00804] [Originator@6876 sub=Default] args[3]: -P
2018-02-27T13:33:55.297+07:00 info vmware-converter-worker[00804] [Originator@6876 sub=Default] args[4]: 22
2018-02-27T13:33:55.297+07:00 info vmware-converter-worker[00804] [Originator@6876 sub=Default] args[5]: -thumbprint
2018-02-27T13:33:55.297+07:00 info vmware-converter-worker[00804] [Originator@6876 sub=Default] args[6]: 6b:6f:a2:af:5e:34:8e:f6:2c:ee:86:df:0d:9b:1e:20
2018-02-27T13:33:55.297+07:00 info vmware-converter-worker[00804] [Originator@6876 sub=Default] args[7]: root@192.168.14.128
2018-02-27T13:33:55.297+07:00 info vmware-converter-worker[00804] [Originator@6876 sub=Default] args[8]: cat /tmp/.vmware-sysinfo-qgjmygklpspfpgyz/vmware-sysinfo.log
2018-02-27T13:33:55.850+07:00 info vmware-converter-worker[00804] [Originator@6876 sub=Default] Converter::Util::SysCommandWrapper::LogResult: Command return code: 0
2018-02-27T13:33:55.850+07:00 info vmware-converter-worker[00804] [Originator@6876 sub=Default] Converter::Util::SysCommandWrapper::LogResult: Command stdout:
--> [2018-02-27 13:34:10,935 INFO storage ]: Probing for disks using parted
--> [2018-02-27 13:34:10,935 INFO storage ]: Parted returned device with path: /dev/sda, type: 1
--> [2018-02-27 13:34:10,939 INFO storage ]: Parted successfully probed device with path: /dev/sda, type: 1, disk type: gpt
--> [2018-02-27 13:34:10,940 INFO storage.disk ]: Creating SCSI disk with path: /dev/sda
--> [2018-02-27 13:34:10,940 INFO storage.disk ]: /sys/class/scsi_host/host0/proc_name is 'ata_piix'
--> [2018-02-27 13:34:10,944 INFO storage ]: LVM2 executables found
--> [2018-02-27 13:34:10,954 INFO storage.lvm ]: Command '/sbin/lvm vgs --units b --noheadings --unbuffered --separator \| -o vg_name,vg_size,vg_free 2>/dev/null' returned:
--> [2018-02-27 13:34:10,954 INFO storage.lvm ]: --> TMM-vg|999150321664B|0B
--> [2018-02-27 13:34:10,964 INFO storage.lvm ]: Command '/sbin/lvm lvs --units b --noheadings --unbuffered --separator \| -o lv_name,vg_name,lv_size,lv_attr,stripes TMM-vg 2>/dev/null' returned:
--> [2018-02-27 13:34:10,964 INFO storage.lvm ]: --> root|TMM-vg|981983035392B|-wi-ao----|1
--> [2018-02-27 13:34:10,964 INFO storage.lvm ]: --> swap_1|TMM-vg|17167286272B|-wi-ao----|1
--> [2018-02-27 13:34:10,964 INFO storage ]: Got mount table entry: fsname: sysfs, dir: /sys, type: sysfs
--> [2018-02-27 13:34:10,964 INFO storage ]: Got mount table entry: fsname: proc, dir: /proc, type: proc
--> [2018-02-27 13:34:10,965 INFO storage ]: Got mount table entry: fsname: udev, dir: /dev, type: devtmpfs
--> [2018-02-27 13:34:10,965 INFO storage ]: Got mount table entry: fsname: devpts, dir: /dev/pts, type: devpts
--> [2018-02-27 13:34:10,965 INFO storage ]: Got mount table entry: fsname: tmpfs, dir: /run, type: tmpfs
--> [2018-02-27 13:34:10,965 INFO storage ]: Got mount table entry: fsname: /dev/mapper/TMM--vg-root, dir: /, type: ext4
--> [2018-02-27 13:34:10,965 INFO storage ]: Looking for device with major 252 and minor 0
--> [2018-02-27 13:34:10,965 INFO storage ]: Found device /dev/TMM-vg/root
--> [2018-02-27 13:34:10,965 WARN storage.volume ]: Creating volume with mountPoint: /, device path: /dev/TMM-vg/root, fsType: ext4, _blockSizeInBytes: 4096, _capacityInBlocks: 235947125, _blocksFree: 235449504
--> [2018-02-27 13:34:10,965 INFO storage.volume ]: Ext filesystem features for /dev/TMM-vg/root: s_feature_compat: 3C; s_feature_incompat: 246; s_feature_ro_compat: 7B
--> [2018-02-27 13:34:10,965 INFO storage ]: Got mount table entry: fsname: securityfs, dir: /sys/kernel/security, type: securityfs
--> [2018-02-27 13:34:10,965 INFO storage ]: Got mount table entry: fsname: tmpfs, dir: /dev/shm, type: tmpfs
--> [2018-02-27 13:34:10,965 INFO storage ]: Got mount table entry: fsname: tmpfs, dir: /run/lock, type: tmpfs
--> [2018-02-27 13:34:10,965 INFO storage ]: Got mount table entry: fsname: tmpfs, dir: /sys/fs/cgroup, type: tmpfs
--> [2018-02-27 13:34:10,965 INFO storage ]: Got mount table entry: fsname: cgroup, dir: /sys/fs/cgroup/systemd, type: cgroup
--> [2018-02-27 13:34:10,965 INFO storage ]: Got mount table entry: fsname: pstore, dir: /sys/fs/pstore, type: pstore
--> [2018-02-27 13:34:10,965 INFO storage ]: Got mount table entry: fsname: efivarfs, dir: /sys/firmware/efi/efivars, type: efivarfs
--> [2018-02-27 13:34:10,965 INFO storage ]: Got mount table entry: fsname: cgroup, dir: /sys/fs/cgroup/net_cls,net_prio, type: cgroup
--> [2018-02-27 13:34:10,965 INFO storage ]: Got mount table entry: fsname: cgroup, dir: /sys/fs/cgroup/cpu,cpuacct, type: cgroup
--> [2018-02-27 13:34:10,965 INFO storage ]: Got mount table entry: fsname: cgroup, dir: /sys/fs/cgroup/pids, type: cgroup
--> [2018-02-27 13:34:10,965 INFO storage ]: Got mount table entry: fsname: cgroup, dir: /sys/fs/cgroup/devices, type: cgroup
--> [2018-02-27 13:34:10,965 INFO storage ]: Got mount table entry: fsname: cgroup, dir: /sys/fs/cgroup/cpuset, type: cgroup
--> [2018-02-27 13:34:10,965 INFO storage ]: Got mount table entry: fsname: cgroup, dir: /sys/fs/cgroup/hugetlb, type: cgroup
--> [2018-02-27 13:34:10,965 INFO storage ]: Got mount table entry: fsname: cgroup, dir: /sys/fs/cgroup/freezer, type: cgroup
--> [2018-02-27 13:34:10,965 INFO storage ]: Got mount table entry: fsname: cgroup, dir: /sys/fs/cgroup/perf_event, type: cgroup
--> [2018-02-27 13:34:10,965 INFO storage ]: Got mount table entry: fsname: cgroup, dir: /sys/fs/cgroup/blkio, type: cgroup
--> [2018-02-27 13:34:10,965 INFO storage ]: Got mount table entry: fsname: cgroup, dir: /sys/fs/cgroup/memory, type: cgroup
--> [2018-02-27 13:34:10,965 INFO storage ]: Got mount table entry: fsname: systemd-1, dir: /proc/sys/fs/binfmt_misc, type: autofs
--> [2018-02-27 13:34:10,965 INFO storage ]: Got mount table entry: fsname: mqueue, dir: /dev/mqueue, type: mqueue
--> [2018-02-27 13:34:10,965 INFO storage ]: Got mount table entry: fsname: debugfs, dir: /sys/kernel/debug, type: debugfs
--> [2018-02-27 13:34:10,965 INFO storage ]: Got mount table entry: fsname: hugetlbfs, dir: /dev/hugepages, type: hugetlbfs
--> [2018-02-27 13:34:10,965 INFO storage ]: Got mount table entry: fsname: fusectl, dir: /sys/fs/fuse/connections, type: fusectl
--> [2018-02-27 13:34:10,965 INFO storage ]: Got mount table entry: fsname: /dev/sda1, dir: /boot/efi, type: vfat
--> [2018-02-27 13:34:10,965 INFO storage ]: Looking for device with major 8 and minor 1
--> [2018-02-27 13:34:10,965 INFO storage ]: Found device /dev/sda1
--> [2018-02-27 13:34:10,965 WARN storage.volume ]: Creating volume with mountPoint: /boot/efi, device path: /dev/sda1, fsType: vfat, _blockSizeInBytes: 4096, _capacityInBlocks: 130812, _blocksFree: 128545
--> [2018-02-27 13:34:10,965 INFO storage.volume ]: Device /dev/sda1 has FAT32 filesystem
--> [2018-02-27 13:34:10,965 INFO storage ]: Got mount table entry: fsname: lxcfs, dir: /var/lib/lxcfs, type: fuse.lxcfs
--> [2018-02-27 13:34:10,965 INFO storage ]: Got mount table entry: fsname: tmpfs, dir: /run/user/1000, type: tmpfs
--> [2018-02-27 13:34:10,965 INFO storage ]: Got mount table entry: fsname: tmpfs, dir: /run/user/0, type: tmpfs
--> [2018-02-27 13:34:10,965 INFO storage ]: Getting stats for swap device /dev/dm-1
--> [2018-02-27 13:34:10,966 INFO storage ]: Swap device /dev/dm-1 has block device number (major,minor): (252,1)
--> [2018-02-27 13:34:10,966 WARN storage.volume ]: Cannot use statvfs() for the swap volume with device path: /dev/TMM-vg/swap_1, so the volume size statistics will not be set.
--> [2018-02-27 13:34:10,966 WARN storage.volume ]: Creating volume with mountPoint: , device path: /dev/TMM-vg/swap_1, fsType: linux-swap, _blockSizeInBytes: 0, _capacityInBlocks: 0, _blocksFree: 0
--> [2018-02-27 13:34:10,966 WARN network ]: Ignoring interface 'lo' because it is not an ethernet interface
--> [2018-02-27 13:34:10,966 INFO distribution ]: File '/etc/os-release' exists.
--> [2018-02-27 13:34:10,966 INFO distribution ]: Found distro name as 'ubuntu' in line 'ID=ubuntu'
--> [2018-02-27 13:34:10,966 INFO distribution ]: Found distro version as '16.04' in line 'VERSION_ID="16.04"'
--> [2018-02-27 13:34:10,968 INFO operatingSystem ]: Command 'uname -n' returned:
--> [2018-02-27 13:34:10,968 INFO operatingSystem ]: --> ubuntu
--> [2018-02-27 13:34:10,969 INFO operatingSystem ]: Command 'uname -r' returned:
--> [2018-02-27 13:34:10,969 INFO operatingSystem ]: --> 4.4.0-116-generic
--> [2018-02-27 13:34:10,969 INFO operatingSystem ]: File '/sbin/dracut' does not exist.
--> [2018-02-27 13:34:10,969 INFO operatingSystem ]: File '/bin/dracut' does not exist.
--> [2018-02-27 13:34:10,969 INFO operatingSystem ]: File '/usr/sbin/dracut' does not exist.
--> [2018-02-27 13:34:10,969 INFO operatingSystem ]: File '/usr/bin/dracut' does not exist.
--> [2018-02-27 13:34:10,969 INFO hardwareInfo ]: File '/sys/firmware/efi/vars' exists.
--> [2018-02-27 13:34:10,969 INFO hardwareInfo ]: Found UEFI firmware.
--> [2018-02-27 13:34:11,919 INFO hardwareInfo ]: Command 'efibootmgr -v' returned:
--> [2018-02-27 13:34:11,919 INFO hardwareInfo ]: --> BootCurrent: 0000
--> [2018-02-27 13:34:11,919 INFO hardwareInfo ]: --> Timeout: 5 seconds
--> [2018-02-27 13:34:11,919 INFO hardwareInfo ]: --> BootOrder: 0000,0007,0002,0008,000B,0004,0005,0006,0001,0003,0009,000A,000C,000E
--> [2018-02-27 13:34:11,919 INFO hardwareInfo ]: --> Boot0000* ubuntu HD(1,GPT,073e705c-1187-43e7-b9ea-401c25ed37f9,0x800,0x100000)/File(\EFI\ubuntu\shimx64.efi)
--> [2018-02-27 13:34:11,919 INFO hardwareInfo ]: --> Boot0001* Floppy Disk VenMedia(0c588db8-6af4-11dd-a992-00197d890238,00)
--> [2018-02-27 13:34:11,919 INFO hardwareInfo ]: --> Boot0002* Hard Disk 0 VenMedia(0c588db8-6af4-11dd-a992-00197d890238,08)
--> [2018-02-27 13:34:11,919 INFO hardwareInfo ]: --> Boot0003* PXE Network VenMedia(0c588db8-6af4-11dd-a992-00197d890238,06)
--> [2018-02-27 13:34:11,919 INFO hardwareInfo ]: --> Boot0004* Hard Disk 1 VenMedia(0c588db8-6af4-11dd-a992-00197d890238,09)
--> [2018-02-27 13:34:11,919 INFO hardwareInfo ]: --> Boot0005* Hard Disk 2 VenMedia(0c588db8-6af4-11dd-a992-00197d890238,0a)
--> [2018-02-27 13:34:11,919 INFO hardwareInfo ]: --> Boot0006* Hard Disk 3 VenMedia(0c588db8-6af4-11dd-a992-00197d890238,0b)
--> [2018-02-27 13:34:11,919 INFO hardwareInfo ]: --> Boot0007* USB Storage VenMedia(0c588db8-6af4-11dd-a992-00197d890238,03)
--> [2018-02-27 13:34:11,919 INFO hardwareInfo ]: --> Boot0008* Diagnostics VenMedia(0c588db8-6af4-11dd-a992-00197d890238,da)
--> [2018-02-27 13:34:11,919 INFO hardwareInfo ]: --> Boot0009* iSCSI VenMedia(0c588db8-6af4-11dd-a992-00197d890238,04)
--> [2018-02-27 13:34:11,919 INFO hardwareInfo ]: --> Boot000A* iSCSI Critical VenMedia(0c588db8-6af4-11dd-a992-00197d890238,05)
--> [2018-02-27 13:34:11,919 INFO hardwareInfo ]: --> Boot000B* Legacy Only VenMedia(0c588db8-6af4-11dd-a992-00197d890238,ee)
--> [2018-02-27 13:34:11,919 INFO hardwareInfo ]: --> Boot000C* Embedded Hypervisor VenMedia(0c588db8-6af4-11dd-a992-00197d890238,01)
--> [2018-02-27 13:34:11,919 INFO hardwareInfo ]: --> Boot000E* CD/DVD Rom VenMedia(0c588db8-6af4-11dd-a992-00197d890238,0c)
--> [2018-02-27 13:34:11,919 INFO hardwareInfo ]: PopulateFirmwareInfo: Found current boot entry: ubuntu HD(1,GPT,073e705c-1187-43e7-b9ea-401c25ed37f9,0x800,0x100000)/File(\EFI\ubuntu\shimx64.efi)
--> [2018-02-27 13:34:11,920 INFO bootLoader ]: PopulateBootLoaderType: Trying to run /usr/sbin/grub2-install
--> [2018-02-27 13:34:11,920 ERROR bootLoader ]: Command '/usr/sbin/grub2-install --version' failed with exit code 32512
--> [2018-02-27 13:34:11,921 INFO bootLoader ]: PopulateBootLoaderType: failed running /usr/sbin/grub2-install
--> [2018-02-27 13:34:11,921 INFO bootLoader ]: PopulateBootLoaderType: Trying to run /usr/sbin/grub-install.unsupported
--> [2018-02-27 13:34:11,921 ERROR bootLoader ]: Command '/usr/sbin/grub-install.unsupported --version' failed with exit code 32512
--> [2018-02-27 13:34:11,921 INFO bootLoader ]: PopulateBootLoaderType: failed running /usr/sbin/grub-install.unsupported
--> [2018-02-27 13:34:11,921 INFO bootLoader ]: PopulateBootLoaderType: Trying to run /usr/sbin/grub-install
--> [2018-02-27 13:34:11,924 INFO bootLoader ]: Command '/usr/sbin/grub-install --version' returned:
--> [2018-02-27 13:34:11,924 INFO bootLoader ]: --> /usr/sbin/grub-install (GRUB) 2.02~beta2-36ubuntu3.16
--> [2018-02-27 13:34:11,924 INFO bootLoader ]: PopulateBootLoaderType: Detected GRUB version as GRUB2
--> [2018-02-27 13:34:11,924 INFO bootLoader ]: PopulateLoaderConfigFile: Found /boot/grub/grub.cfg
--> [2018-02-27 13:34:11,924 INFO bootLoader ]: File '/tmp/vmware-sysinfo-grub-device.map' does not exist.
--> [2018-02-27 13:34:11,924 INFO bootLoader ]: Trying to create device map file /tmp/vmware-sysinfo-grub-device.map
--> [2018-02-27 13:34:11,924 INFO bootLoader ]: Running command: grub --batch --no-floppy --device-map=/tmp/vmware-sysinfo-grub-device.map > /dev/null 2>&1
--> [2018-02-27 13:34:11,925 INFO bootLoader ]: Writable command 'grub --batch --no-floppy --device-map=/tmp/vmware-sysinfo-grub-device.map > /dev/null 2>&1' succeeded.
--> [2018-02-27 13:34:11,925 ERROR bootLoader ]: Unable to open file: /tmp/vmware-sysinfo-grub-device.map
-->
2018-02-27T13:33:56.398+07:00 info vmware-converter-worker[00804] [Originator@6876 sub=Default] Converter Agent SysinfoQuery obtained XML output
2018-02-27T13:33:56.398+07:00 info vmware-converter-worker[00804] [Originator@6876 sub=Default] Caching vmware-sysinfo XML output with key LiveLinuxComputer::GetSysinfoXml=6ed374a12a6849ed8042a57c4a17d3344a52f61f
2018-02-27T13:33:56.404+07:00 warning vmware-converter-worker[00804] [Originator@6876 sub=Default] No volume for partition /dev/sda2
2018-02-27T13:33:56.404+07:00 warning vmware-converter-worker[00804] [Originator@6876 sub=Default] No volume for partition /dev/sda3
2018-02-27T13:33:56.406+07:00 info vmware-converter-worker[00804] [Originator@6876 sub=Default] [Query] Caching ComputerInfo with key QueryManagerImpl::Query=6ed374a12a6849ed8042a57c4a17d3344a52f61f
2018-02-27T13:33:56.409+07:00 info vmware-converter-worker[00804] [Originator@6876 sub=Default] === [Converter::Agent::QueryManagerImpl::Query] ComputerInfo:
--> (converter.info.ComputerInfo) {
--> hardwareInfo = (converter.info.ComputerHardwareInfo) {
--> storage = (converter.info.StorageInfo) {
--> disk = (converter.info.StorageInfo.DiskInfo) [
--> (converter.info.StorageInfo.DiskInfo) {
--> diskId = "disk-2",
--> capacityInBytes = 1000204886016,
--> diskUsageInBytes = <unset>,
--> biosNumber = <unset>,
--> lvg = false,
--> lvgName = <unset>,
--> gpt = true,
--> signature = <unset>,
--> diskGuid = <unset>,
--> sectorSize = <unset>
--> },
--> (converter.info.StorageInfo.DiskInfo) {
--> diskId = "fake-disk-from-vg(TMM-vg)",
--> capacityInBytes = 999150321664,
--> diskUsageInBytes = <unset>,
--> biosNumber = <unset>,
--> lvg = true,
--> lvgName = "TMM-vg",
--> gpt = true,
--> signature = <unset>,
--> diskGuid = <unset>,
--> sectorSize = <unset>
--> }
--> ],
--> volume = (converter.info.StorageInfo.VolumeInfo) [
--> (converter.info.StorageInfo.VolumeInfo) {
--> volumeId = "/dev/TMM-vg/root",
--> diskId = (string) [
--> "fake-disk-from-vg(TMM-vg)"
--> ],
--> partitionNumber = <unset>,
--> primary = <unset>,
--> active = false,
--> partitionType = <unset>,
--> partitionGuid = <unset>,
--> partitionUuid = <unset>,
--> fileSystem = "ext4",
--> clusterSizeInBytes = 4096,
--> firstClusterOffsetInBytes = <unset>,
--> label = "",
--> capacityInBytes = 981983035392,
--> spaceUsedInBytes = 2038255616,
--> extfsFeatures = (converter.info.StorageInfo.VolumeInfo.ExtfsFeatures) {
--> dirIndex = true,
--> filetype = true,
--> hasJournal = true,
--> journalDev = false,
--> resizeInode = true,
--> sparseSuper = true,
--> extent = true,
--> flexBg = true,
--> uninitBg = true,
--> inodesCount = 59940864
--> },
--> xfsFeatures = (converter.info.StorageInfo.VolumeInfo.XfsFeatures) null,
--> lvName = "root"
--> },
--> (converter.info.StorageInfo.VolumeInfo) {
--> volumeId = "/dev/sda1",
--> diskId = (string) [
--> "disk-2"
--> ],
--> partitionNumber = 1,
--> primary = <unset>,
--> active = true,
--> partitionType = <unset>,
--> partitionGuid = <unset>,
--> partitionUuid = <unset>,
--> fileSystem = "vfat",
--> clusterSizeInBytes = 4096,
--> firstClusterOffsetInBytes = <unset>,
--> label = "",
--> capacityInBytes = 536870912,
--> spaceUsedInBytes = 9285632,
--> extfsFeatures = (converter.info.StorageInfo.VolumeInfo.ExtfsFeatures) null,
--> xfsFeatures = (converter.info.StorageInfo.VolumeInfo.XfsFeatures) null,
--> lvName = <unset>
--> },
--> (converter.info.StorageInfo.VolumeInfo) {
--> volumeId = "swap-volume(/dev/TMM-vg/swap_1)",
--> diskId = (string) [
--> "fake-disk-from-vg(TMM-vg)"
--> ],
--> partitionNumber = <unset>,
--> primary = <unset>,
--> active = false,
--> partitionType = <unset>,
--> partitionGuid = <unset>,
--> partitionUuid = <unset>,
--> fileSystem = "linux-swap",
--> clusterSizeInBytes = <unset>,
--> firstClusterOffsetInBytes = <unset>,
--> label = "",
--> capacityInBytes = 17167286272,
--> spaceUsedInBytes = 0,
--> extfsFeatures = (converter.info.StorageInfo.VolumeInfo.ExtfsFeatures) null,
--> xfsFeatures = (converter.info.StorageInfo.VolumeInfo.XfsFeatures) null,
--> lvName = "swap_1"
--> }
--> ],
--> bootConfig = (converter.info.BootConfigInfo) null
--> },
--> network = (converter.info.NetworkInfo) {
--> nic = (converter.info.NetworkInfo.NicInfo) [
--> (converter.info.NetworkInfo.LiveNicInfo) {
--> nicId = "ethernet-3",
--> connected = false,
--> label = "enp0s29u1u1u5",
--> },
--> (converter.info.NetworkInfo.LiveNicInfo) {
--> nicId = "ethernet-4",
--> connected = true,
--> label = "enp6s0",
--> }
--> ]
--> },
--> basicHardware = (converter.info.BasicHardwareInfo) {
--> numCPUs = 4,
--> numCoresPerSocket = 4,
--> memoryMB = 16064
--> },
--> configInfo = (vim.vm.ConfigInfo) {
--> changeVersion = "",
--> modified = "1970-01-01T00:00:00Z",
--> name = "192.168.14.128",
--> guestFullName = "",
--> version = "",
--> uuid = "",
--> instanceUuid = <unset>,
--> npivWorldWideNameType = <unset>,
--> npivDesiredNodeWwns = <unset>,
--> npivDesiredPortWwns = <unset>,
--> npivTemporaryDisabled = <unset>,
--> npivOnNonRdmDisks = <unset>,
--> locationId = <unset>,
--> template = false,
--> guestId = "ubuntu64Guest",
--> alternateGuestName = "",
--> annotation = <unset>,
--> files = (vim.vm.FileInfo) {
--> vmPathName = <unset>,
--> snapshotDirectory = <unset>,
--> suspendDirectory = <unset>,
--> logDirectory = <unset>,
--> ftMetadataDirectory = <unset>
--> },
--> tools = (vim.vm.ToolsConfigInfo) null,
--> flags = (vim.vm.FlagInfo) {
--> disableAcceleration = <unset>,
--> enableLogging = <unset>,
--> useToe = <unset>,
--> runWithDebugInfo = <unset>,
--> monitorType = <unset>,
--> htSharing = <unset>,
--> snapshotDisabled = <unset>,
--> snapshotLocked = <unset>,
--> diskUuidEnabled = <unset>,
--> virtualMmuUsage = <unset>,
--> virtualExecUsage = <unset>,
--> snapshotPowerOffBehavior = <unset>,
--> recordReplayEnabled = <unset>,
--> faultToleranceType = <unset>
--> },
--> consolePreferences = (vim.vm.ConsolePreferences) null,
--> defaultPowerOps = (vim.vm.DefaultPowerOpInfo) {
--> powerOffType = <unset>,
--> suspendType = <unset>,
--> resetType = <unset>,
--> defaultPowerOffType = <unset>,
--> defaultSuspendType = <unset>,
--> defaultResetType = <unset>,
--> standbyAction = <unset>
--> },
--> hardware = (vim.vm.VirtualHardware) {
--> numCPU = 4,
--> numCoresPerSocket = 4,
--> memoryMB = 16064,
--> virtualICH7MPresent = <unset>,
--> virtualSMCPresent = <unset>,
--> device = (vim.vm.device.VirtualDevice) [
--> (vim.vm.device.VirtualSCSIController) {
--> key = 1,
--> deviceInfo = (vim.Description) null,
--> backing = (vim.vm.device.VirtualDevice.BackingInfo) null,
--> connectable = (vim.vm.device.VirtualDevice.ConnectInfo) null,
--> slotInfo = (vim.vm.device.VirtualDevice.BusSlotInfo) null,
--> controllerKey = <unset>,
--> unitNumber = <unset>,
--> busNumber = 0,
--> hotAddRemove = <unset>,
--> sharedBus = "noSharing",
--> scsiCtlrUnitNumber = <unset>,
--> },
--> (vim.vm.device.VirtualDisk) {
--> key = 2,
--> deviceInfo = (vim.Description) null,
--> backing = (vim.vm.device.VirtualDevice.DeviceBackingInfo) {
--> deviceName = "/dev/sda",
--> useAutoDetect = <unset>
--> },
--> connectable = (vim.vm.device.VirtualDevice.ConnectInfo) null,
--> slotInfo = (vim.vm.device.VirtualDevice.BusSlotInfo) null,
--> controllerKey = 1,
--> unitNumber = 0,
--> capacityInKB = 976762584,
--> capacityInBytes = 1000204886016,
--> shares = (vim.SharesInfo) null,
--> storageIOAllocation = (vim.StorageResourceManager.IOAllocationInfo) null,
--> diskObjectId = <unset>,
--> vFlashCacheConfigInfo = (vim.vm.device.VirtualDisk.VFlashCacheConfigInfo) null,
--> },
--> (vim.vm.device.VirtualEthernetCard) {
--> key = 3,
--> deviceInfo = (vim.Description) {
--> label = "enp0s29u1u1u5",
--> summary = ""
--> },
--> backing = (vim.vm.device.VirtualEthernetCard.LegacyNetworkBackingInfo) {
--> deviceName = "enp0s29u1u1u5",
--> useAutoDetect = <unset>
--> },
--> connectable = (vim.vm.device.VirtualDevice.ConnectInfo) {
--> startConnected = false,
--> allowGuestControl = true,
--> connected = false,
--> status = <unset>
--> },
--> slotInfo = (vim.vm.device.VirtualDevice.BusSlotInfo) null,
--> controllerKey = <unset>,
--> unitNumber = <unset>,
--> addressType = <unset>,
--> macAddress = <unset>,
--> wakeOnLanEnabled = <unset>,
--> resourceAllocation = (vim.vm.device.VirtualEthernetCard.ResourceAllocation) null,
--> externalId = <unset>,
--> uptCompatibilityEnabled = <unset>,
--> },
--> (vim.vm.device.VirtualEthernetCard) {
--> key = 4,
--> deviceInfo = (vim.Description) {
--> label = "enp6s0",
--> summary = ""
--> },
--> backing = (vim.vm.device.VirtualEthernetCard.LegacyNetworkBackingInfo) {
--> deviceName = "enp6s0",
--> useAutoDetect = <unset>
--> },
--> connectable = (vim.vm.device.VirtualDevice.ConnectInfo) {
--> startConnected = true,
--> allowGuestControl = true,
--> connected = true,
--> status = <unset>
--> },
--> slotInfo = (vim.vm.device.VirtualDevice.BusSlotInfo) null,
--> controllerKey = <unset>,
--> unitNumber = <unset>,
--> addressType = <unset>,
--> macAddress = <unset>,
--> wakeOnLanEnabled = <unset>,
--> resourceAllocation = (vim.vm.device.VirtualEthernetCard.ResourceAllocation) null,
--> externalId = <unset>,
--> uptCompatibilityEnabled = <unset>,
--> }
--> ]
--> },
--> cpuAllocation = (vim.ResourceAllocationInfo) null,
--> memoryAllocation = (vim.ResourceAllocationInfo) null,
--> latencySensitivity = (vim.LatencySensitivity) null,
--> memoryHotAddEnabled = <unset>,
--> cpuHotAddEnabled = <unset>,
--> cpuHotRemoveEnabled = <unset>,
--> hotPlugMemoryLimit = <unset>,
--> hotPlugMemoryIncrementSize = <unset>,
--> cpuAffinity = (vim.vm.AffinityInfo) null,
--> memoryAffinity = (vim.vm.AffinityInfo) null,
--> networkShaper = (vim.vm.NetworkShaperInfo) null,
--> swapPlacement = <unset>,
--> swapDirectory = <unset>,
--> preserveSwapOnPowerOff = <unset>,
--> bootOptions = (vim.vm.BootOptions) null,
--> ftInfo = (vim.vm.FaultToleranceConfigInfo) null,
--> repConfig = (vim.vm.ReplicationConfigSpec) null,
--> vAppConfig = (vim.vApp.VmConfigInfo) null,
--> vAssertsEnabled = <unset>,
--> changeTrackingEnabled = <unset>,
--> firmware = "efi",
--> maxMksConnections = <unset>,
--> guestAutoLockEnabled = <unset>,
--> managedBy = (vim.ext.ManagedByInfo) null,
--> memoryReservationLockedToMax = <unset>,
--> initialOverhead = (vim.vm.ConfigInfo.OverheadInfo) null,
--> nestedHVEnabled = <unset>,
--> vPMCEnabled = <unset>,
--> scheduledHardwareUpgradeInfo = (vim.vm.ScheduledHardwareUpgradeInfo) null,
--> forkConfigInfo = (vim.vm.ForkConfigInfo) null,
--> vFlashCacheReservation = <unset>,
--> vmxConfigChecksum = <unset>,
--> messageBusQueuePattern = <unset>,
--> messageBusTunnelEnabled = <unset>,
--> vmStorageObjectId = <unset>,
--> swapStorageObjectId = <unset>,
--> },
--> currentEfiBootEntry = "ubuntu HD(1,GPT,073e705c-1187-43e7-b9ea-401c25ed37f9,0x800,0x100000)/File(\EFI\ubuntu\shimx64.efi)"
--> },
--> osInfo = (converter.info.ComputerOsInfo) {
--> osVersion = (converter.info.ComputerOsInfo.OsVersion) {
--> guestOsId = "ubuntu-64",
--> displayName = "ubuntu 16.04",
--> osType = "linuxOs",
--> osEdition = <unset>,
--> distribution = "ubuntuDistro",
--> majorVersion = 16,
--> minorVersion = 4,
--> kernelVersion = "4.4.0-116-generic",
--> os64Bit = true,
--> spLevel = <unset>
--> },
--> hostname = "ubuntu",
--> activeVolumeId = "/dev/TMM-vg/root",
--> systemVolumeId = "/dev/TMM-vg/root",
--> logicalVolumeInfo = (converter.info.ComputerOsInfo.LogicalVolumeInfo) [
--> (converter.info.ComputerOsInfo.LogicalVolumeInfo) {
--> volumeId = "/dev/TMM-vg/root",
--> mountPoint = (string) [
--> "/"
--> ],
--> volumeCloneFlags = (converter.info.ComputerOsInfo.VolumeCloneFlags) {
--> minSizeInBytes = 2242081177,
--> canBeSkipped = true,
--> canBeResized = true,
--> canBeMovedToAnotherDisk = false,
--> canChangeClusterSize = false,
--> canChangeType = true
--> }
--> },
--> (converter.info.ComputerOsInfo.LogicalVolumeInfo) {
--> volumeId = "/dev/sda1",
--> mountPoint = (string) [
--> "/boot/efi"
--> ],
--> volumeCloneFlags = (converter.info.ComputerOsInfo.VolumeCloneFlags) {
--> minSizeInBytes = 114143232,
--> canBeSkipped = true,
--> canBeResized = true,
--> canBeMovedToAnotherDisk = false,
--> canChangeClusterSize = false,
--> canChangeType = false
--> }
--> },
--> (converter.info.ComputerOsInfo.LogicalVolumeInfo) {
--> volumeId = "swap-volume(/dev/TMM-vg/swap_1)",
--> mountPoint = (string) [
--> "swap"
--> ],
--> volumeCloneFlags = (converter.info.ComputerOsInfo.VolumeCloneFlags) {
--> minSizeInBytes = 8388608,
--> canBeSkipped = true,
--> canBeResized = true,
--> canBeMovedToAnotherDisk = true,
--> canChangeClusterSize = false,
--> canChangeType = true
--> }
--> }
--> ],
--> reconfigPrerequisites = (converter.info.ReconfigPrerequisites) null,
--> capabilities = (converter.info.ComputerOsInfo.Capabilities) {
--> canSynchronize = false,
--> canPowerOffSourceMachine = true,
--> canStopServices = false,
--> canSkipUnwantedFiles = false,
--> canReconfig = true,
--> canCustomize = false,
--> canInstallTools = false,
--> defaultCloningMode = "volumeBasedCloning",
--> supportedCloningMode = (string) [
--> "volumeBasedCloning"
--> ]
--> },
--> bootLoaderInfo = (converter.info.ComputerOsInfo.BootLoaderInfo) {
--> type = "grub2",
--> configFilePath = "/boot/grub/grub.cfg"
--> },
--> dracut = "",
--> }
--> }
--> =====================
2018-02-27T13:33:56.410+07:00 info vmware-converter-worker[00804] [Originator@6876 sub=Default] Scheduled timer canceled, StopKeepAlive succeeds
2018-02-27T13:33:56.425+07:00 info vmware-converter-worker[00804] [Originator@6876 sub=Default] [Query] Using cached ComputerInfo
2018-02-27T13:34:11.306+07:00 info vmware-converter-worker[01840] [Originator@6876 sub=Default] Connecting to host 192.168.14.15 on port 443
2018-02-27T13:34:11.307+07:00 info vmware-converter-worker[01840] [Originator@6876 sub=Default] localVersion is: vim.version.version10
2018-02-27T13:34:11.343+07:00 info vmware-converter-worker[01840] [Originator@6876 sub=Default] Remote version is: unrecognized
2018-02-27T13:34:11.347+07:00 info vmware-converter-worker[01840] [Originator@6876 sub=Default] Authenticating user root
2018-02-27T13:34:11.470+07:00 info vmware-converter-worker[01840] [Originator@6876 sub=Default] Selected target host is vim.HostSystem:ha-host
2018-02-27T13:34:11.491+07:00 info vmware-converter-worker[01840] [Originator@6876 sub=Default] Scheduled timer canceled, StopKeepAlive succeeds
2018-02-27T13:34:13.635+07:00 info vmware-converter-worker[01840] [Originator@6876 sub=Default] Connecting to host 192.168.14.15 on port 443
2018-02-27T13:34:13.635+07:00 info vmware-converter-worker[01840] [Originator@6876 sub=Default] localVersion is: vim.version.version10
2018-02-27T13:34:13.666+07:00 info vmware-converter-worker[01840] [Originator@6876 sub=Default] Remote version is: unrecognized
2018-02-27T13:34:13.681+07:00 info vmware-converter-worker[01840] [Originator@6876 sub=Default] Authenticating user root
2018-02-27T13:34:13.791+07:00 info vmware-converter-worker[01840] [Originator@6876 sub=Default] ComputeResource for vim.HostSystem:ha-host is vim.ComputeResource:ha-compute-res
2018-02-27T13:34:13.791+07:00 info vmware-converter-worker[01840] [Originator@6876 sub=Default] EnvironmentBrowser for vim.HostSystem:ha-host is vim.EnvironmentBrowser:ha-env-browser-vmx-13
2018-02-27T13:34:14.586+07:00 info vmware-converter-worker[01840] [Originator@6876 sub=Default] Scheduled timer canceled, StopKeepAlive succeeds
2018-02-27T13:34:15.382+07:00 info vmware-converter-worker[01040] [Originator@6876 sub=Default] Connecting to host 192.168.14.15 on port 443
2018-02-27T13:34:15.382+07:00 info vmware-converter-worker[01040] [Originator@6876 sub=Default] localVersion is: vim.version.version10
2018-02-27T13:34:15.428+07:00 info vmware-converter-worker[01040] [Originator@6876 sub=Default] Remote version is: unrecognized
2018-02-27T13:34:15.433+07:00 info vmware-converter-worker[01040] [Originator@6876 sub=Default] Authenticating user root
2018-02-27T13:34:15.552+07:00 info vmware-converter-worker[01040] [Originator@6876 sub=Default] Selected target host is vim.HostSystem:ha-host
2018-02-27T13:34:15.572+07:00 info vmware-converter-worker[01040] [Originator@6876 sub=Default] Scheduled timer canceled, StopKeepAlive succeeds
2018-02-27T13:34:15.578+07:00 info vmware-converter-worker[03700] [Originator@6876 sub=Default] [Query] Using cached ComputerInfo
2018-02-27T13:34:15.579+07:00 info vmware-converter-worker[01040] [Originator@6876 sub=Default] Connecting to host 192.168.14.15 on port 443
2018-02-27T13:34:15.579+07:00 info vmware-converter-worker[01040] [Originator@6876 sub=Default] localVersion is: vim.version.version10
2018-02-27T13:34:15.617+07:00 info vmware-converter-worker[01040] [Originator@6876 sub=Default] Remote version is: unrecognized
2018-02-27T13:34:15.621+07:00 info vmware-converter-worker[01040] [Originator@6876 sub=Default] Authenticating user root
2018-02-27T13:34:15.730+07:00 info vmware-converter-worker[01040] [Originator@6876 sub=Default] ComputeResource for vim.HostSystem:ha-host is vim.ComputeResource:ha-compute-res
2018-02-27T13:34:15.734+07:00 info vmware-converter-worker[01040] [Originator@6876 sub=Default] ResourcePool for vim.ComputeResource:ha-compute-res is vim.ResourcePool:ha-root-pool
2018-02-27T13:34:15.737+07:00 info vmware-converter-worker[01040] [Originator@6876 sub=Default] ComputeResource for vim.HostSystem:ha-host is vim.ComputeResource:ha-compute-res
2018-02-27T13:34:15.743+07:00 info vmware-converter-worker[01040] [Originator@6876 sub=Default] Datacenter for vim.ComputeResource:ha-compute-res is vim.Datacenter:ha-datacenter
2018-02-27T13:34:15.746+07:00 info vmware-converter-worker[01040] [Originator@6876 sub=Default] Root VM folder for vim.Datacenter:ha-datacenter is vim.Folder:ha-folder-vm
2018-02-27T13:34:15.755+07:00 info vmware-converter-worker[01040] [Originator@6876 sub=Default] Reusing existing VIM connection to 192.168.14.15
2018-02-27T13:34:15.778+07:00 info vmware-converter-worker[01040] [Originator@6876 sub=Default] ComputeResource for vim.HostSystem:ha-host is vim.ComputeResource:ha-compute-res
2018-02-27T13:34:15.781+07:00 info vmware-converter-worker[01040] [Originator@6876 sub=Default] EnvironmentBrowser for vim.HostSystem:ha-host is vim.EnvironmentBrowser:ha-env-browser-vmx-13
2018-02-27T13:34:16.249+07:00 info vmware-converter-worker[01040] [Originator@6876 sub=Default] Reusing existing VIM connection to 192.168.14.15
2018-02-27T13:34:16.281+07:00 info vmware-converter-worker[01040] [Originator@6876 sub=Default] Reusing existing VIM connection to 192.168.14.15
2018-02-27T13:34:16.281+07:00 info vmware-converter-worker[01040] [Originator@6876 sub=Default] Reusing existing VIM connection to 192.168.14.15
2018-02-27T13:34:16.324+07:00 info vmware-converter-worker[01040] [Originator@6876 sub=Default] ComputeResource for vim.HostSystem:ha-host is vim.ComputeResource:ha-compute-res
2018-02-27T13:34:16.327+07:00 info vmware-converter-worker[01040] [Originator@6876 sub=Default] EnvironmentBrowser for vim.HostSystem:ha-host is vim.EnvironmentBrowser:ha-env-browser-vmx-13
2018-02-27T13:34:16.441+07:00 info vmware-converter-worker[01040] [Originator@6876 sub=Default] Chosen host information: vendor 'Dell Inc.' model 'PowerEdge R720' uuid '4c4c4544-005a-3910-8051-b3c04f313032' CPU: packages 1 cores 6, threads 12, Hz 1999999748 Physical memory: 17132134400 bytes Bios: '2.1.3'
2018-02-27T13:34:16.445+07:00 info vmware-converter-worker[01040] [Originator@6876 sub=Default] ComputeResource for vim.HostSystem:ha-host is vim.ComputeResource:ha-compute-res
2018-02-27T13:34:16.448+07:00 info vmware-converter-worker[01040] [Originator@6876 sub=Default] EnvironmentBrowser for vim.HostSystem:ha-host is vim.EnvironmentBrowser:ha-env-browser-vmx-13
2018-02-27T13:34:16.562+07:00 info vmware-converter-worker[01040] [Originator@6876 sub=Default] ComputeResource for vim.HostSystem:ha-host is vim.ComputeResource:ha-compute-res
2018-02-27T13:34:16.565+07:00 info vmware-converter-worker[01040] [Originator@6876 sub=Default] EnvironmentBrowser for vim.HostSystem:ha-host is vim.EnvironmentBrowser:ha-env-browser-vmx-13
2018-02-27T13:34:16.578+07:00 info vmware-converter-worker[01040] [Originator@6876 sub=Default] DefaultValues::SetDefaultCPUAndMemory: guestOsId=ubuntu-64 recognized by target the ESX/VC, using its defaults
2018-02-27T13:34:16.582+07:00 info vmware-converter-worker[01040] [Originator@6876 sub=Default] ComputeResource for vim.HostSystem:ha-host is vim.ComputeResource:ha-compute-res
2018-02-27T13:34:16.585+07:00 info vmware-converter-worker[01040] [Originator@6876 sub=Default] EnvironmentBrowser for vim.HostSystem:ha-host is vim.EnvironmentBrowser:ha-env-browser-vmx-13
2018-02-27T13:34:16.695+07:00 error vmware-converter-worker[01040] [Originator@6876 sub=Default] DefaultValues::TranslateDiskControllerType: Unrecognized disk controller type vim.vm.device.ParaVirtualSCSIController
2018-02-27T13:34:16.696+07:00 info vmware-converter-worker[01040] [Originator@6876 sub=Default] DefaultValues::SetDefaultDiskController: guestOsId=ubuntu-64 recognized by target the ESX/VC, using its defaults
2018-02-27T13:34:16.851+07:00 info vmware-converter-worker[01040] [Originator@6876 sub=Default] ComputeResource for vim.HostSystem:ha-host is vim.ComputeResource:ha-compute-res
2018-02-27T13:34:16.854+07:00 info vmware-converter-worker[01040] [Originator@6876 sub=Default] EnvironmentBrowser for vim.HostSystem:ha-host is vim.EnvironmentBrowser:ha-env-browser-vmx-13
2018-02-27T13:34:16.982+07:00 info vmware-converter-worker[01040] [Originator@6876 sub=Default] The default datastore for vim.HostSystem:ha-host is vim.Datastore:5a8cf57c-cc1a6088-53ee-74867af2a4d2
2018-02-27T13:34:16.990+07:00 info vmware-converter-worker[01040] [Originator@6876 sub=Default] Caching DefaultConversionParamsResult with key DefaultValues::GetDefaultsForConvert=/converter.ComputerSpec=6ed374a12a6849ed8042a57c4a17d3344a52f61f/converter.info.ComputerOsInfo=7c6ad1e1c0ae7f38424a728d772698807a90d9c3/converter.params.TargetVmSpec=d44162a2463e9425baeac46164c2f521039444c/int[]=e170d1974aee0e5565f00afc30da8cb74c67972a
2018-02-27T13:34:16.993+07:00 info vmware-converter-worker[01040] [Originator@6876 sub=Default] Scheduled timer canceled, StopKeepAlive succeeds
2018-02-27T13:34:17.328+07:00 info vmware-converter-worker[01040] [Originator@6876 sub=Default] Connecting to host 192.168.14.15 on port 443
2018-02-27T13:34:17.328+07:00 info vmware-converter-worker[01040] [Originator@6876 sub=Default] localVersion is: vim.version.version10
2018-02-27T13:34:17.365+07:00 info vmware-converter-worker[01040] [Originator@6876 sub=Default] Remote version is: unrecognized
2018-02-27T13:34:17.370+07:00 info vmware-converter-worker[01040] [Originator@6876 sub=Default] Authenticating user root
2018-02-27T13:34:17.493+07:00 info vmware-converter-worker[01040] [Originator@6876 sub=Default] Datastore "datastore1" has 350903861248 bytes free (Space required: 26313068544 bytes, Space required for flat targets 26313068544 bytes) in volumeBasedCloning mode
2018-02-27T13:34:17.493+07:00 info vmware-converter-worker[01040] [Originator@6876 sub=Default] Scheduled timer canceled, StopKeepAlive succeeds
2018-02-27T13:34:20.505+07:00 info vmware-converter-worker[01840] [Originator@6876 sub=Default] [Query] Using cached ComputerInfo
2018-02-27T13:34:20.505+07:00 info vmware-converter-worker[01040] [Originator@6876 sub=Default] Connecting to host 192.168.14.15 on port 443
2018-02-27T13:34:20.505+07:00 info vmware-converter-worker[01040] [Originator@6876 sub=Default] localVersion is: vim.version.version10
2018-02-27T13:34:20.552+07:00 info vmware-converter-worker[01040] [Originator@6876 sub=Default] Remote version is: unrecognized
2018-02-27T13:34:20.568+07:00 info vmware-converter-worker[01040] [Originator@6876 sub=Default] Authenticating user root
2018-02-27T13:34:20.677+07:00 info vmware-converter-worker[01040] [Originator@6876 sub=Default] Selected target host is vim.HostSystem:ha-host
2018-02-27T13:34:20.708+07:00 info vmware-converter-worker[01040] [Originator@6876 sub=Default] Scheduled timer canceled, StopKeepAlive succeeds
2018-02-27T13:34:20.708+07:00 info vmware-converter-worker[03700] [Originator@6876 sub=Default] [Query] Using cached ComputerInfo
2018-02-27T13:34:20.708+07:00 info vmware-converter-worker[01040] [Originator@6876 sub=Default] Connecting to host 192.168.14.15 on port 443
2018-02-27T13:34:20.708+07:00 info vmware-converter-worker[01040] [Originator@6876 sub=Default] localVersion is: vim.version.version10
2018-02-27T13:34:20.755+07:00 info vmware-converter-worker[01040] [Originator@6876 sub=Default] Remote version is: unrecognized
2018-02-27T13:34:20.755+07:00 info vmware-converter-worker[01040] [Originator@6876 sub=Default] Authenticating user root
2018-02-27T13:34:20.864+07:00 info vmware-converter-worker[01040] [Originator@6876 sub=Default] ComputeResource for vim.HostSystem:ha-host is vim.ComputeResource:ha-compute-res
2018-02-27T13:34:20.880+07:00 info vmware-converter-worker[01040] [Originator@6876 sub=Default] ResourcePool for vim.ComputeResource:ha-compute-res is vim.ResourcePool:ha-root-pool
2018-02-27T13:34:20.880+07:00 info vmware-converter-worker[01040] [Originator@6876 sub=Default] ComputeResource for vim.HostSystem:ha-host is vim.ComputeResource:ha-compute-res
2018-02-27T13:34:20.880+07:00 info vmware-converter-worker[01040] [Originator@6876 sub=Default] Datacenter for vim.ComputeResource:ha-compute-res is vim.Datacenter:ha-datacenter
2018-02-27T13:34:20.880+07:00 info vmware-converter-worker[01040] [Originator@6876 sub=Default] Root VM folder for vim.Datacenter:ha-datacenter is vim.Folder:ha-folder-vm
2018-02-27T13:34:20.895+07:00 info vmware-converter-worker[01040] [Originator@6876 sub=Default] Reusing existing VIM connection to 192.168.14.15
2018-02-27T13:34:20.911+07:00 info vmware-converter-worker[01040] [Originator@6876 sub=Default] ComputeResource for vim.HostSystem:ha-host is vim.ComputeResource:ha-compute-res
2018-02-27T13:34:20.927+07:00 info vmware-converter-worker[01040] [Originator@6876 sub=Default] EnvironmentBrowser for vim.HostSystem:ha-host is vim.EnvironmentBrowser:ha-env-browser-vmx-13
2018-02-27T13:34:21.395+07:00 info vmware-converter-worker[01040] [Originator@6876 sub=Default] Reusing existing VIM connection to 192.168.14.15
2018-02-27T13:34:21.426+07:00 info vmware-converter-worker[01040] [Originator@6876 sub=Default] Using cached DefaultConversionParamsResult
2018-02-27T13:34:21.426+07:00 info vmware-converter-worker[01040] [Originator@6876 sub=Default] Scheduled timer canceled, StopKeepAlive succeeds
2018-02-27T13:34:21.441+07:00 info vmware-converter-worker[01040] [Originator@6876 sub=Default] Connecting to host 192.168.14.15 on port 443
2018-02-27T13:34:21.441+07:00 info vmware-converter-worker[01040] [Originator@6876 sub=Default] localVersion is: vim.version.version10
2018-02-27T13:34:21.473+07:00 info vmware-converter-worker[01040] [Originator@6876 sub=Default] Remote version is: unrecognized
2018-02-27T13:34:21.473+07:00 info vmware-converter-worker[01040] [Originator@6876 sub=Default] Authenticating user root
2018-02-27T13:34:21.597+07:00 info vmware-converter-worker[01040] [Originator@6876 sub=Default] Datastore "datastore1" has 350903861248 bytes free (Space required: 26313068544 bytes, Space required for flat targets 26313068544 bytes) in volumeBasedCloning mode
2018-02-27T13:34:21.597+07:00 info vmware-converter-worker[01040] [Originator@6876 sub=Default] Scheduled timer canceled, StopKeepAlive succeeds
2018-02-27T13:34:21.613+07:00 info vmware-converter-worker[01828] [Originator@6876 sub=Default] [Query] Using cached ComputerInfo
2018-02-27T13:34:21.613+07:00 info vmware-converter-worker[01040] [Originator@6876 sub=Default] Connecting to host 192.168.14.15 on port 443
2018-02-27T13:34:21.613+07:00 info vmware-converter-worker[01040] [Originator@6876 sub=Default] localVersion is: vim.version.version10
2018-02-27T13:34:21.660+07:00 info vmware-converter-worker[01040] [Originator@6876 sub=Default] Remote version is: unrecognized
2018-02-27T13:34:21.660+07:00 info vmware-converter-worker[01040] [Originator@6876 sub=Default] Authenticating user root
2018-02-27T13:34:21.785+07:00 info vmware-converter-worker[01040] [Originator@6876 sub=Default] Selected target host is vim.HostSystem:ha-host
2018-02-27T13:34:21.800+07:00 info vmware-converter-worker[01040] [Originator@6876 sub=Default] Scheduled timer canceled, StopKeepAlive succeeds
2018-02-27T13:34:21.800+07:00 info vmware-converter-worker[01828] [Originator@6876 sub=Default] [Query] Using cached ComputerInfo
2018-02-27T13:34:21.800+07:00 info vmware-converter-worker[01040] [Originator@6876 sub=Default] Connecting to host 192.168.14.15 on port 443
2018-02-27T13:34:21.800+07:00 info vmware-converter-worker[01040] [Originator@6876 sub=Default] localVersion is: vim.version.version10
2018-02-27T13:34:21.847+07:00 info vmware-converter-worker[01040] [Originator@6876 sub=Default] Remote version is: unrecognized
2018-02-27T13:34:21.847+07:00 info vmware-converter-worker[01040] [Originator@6876 sub=Default] Authenticating user root
2018-02-27T13:34:21.956+07:00 info vmware-converter-worker[01040] [Originator@6876 sub=Default] ComputeResource for vim.HostSystem:ha-host is vim.ComputeResource:ha-compute-res
2018-02-27T13:34:21.956+07:00 info vmware-converter-worker[01040] [Originator@6876 sub=Default] ResourcePool for vim.ComputeResource:ha-compute-res is vim.ResourcePool:ha-root-pool
2018-02-27T13:34:21.956+07:00 info vmware-converter-worker[01040] [Originator@6876 sub=Default] ComputeResource for vim.HostSystem:ha-host is vim.ComputeResource:ha-compute-res
2018-02-27T13:34:21.972+07:00 info vmware-converter-worker[01040] [Originator@6876 sub=Default] Datacenter for vim.ComputeResource:ha-compute-res is vim.Datacenter:ha-datacenter
2018-02-27T13:34:21.972+07:00 info vmware-converter-worker[01040] [Originator@6876 sub=Default] Root VM folder for vim.Datacenter:ha-datacenter is vim.Folder:ha-folder-vm
2018-02-27T13:34:21.972+07:00 info vmware-converter-worker[01040] [Originator@6876 sub=Default] Reusing existing VIM connection to 192.168.14.15
2018-02-27T13:34:22.003+07:00 info vmware-converter-worker[01040] [Originator@6876 sub=Default] ComputeResource for vim.HostSystem:ha-host is vim.ComputeResource:ha-compute-res
2018-02-27T13:34:22.003+07:00 info vmware-converter-worker[01040] [Originator@6876 sub=Default] EnvironmentBrowser for vim.HostSystem:ha-host is vim.EnvironmentBrowser:ha-env-browser-vmx-13
2018-02-27T13:34:22.455+07:00 info vmware-converter-worker[01040] [Originator@6876 sub=Default] Reusing existing VIM connection to 192.168.14.15
2018-02-27T13:34:22.487+07:00 info vmware-converter-worker[01040] [Originator@6876 sub=Default] Using cached DefaultConversionParamsResult
2018-02-27T13:34:22.487+07:00 info vmware-converter-worker[01040] [Originator@6876 sub=Default] Scheduled timer canceled, StopKeepAlive succeeds
2018-02-27T13:34:22.502+07:00 info vmware-converter-worker[01040] [Originator@6876 sub=Default] Connecting to host 192.168.14.15 on port 443
2018-02-27T13:34:22.502+07:00 info vmware-converter-worker[01040] [Originator@6876 sub=Default] localVersion is: vim.version.version10
2018-02-27T13:34:22.533+07:00 info vmware-converter-worker[01040] [Originator@6876 sub=Default] Remote version is: unrecognized
2018-02-27T13:34:22.533+07:00 info vmware-converter-worker[01040] [Originator@6876 sub=Default] Authenticating user root
2018-02-27T13:34:22.658+07:00 info vmware-converter-worker[01040] [Originator@6876 sub=Default] Datastore "datastore1" has 350903861248 bytes free (Space required: 26313068544 bytes, Space required for flat targets 26313068544 bytes) in volumeBasedCloning mode
2018-02-27T13:34:22.658+07:00 info vmware-converter-worker[01040] [Originator@6876 sub=Default] Scheduled timer canceled, StopKeepAlive succeeds
2018-02-27T13:34:22.674+07:00 info vmware-converter-worker[01040] [Originator@6876 sub=Default] [Query] Using cached ComputerInfo
2018-02-27T13:34:22.674+07:00 info vmware-converter-worker[01828] [Originator@6876 sub=Default] Converter::TargetVmManagerImpl::CreateVM
2018-02-27T13:34:22.674+07:00 info vmware-converter-worker[01828] [Originator@6876 sub=Default] Connecting to host 192.168.14.15 on port 443
2018-02-27T13:34:22.674+07:00 info vmware-converter-worker[01828] [Originator@6876 sub=Default] localVersion is: vim.version.version10
2018-02-27T13:34:22.705+07:00 info vmware-converter-worker[01828] [Originator@6876 sub=Default] Remote version is: unrecognized
2018-02-27T13:34:22.721+07:00 info vmware-converter-worker[01828] [Originator@6876 sub=Default] Authenticating user root
2018-02-27T13:34:22.845+07:00 info vmware-converter-worker[01828] [Originator@6876 sub=Default] ComputeResource for vim.HostSystem:ha-host is vim.ComputeResource:ha-compute-res
2018-02-27T13:34:22.845+07:00 info vmware-converter-worker[01828] [Originator@6876 sub=Default] EnvironmentBrowser for vim.HostSystem:ha-host is vim.EnvironmentBrowser:ha-env-browser-vmx-13
2018-02-27T13:34:22.970+07:00 info vmware-converter-worker[01828] [Originator@6876 sub=Default] Chosen host information: vendor 'Dell Inc.' model 'PowerEdge R720' uuid '4c4c4544-005a-3910-8051-b3c04f313032' CPU: packages 1 cores 6, threads 12, Hz 1999999748 Physical memory: 17132134400 bytes Bios: '2.1.3'
2018-02-27T13:34:22.970+07:00 info vmware-converter-worker[01828] [Originator@6876 sub=Default] Target VM name: ubuntu
2018-02-27T13:34:22.970+07:00 info vmware-converter-worker[01828] [Originator@6876 sub=Default] Using cached DefaultConversionParamsResult
2018-02-27T13:34:22.970+07:00 info vmware-converter-worker[01828] [Originator@6876 sub=Default] Using datastore datastore1 for VMX
2018-02-27T13:34:22.970+07:00 info vmware-converter-worker[01828] [Originator@6876 sub=Default] Target supports 2 floppy drives, 1 sound cards, 0 serial ports, 0 parallel ports, 1 USB controllers, 0 VMIROMS
2018-02-27T13:34:22.970+07:00 info vmware-converter-worker[01828] [Originator@6876 sub=Default] VmTransformerImpl::TransformStorageDevices: Received diskControllerType=scsiLsiLogic, using diskControllerType=scsiLsiLogic
2018-02-27T13:34:22.970+07:00 info vmware-converter-worker[01828] [Originator@6876 sub=Default] VmTransformerImpl::TransformStorageDevices: Max number of SCSI controllers = 4; Max number of devices per SCSI controller = 16; Max number of IDE controllers = 2; Max number of devices per IDE controller = 2; Max number of SATA controllers = 4; Max number of devices per SATA controller = 30; SATA support: yes; Default CD-ROM controller = 2.
2018-02-27T13:34:22.970+07:00 info vmware-converter-worker[01828] [Originator@6876 sub=Default] Cloning mode volumeBasedCloning
2018-02-27T13:34:22.970+07:00 info vmware-converter-worker[01828] [Originator@6876 sub=Default] found VolumesToClone list in TargetDiskParams
2018-02-27T13:34:22.970+07:00 warning vmware-converter-worker[01828] [Originator@6876 sub=Default] Disk id fake-disk-from-vg(TMM-vg) does not identify an existing disk
2018-02-27T13:34:22.970+07:00 info vmware-converter-worker[01828] [Originator@6876 sub=Default] found VolumesToClone list in TargetDiskParams
2018-02-27T13:34:22.970+07:00 warning vmware-converter-worker[01828] [Originator@6876 sub=Default] Disk id fake-disk-from-vg(TMM-vg) does not identify an existing disk
2018-02-27T13:34:22.970+07:00 warning vmware-converter-worker[01828] [Originator@6876 sub=Default] VmTransformerImpl::SeparateBootDisk: Unable to find VirtualDisk for diskId=fake-disk-from-vg(TMM-vg)
2018-02-27T13:34:22.970+07:00 info vmware-converter-worker[01828] [Originator@6876 sub=Default] VmTransformerImpl::SplitDevicesByControllerType: Unable to find the attach point for a device:
--> (vim.vm.device.VirtualDisk) {
--> key = -1,
--> deviceInfo = (vim.Description) null,
--> backing = (vim.vm.device.VirtualDevice.BackingInfo) null,
--> connectable = (vim.vm.device.VirtualDevice.ConnectInfo) null,
--> slotInfo = (vim.vm.device.VirtualDevice.BusSlotInfo) null,
--> controllerKey = <unset>,
--> unitNumber = <unset>,
--> capacityInKB = 25170944,
--> capacityInBytes = 25775046656,
--> shares = (vim.SharesInfo) null,
--> storageIOAllocation = (vim.StorageResourceManager.IOAllocationInfo) null,
--> diskObjectId = <unset>,
--> vFlashCacheConfigInfo = (vim.vm.device.VirtualDisk.VFlashCacheConfigInfo) null,
--> }. Probably a new device
2018-02-27T13:34:22.970+07:00 info vmware-converter-worker[01828] [Originator@6876 sub=Default] VmTransformerImpl::TransformStorageDevices: Even though the Linux source does not have a CDROM, creating a CDROM device in the target VM
2018-02-27T13:34:22.970+07:00 warning vmware-converter-worker[01828] [Originator@6876 sub=Default] Device is relocated from fake BusNumber=-1 UnitNumber=-1 to scsi BusNumber=0 UnitNumber=1
2018-02-27T13:34:22.970+07:00 warning vmware-converter-worker[01828] [Originator@6876 sub=Default] Device is relocated from fake BusNumber=-1 UnitNumber=-1 to sata BusNumber=0 UnitNumber=0
2018-02-27T13:34:22.970+07:00 info vmware-converter-worker[01828] [Originator@6876 sub=Default] VmTransformerResult: configVersion = 8
--> isSupportingUsb20 = false
--> isSupportingUsb30 = true
--> targetConfig = (vim.vm.ConfigSpec) {
--> changeVersion = <unset>,
--> name = "ubuntu",
--> version = "vmx-11",
--> uuid = <unset>,
--> instanceUuid = <unset>,
--> npivWorldWideNameType = <unset>,
--> npivDesiredNodeWwns = <unset>,
--> npivDesiredPortWwns = <unset>,
--> npivTemporaryDisabled = <unset>,
--> npivOnNonRdmDisks = <unset>,
--> npivWorldWideNameOp = <unset>,
--> locationId = <unset>,
--> guestId = "ubuntu64Guest",
--> alternateGuestName = <unset>,
--> annotation = <unset>,
--> files = (vim.vm.FileInfo) {
--> vmPathName = "[datastore1]",
--> snapshotDirectory = <unset>,
--> suspendDirectory = <unset>,
--> logDirectory = <unset>,
--> ftMetadataDirectory = <unset>
--> },
--> tools = (vim.vm.ToolsConfigInfo) null,
--> flags = (vim.vm.FlagInfo) {
--> disableAcceleration = <unset>,
--> enableLogging = <unset>,
--> useToe = <unset>,
--> runWithDebugInfo = <unset>,
--> monitorType = <unset>,
--> htSharing = <unset>,
--> snapshotDisabled = <unset>,
--> snapshotLocked = <unset>,
--> diskUuidEnabled = <unset>,
--> virtualMmuUsage = <unset>,
--> virtualExecUsage = <unset>,
--> snapshotPowerOffBehavior = <unset>,
--> recordReplayEnabled = <unset>,
--> faultToleranceType = <unset>
--> },
--> consolePreferences = (vim.vm.ConsolePreferences) null,
--> powerOpInfo = (vim.vm.DefaultPowerOpInfo) {
--> powerOffType = <unset>,
--> suspendType = <unset>,
--> resetType = <unset>,
--> defaultPowerOffType = <unset>,
--> defaultSuspendType = <unset>,
--> defaultResetType = <unset>,
--> standbyAction = <unset>
--> },
--> numCPUs = 4,
--> numCoresPerSocket = 4,
--> memoryMB = 2048,
--> memoryHotAddEnabled = <unset>,
--> cpuHotAddEnabled = <unset>,
--> cpuHotRemoveEnabled = <unset>,
--> virtualICH7MPresent = <unset>,
--> virtualSMCPresent = <unset>,
--> deviceChange = (vim.vm.device.VirtualDeviceSpec) [
--> (vim.vm.device.VirtualDeviceSpec) {
--> operation = "add",
--> fileOperation = <unset>,
--> device = (vim.vm.device.VirtualE1000) {
--> key = -1,
--> deviceInfo = (vim.Description) null,
--> backing = (vim.vm.device.VirtualEthernetCard.NetworkBackingInfo) {
--> deviceName = "VM Network",
--> useAutoDetect = <unset>,
--> network = <unset>,
--> inPassthroughMode = <unset>
--> },
--> connectable = (vim.vm.device.VirtualDevice.ConnectInfo) {
--> startConnected = true,
--> allowGuestControl = true,
--> connected = false,
--> status = <unset>
--> },
--> slotInfo = (vim.vm.device.VirtualDevice.BusSlotInfo) null,
--> controllerKey = <unset>,
--> unitNumber = <unset>,
--> addressType = "Generated",
--> macAddress = <unset>,
--> wakeOnLanEnabled = <unset>,
--> resourceAllocation = (vim.vm.device.VirtualEthernetCard.ResourceAllocation) null,
--> externalId = <unset>,
--> uptCompatibilityEnabled = <unset>,
--> },
--> },
--> (vim.vm.device.VirtualDeviceSpec) {
--> operation = "add",
--> fileOperation = <unset>,
--> device = (vim.vm.device.VirtualE1000) {
--> key = -2,
--> deviceInfo = (vim.Description) null,
--> backing = (vim.vm.device.VirtualEthernetCard.NetworkBackingInfo) {
--> deviceName = "VM Network",
--> useAutoDetect = <unset>,
--> network = <unset>,
--> inPassthroughMode = <unset>
--> },
--> connectable = (vim.vm.device.VirtualDevice.ConnectInfo) {
--> startConnected = true,
--> allowGuestControl = true,
--> connected = false,
--> status = <unset>
--> },
--> slotInfo = (vim.vm.device.VirtualDevice.BusSlotInfo) null,
--> controllerKey = <unset>,
--> unitNumber = <unset>,
--> addressType = "Generated",
--> macAddress = <unset>,
--> wakeOnLanEnabled = <unset>,
--> resourceAllocation = (vim.vm.device.VirtualEthernetCard.ResourceAllocation) null,
--> externalId = <unset>,
--> uptCompatibilityEnabled = <unset>,
--> },
--> },
--> (vim.vm.device.VirtualDeviceSpec) {
--> operation = "add",
--> fileOperation = <unset>,
--> device = (vim.vm.device.VirtualLsiLogicController) {
--> key = -3,
--> deviceInfo = (vim.Description) null,
--> backing = (vim.vm.device.VirtualDevice.BackingInfo) null,
--> connectable = (vim.vm.device.VirtualDevice.ConnectInfo) {
--> startConnected = true,
--> allowGuestControl = false,
--> connected = false,
--> status = <unset>
--> },
--> slotInfo = (vim.vm.device.VirtualDevice.BusSlotInfo) null,
--> controllerKey = <unset>,
--> unitNumber = <unset>,
--> busNumber = 0,
--> hotAddRemove = <unset>,
--> sharedBus = "noSharing",
--> scsiCtlrUnitNumber = <unset>,
--> },
--> },
--> (vim.vm.device.VirtualDeviceSpec) {
--> operation = "add",
--> fileOperation = "create",
--> device = (vim.vm.device.VirtualDisk) {
--> key = -4,
--> deviceInfo = (vim.Description) null,
--> backing = (vim.vm.device.VirtualDisk.FlatVer2BackingInfo) {
--> fileName = "[datastore1]",
--> datastore = <unset>,
--> backingObjectId = <unset>,
--> diskMode = "persistent",
--> split = <unset>,
--> writeThrough = <unset>,
--> thinProvisioned = <unset>,
--> eagerlyScrub = <unset>,
--> uuid = <unset>,
--> contentId = <unset>,
--> changeId = <unset>,
--> parent = (vim.vm.device.VirtualDisk.FlatVer2BackingInfo) null,
--> deltaDiskFormat = <unset>,
--> digestEnabled = <unset>,
--> deltaGrainSize = <unset>,
--> deltaDiskFormatVariant = <unset>,
--> sharing = <unset>
--> },
--> connectable = (vim.vm.device.VirtualDevice.ConnectInfo) {
--> startConnected = true,
--> allowGuestControl = false,
--> connected = false,
--> status = <unset>
--> },
--> slotInfo = (vim.vm.device.VirtualDevice.BusSlotInfo) null,
--> controllerKey = -3,
--> unitNumber = 0,
--> capacityInKB = 525312,
--> capacityInBytes = 537919488,
--> shares = (vim.SharesInfo) null,
--> storageIOAllocation = (vim.StorageResourceManager.IOAllocationInfo) null,
--> diskObjectId = <unset>,
--> vFlashCacheConfigInfo = (vim.vm.device.VirtualDisk.VFlashCacheConfigInfo) null,
--> },
--> },
--> (vim.vm.device.VirtualDeviceSpec) {
--> operation = "add",
--> fileOperation = "create",
--> device = (vim.vm.device.VirtualDisk) {
--> key = -5,
--> deviceInfo = (vim.Description) null,
--> backing = (vim.vm.device.VirtualDisk.FlatVer2BackingInfo) {
--> fileName = "[datastore1]",
--> datastore = <unset>,
--> backingObjectId = <unset>,
--> diskMode = "persistent",
--> split = <unset>,
--> writeThrough = <unset>,
--> thinProvisioned = <unset>,
--> eagerlyScrub = <unset>,
--> uuid = <unset>,
--> contentId = <unset>,
--> changeId = <unset>,
--> parent = (vim.vm.device.VirtualDisk.FlatVer2BackingInfo) null,
--> deltaDiskFormat = <unset>,
--> digestEnabled = <unset>,
--> deltaGrainSize = <unset>,
--> deltaDiskFormatVariant = <unset>,
--> sharing = <unset>
--> },
--> connectable = (vim.vm.device.VirtualDevice.ConnectInfo) {
--> startConnected = true,
--> allowGuestControl = false,
--> connected = false,
--> status = <unset>
--> },
--> slotInfo = (vim.vm.device.VirtualDevice.BusSlotInfo) null,
--> controllerKey = -3,
--> unitNumber = 1,
--> capacityInKB = 25170944,
--> capacityInBytes = 25775046656,
--> shares = (vim.SharesInfo) null,
--> storageIOAllocation = (vim.StorageResourceManager.IOAllocationInfo) null,
--> diskObjectId = <unset>,
--> vFlashCacheConfigInfo = (vim.vm.device.VirtualDisk.VFlashCacheConfigInfo) null,
--> },
--> },
--> (vim.vm.device.VirtualDeviceSpec) {
--> operation = "add",
--> fileOperation = <unset>,
--> device = (vim.vm.device.VirtualAHCIController) {
--> key = -6,
--> deviceInfo = (vim.Description) null,
--> backing = (vim.vm.device.VirtualDevice.BackingInfo) null,
--> connectable = (vim.vm.device.VirtualDevice.ConnectInfo) {
--> startConnected = true,
--> allowGuestControl = false,
--> connected = false,
--> status = <unset>
--> },
--> slotInfo = (vim.vm.device.VirtualDevice.BusSlotInfo) null,
--> controllerKey = <unset>,
--> unitNumber = <unset>,
--> busNumber = 0,
--> },
--> },
--> (vim.vm.device.VirtualDeviceSpec) {
--> operation = "add",
--> fileOperation = <unset>,
--> device = (vim.vm.device.VirtualCdrom) {
--> key = -7,
--> deviceInfo = (vim.Description) null,
--> backing = (vim.vm.device.VirtualCdrom.RemotePassthroughBackingInfo) {
--> deviceName = "",
--> useAutoDetect = <unset>,
--> exclusive = false
--> },
--> connectable = (vim.vm.device.VirtualDevice.ConnectInfo) {
--> startConnected = false,
--> allowGuestControl = true,
--> connected = false,
--> status = <unset>
--> },
--> slotInfo = (vim.vm.device.VirtualDevice.BusSlotInfo) null,
--> controllerKey = -6,
--> unitNumber = 0
--> },
--> }
--> ],
--> cpuAllocation = (vim.ResourceAllocationInfo) null,
--> memoryAllocation = (vim.ResourceAllocationInfo) null,
--> latencySensitivity = (vim.LatencySensitivity) null,
--> cpuAffinity = (vim.vm.AffinityInfo) null,
--> memoryAffinity = (vim.vm.AffinityInfo) null,
--> networkShaper = (vim.vm.NetworkShaperInfo) null,
--> swapPlacement = <unset>,
--> swapDirectory = <unset>,
--> preserveSwapOnPowerOff = <unset>,
--> bootOptions = (vim.vm.BootOptions) null,
--> vAppConfig = (vim.vApp.VmConfigSpec) null,
--> ftInfo = (vim.vm.FaultToleranceConfigInfo) null,
--> repConfig = (vim.vm.ReplicationConfigSpec) null,
--> vAppConfigRemoved = <unset>,
--> vAssertsEnabled = <unset>,
--> changeTrackingEnabled = <unset>,
--> firmware = "efi",
--> maxMksConnections = <unset>,
--> guestAutoLockEnabled = <unset>,
--> managedBy = (vim.ext.ManagedByInfo) null,
--> memoryReservationLockedToMax = <unset>,
--> nestedHVEnabled = <unset>,
--> vPMCEnabled = <unset>,
--> scheduledHardwareUpgradeInfo = (vim.vm.ScheduledHardwareUpgradeInfo) null,
--> messageBusQueuePattern = <unset>,
--> messageBusTunnelEnabled = <unset>,
--> }
--> diskMapping = (Target2SourceDiskMappingVector) {
--> (scsi,bus=0,unit=0) => (scsi,bus=0,unit=0,diskId=disk-2,isLvg=false,isGpt=true,sector=512) (sourceVolumeId=/dev/sda1,resizeRequested=false,_targetVolumeCapacity=536870912 bytes
--> (scsi,bus=0,unit=1) => (fake,bus=-1,unit=-1,diskId=fake-disk-from-vg(TMM-vg),isLvg=true,isGpt=true,sector=512) (sourceVolumeId=/dev/TMM-vg/root,resizeRequested=true,_targetVolumeCapacity=21474836480 bytes (sourceVolumeId=swap-volume(/dev/TMM-vg/swap_1),resizeRequested=true,_targetVolumeCapacity=4294967296 bytes
--> }
2018-02-27T13:34:22.970+07:00 info vmware-converter-worker[01828] [Originator@6876 sub=Default] TargetVmManagerImpl::CreateVM: Creating the target VM.
2018-02-27T13:34:22.970+07:00 info vmware-converter-worker[01828] [Originator@6876 sub=Default] Reusing existing VIM connection to 192.168.14.15
2018-02-27T13:34:22.986+07:00 info vmware-converter-worker[01828] [Originator@6876 sub=Default] ComputeResource for vim.HostSystem:ha-host is vim.ComputeResource:ha-compute-res
2018-02-27T13:34:22.986+07:00 info vmware-converter-worker[01828] [Originator@6876 sub=Default] ResourcePool for vim.ComputeResource:ha-compute-res is vim.ResourcePool:ha-root-pool
2018-02-27T13:34:22.986+07:00 info vmware-converter-worker[01828] [Originator@6876 sub=Default] Datacenter for vim.ComputeResource:ha-compute-res is vim.Datacenter:ha-datacenter
2018-02-27T13:34:22.986+07:00 info vmware-converter-worker[01828] [Originator@6876 sub=Default] Root VM folder for vim.Datacenter:ha-datacenter is vim.Folder:ha-folder-vm
2018-02-27T13:34:23.001+07:00 info vmware-converter-worker[01828] [Originator@6876 sub=Default] Creating VM ubuntu in folder vim.Folder:ha-folder-vm on host vim.HostSystem:ha-host and resource pool vim.ResourcePool:ha-root-pool (isVirtualApp = false)...
2018-02-27T13:34:23.173+07:00 info vmware-converter-worker[01828] [Originator@6876 sub=Default] Created vm vim.VirtualMachine:23
2018-02-27T13:34:23.189+07:00 info vmware-converter-worker[01828] [Originator@6876 sub=Default] [BaseParserImpl::Parse] Config info is not cached
2018-02-27T13:34:23.189+07:00 info vmware-converter-worker[01828] [Originator@6876 sub=Default] Reusing existing VIM connection to 192.168.14.15
2018-02-27T13:34:23.189+07:00 info vmware-converter-worker[01828] [Originator@6876 sub=Default] Getting ConfigInfo for vim.VirtualMachine:23
2018-02-27T13:34:23.189+07:00 info vmware-converter-worker[01828] [Originator@6876 sub=Default] Filtering out invalid extra config options ...
2018-02-27T13:34:23.189+07:00 info vmware-converter-worker[01828] [Originator@6876 sub=Default] Extra config option pciBridge0.present is removed
2018-02-27T13:34:23.204+07:00 info vmware-converter-worker[01828] [Originator@6876 sub=Default] Extra config option pciBridge4.present is removed
2018-02-27T13:34:23.204+07:00 info vmware-converter-worker[01828] [Originator@6876 sub=Default] Extra config option pciBridge4.virtualDev is removed
2018-02-27T13:34:23.204+07:00 info vmware-converter-worker[01828] [Originator@6876 sub=Default] Extra config option pciBridge4.functions is removed
2018-02-27T13:34:23.204+07:00 info vmware-converter-worker[01828] [Originator@6876 sub=Default] Extra config option pciBridge5.present is removed
2018-02-27T13:34:23.204+07:00 info vmware-converter-worker[01828] [Originator@6876 sub=Default] Extra config option pciBridge5.virtualDev is removed
2018-02-27T13:34:23.204+07:00 info vmware-converter-worker[01828] [Originator@6876 sub=Default] Extra config option pciBridge5.functions is removed
2018-02-27T13:34:23.204+07:00 info vmware-converter-worker[01828] [Originator@6876 sub=Default] Extra config option pciBridge6.present is removed
2018-02-27T13:34:23.204+07:00 info vmware-converter-worker[01828] [Originator@6876 sub=Default] Extra config option pciBridge6.virtualDev is removed
2018-02-27T13:34:23.204+07:00 info vmware-converter-worker[01828] [Originator@6876 sub=Default] Extra config option pciBridge6.functions is removed
2018-02-27T13:34:23.204+07:00 info vmware-converter-worker[01828] [Originator@6876 sub=Default] Extra config option pciBridge7.present is removed
2018-02-27T13:34:23.204+07:00 info vmware-converter-worker[01828] [Originator@6876 sub=Default] Extra config option pciBridge7.virtualDev is removed
2018-02-27T13:34:23.204+07:00 info vmware-converter-worker[01828] [Originator@6876 sub=Default] Extra config option pciBridge7.functions is removed
2018-02-27T13:34:23.204+07:00 info vmware-converter-worker[01828] [Originator@6876 sub=Default] Extra config option cpuid.coresPerSocket is removed
2018-02-27T13:34:23.204+07:00 info vmware-converter-worker[01828] [Originator@6876 sub=Default] Extra config option vmware.tools.internalversion is removed
2018-02-27T13:34:23.204+07:00 info vmware-converter-worker[01828] [Originator@6876 sub=Default] Extra config option vmware.tools.requiredversion is removed
2018-02-27T13:34:23.204+07:00 info vmware-converter-worker[01828] [Originator@6876 sub=Default] Extra config option migrate.hostLog is removed
2018-02-27T13:34:23.204+07:00 info vmware-converter-worker[01828] [Originator@6876 sub=Default] [BaseDiskSetComputer::OpenDiskSet] Will use open retries count 3
2018-02-27T13:34:23.204+07:00 info vmware-converter-worker[01828] [Originator@6876 sub=Default] Reusing existing VIM connection to 192.168.14.15
2018-02-27T13:34:23.220+07:00 info vmware-converter-worker[01828] [Originator@6876 sub=Default] GetManagedDiskName: Get virtual disk filebacking [datastore1] ubuntu/ubuntu.vmdk
2018-02-27T13:34:23.220+07:00 info vmware-converter-worker[01828] [Originator@6876 sub=Default] GetManagedDiskName: ticket has empty host name, using host name "192.168.14.15" and thumbprint "E0:05:46:35:F8:5E:8D:D6:64:01:04:91:74:AE:77:5C:EE:B1:50:48" from connection
2018-02-27T13:34:23.220+07:00 info vmware-converter-worker[01828] [Originator@6876 sub=Default] GetManagedDiskName: updating nfc port as 902
2018-02-27T13:34:23.220+07:00 info vmware-converter-worker[01828] [Originator@6876 sub=Default] GetManagedDiskName: get protocol as ha-nfcssl
2018-02-27T13:34:23.220+07:00 info vmware-converter-worker[01828] [Originator@6876 sub=Default] GetManagedDiskName: Get disklib file name as ha-nfcssl://[datastore1] ubuntu/ubuntu.vmdk@192.168.14.15:902!52 17 19 ef 93 36 b8 3c-82 52 c7 76 c0 da a7 06
2018-02-27T13:34:24.452+07:00 info vmware-converter-worker[01828] [Originator@6876 sub=Default] Reusing existing VIM connection to 192.168.14.15
2018-02-27T13:34:24.468+07:00 info vmware-converter-worker[01828] [Originator@6876 sub=Default] GetManagedDiskName: Get virtual disk filebacking [datastore1] ubuntu/ubuntu_1.vmdk
2018-02-27T13:34:24.468+07:00 info vmware-converter-worker[01828] [Originator@6876 sub=Default] GetManagedDiskName: ticket has empty host name, using host name "192.168.14.15" and thumbprint "E0:05:46:35:F8:5E:8D:D6:64:01:04:91:74:AE:77:5C:EE:B1:50:48" from connection
2018-02-27T13:34:24.468+07:00 info vmware-converter-worker[01828] [Originator@6876 sub=Default] GetManagedDiskName: updating nfc port as 902
2018-02-27T13:34:24.468+07:00 info vmware-converter-worker[01828] [Originator@6876 sub=Default] GetManagedDiskName: get protocol as ha-nfcssl
2018-02-27T13:34:24.468+07:00 info vmware-converter-worker[01828] [Originator@6876 sub=Default] GetManagedDiskName: Get disklib file name as ha-nfcssl://[datastore1] ubuntu/ubuntu_1.vmdk@192.168.14.15:902!52 5f ab 09 ff be c4 4b-24 36 49 c4 18 26 35 70
2018-02-27T13:34:25.700+07:00 warning vmware-converter-worker[01828] [Originator@6876 sub=Default] Disk number 1 has been skipped because of errors while reading partition table
2018-02-27T13:34:25.700+07:00 warning vmware-converter-worker[01828] [Originator@6876 sub=Default] Disk number 2 has been skipped because of errors while reading partition table
2018-02-27T13:34:25.700+07:00 warning vmware-converter-worker[01828] [Originator@6876 sub=Default] Disk number 1 has been skipped because of errors while reading dynamic disks header or LDM database is corrupted
2018-02-27T13:34:25.700+07:00 warning vmware-converter-worker[01828] [Originator@6876 sub=Default] Disk number 2 has been skipped because of errors while reading dynamic disks header or LDM database is corrupted
2018-02-27T13:34:25.716+07:00 warning vmware-converter-worker[01828] [Originator@6876 sub=Default] [MoveActiveDiskIfNeeded] GetFirstBootDisk failed, mntapi error: 176
2018-02-27T13:34:26.387+07:00 warning vmware-converter-worker[01828] [Originator@6876 sub=Default] Partition:Invalid sector magic number.
2018-02-27T13:34:26.387+07:00 warning vmware-converter-worker[01828] [Originator@6876 sub=Default] Partition:Invalid sector magic number.
2018-02-27T13:34:27.042+07:00 warning vmware-converter-worker[01828] [Originator@6876 sub=Default] Partition:Invalid sector magic number.
2018-02-27T13:34:27.057+07:00 warning vmware-converter-worker[01828] [Originator@6876 sub=Default] Partition:Invalid sector magic number.
2018-02-27T13:34:27.057+07:00 info vmware-converter-worker[01828] [Originator@6876 sub=Default] Reusing existing VIM connection to 192.168.14.15
2018-02-27T13:34:27.057+07:00 info vmware-converter-worker[01828] [Originator@6876 sub=Default] Reusing existing VIM connection to 192.168.14.15
2018-02-27T13:34:27.057+07:00 info vmware-converter-worker[01828] [Originator@6876 sub=Default] [LogMessagesForQA] System volume is not detected.
2018-02-27T13:34:27.057+07:00 info vmware-converter-worker[01828] [Originator@6876 sub=Default] [BaseComputerImpl::Open] Config file: [datastore1] ubuntu/ubuntu.vmx
2018-02-27T13:34:27.057+07:00 warning vmware-converter-worker[01828] [Originator@6876 sub=Default] Partition:Invalid sector magic number.
2018-02-27T13:34:27.385+07:00 info vmware-converter-worker[01828] [Originator@6876 sub=Default] PartitionLocation: _startingOffset = 10000 ; _length = 20000000
2018-02-27T13:34:27.385+07:00 info vmware-converter-worker[01828] [Originator@6876 sub=Default] ---------------------------
2018-02-27T13:34:27.385+07:00 info vmware-converter-worker[01828] [Originator@6876 sub=Default] ....Creating GPT Partition Table ....
2018-02-27T13:34:27.385+07:00 info vmware-converter-worker[01828] [Originator@6876 sub=Default] ....Disk GUID f3e002c7-2df6-452e-6a-7f-63-8a-aa-5a-6c-14 ....
2018-02-27T13:34:27.385+07:00 info vmware-converter-worker[01828] [Originator@6876 sub=Default] ....Disk size in sector 1050624 ....
2018-02-27T13:34:27.385+07:00 info vmware-converter-worker[01828] [Originator@6876 sub=Default] ....Sector size 512 ....
2018-02-27T13:34:27.385+07:00 info vmware-converter-worker[01828] [Originator@6876 sub=Default] ---------------------------
2018-02-27T13:34:27.385+07:00 info vmware-converter-worker[01828] [Originator@6876 sub=Default] .....Partition start sector: 128(0X80) .....
2018-02-27T13:34:27.385+07:00 info vmware-converter-worker[01828] [Originator@6876 sub=Default] .....Partition size in sectors: 1048576(0X100000) .....
2018-02-27T13:34:27.385+07:00 info vmware-converter-worker[01828] [Originator@6876 sub=Default] ...Partition type Basic Data / unique 785fa2ba-06eb-4b1f-4e-e3-1a-d4-4e-92-94-03
2018-02-27T13:34:27.385+07:00 info vmware-converter-worker[01828] [Originator@6876 sub=Default] ...Active: no
2018-02-27T13:34:27.385+07:00 info vmware-converter-worker[01828] [Originator@6876 sub=Default] ...Primary: yes
2018-02-27T13:34:27.385+07:00 info vmware-converter-worker[01828] [Originator@6876 sub=Default] ---------------------------
2018-02-27T13:34:27.385+07:00 warning vmware-converter-worker[01828] [Originator@6876 sub=Default] Partition:ERROR: MBR sector must be present and valid to initialize GPT disk.
2018-02-27T13:34:28.181+07:00 info vmware-converter-worker[01828] [Originator@6876 sub=Default] Disk signature found f3e002c7-2df6-452e-6a-7f-63-8a-aa-5a-6c-14, disk size in sectors 1050624, sector size 512
2018-02-27T13:34:28.181+07:00 info vmware-converter-worker[01828] [Originator@6876 sub=Default] Partition found type Basic Data / unique 785fa2ba-06eb-4b1f-4e-e3-1a-d4-4e-92-94-03 name:Basic Data start:128 size:1048576 attribs:0x0 primary
2018-02-27T13:34:28.181+07:00 info vmware-converter-worker[01828] [Originator@6876 sub=Default] Disk with signature f3e002c7-2df6-452e-6a-7f-63-8a-aa-5a-6c-14, recognized partitions 1
2018-02-27T13:34:28.181+07:00 warning vmware-converter-worker[01828] [Originator@6876 sub=Default] Disk number 2 has been skipped because of errors while reading partition table
2018-02-27T13:34:28.181+07:00 info vmware-converter-worker[01828] [Originator@6876 sub=Default] TargetVmManagerImpl::PartitionTargetDisks: Target Disk Id: disk-2000
2018-02-27T13:34:28.181+07:00 info vmware-converter-worker[01828] [Originator@6876 sub=Default] TargetVmManagerImpl::PartitionTargetDisks: Source volume Id: /dev/sda1 Target Volume Id: 44=494?4:39444:3:+2*?587;.60?1;4>43.:14->42)4)30
2018-02-27T13:34:28.181+07:00 warning vmware-converter-worker[01828] [Originator@6876 sub=Default] Partition:Invalid sector magic number.
2018-02-27T13:34:28.524+07:00 info vmware-converter-worker[01828] [Originator@6876 sub=Default] PartitionLocation: _startingOffset = 10000 ; _length = 500000000
2018-02-27T13:34:28.524+07:00 info vmware-converter-worker[01828] [Originator@6876 sub=Default] PartitionLocation: _startingOffset = 500010000 ; _length = 100000000
2018-02-27T13:34:28.524+07:00 info vmware-converter-worker[01828] [Originator@6876 sub=Default] ---------------------------
2018-02-27T13:34:28.524+07:00 info vmware-converter-worker[01828] [Originator@6876 sub=Default] ....Creating GPT Partition Table ....
2018-02-27T13:34:28.524+07:00 info vmware-converter-worker[01828] [Originator@6876 sub=Default] ....Disk GUID 564d5721-0000-0000-00-00-00-00-00-00-00-00 ....
2018-02-27T13:34:28.524+07:00 info vmware-converter-worker[01828] [Originator@6876 sub=Default] ....Disk size in sector 50341888 ....
2018-02-27T13:34:28.524+07:00 info vmware-converter-worker[01828] [Originator@6876 sub=Default] ....Sector size 512 ....
2018-02-27T13:34:28.524+07:00 info vmware-converter-worker[01828] [Originator@6876 sub=Default] ---------------------------
2018-02-27T13:34:28.524+07:00 info vmware-converter-worker[01828] [Originator@6876 sub=Default] .....Partition start sector: 128(0X80) .....
2018-02-27T13:34:28.524+07:00 info vmware-converter-worker[01828] [Originator@6876 sub=Default] .....Partition size in sectors: 41943040(0X2800000) .....
2018-02-27T13:34:28.524+07:00 info vmware-converter-worker[01828] [Originator@6876 sub=Default] ...Partition type Basic Data / unique bfe6b486-a01f-4621-67-ef-7d-b6-6e-c9-63-11
2018-02-27T13:34:28.524+07:00 info vmware-converter-worker[01828] [Originator@6876 sub=Default] ...Active: no
2018-02-27T13:34:28.524+07:00 info vmware-converter-worker[01828] [Originator@6876 sub=Default] ...Primary: yes
2018-02-27T13:34:28.524+07:00 info vmware-converter-worker[01828] [Originator@6876 sub=Default] .....Partition start sector: 41943168(0X2800080) .....
2018-02-27T13:34:28.524+07:00 info vmware-converter-worker[01828] [Originator@6876 sub=Default] .....Partition size in sectors: 8388608(0X800000) .....
2018-02-27T13:34:28.524+07:00 info vmware-converter-worker[01828] [Originator@6876 sub=Default] ...Partition type Basic Data / unique dfce51ec-9bd9-40ad-55-64-31-77-01-e4-08-54
2018-02-27T13:34:28.524+07:00 info vmware-converter-worker[01828] [Originator@6876 sub=Default] ...Active: no
2018-02-27T13:34:28.524+07:00 info vmware-converter-worker[01828] [Originator@6876 sub=Default] ...Primary: yes
2018-02-27T13:34:28.524+07:00 info vmware-converter-worker[01828] [Originator@6876 sub=Default] ---------------------------
2018-02-27T13:34:28.524+07:00 warning vmware-converter-worker[01828] [Originator@6876 sub=Default] Partition:ERROR: MBR sector must be present and valid to initialize GPT disk.
2018-02-27T13:34:29.663+07:00 info vmware-converter-worker[01828] [Originator@6876 sub=Default] Disk signature found f3e002c7-2df6-452e-6a-7f-63-8a-aa-5a-6c-14, disk size in sectors 1050624, sector size 512
2018-02-27T13:34:29.663+07:00 info vmware-converter-worker[01828] [Originator@6876 sub=Default] Partition found type Basic Data / unique 785fa2ba-06eb-4b1f-4e-e3-1a-d4-4e-92-94-03 name:Basic Data start:128 size:1048576 attribs:0x0 primary
2018-02-27T13:34:29.663+07:00 info vmware-converter-worker[01828] [Originator@6876 sub=Default] Disk with signature f3e002c7-2df6-452e-6a-7f-63-8a-aa-5a-6c-14, recognized partitions 1
2018-02-27T13:34:29.678+07:00 info vmware-converter-worker[01828] [Originator@6876 sub=Default] Disk signature found 564d5721-0000-0000-00-00-00-00-00-00-00-00, disk size in sectors 50341888, sector size 512
2018-02-27T13:34:29.678+07:00 info vmware-converter-worker[01828] [Originator@6876 sub=Default] Partition found type Basic Data / unique bfe6b486-a01f-4621-67-ef-7d-b6-6e-c9-63-11 name:Basic Data start:128 size:41943040 attribs:0x0 primary
2018-02-27T13:34:29.678+07:00 info vmware-converter-worker[01828] [Originator@6876 sub=Default] Partition found type Basic Data / unique dfce51ec-9bd9-40ad-55-64-31-77-01-e4-08-54 name:Basic Data start:41943168 size:8388608 attribs:0x0 primary
2018-02-27T13:34:29.678+07:00 info vmware-converter-worker[01828] [Originator@6876 sub=Default] Disk with signature 564d5721-0000-0000-00-00-00-00-00-00-00-00, recognized partitions 2
2018-02-27T13:34:29.678+07:00 info vmware-converter-worker[01828] [Originator@6876 sub=Default] TargetVmManagerImpl::PartitionTargetDisks: Target Disk Id: disk-2001
2018-02-27T13:34:29.678+07:00 info vmware-converter-worker[01828] [Originator@6876 sub=Default] TargetVmManagerImpl::PartitionTargetDisks: Source volume Id: /dev/TMM-vg/root Target Volume Id: 44=494?4:39444:36(4+6.?+?10*126476?.=76+>69,3611
2018-02-27T13:34:29.678+07:00 info vmware-converter-worker[01828] [Originator@6876 sub=Default] TargetVmManagerImpl::PartitionTargetDisks: Source volume Id: swap-volume(/dev/TMM-vg/swap_1) Target Volume Id: 44=494?4:39444:3<.15>,?-9-;)=*0455461377104.8045
2018-02-27T13:34:29.678+07:00 info vmware-converter-worker[01828] [Originator@6876 sub=Default] Scheduled timer canceled, StopKeepAlive succeeds
2018-02-27T13:34:29.678+07:00 warning vmware-converter-worker[01828] [Originator@6876 sub=vmomi.soapStub[131]] Terminating invocation: server=<cs p:00bc9cd8, TCP:192.168.14.15:443>, moref=vim.SessionManager:ha-sessionmgr, method=logout
2018-02-27T13:34:30.318+07:00 info vmware-converter-worker[01840] [Originator@6876 sub=Default] Stopped impersonating in session 5219886c-67f5-7f76-c854-70844dd5a78f
2018-02-27T13:34:30.318+07:00 info vmware-converter-worker[01840] [Originator@6876 sub=Default] Session is closing, releasing cached session objects
2018-02-27T13:34:30.318+07:00 info vmware-converter-worker[01840] [Originator@6876 sub=Default] ConverterConnection: KeepAlive timer canceled, StopKeepAlive succeeded
2018-02-27T13:34:30.333+07:00 info vmware-converter-worker[00804] [Originator@6876 sub=Default] Impersonating user Administrator in session 523e190d-cb49-9385-33e0-7ebf121cb7f1
2018-02-27T13:34:30.349+07:00 info vmware-converter-worker[00804] [Originator@6876 sub=Default] Task Added : task-15
2018-02-27T13:34:30.365+07:00 info vmware-converter-worker[05472] [Originator@6876 sub=ThreadPool] Thread enlisted
2018-02-27T13:34:30.427+07:00 info vmware-converter-worker[05472] [Originator@6876 sub=task-15] Could not find the session object cache, will create a new one
2018-02-27T13:34:30.427+07:00 info vmware-converter-worker[05472] [Originator@6876 sub=task-15] [BaseParserImpl::Parse] Config info is not cached
2018-02-27T13:34:30.427+07:00 info vmware-converter-worker[05472] [Originator@6876 sub=task-15] Connecting to host 192.168.14.15 on port 443
2018-02-27T13:34:30.427+07:00 info vmware-converter-worker[05472] [Originator@6876 sub=task-15] localVersion is: vim.version.version10
2018-02-27T13:34:30.474+07:00 info vmware-converter-worker[05472] [Originator@6876 sub=task-15] Remote version is: unrecognized
2018-02-27T13:34:30.474+07:00 info vmware-converter-worker[05472] [Originator@6876 sub=task-15] Authenticating user root
2018-02-27T13:34:30.567+07:00 info vmware-converter-worker[05472] [Originator@6876 sub=task-15] Getting ConfigInfo for vim.VirtualMachine:23
2018-02-27T13:34:30.583+07:00 info vmware-converter-worker[05472] [Originator@6876 sub=task-15] Filtering out invalid extra config options ...
2018-02-27T13:34:30.583+07:00 info vmware-converter-worker[05472] [Originator@6876 sub=task-15] Extra config option pciBridge0.present is removed
2018-02-27T13:34:30.583+07:00 info vmware-converter-worker[05472] [Originator@6876 sub=task-15] Extra config option pciBridge4.present is removed
2018-02-27T13:34:30.583+07:00 info vmware-converter-worker[05472] [Originator@6876 sub=task-15] Extra config option pciBridge4.virtualDev is removed
2018-02-27T13:34:30.583+07:00 info vmware-converter-worker[05472] [Originator@6876 sub=task-15] Extra config option pciBridge4.functions is removed
2018-02-27T13:34:30.583+07:00 info vmware-converter-worker[05472] [Originator@6876 sub=task-15] Extra config option pciBridge5.present is removed
2018-02-27T13:34:30.583+07:00 info vmware-converter-worker[05472] [Originator@6876 sub=task-15] Extra config option pciBridge5.virtualDev is removed
2018-02-27T13:34:30.583+07:00 info vmware-converter-worker[05472] [Originator@6876 sub=task-15] Extra config option pciBridge5.functions is removed
2018-02-27T13:34:30.583+07:00 info vmware-converter-worker[05472] [Originator@6876 sub=task-15] Extra config option pciBridge6.present is removed
2018-02-27T13:34:30.583+07:00 info vmware-converter-worker[05472] [Originator@6876 sub=task-15] Extra config option pciBridge6.virtualDev is removed
2018-02-27T13:34:30.583+07:00 info vmware-converter-worker[05472] [Originator@6876 sub=task-15] Extra config option pciBridge6.functions is removed
2018-02-27T13:34:30.583+07:00 info vmware-converter-worker[05472] [Originator@6876 sub=task-15] Extra config option pciBridge7.present is removed
2018-02-27T13:34:30.583+07:00 info vmware-converter-worker[05472] [Originator@6876 sub=task-15] Extra config option pciBridge7.virtualDev is removed
2018-02-27T13:34:30.583+07:00 info vmware-converter-worker[05472] [Originator@6876 sub=task-15] Extra config option pciBridge7.functions is removed
2018-02-27T13:34:30.583+07:00 info vmware-converter-worker[05472] [Originator@6876 sub=task-15] Extra config option cpuid.coresPerSocket is removed
2018-02-27T13:34:30.583+07:00 info vmware-converter-worker[05472] [Originator@6876 sub=task-15] Extra config option vmware.tools.internalversion is removed
2018-02-27T13:34:30.583+07:00 info vmware-converter-worker[05472] [Originator@6876 sub=task-15] Extra config option vmware.tools.requiredversion is removed
2018-02-27T13:34:30.583+07:00 info vmware-converter-worker[05472] [Originator@6876 sub=task-15] Extra config option migrate.hostLog is removed
2018-02-27T13:34:30.583+07:00 info vmware-converter-worker[05472] [Originator@6876 sub=task-15] [BaseDiskSetComputer::OpenDiskSet] Will use open retries count 3
2018-02-27T13:34:30.583+07:00 info vmware-converter-worker[05472] [Originator@6876 sub=task-15] Reusing existing VIM connection to 192.168.14.15
2018-02-27T13:34:30.599+07:00 info vmware-converter-worker[05472] [Originator@6876 sub=task-15] GetManagedDiskName: Get virtual disk filebacking [datastore1] ubuntu/ubuntu.vmdk
2018-02-27T13:34:30.599+07:00 info vmware-converter-worker[05472] [Originator@6876 sub=task-15] GetManagedDiskName: ticket has empty host name, using host name "192.168.14.15" and thumbprint "E0:05:46:35:F8:5E:8D:D6:64:01:04:91:74:AE:77:5C:EE:B1:50:48" from connection
2018-02-27T13:34:30.599+07:00 info vmware-converter-worker[05472] [Originator@6876 sub=task-15] GetManagedDiskName: updating nfc port as 902
2018-02-27T13:34:30.599+07:00 info vmware-converter-worker[05472] [Originator@6876 sub=task-15] GetManagedDiskName: get protocol as ha-nfcssl
2018-02-27T13:34:30.599+07:00 info vmware-converter-worker[05472] [Originator@6876 sub=task-15] GetManagedDiskName: Get disklib file name as ha-nfcssl://[datastore1] ubuntu/ubuntu.vmdk@192.168.14.15:902!52 7d 07 50 fb ef 17 ad-f8 59 b5 77 dc e8 1a 8d
2018-02-27T13:34:31.847+07:00 info vmware-converter-worker[05472] [Originator@6876 sub=task-15] Reusing existing VIM connection to 192.168.14.15
2018-02-27T13:34:31.847+07:00 info vmware-converter-worker[05472] [Originator@6876 sub=task-15] GetManagedDiskName: Get virtual disk filebacking [datastore1] ubuntu/ubuntu_1.vmdk
2018-02-27T13:34:31.847+07:00 info vmware-converter-worker[05472] [Originator@6876 sub=task-15] GetManagedDiskName: ticket has empty host name, using host name "192.168.14.15" and thumbprint "E0:05:46:35:F8:5E:8D:D6:64:01:04:91:74:AE:77:5C:EE:B1:50:48" from connection
2018-02-27T13:34:31.847+07:00 info vmware-converter-worker[05472] [Originator@6876 sub=task-15] GetManagedDiskName: updating nfc port as 902
2018-02-27T13:34:31.847+07:00 info vmware-converter-worker[05472] [Originator@6876 sub=task-15] GetManagedDiskName: get protocol as ha-nfcssl
2018-02-27T13:34:31.847+07:00 info vmware-converter-worker[05472] [Originator@6876 sub=task-15] GetManagedDiskName: Get disklib file name as ha-nfcssl://[datastore1] ubuntu/ubuntu_1.vmdk@192.168.14.15:902!52 da ab 0c 76 a3 a4 f9-71 5b 27 05 f6 58 cf 27
2018-02-27T13:34:33.095+07:00 info vmware-converter-worker[05472] [Originator@6876 sub=Default] Disk signature found f3e002c7-2df6-452e-6a-7f-63-8a-aa-5a-6c-14, disk size in sectors 1050624, sector size 512
2018-02-27T13:34:33.095+07:00 info vmware-converter-worker[05472] [Originator@6876 sub=Default] Partition found type Basic Data / unique 785fa2ba-06eb-4b1f-4e-e3-1a-d4-4e-92-94-03 name:Basic Data start:128 size:1048576 attribs:0x0 primary
2018-02-27T13:34:33.422+07:00 info vmware-converter-worker[05472] [Originator@6876 sub=Default] Disk with signature f3e002c7-2df6-452e-6a-7f-63-8a-aa-5a-6c-14, recognized partitions 1
2018-02-27T13:34:33.422+07:00 info vmware-converter-worker[05472] [Originator@6876 sub=Default] Disk signature found 564d5721-0000-0000-00-00-00-00-00-00-00-00, disk size in sectors 50341888, sector size 512
2018-02-27T13:34:33.422+07:00 info vmware-converter-worker[05472] [Originator@6876 sub=Default] Partition found type Basic Data / unique bfe6b486-a01f-4621-67-ef-7d-b6-6e-c9-63-11 name:Basic Data start:128 size:41943040 attribs:0x0 primary
2018-02-27T13:34:33.750+07:00 info vmware-converter-worker[05472] [Originator@6876 sub=Default] Partition found type Basic Data / unique dfce51ec-9bd9-40ad-55-64-31-77-01-e4-08-54 name:Basic Data start:41943168 size:8388608 attribs:0x0 primary
2018-02-27T13:34:33.750+07:00 info vmware-converter-worker[05472] [Originator@6876 sub=Default] Disk with signature 564d5721-0000-0000-00-00-00-00-00-00-00-00, recognized partitions 2
2018-02-27T13:34:33.781+07:00 warning vmware-converter-worker[05472] [Originator@6876 sub=task-15] [MoveActiveDiskIfNeeded] GetFirstBootDisk failed, mntapi error: 176
2018-02-27T13:34:33.797+07:00 info vmware-converter-worker[05472] [Originator@6876 sub=task-15] Reusing existing VIM connection to 192.168.14.15
2018-02-27T13:34:33.797+07:00 info vmware-converter-worker[05472] [Originator@6876 sub=task-15] Reusing existing VIM connection to 192.168.14.15
2018-02-27T13:34:33.797+07:00 info vmware-converter-worker[04980] [Originator@6876 sub=ThreadPool] Thread enlisted
2018-02-27T13:34:33.812+07:00 info vmware-converter-worker[05472] [Originator@6876 sub=Default] MNTAPI: Mounted volume \\.\vstor2-mntapi20-shared-444D494F3A49443ABAA25F78EB061F4B4EE31AD44E9294032C000000\ FS:<>
2018-02-27T13:34:33.828+07:00 info vmware-converter-worker[05472] [Originator@6876 sub=Default] Error 1008 while call GetVolumeInformation for \\.\vstor2-mntapi20-shared-444D494F3A49443ABAA25F78EB061F4B4EE31AD44E9294032C000000\ FS:<>
2018-02-27T13:34:33.828+07:00 info vmware-converter-worker[05472] [Originator@6876 sub=Default] Error 1008 while call GetVolumeInformation for \\.\vstor2-mntapi20-shared-444D494F3A49443ABAA25F78EB061F4B4EE31AD44E9294032C000000\ FS:<>
2018-02-27T13:34:33.843+07:00 info vmware-converter-worker[05472] [Originator@6876 sub=Default] Error 1008 while call GetVolumeInformation for \\.\vstor2-mntapi20-shared-444D494F3A49443ABAA25F78EB061F4B4EE31AD44E9294032C000000\ FS:<>
2018-02-27T13:34:33.859+07:00 info vmware-converter-worker[05472] [Originator@6876 sub=Default] Error 1008 while call GetVolumeInformation for \\.\vstor2-mntapi20-shared-444D494F3A49443ABAA25F78EB061F4B4EE31AD44E9294032C000000\ FS:<>
2018-02-27T13:34:33.875+07:00 info vmware-converter-worker[05472] [Originator@6876 sub=Default] Error 1008 while call GetVolumeInformation for \\.\vstor2-mntapi20-shared-444D494F3A49443ABAA25F78EB061F4B4EE31AD44E9294032C000000\ FS:<>
2018-02-27T13:34:33.875+07:00 info vmware-converter-worker[05472] [Originator@6876 sub=Default] Error 1008 while call GetVolumeInformation for \\.\vstor2-mntapi20-shared-444D494F3A49443ABAA25F78EB061F4B4EE31AD44E9294032C000000\ FS:<>
2018-02-27T13:34:33.890+07:00 info vmware-converter-worker[04980] [Originator@6876 sub=ThreadPool] Thread delisted
2018-02-27T13:34:33.890+07:00 info vmware-converter-worker[05472] [Originator@6876 sub=Default] MNTAPI: Unmounted volume \\.\vstor2-mntapi20-shared-444D494F3A49443ABAA25F78EB061F4B4EE31AD44E9294032C000000\
2018-02-27T13:34:33.890+07:00 info vmware-converter-worker[05596] [Originator@6876 sub=ThreadPool] Thread enlisted
2018-02-27T13:34:33.890+07:00 info vmware-converter-worker[05472] [Originator@6876 sub=Default] MNTAPI: Mounted volume \\.\vstor2-mntapi20-shared-444D494F3A49443A86B4E6BF1FA0214667EF7DB66EC963112D000000\ FS:<>
2018-02-27T13:34:33.906+07:00 info vmware-converter-worker[05472] [Originator@6876 sub=Default] Error 1008 while call GetVolumeInformation for \\.\vstor2-mntapi20-shared-444D494F3A49443A86B4E6BF1FA0214667EF7DB66EC963112D000000\ FS:<>
2018-02-27T13:34:33.921+07:00 info vmware-converter-worker[05472] [Originator@6876 sub=Default] Error 1008 while call GetVolumeInformation for \\.\vstor2-mntapi20-shared-444D494F3A49443A86B4E6BF1FA0214667EF7DB66EC963112D000000\ FS:<>
2018-02-27T13:34:33.921+07:00 info vmware-converter-worker[05472] [Originator@6876 sub=Default] Error 1008 while call GetVolumeInformation for \\.\vstor2-mntapi20-shared-444D494F3A49443A86B4E6BF1FA0214667EF7DB66EC963112D000000\ FS:<>
2018-02-27T13:34:33.937+07:00 info vmware-converter-worker[05472] [Originator@6876 sub=Default] Error 1008 while call GetVolumeInformation for \\.\vstor2-mntapi20-shared-444D494F3A49443A86B4E6BF1FA0214667EF7DB66EC963112D000000\ FS:<>
2018-02-27T13:34:33.953+07:00 info vmware-converter-worker[05472] [Originator@6876 sub=Default] Error 1008 while call GetVolumeInformation for \\.\vstor2-mntapi20-shared-444D494F3A49443A86B4E6BF1FA0214667EF7DB66EC963112D000000\ FS:<>
2018-02-27T13:34:33.968+07:00 info vmware-converter-worker[05472] [Originator@6876 sub=Default] Error 1008 while call GetVolumeInformation for \\.\vstor2-mntapi20-shared-444D494F3A49443A86B4E6BF1FA0214667EF7DB66EC963112D000000\ FS:<>
2018-02-27T13:34:33.968+07:00 info vmware-converter-worker[05596] [Originator@6876 sub=ThreadPool] Thread delisted
2018-02-27T13:34:33.968+07:00 info vmware-converter-worker[05472] [Originator@6876 sub=Default] MNTAPI: Unmounted volume \\.\vstor2-mntapi20-shared-444D494F3A49443A86B4E6BF1FA0214667EF7DB66EC963112D000000\
2018-02-27T13:34:33.968+07:00 info vmware-converter-worker[06072] [Originator@6876 sub=ThreadPool] Thread enlisted
2018-02-27T13:34:33.968+07:00 info vmware-converter-worker[05472] [Originator@6876 sub=Default] MNTAPI: Mounted volume \\.\vstor2-mntapi20-shared-444D494F3A49443AEC51CEDFD99BAD405564317701E408542E000000\ FS:<>
2018-02-27T13:34:33.984+07:00 info vmware-converter-worker[05472] [Originator@6876 sub=Default] Error 1008 while call GetVolumeInformation for \\.\vstor2-mntapi20-shared-444D494F3A49443AEC51CEDFD99BAD405564317701E408542E000000\ FS:<>
2018-02-27T13:34:33.999+07:00 info vmware-converter-worker[05472] [Originator@6876 sub=Default] Error 1008 while call GetVolumeInformation for \\.\vstor2-mntapi20-shared-444D494F3A49443AEC51CEDFD99BAD405564317701E408542E000000\ FS:<>
2018-02-27T13:34:34.015+07:00 info vmware-converter-worker[05472] [Originator@6876 sub=Default] Error 1008 while call GetVolumeInformation for \\.\vstor2-mntapi20-shared-444D494F3A49443AEC51CEDFD99BAD405564317701E408542E000000\ FS:<>
2018-02-27T13:34:34.015+07:00 info vmware-converter-worker[05472] [Originator@6876 sub=Default] Error 1008 while call GetVolumeInformation for \\.\vstor2-mntapi20-shared-444D494F3A49443AEC51CEDFD99BAD405564317701E408542E000000\ FS:<>
2018-02-27T13:34:34.031+07:00 info vmware-converter-worker[05472] [Originator@6876 sub=Default] Error 1008 while call GetVolumeInformation for \\.\vstor2-mntapi20-shared-444D494F3A49443AEC51CEDFD99BAD405564317701E408542E000000\ FS:<>
2018-02-27T13:34:34.046+07:00 info vmware-converter-worker[05472] [Originator@6876 sub=Default] Error 1008 while call GetVolumeInformation for \\.\vstor2-mntapi20-shared-444D494F3A49443AEC51CEDFD99BAD405564317701E408542E000000\ FS:<>
2018-02-27T13:34:34.046+07:00 info vmware-converter-worker[06072] [Originator@6876 sub=ThreadPool] Thread delisted
2018-02-27T13:34:34.046+07:00 info vmware-converter-worker[05472] [Originator@6876 sub=Default] MNTAPI: Unmounted volume \\.\vstor2-mntapi20-shared-444D494F3A49443AEC51CEDFD99BAD405564317701E408542E000000\
2018-02-27T13:34:34.046+07:00 info vmware-converter-worker[05472] [Originator@6876 sub=task-15] [LogMessagesForQA] System volume is not detected.
2018-02-27T13:34:34.046+07:00 info vmware-converter-worker[05472] [Originator@6876 sub=task-15] [BaseComputerImpl::Open] Config file: [datastore1] ubuntu/ubuntu.vmx
2018-02-27T13:34:34.046+07:00 info vmware-converter-worker[05472] [Originator@6876 sub=task-15] Obtaining query results for host 192.168.14.128
2018-02-27T13:34:36.761+07:00 info vmware-converter-worker[05472] [Originator@6876 sub=task-15] Converter::Util::SysCommandWrapper::LogCommand: Command 'C:\Program Files (x86)\VMware\VMware vCenter Converter Standalone\plink.exe' with the following arguments:
2018-02-27T13:34:36.761+07:00 info vmware-converter-worker[05472] [Originator@6876 sub=task-15] args[0]: -noprompt
2018-02-27T13:34:36.761+07:00 info vmware-converter-worker[05472] [Originator@6876 sub=task-15] args[1]: -stdin-pass-and-key
2018-02-27T13:34:36.761+07:00 info vmware-converter-worker[05472] [Originator@6876 sub=task-15] args[2]: <ConverterPrivateKeyEnd>
2018-02-27T13:34:36.761+07:00 info vmware-converter-worker[05472] [Originator@6876 sub=task-15] args[3]: -P
2018-02-27T13:34:36.761+07:00 info vmware-converter-worker[05472] [Originator@6876 sub=task-15] args[4]: 22
2018-02-27T13:34:36.761+07:00 info vmware-converter-worker[05472] [Originator@6876 sub=task-15] args[5]: -thumbprint
2018-02-27T13:34:36.761+07:00 info vmware-converter-worker[05472] [Originator@6876 sub=task-15] args[6]: 6b:6f:a2:af:5e:34:8e:f6:2c:ee:86:df:0d:9b:1e:20
2018-02-27T13:34:36.761+07:00 info vmware-converter-worker[05472] [Originator@6876 sub=task-15] args[7]: root@192.168.14.128
2018-02-27T13:34:36.761+07:00 info vmware-converter-worker[05472] [Originator@6876 sub=task-15] args[8]: cd /tmp/.vmware-sysinfo-nwhikklakfilgfhq/; ./vmware-sysinfo.sh
2018-02-27T13:34:36.761+07:00 info vmware-converter-worker[05472] [Originator@6876 sub=task-15] args[9]: --noLogOutput
2018-02-27T13:34:38.352+07:00 info vmware-converter-worker[05472] [Originator@6876 sub=task-15] Converter::Util::SysCommandWrapper::LogResult: Command return code: 0
2018-02-27T13:34:38.352+07:00 info vmware-converter-worker[05472] [Originator@6876 sub=task-15] Converter::Util::SysCommandWrapper::LogResult: Command stderr:
--> sh: 1: /usr/sbin/grub2-install: not found
--> sh: 1: /usr/sbin/grub-install.unsupported: not found
-->
2018-02-27T13:34:38.352+07:00 info vmware-converter-worker[05472] [Originator@6876 sub=task-15] Converter::Util::SysCommandWrapper::LogResult: Command stdout:
--> <?xml version="1.0" encoding="UTF-8"?>
--> <sysinfo>
--> <storage>
--> <volume mountPoint="/" blockSizeInBytes="4096" capacityInBlocks="235947125" blocksFree="235449501" blocksUsed="497624" devicePath="/dev/TMM-vg/root" fileSystemType="ext4" isBootVolume="true" label="">
--> <extfsFeatures dirIndex="true" filetype="true" hasJournal="true" journalDev="false" resizeInode="true" sparseSuper="true" extent="true" flexBg="true" uninitBg="true" inodesCount="59940864"/>
--> </volume>
--> <volume mountPoint="/boot/efi" blockSizeInBytes="4096" capacityInBlocks="130812" blocksFree="128545" blocksUsed="2267" devicePath="/dev/sda1" fileSystemType="vfat" isBootVolume="false" label=""/>
--> <volume mountPoint="" blockSizeInBytes="0" capacityInBlocks="0" blocksFree="0" blocksUsed="0" devicePath="/dev/TMM-vg/swap_1" fileSystemType="linux-swap" isBootVolume="false" label=""/>
--> <disk type="gpt" controllerType="scsi" bus="0" deviceId="0" capacityInSectors="1953525168">
--> <device path="/dev/sda" major="8" minor="0"/>
--> <hwGeometry cylinders="121601" heads="255" sectors="63"/>
--> <biosGeometry cylinders="121601" heads="255" sectors="63"/>
--> <partition number="1" type="primary" isActive="true" fileSystemType="fat32">
--> <device path="/dev/sda1" major="8" minor="1"/>
--> <lba start="2048" length="1048576" end="1050623"/>
--> </partition>
--> <partition number="2" type="primary" isActive="false" fileSystemType="ext2">
--> <device path="/dev/sda2" major="8" minor="2"/>
--> <lba start="1050624" length="999424" end="2050047"/>
--> </partition>
--> <partition number="3" type="primary" isActive="false" fileSystemType="">
--> <device path="/dev/sda3" major="8" minor="3"/>
--> <lba start="2050048" length="1951473664" end="1953523711"/>
--> </partition>
--> </disk>
--> <volumeGroup version="2" name="TMM-vg" capacityInBytes="999150321664" freeSpaceInBytes="0">
--> <logicalVolume name="root" capacityInBytes="981983035392" numberOfStripes="1">
--> <device path="/dev/TMM-vg/root" major="252" minor="0"/>
--> </logicalVolume>
--> <logicalVolume name="swap_1" capacityInBytes="17167286272" numberOfStripes="1">
--> <device path="/dev/TMM-vg/swap_1" major="252" minor="1"/>
--> </logicalVolume>
--> </volumeGroup>
--> </storage>
--> <network>
--> <interface label="enp0s29u1u1u5" nicId="36:40:B5:8B:74:D4" status="down"/>
--> <interface label="enp6s0" nicId="34:40:B5:8B:74:D1" status="up">
--> <ip address="192.168.14.128" mask="255.255.255.0"/>
--> </interface>
--> </network>
--> <operatingSystem>
--> <hostname>ubuntu</hostname>
--> <distribution name="ubuntu" version="16.04"/>
--> <kernel release="4.4.0-116-generic" is64bit="true" SMP="false"/>
--> <dracut></dracut>
--> </operatingSystem>
--> <hardwareInfo>
--> <firmwareType>efi</firmwareType>
--> <efiCurrentBootEntry>ubuntu HD(1,GPT,073e705c-1187-43e7-b9ea-401c25ed37f9,0x800,0x100000)/File(\EFI\ubuntu\shimx64.efi)</efiCurrentBootEntry>
--> <cpuCount>4</cpuCount>
--> <coresCount id="0">4</coresCount>
--> <memoryInKb>16449536</memoryInKb>
--> </hardwareInfo>
--> <bootLoader>
--> <type>grub2</type>
--> <configFile>/boot/grub/grub.cfg</configFile>
--> <devicemap/>
--> </bootLoader>
--> </sysinfo>
-->
2018-02-27T13:34:38.367+07:00 info vmware-converter-worker[05472] [Originator@6876 sub=task-15] Converter::Util::SysCommandWrapper::LogCommand: Command 'C:\Program Files (x86)\VMware\VMware vCenter Converter Standalone\plink.exe' with the following arguments:
2018-02-27T13:34:38.367+07:00 info vmware-converter-worker[05472] [Originator@6876 sub=task-15] args[0]: -noprompt
2018-02-27T13:34:38.367+07:00 info vmware-converter-worker[05472] [Originator@6876 sub=task-15] args[1]: -stdin-pass-and-key
2018-02-27T13:34:38.367+07:00 info vmware-converter-worker[05472] [Originator@6876 sub=task-15] args[2]: <ConverterPrivateKeyEnd>
2018-02-27T13:34:38.367+07:00 info vmware-converter-worker[05472] [Originator@6876 sub=task-15] args[3]: -P
2018-02-27T13:34:38.367+07:00 info vmware-converter-worker[05472] [Originator@6876 sub=task-15] args[4]: 22
2018-02-27T13:34:38.367+07:00 info vmware-converter-worker[05472] [Originator@6876 sub=task-15] args[5]: -thumbprint
2018-02-27T13:34:38.367+07:00 info vmware-converter-worker[05472] [Originator@6876 sub=task-15] args[6]: 6b:6f:a2:af:5e:34:8e:f6:2c:ee:86:df:0d:9b:1e:20
2018-02-27T13:34:38.367+07:00 info vmware-converter-worker[05472] [Originator@6876 sub=task-15] args[7]: root@192.168.14.128
2018-02-27T13:34:38.367+07:00 info vmware-converter-worker[05472] [Originator@6876 sub=task-15] args[8]: cat /tmp/.vmware-sysinfo-nwhikklakfilgfhq/vmware-sysinfo.log
2018-02-27T13:34:38.929+07:00 info vmware-converter-worker[05472] [Originator@6876 sub=task-15] Converter::Util::SysCommandWrapper::LogResult: Command return code: 0
2018-02-27T13:34:38.929+07:00 info vmware-converter-worker[05472] [Originator@6876 sub=task-15] Converter::Util::SysCommandWrapper::LogResult: Command stdout:
--> [2018-02-27 13:34:54,023 INFO storage ]: Probing for disks using parted
--> [2018-02-27 13:34:54,023 INFO storage ]: Parted returned device with path: /dev/sda, type: 1
--> [2018-02-27 13:34:54,031 INFO storage ]: Parted successfully probed device with path: /dev/sda, type: 1, disk type: gpt
--> [2018-02-27 13:34:54,031 INFO storage.disk ]: Creating SCSI disk with path: /dev/sda
--> [2018-02-27 13:34:54,031 INFO storage.disk ]: /sys/class/scsi_host/host0/proc_name is 'ata_piix'
--> [2018-02-27 13:34:54,033 INFO storage ]: LVM2 executables found
--> [2018-02-27 13:34:54,044 INFO storage.lvm ]: Command '/sbin/lvm vgs --units b --noheadings --unbuffered --separator \| -o vg_name,vg_size,vg_free 2>/dev/null' returned:
--> [2018-02-27 13:34:54,044 INFO storage.lvm ]: --> TMM-vg|999150321664B|0B
--> [2018-02-27 13:34:54,053 INFO storage.lvm ]: Command '/sbin/lvm lvs --units b --noheadings --unbuffered --separator \| -o lv_name,vg_name,lv_size,lv_attr,stripes TMM-vg 2>/dev/null' returned:
--> [2018-02-27 13:34:54,053 INFO storage.lvm ]: --> root|TMM-vg|981983035392B|-wi-ao----|1
--> [2018-02-27 13:34:54,053 INFO storage.lvm ]: --> swap_1|TMM-vg|17167286272B|-wi-ao----|1
--> [2018-02-27 13:34:54,053 INFO storage ]: Got mount table entry: fsname: sysfs, dir: /sys, type: sysfs
--> [2018-02-27 13:34:54,053 INFO storage ]: Got mount table entry: fsname: proc, dir: /proc, type: proc
--> [2018-02-27 13:34:54,053 INFO storage ]: Got mount table entry: fsname: udev, dir: /dev, type: devtmpfs
--> [2018-02-27 13:34:54,053 INFO storage ]: Got mount table entry: fsname: devpts, dir: /dev/pts, type: devpts
--> [2018-02-27 13:34:54,053 INFO storage ]: Got mount table entry: fsname: tmpfs, dir: /run, type: tmpfs
--> [2018-02-27 13:34:54,053 INFO storage ]: Got mount table entry: fsname: /dev/mapper/TMM--vg-root, dir: /, type: ext4
--> [2018-02-27 13:34:54,053 INFO storage ]: Looking for device with major 252 and minor 0
--> [2018-02-27 13:34:54,053 INFO storage ]: Found device /dev/TMM-vg/root
--> [2018-02-27 13:34:54,053 WARN storage.volume ]: Creating volume with mountPoint: /, device path: /dev/TMM-vg/root, fsType: ext4, _blockSizeInBytes: 4096, _capacityInBlocks: 235947125, _blocksFree: 235449501
--> [2018-02-27 13:34:54,053 INFO storage.volume ]: Ext filesystem features for /dev/TMM-vg/root: s_feature_compat: 3C; s_feature_incompat: 246; s_feature_ro_compat: 7B
--> [2018-02-27 13:34:54,053 INFO storage ]: Got mount table entry: fsname: securityfs, dir: /sys/kernel/security, type: securityfs
--> [2018-02-27 13:34:54,053 INFO storage ]: Got mount table entry: fsname: tmpfs, dir: /dev/shm, type: tmpfs
--> [2018-02-27 13:34:54,053 INFO storage ]: Got mount table entry: fsname: tmpfs, dir: /run/lock, type: tmpfs
--> [2018-02-27 13:34:54,053 INFO storage ]: Got mount table entry: fsname: tmpfs, dir: /sys/fs/cgroup, type: tmpfs
--> [2018-02-27 13:34:54,053 INFO storage ]: Got mount table entry: fsname: cgroup, dir: /sys/fs/cgroup/systemd, type: cgroup
--> [2018-02-27 13:34:54,053 INFO storage ]: Got mount table entry: fsname: pstore, dir: /sys/fs/pstore, type: pstore
--> [2018-02-27 13:34:54,053 INFO storage ]: Got mount table entry: fsname: efivarfs, dir: /sys/firmware/efi/efivars, type: efivarfs
--> [2018-02-27 13:34:54,053 INFO storage ]: Got mount table entry: fsname: cgroup, dir: /sys/fs/cgroup/net_cls,net_prio, type: cgroup
--> [2018-02-27 13:34:54,053 INFO storage ]: Got mount table entry: fsname: cgroup, dir: /sys/fs/cgroup/cpu,cpuacct, type: cgroup
--> [2018-02-27 13:34:54,053 INFO storage ]: Got mount table entry: fsname: cgroup, dir: /sys/fs/cgroup/pids, type: cgroup
--> [2018-02-27 13:34:54,053 INFO storage ]: Got mount table entry: fsname: cgroup, dir: /sys/fs/cgroup/devices, type: cgroup
--> [2018-02-27 13:34:54,053 INFO storage ]: Got mount table entry: fsname: cgroup, dir: /sys/fs/cgroup/cpuset, type: cgroup
--> [2018-02-27 13:34:54,053 INFO storage ]: Got mount table entry: fsname: cgroup, dir: /sys/fs/cgroup/hugetlb, type: cgroup
--> [2018-02-27 13:34:54,053 INFO storage ]: Got mount table entry: fsname: cgroup, dir: /sys/fs/cgroup/freezer, type: cgroup
--> [2018-02-27 13:34:54,053 INFO storage ]: Got mount table entry: fsname: cgroup, dir: /sys/fs/cgroup/perf_event, type: cgroup
--> [2018-02-27 13:34:54,053 INFO storage ]: Got mount table entry: fsname: cgroup, dir: /sys/fs/cgroup/blkio, type: cgroup
--> [2018-02-27 13:34:54,053 INFO storage ]: Got mount table entry: fsname: cgroup, dir: /sys/fs/cgroup/memory, type: cgroup
--> [2018-02-27 13:34:54,053 INFO storage ]: Got mount table entry: fsname: systemd-1, dir: /proc/sys/fs/binfmt_misc, type: autofs
--> [2018-02-27 13:34:54,053 INFO storage ]: Got mount table entry: fsname: mqueue, dir: /dev/mqueue, type: mqueue
--> [2018-02-27 13:34:54,053 INFO storage ]: Got mount table entry: fsname: debugfs, dir: /sys/kernel/debug, type: debugfs
--> [2018-02-27 13:34:54,053 INFO storage ]: Got mount table entry: fsname: hugetlbfs, dir: /dev/hugepages, type: hugetlbfs
--> [2018-02-27 13:34:54,053 INFO storage ]: Got mount table entry: fsname: fusectl, dir: /sys/fs/fuse/connections, type: fusectl
--> [2018-02-27 13:34:54,053 INFO storage ]: Got mount table entry: fsname: /dev/sda1, dir: /boot/efi, type: vfat
--> [2018-02-27 13:34:54,054 INFO storage ]: Looking for device with major 8 and minor 1
--> [2018-02-27 13:34:54,054 INFO storage ]: Found device /dev/sda1
--> [2018-02-27 13:34:54,054 WARN storage.volume ]: Creating volume with mountPoint: /boot/efi, device path: /dev/sda1, fsType: vfat, _blockSizeInBytes: 4096, _capacityInBlocks: 130812, _blocksFree: 128545
--> [2018-02-27 13:34:54,054 INFO storage.volume ]: Device /dev/sda1 has FAT32 filesystem
--> [2018-02-27 13:34:54,054 INFO storage ]: Got mount table entry: fsname: lxcfs, dir: /var/lib/lxcfs, type: fuse.lxcfs
--> [2018-02-27 13:34:54,054 INFO storage ]: Got mount table entry: fsname: tmpfs, dir: /run/user/1000, type: tmpfs
--> [2018-02-27 13:34:54,054 INFO storage ]: Got mount table entry: fsname: tmpfs, dir: /run/user/0, type: tmpfs
--> [2018-02-27 13:34:54,054 INFO storage ]: Getting stats for swap device /dev/dm-1
--> [2018-02-27 13:34:54,054 INFO storage ]: Swap device /dev/dm-1 has block device number (major,minor): (252,1)
--> [2018-02-27 13:34:54,054 WARN storage.volume ]: Cannot use statvfs() for the swap volume with device path: /dev/TMM-vg/swap_1, so the volume size statistics will not be set.
--> [2018-02-27 13:34:54,054 WARN storage.volume ]: Creating volume with mountPoint: , device path: /dev/TMM-vg/swap_1, fsType: linux-swap, _blockSizeInBytes: 0, _capacityInBlocks: 0, _blocksFree: 0
--> [2018-02-27 13:34:54,054 WARN network ]: Ignoring interface 'lo' because it is not an ethernet interface
--> [2018-02-27 13:34:54,054 INFO distribution ]: File '/etc/os-release' exists.
--> [2018-02-27 13:34:54,055 INFO distribution ]: Found distro name as 'ubuntu' in line 'ID=ubuntu'
--> [2018-02-27 13:34:54,055 INFO distribution ]: Found distro version as '16.04' in line 'VERSION_ID="16.04"'
--> [2018-02-27 13:34:54,056 INFO operatingSystem ]: Command 'uname -n' returned:
--> [2018-02-27 13:34:54,056 INFO operatingSystem ]: --> ubuntu
--> [2018-02-27 13:34:54,057 INFO operatingSystem ]: Command 'uname -r' returned:
--> [2018-02-27 13:34:54,057 INFO operatingSystem ]: --> 4.4.0-116-generic
--> [2018-02-27 13:34:54,057 INFO operatingSystem ]: File '/sbin/dracut' does not exist.
--> [2018-02-27 13:34:54,057 INFO operatingSystem ]: File '/bin/dracut' does not exist.
--> [2018-02-27 13:34:54,058 INFO operatingSystem ]: File '/usr/sbin/dracut' does not exist.
--> [2018-02-27 13:34:54,058 INFO operatingSystem ]: File '/usr/bin/dracut' does not exist.
--> [2018-02-27 13:34:54,058 INFO hardwareInfo ]: File '/sys/firmware/efi/vars' exists.
--> [2018-02-27 13:34:54,058 INFO hardwareInfo ]: Found UEFI firmware.
--> [2018-02-27 13:34:55,006 INFO hardwareInfo ]: Command 'efibootmgr -v' returned:
--> [2018-02-27 13:34:55,006 INFO hardwareInfo ]: --> BootCurrent: 0000
--> [2018-02-27 13:34:55,006 INFO hardwareInfo ]: --> Timeout: 5 seconds
--> [2018-02-27 13:34:55,006 INFO hardwareInfo ]: --> BootOrder: 0000,0007,0002,0008,000B,0004,0005,0006,0001,0003,0009,000A,000C,000E
--> [2018-02-27 13:34:55,006 INFO hardwareInfo ]: --> Boot0000* ubuntu HD(1,GPT,073e705c-1187-43e7-b9ea-401c25ed37f9,0x800,0x100000)/File(\EFI\ubuntu\shimx64.efi)
--> [2018-02-27 13:34:55,006 INFO hardwareInfo ]: --> Boot0001* Floppy Disk VenMedia(0c588db8-6af4-11dd-a992-00197d890238,00)
--> [2018-02-27 13:34:55,006 INFO hardwareInfo ]: --> Boot0002* Hard Disk 0 VenMedia(0c588db8-6af4-11dd-a992-00197d890238,08)
--> [2018-02-27 13:34:55,006 INFO hardwareInfo ]: --> Boot0003* PXE Network VenMedia(0c588db8-6af4-11dd-a992-00197d890238,06)
--> [2018-02-27 13:34:55,006 INFO hardwareInfo ]: --> Boot0004* Hard Disk 1 VenMedia(0c588db8-6af4-11dd-a992-00197d890238,09)
--> [2018-02-27 13:34:55,006 INFO hardwareInfo ]: --> Boot0005* Hard Disk 2 VenMedia(0c588db8-6af4-11dd-a992-00197d890238,0a)
--> [2018-02-27 13:34:55,006 INFO hardwareInfo ]: --> Boot0006* Hard Disk 3 VenMedia(0c588db8-6af4-11dd-a992-00197d890238,0b)
--> [2018-02-27 13:34:55,006 INFO hardwareInfo ]: --> Boot0007* USB Storage VenMedia(0c588db8-6af4-11dd-a992-00197d890238,03)
--> [2018-02-27 13:34:55,006 INFO hardwareInfo ]: --> Boot0008* Diagnostics VenMedia(0c588db8-6af4-11dd-a992-00197d890238,da)
--> [2018-02-27 13:34:55,006 INFO hardwareInfo ]: --> Boot0009* iSCSI VenMedia(0c588db8-6af4-11dd-a992-00197d890238,04)
--> [2018-02-27 13:34:55,006 INFO hardwareInfo ]: --> Boot000A* iSCSI Critical VenMedia(0c588db8-6af4-11dd-a992-00197d890238,05)
--> [2018-02-27 13:34:55,006 INFO hardwareInfo ]: --> Boot000B* Legacy Only VenMedia(0c588db8-6af4-11dd-a992-00197d890238,ee)
--> [2018-02-27 13:34:55,006 INFO hardwareInfo ]: --> Boot000C* Embedded Hypervisor VenMedia(0c588db8-6af4-11dd-a992-00197d890238,01)
--> [2018-02-27 13:34:55,007 INFO hardwareInfo ]: --> Boot000E* CD/DVD Rom VenMedia(0c588db8-6af4-11dd-a992-00197d890238,0c)
--> [2018-02-27 13:34:55,007 INFO hardwareInfo ]: PopulateFirmwareInfo: Found current boot entry: ubuntu HD(1,GPT,073e705c-1187-43e7-b9ea-401c25ed37f9,0x800,0x100000)/File(\EFI\ubuntu\shimx64.efi)
--> [2018-02-27 13:34:55,007 INFO bootLoader ]: PopulateBootLoaderType: Trying to run /usr/sbin/grub2-install
--> [2018-02-27 13:34:55,007 ERROR bootLoader ]: Command '/usr/sbin/grub2-install --version' failed with exit code 32512
--> [2018-02-27 13:34:55,007 INFO bootLoader ]: PopulateBootLoaderType: failed running /usr/sbin/grub2-install
--> [2018-02-27 13:34:55,007 INFO bootLoader ]: PopulateBootLoaderType: Trying to run /usr/sbin/grub-install.unsupported
--> [2018-02-27 13:34:55,009 ERROR bootLoader ]: Command '/usr/sbin/grub-install.unsupported --version' failed with exit code 32512
--> [2018-02-27 13:34:55,009 INFO bootLoader ]: PopulateBootLoaderType: failed running /usr/sbin/grub-install.unsupported
--> [2018-02-27 13:34:55,009 INFO bootLoader ]: PopulateBootLoaderType: Trying to run /usr/sbin/grub-install
--> [2018-02-27 13:34:55,011 INFO bootLoader ]: Command '/usr/sbin/grub-install --version' returned:
--> [2018-02-27 13:34:55,011 INFO bootLoader ]: --> /usr/sbin/grub-install (GRUB) 2.02~beta2-36ubuntu3.16
--> [2018-02-27 13:34:55,011 INFO bootLoader ]: PopulateBootLoaderType: Detected GRUB version as GRUB2
--> [2018-02-27 13:34:55,011 INFO bootLoader ]: PopulateLoaderConfigFile: Found /boot/grub/grub.cfg
--> [2018-02-27 13:34:55,011 INFO bootLoader ]: File '/tmp/vmware-sysinfo-grub-device.map' does not exist.
--> [2018-02-27 13:34:55,011 INFO bootLoader ]: Trying to create device map file /tmp/vmware-sysinfo-grub-device.map
--> [2018-02-27 13:34:55,011 INFO bootLoader ]: Running command: grub --batch --no-floppy --device-map=/tmp/vmware-sysinfo-grub-device.map > /dev/null 2>&1
--> [2018-02-27 13:34:55,012 INFO bootLoader ]: Writable command 'grub --batch --no-floppy --device-map=/tmp/vmware-sysinfo-grub-device.map > /dev/null 2>&1' succeeded.
--> [2018-02-27 13:34:55,012 ERROR bootLoader ]: Unable to open file: /tmp/vmware-sysinfo-grub-device.map
-->
2018-02-27T13:34:39.491+07:00 info vmware-converter-worker[05472] [Originator@6876 sub=task-15] Converter Agent SysinfoQuery obtained XML output
2018-02-27T13:34:39.491+07:00 info vmware-converter-worker[05472] [Originator@6876 sub=task-15] Caching vmware-sysinfo XML output with key LiveLinuxComputer::GetSysinfoXml=6ed374a12a6849ed8042a57c4a17d3344a52f61f
2018-02-27T13:34:39.506+07:00 warning vmware-converter-worker[05472] [Originator@6876 sub=task-15] No volume for partition /dev/sda2
2018-02-27T13:34:39.506+07:00 warning vmware-converter-worker[05472] [Originator@6876 sub=task-15] No volume for partition /dev/sda3
2018-02-27T13:34:39.506+07:00 info vmware-converter-worker[05472] [Originator@6876 sub=task-15] `anonymous-namespace'::AdjustHardwareInfoForLinuxP2V: Adjust volume capacity for target volume 44=494?4:39444:3:+2*?587;.60?1;4>43.:14->42)4)30 from 536870912 to 536870912
2018-02-27T13:34:39.506+07:00 info vmware-converter-worker[05472] [Originator@6876 sub=task-15] CloneTask: AgentCloningParams: (converter.agent.params.AgentCloningParams) {
--> source = (converter.ComputerSpec) {
--> location = (converter.ComputerSpec.LiveComputerLocation) {
--> hostname = "192.168.14.128",
--> port = <unset>,
--> username = "root",
--> password = (not shown),
--> clientPrivateKey = <unset>,
--> osType = "linuxOs",
--> verifyPeer = <unset>,
--> sslThumbprint = "6b:6f:a2:af:5e:34:8e:f6:2c:ee:86:df:0d:9b:1e:20"
--> }
--> },
--> targetHardwareInfo = (converter.info.ComputerHardwareInfo) {
--> storage = (converter.info.StorageInfo) {
--> disk = (converter.info.StorageInfo.DiskInfo) [
--> (converter.info.StorageInfo.DiskInfo) {
--> diskId = "disk-2000",
--> capacityInBytes = 537919488,
--> diskUsageInBytes = 537919488,
--> biosNumber = <unset>,
--> lvg = false,
--> lvgName = <unset>,
--> gpt = true,
--> signature = <unset>,
--> diskGuid = "f3e002c7-2df6-452e-6a-7f-63-8a-aa-5a-6c-14",
--> sectorSize = <unset>
--> },
--> (converter.info.StorageInfo.DiskInfo) {
--> diskId = "disk-2001",
--> capacityInBytes = 25775046656,
--> diskUsageInBytes = 25775046656,
--> biosNumber = <unset>,
--> lvg = false,
--> lvgName = <unset>,
--> gpt = true,
--> signature = <unset>,
--> diskGuid = "564d5721-0000-0000-00-00-00-00-00-00-00-00",
--> sectorSize = <unset>
--> }
--> ],
--> volume = (converter.info.StorageInfo.VolumeInfo) [
--> (converter.info.StorageInfo.VolumeInfo) {
--> volumeId = "44=494?4:39444:3:+2*?587;.60?1;4>43.:14->42)4)30",
--> diskId = (string) [
--> "disk-2000"
--> ],
--> partitionNumber = 1,
--> primary = true,
--> active = false,
--> partitionType = <unset>,
--> partitionGuid = "ebd0a0a2-b9e5-4433-87-c0-68-b6-b7-26-99-c7",
--> partitionUuid = "785fa2ba-06eb-4b1f-4e-e3-1a-d4-4e-92-94-03",
--> fileSystem = "",
--> clusterSizeInBytes = <unset>,
--> firstClusterOffsetInBytes = <unset>,
--> label = "",
--> capacityInBytes = 536870912,
--> spaceUsedInBytes = 536870912,
--> extfsFeatures = (converter.info.StorageInfo.VolumeInfo.ExtfsFeatures) null,
--> xfsFeatures = (converter.info.StorageInfo.VolumeInfo.XfsFeatures) null,
--> lvName = <unset>
--> },
--> (converter.info.StorageInfo.VolumeInfo) {
--> volumeId = "44=494?4:39444:36(4+6.?+?10*126476?.=76+>69,3611",
--> diskId = (string) [
--> "disk-2001"
--> ],
--> partitionNumber = 1,
--> primary = true,
--> active = false,
--> partitionType = <unset>,
--> partitionGuid = "ebd0a0a2-b9e5-4433-87-c0-68-b6-b7-26-99-c7",
--> partitionUuid = "bfe6b486-a01f-4621-67-ef-7d-b6-6e-c9-63-11",
--> fileSystem = "",
--> clusterSizeInBytes = <unset>,
--> firstClusterOffsetInBytes = <unset>,
--> label = "",
--> capacityInBytes = 21474836480,
--> spaceUsedInBytes = 21474836480,
--> extfsFeatures = (converter.info.StorageInfo.VolumeInfo.ExtfsFeatures) null,
--> xfsFeatures = (converter.info.StorageInfo.VolumeInfo.XfsFeatures) null,
--> lvName = <unset>
--> },
--> (converter.info.StorageInfo.VolumeInfo) {
--> volumeId = "44=494?4:39444:3<.15>,?-9-;)=*0455461377104.8045",
--> diskId = (string) [
--> "disk-2001"
--> ],
--> partitionNumber = 2,
--> primary = true,
--> active = false,
--> partitionType = <unset>,
--> partitionGuid = "ebd0a0a2-b9e5-4433-87-c0-68-b6-b7-26-99-c7",
--> partitionUuid = "dfce51ec-9bd9-40ad-55-64-31-77-01-e4-08-54",
--> fileSystem = "",
--> clusterSizeInBytes = <unset>,
--> firstClusterOffsetInBytes = <unset>,
--> label = "",
--> capacityInBytes = 4294967296,
--> spaceUsedInBytes = 4294967296,
--> extfsFeatures = (converter.info.StorageInfo.VolumeInfo.ExtfsFeatures) null,
--> xfsFeatures = (converter.info.StorageInfo.VolumeInfo.XfsFeatures) null,
--> lvName = <unset>
--> }
--> ],
--> bootConfig = (converter.info.BootConfigInfo) null
--> },
--> network = (converter.info.NetworkInfo) {
--> nic = (converter.info.NetworkInfo.NicInfo) [
--> (converter.info.NetworkInfo.ManagedNicInfo) {
--> nicId = "ethernet-4000",
--> connected = true,
--> label = "Network adapter 1",
--> network = "VM Network",
--> controllerType = ""
--> },
--> (converter.info.NetworkInfo.ManagedNicInfo) {
--> nicId = "ethernet-4001",
--> connected = true,
--> label = "Network adapter 2",
--> network = "VM Network",
--> controllerType = ""
--> }
--> ]
--> },
--> basicHardware = (converter.info.BasicHardwareInfo) {
--> numCPUs = 4,
--> numCoresPerSocket = 4,
--> memoryMB = 2048
--> },
--> configInfo = (vim.vm.ConfigInfo) {
--> changeVersion = "2018-02-27T06:34:34.758085Z",
--> modified = "1970-01-01T00:00:00Z",
--> name = "ubuntu",
--> guestFullName = "Ubuntu Linux (64-bit)",
--> version = "vmx-11",
--> uuid = "564d4aed-f83e-0f47-86a5-a2cd106d726c",
--> instanceUuid = "529e4860-a82d-0cf4-158d-a802ca5b7c99",
--> npivWorldWideNameType = <unset>,
--> npivDesiredNodeWwns = <unset>,
--> npivDesiredPortWwns = <unset>,
--> npivTemporaryDisabled = true,
--> npivOnNonRdmDisks = <unset>,
--> locationId = "564d4aed-f83e-0f47-86a5-a2cd106d726c",
--> template = false,
--> guestId = "ubuntu64Guest",
--> alternateGuestName = "",
--> annotation = "",
--> files = (vim.vm.FileInfo) {
--> vmPathName = "[datastore1] ubuntu/ubuntu.vmx",
--> snapshotDirectory = "[datastore1] ubuntu",
--> suspendDirectory = "[datastore1] ubuntu",
--> logDirectory = "[datastore1] ubuntu",
--> ftMetadataDirectory = <unset>
--> },
--> tools = (vim.vm.ToolsConfigInfo) {
--> toolsVersion = 0,
--> afterPowerOn = true,
--> afterResume = true,
--> beforeGuestStandby = true,
--> beforeGuestShutdown = true,
--> beforeGuestReboot = <unset>,
--> toolsUpgradePolicy = "manual",
--> pendingCustomization = <unset>,
--> syncTimeWithHost = false,
--> lastInstallInfo = (vim.vm.ToolsConfigInfo.ToolsLastInstallInfo) {
--> counter = 0,
--> fault = (vmodl.MethodFault) null
--> },
--> upgradeRebootPredict = <unset>
--> },
--> flags = (vim.vm.FlagInfo) {
--> disableAcceleration = false,
--> enableLogging = true,
--> useToe = false,
--> runWithDebugInfo = false,
--> monitorType = "release",
--> htSharing = "any",
--> snapshotDisabled = false,
--> snapshotLocked = false,
--> diskUuidEnabled = false,
--> virtualMmuUsage = "automatic",
--> virtualExecUsage = "hvAuto",
--> snapshotPowerOffBehavior = "powerOff",
--> recordReplayEnabled = false,
--> faultToleranceType = "unset"
--> },
--> consolePreferences = (vim.vm.ConsolePreferences) null,
--> defaultPowerOps = (vim.vm.DefaultPowerOpInfo) {
--> powerOffType = "soft",
--> suspendType = "hard",
--> resetType = "soft",
--> defaultPowerOffType = "soft",
--> defaultSuspendType = "hard",
--> defaultResetType = "soft",
--> standbyAction = "checkpoint"
--> },
--> hardware = (vim.vm.VirtualHardware) {
--> numCPU = 4,
--> numCoresPerSocket = 4,
--> memoryMB = 2048,
--> virtualICH7MPresent = false,
--> virtualSMCPresent = false,
--> device = (vim.vm.device.VirtualDevice) [
--> (vim.vm.device.VirtualIDEController) {
--> key = 200,
--> deviceInfo = (vim.Description) {
--> label = "IDE 0",
--> summary = "IDE 0"
--> },
--> backing = (vim.vm.device.VirtualDevice.BackingInfo) null,
--> connectable = (vim.vm.device.VirtualDevice.ConnectInfo) null,
--> slotInfo = (vim.vm.device.VirtualDevice.BusSlotInfo) null,
--> controllerKey = <unset>,
--> unitNumber = <unset>,
--> busNumber = 0,
--> },
--> (vim.vm.device.VirtualIDEController) {
--> key = 201,
--> deviceInfo = (vim.Description) {
--> label = "IDE 1",
--> summary = "IDE 1"
--> },
--> backing = (vim.vm.device.VirtualDevice.BackingInfo) null,
--> connectable = (vim.vm.device.VirtualDevice.ConnectInfo) null,
--> slotInfo = (vim.vm.device.VirtualDevice.BusSlotInfo) null,
--> controllerKey = <unset>,
--> unitNumber = <unset>,
--> busNumber = 1,
--> },
--> (vim.vm.device.VirtualPS2Controller) {
--> key = 300,
--> deviceInfo = (vim.Description) {
--> label = "PS2 controller 0",
--> summary = "PS2 controller 0"
--> },
--> backing = (vim.vm.device.VirtualDevice.BackingInfo) null,
--> connectable = (vim.vm.device.VirtualDevice.ConnectInfo) null,
--> slotInfo = (vim.vm.device.VirtualDevice.BusSlotInfo) null,
--> controllerKey = <unset>,
--> unitNumber = <unset>,
--> busNumber = 0,
--> device = (int) [
--> 600,
--> 700
--> ]
--> },
--> (vim.vm.device.VirtualPCIController) {
--> key = 100,
--> deviceInfo = (vim.Description) {
--> label = "PCI controller 0",
--> summary = "PCI controller 0"
--> },
--> backing = (vim.vm.device.VirtualDevice.BackingInfo) null,
--> connectable = (vim.vm.device.VirtualDevice.ConnectInfo) null,
--> slotInfo = (vim.vm.device.VirtualDevice.BusSlotInfo) null,
--> controllerKey = <unset>,
--> unitNumber = <unset>,
--> busNumber = 0,
--> device = (int) [
--> 500,
--> 12000,
--> 1000,
--> 15000,
--> 4000,
--> 4001
--> ]
--> },
--> (vim.vm.device.VirtualSIOController) {
--> key = 400,
--> deviceInfo = (vim.Description) {
--> label = "SIO controller 0",
--> summary = "SIO controller 0"
--> },
--> backing = (vim.vm.device.VirtualDevice.BackingInfo) null,
--> connectable = (vim.vm.device.VirtualDevice.ConnectInfo) null,
--> slotInfo = (vim.vm.device.VirtualDevice.BusSlotInfo) null,
--> controllerKey = <unset>,
--> unitNumber = <unset>,
--> busNumber = 0,
--> },
--> (vim.vm.device.VirtualKeyboard) {
--> key = 600,
--> deviceInfo = (vim.Description) {
--> label = "Keyboard ",
--> summary = "Keyboard"
--> },
--> backing = (vim.vm.device.VirtualDevice.BackingInfo) null,
--> connectable = (vim.vm.device.VirtualDevice.ConnectInfo) null,
--> slotInfo = (vim.vm.device.VirtualDevice.BusSlotInfo) null,
--> controllerKey = 300,
--> unitNumber = 0
--> },
--> (vim.vm.device.VirtualPointingDevice) {
--> key = 700,
--> deviceInfo = (vim.Description) {
--> label = "Pointing device",
--> summary = "Pointing device; Device"
--> },
--> backing = (vim.vm.device.VirtualPointingDevice.DeviceBackingInfo) {
--> deviceName = "",
--> useAutoDetect = false,
--> hostPointingDevice = "autodetect"
--> },
--> connectable = (vim.vm.device.VirtualDevice.ConnectInfo) null,
--> slotInfo = (vim.vm.device.VirtualDevice.BusSlotInfo) null,
--> controllerKey = 300,
--> unitNumber = 1
--> },
--> (vim.vm.device.VirtualVideoCard) {
--> key = 500,
--> deviceInfo = (vim.Description) {
--> label = "Video card ",
--> summary = "Video card"
--> },
--> backing = (vim.vm.device.VirtualDevice.BackingInfo) null,
--> connectable = (vim.vm.device.VirtualDevice.ConnectInfo) null,
--> slotInfo = (vim.vm.device.VirtualDevice.BusSlotInfo) null,
--> controllerKey = 100,
--> unitNumber = 0,
--> videoRamSizeInKB = 4096,
--> numDisplays = 1,
--> useAutoDetect = false,
--> enable3DSupport = false,
--> enableMPTSupport = <unset>,
--> use3dRenderer = "automatic",
--> graphicsMemorySizeInKB = 262144
--> },
--> (vim.vm.device.VirtualVMCIDevice) {
--> key = 12000,
--> deviceInfo = (vim.Description) {
--> label = "VMCI device",
--> summary = "Device on the virtual machine PCI bus that provides support for the virtual machine communication interface"
--> },
--> backing = (vim.vm.device.VirtualDevice.BackingInfo) null,
--> connectable = (vim.vm.device.VirtualDevice.ConnectInfo) null,
--> slotInfo = (vim.vm.device.VirtualDevice.BusSlotInfo) null,
--> controllerKey = 100,
--> unitNumber = 17,
--> id = -1,
--> allowUnrestrictedCommunication = false,
--> filterEnable = true,
--> filterInfo = (vim.vm.device.VirtualVMCIDevice.FilterInfo) null
--> },
--> (vim.vm.device.VirtualLsiLogicController) {
--> key = 1000,
--> deviceInfo = (vim.Description) {
--> label = "SCSI controller 0",
--> summary = "LSI Logic"
--> },
--> backing = (vim.vm.device.VirtualDevice.BackingInfo) null,
--> connectable = (vim.vm.device.VirtualDevice.ConnectInfo) null,
--> slotInfo = (vim.vm.device.VirtualDevice.BusSlotInfo) null,
--> controllerKey = 100,
--> unitNumber = 3,
--> busNumber = 0,
--> device = (int) [
--> 2000,
--> 2001
--> ],
--> hotAddRemove = true,
--> sharedBus = "noSharing",
--> scsiCtlrUnitNumber = 7
--> },
--> (vim.vm.device.VirtualAHCIController) {
--> key = 15000,
--> deviceInfo = (vim.Description) {
--> label = "SATA controller 0",
--> summary = "AHCI"
--> },
--> backing = (vim.vm.device.VirtualDevice.BackingInfo) null,
--> connectable = (vim.vm.device.VirtualDevice.ConnectInfo) null,
--> slotInfo = (vim.vm.device.VirtualDevice.BusSlotInfo) null,
--> controllerKey = 100,
--> unitNumber = 24,
--> busNumber = 0,
--> device = (int) [
--> 16000
--> ]
--> },
--> (vim.vm.device.VirtualCdrom) {
--> key = 16000,
--> deviceInfo = (vim.Description) {
--> label = "CD/DVD drive 1",
--> summary = "Remote device"
--> },
--> backing = (vim.vm.device.VirtualCdrom.RemotePassthroughBackingInfo) {
--> deviceName = "",
--> useAutoDetect = false,
--> exclusive = false
--> },
--> connectable = (vim.vm.device.VirtualDevice.ConnectInfo) {
--> startConnected = false,
--> allowGuestControl = true,
--> connected = false,
--> status = "untried"
--> },
--> slotInfo = (vim.vm.device.VirtualDevice.BusSlotInfo) null,
--> controllerKey = 15000,
--> unitNumber = 0
--> },
--> (vim.vm.device.VirtualDisk) {
--> key = 2000,
--> deviceInfo = (vim.Description) {
--> label = "Hard disk 1",
--> summary = "525,312 KB"
--> },
--> backing = (vim.vm.device.VirtualDisk.FlatVer2BackingInfo) {
--> fileName = "[datastore1] ubuntu/ubuntu.vmdk",
--> datastore = 'vim.Datastore:5a8cf57c-cc1a6088-53ee-74867af2a4d2',
--> backingObjectId = "",
--> diskMode = "persistent",
--> split = false,
--> writeThrough = false,
--> thinProvisioned = false,
--> eagerlyScrub = <unset>,
--> uuid = "6000C29f-6cc8-36dc-30ab-6bddfe28eba3",
--> contentId = "082f03cf53d2cef70fccf22afffffffe",
--> changeId = <unset>,
--> parent = (vim.vm.device.VirtualDisk.FlatVer2BackingInfo) null,
--> deltaDiskFormat = <unset>,
--> digestEnabled = false,
--> deltaGrainSize = <unset>,
--> deltaDiskFormatVariant = <unset>,
--> sharing = "sharingNone"
--> },
--> connectable = (vim.vm.device.VirtualDevice.ConnectInfo) null,
--> slotInfo = (vim.vm.device.VirtualDevice.BusSlotInfo) null,
--> controllerKey = 1000,
--> unitNumber = 0,
--> capacityInKB = 525312,
--> capacityInBytes = 537919488,
--> shares = (vim.SharesInfo) {
--> shares = 1000,
--> level = "normal"
--> },
--> storageIOAllocation = (vim.StorageResourceManager.IOAllocationInfo) {
--> limit = -1,
--> shares = (vim.SharesInfo) {
--> shares = 1000,
--> level = "normal"
--> },
--> reservation = 0
--> },
--> diskObjectId = "23-2000",
--> vFlashCacheConfigInfo = (vim.vm.device.VirtualDisk.VFlashCacheConfigInfo) null,
--> },
--> (vim.vm.device.VirtualDisk) {
--> key = 2001,
--> deviceInfo = (vim.Description) {
--> label = "Hard disk 2",
--> summary = "25,170,944 KB"
--> },
--> backing = (vim.vm.device.VirtualDisk.FlatVer2BackingInfo) {
--> fileName = "[datastore1] ubuntu/ubuntu_1.vmdk",
--> datastore = 'vim.Datastore:5a8cf57c-cc1a6088-53ee-74867af2a4d2',
--> backingObjectId = "",
--> diskMode = "persistent",
--> split = false,
--> writeThrough = false,
--> thinProvisioned = false,
--> eagerlyScrub = <unset>,
--> uuid = "6000C29b-8cc5-4ec7-4414-69cc08e6427c",
--> contentId = "9b00b1506312282355d77fddfffffffe",
--> changeId = <unset>,
--> parent = (vim.vm.device.VirtualDisk.FlatVer2BackingInfo) null,
--> deltaDiskFormat = <unset>,
--> digestEnabled = false,
--> deltaGrainSize = <unset>,
--> deltaDiskFormatVariant = <unset>,
--> sharing = "sharingNone"
--> },
--> connectable = (vim.vm.device.VirtualDevice.ConnectInfo) null,
--> slotInfo = (vim.vm.device.VirtualDevice.BusSlotInfo) null,
--> controllerKey = 1000,
--> unitNumber = 1,
--> capacityInKB = 25170944,
--> capacityInBytes = 25775046656,
--> shares = (vim.SharesInfo) {
--> shares = 1000,
--> level = "normal"
--> },
--> storageIOAllocation = (vim.StorageResourceManager.IOAllocationInfo) {
--> limit = -1,
--> shares = (vim.SharesInfo) {
--> shares = 1000,
--> level = "normal"
--> },
--> reservation = 0
--> },
--> diskObjectId = "23-2001",
--> vFlashCacheConfigInfo = (vim.vm.device.VirtualDisk.VFlashCacheConfigInfo) null,
--> },
--> (vim.vm.device.VirtualE1000) {
--> key = 4000,
--> deviceInfo = (vim.Description) {
--> label = "Network adapter 1",
--> summary = "VM Network"
--> },
--> backing = (vim.vm.device.VirtualEthernetCard.NetworkBackingInfo) {
--> deviceName = "VM Network",
--> useAutoDetect = false,
--> network = 'vim.Network:HaNetwork-VM Network',
--> inPassthroughMode = <unset>
--> },
--> connectable = (vim.vm.device.VirtualDevice.ConnectInfo) {
--> startConnected = true,
--> allowGuestControl = true,
--> connected = false,
--> status = "untried"
--> },
--> slotInfo = (vim.vm.device.VirtualDevice.BusSlotInfo) null,
--> controllerKey = 100,
--> unitNumber = 7,
--> addressType = "generated",
--> macAddress = <unset>,
--> wakeOnLanEnabled = true,
--> resourceAllocation = (vim.vm.device.VirtualEthernetCard.ResourceAllocation) {
--> reservation = 0,
--> share = (vim.SharesInfo) {
--> shares = 50,
--> level = "normal"
--> },
--> limit = -1
--> },
--> externalId = <unset>,
--> uptCompatibilityEnabled = false,
--> },
--> (vim.vm.device.VirtualE1000) {
--> key = 4001,
--> deviceInfo = (vim.Description) {
--> label = "Network adapter 2",
--> summary = "VM Network"
--> },
--> backing = (vim.vm.device.VirtualEthernetCard.NetworkBackingInfo) {
--> deviceName = "VM Network",
--> useAutoDetect = false,
--> network = 'vim.Network:HaNetwork-VM Network',
--> inPassthroughMode = <unset>
--> },
--> connectable = (vim.vm.device.VirtualDevice.ConnectInfo) {
--> startConnected = true,
--> allowGuestControl = true,
--> connected = false,
--> status = "untried"
--> },
--> slotInfo = (vim.vm.device.VirtualDevice.BusSlotInfo) null,
--> controllerKey = 100,
--> unitNumber = 8,
--> addressType = "generated",
--> macAddress = <unset>,
--> wakeOnLanEnabled = true,
--> resourceAllocation = (vim.vm.device.VirtualEthernetCard.ResourceAllocation) {
--> reservation = 0,
--> share = (vim.SharesInfo) {
--> shares = 50,
--> level = "normal"
--> },
--> limit = -1
--> },
--> externalId = <unset>,
--> uptCompatibilityEnabled = false,
--> }
--> ]
--> },
--> cpuAllocation = (vim.ResourceAllocationInfo) {
--> reservation = 0,
--> expandableReservation = false,
--> limit = -1,
--> shares = (vim.SharesInfo) {
--> shares = 4000,
--> level = "normal"
--> },
--> overheadLimit = <unset>
--> },
--> memoryAllocation = (vim.ResourceAllocationInfo) {
--> reservation = 0,
--> expandableReservation = false,
--> limit = -1,
--> shares = (vim.SharesInfo) {
--> shares = 20480,
--> level = "normal"
--> },
--> overheadLimit = <unset>
--> },
--> latencySensitivity = (vim.LatencySensitivity) {
--> level = "normal",
--> sensitivity = <unset>
--> },
--> memoryHotAddEnabled = false,
--> cpuHotAddEnabled = false,
--> cpuHotRemoveEnabled = false,
--> hotPlugMemoryLimit = <unset>,
--> hotPlugMemoryIncrementSize = <unset>,
--> cpuAffinity = (vim.vm.AffinityInfo) null,
--> memoryAffinity = (vim.vm.AffinityInfo) null,
--> networkShaper = (vim.vm.NetworkShaperInfo) null,
--> extraConfig = (vim.option.OptionValue) [
--> (vim.option.OptionValue) {
--> key = "nvram",
--> value = "ubuntu.nvram"
--> },
--> (vim.option.OptionValue) {
--> key = "svga.present",
--> value = "TRUE"
--> },
--> (vim.option.OptionValue) {
--> key = "hpet0.present",
--> value = "TRUE"
--> },
--> (vim.option.OptionValue) {
--> key = "firmware",
--> value = "efi"
--> },
--> (vim.option.OptionValue) {
--> key = "migrate.hostLogState",
--> value = "none"
--> },
--> (vim.option.OptionValue) {
--> key = "migrate.migrationId",
--> value = "0"
--> }
--> ],
--> cpuFeatureMask = (vim.host.CpuIdInfo) [
--> (vim.host.CpuIdInfo) {
--> level = 0,
--> vendor = <unset>,
--> eax = <unset>,
--> ebx = <unset>,
--> ecx = <unset>,
--> edx = <unset>
--> },
--> (vim.host.CpuIdInfo) {
--> level = 0,
--> vendor = "amd",
--> eax = <unset>,
--> ebx = <unset>,
--> ecx = <unset>,
--> edx = <unset>
--> },
--> (vim.host.CpuIdInfo) {
--> level = 1,
--> vendor = <unset>,
--> eax = <unset>,
--> ebx = <unset>,
--> ecx = <unset>,
--> edx = <unset>
--> },
--> (vim.host.CpuIdInfo) {
--> level = 1,
--> vendor = "amd",
--> eax = <unset>,
--> ebx = <unset>,
--> ecx = <unset>,
--> edx = <unset>
--> },
--> (vim.host.CpuIdInfo) {
--> level = -2147483648,
--> vendor = <unset>,
--> eax = <unset>,
--> ebx = <unset>,
--> ecx = <unset>,
--> edx = <unset>
--> },
--> (vim.host.CpuIdInfo) {
--> level = -2147483648,
--> vendor = "amd",
--> eax = <unset>,
--> ebx = <unset>,
--> ecx = <unset>,
--> edx = <unset>
--> },
--> (vim.host.CpuIdInfo) {
--> level = -2147483647,
--> vendor = <unset>,
--> eax = <unset>,
--> ebx = <unset>,
--> ecx = <unset>,
--> edx = <unset>
--> },
--> (vim.host.CpuIdInfo) {
--> level = -2147483647,
--> vendor = "amd",
--> eax = <unset>,
--> ebx = <unset>,
--> ecx = <unset>,
--> edx = <unset>
--> },
--> (vim.host.CpuIdInfo) {
--> level = -2147483640,
--> vendor = <unset>,
--> eax = <unset>,
--> ebx = <unset>,
--> ecx = <unset>,
--> edx = <unset>
--> },
--> (vim.host.CpuIdInfo) {
--> level = -2147483640,
--> vendor = "amd",
--> eax = <unset>,
--> ebx = <unset>,
--> ecx = <unset>,
--> edx = <unset>
--> }
--> ],
--> datastoreUrl = (vim.vm.ConfigInfo.DatastoreUrlPair) [
--> (vim.vm.ConfigInfo.DatastoreUrlPair) {
--> name = "datastore1",
--> url = "/vmfs/volumes/5a8cf57c-cc1a6088-53ee-74867af2a4d2/"
--> }
--> ],
--> swapPlacement = "inherit",
--> swapDirectory = <unset>,
--> preserveSwapOnPowerOff = <unset>,
--> bootOptions = (vim.vm.BootOptions) {
--> bootDelay = 0,
--> enterBIOSSetup = false,
--> bootRetryEnabled = false,
--> bootRetryDelay = 10000,
--> networkBootProtocol = "ipv4",
--> },
--> ftInfo = (vim.vm.FaultToleranceConfigInfo) null,
--> repConfig = (vim.vm.ReplicationConfigSpec) null,
--> vAppConfig = (vim.vApp.VmConfigInfo) null,
--> vAssertsEnabled = false,
--> changeTrackingEnabled = false,
--> firmware = "efi",
--> maxMksConnections = 40,
--> guestAutoLockEnabled = false,
--> managedBy = (vim.ext.ManagedByInfo) null,
--> memoryReservationLockedToMax = false,
--> initialOverhead = (vim.vm.ConfigInfo.OverheadInfo) {
--> initialMemoryReservation = 202506240,
--> initialSwapReservation = 194711552
--> },
--> nestedHVEnabled = false,
--> vPMCEnabled = false,
--> scheduledHardwareUpgradeInfo = (vim.vm.ScheduledHardwareUpgradeInfo) {
--> upgradePolicy = "never",
--> versionKey = <unset>,
--> scheduledHardwareUpgradeStatus = "none",
--> fault = (vmodl.MethodFault) null
--> },
--> forkConfigInfo = (vim.vm.ForkConfigInfo) {
--> parentEnabled = false,
--> childForkGroupId = <unset>,
--> childType = <unset>
--> },
--> vFlashCacheReservation = 0,
--> vmxConfigChecksum =
--> 39a964d9 bd54b11a 3d3abba0 e489bc99
--> 9804f5a5,
--> messageBusQueuePattern = <unset>,
--> messageBusTunnelEnabled = false,
--> vmStorageObjectId = <unset>,
--> swapStorageObjectId = <unset>,
--> },
--> currentEfiBootEntry = <unset>
--> },
--> storageMapping = (converter.agent.params.StorageMapping) {
--> volumeMapping = (converter.agent.params.StorageMapping.VolumeMapping) [
--> (converter.agent.params.StorageMapping.VolumeMapping) {
--> sourceVolumeId = "/dev/sda1",
--> targetVolumeId = "44=494?4:39444:3:+2*?587;.60?1;4>43.:14->42)4)30",
--> resizeRequested = false,
--> clusterSizeInBytes = <unset>
--> },
--> (converter.agent.params.StorageMapping.VolumeMapping) {
--> sourceVolumeId = "/dev/TMM-vg/root",
--> targetVolumeId = "44=494?4:39444:36(4+6.?+?10*126476?.=76+>69,3611",
--> resizeRequested = true,
--> clusterSizeInBytes = <unset>
--> },
--> (converter.agent.params.StorageMapping.VolumeMapping) {
--> sourceVolumeId = "swap-volume(/dev/TMM-vg/swap_1)",
--> targetVolumeId = "44=494?4:39444:3<.15>,?-9-;)=*0455461377104.8045",
--> resizeRequested = true,
--> clusterSizeInBytes = <unset>
--> }
--> ],
--> diskMapping = (converter.agent.params.StorageMapping.DiskMapping) [
--> (converter.agent.params.StorageMapping.DiskMapping) {
--> sourceDiskId = "disk-2",
--> targetDiskId = "disk-2000",
--> diskCreateType = "vmfsMonolithicFlat",
--> lvg = false,
--> gpt = true,
--> diskSignature = <unset>,
--> diskGuid = "f3e002c7-2df6-452e-6a-7f-63-8a-aa-5a-6c-14",
--> sectorSize = <unset>
--> },
--> (converter.agent.params.StorageMapping.DiskMapping) {
--> sourceDiskId = "fake-disk-from-vg(TMM-vg)",
--> targetDiskId = "disk-2001",
--> diskCreateType = "vmfsMonolithicFlat",
--> lvg = true,
--> gpt = true,
--> diskSignature = <unset>,
--> diskGuid = "564d5721-0000-0000-00-00-00-00-00-00-00-00",
--> sectorSize = <unset>
--> }
--> ]
--> },
--> nextBitmapId = <unset>,
--> snapshotSource = true,
--> doPersistNextBitmapId = false,
--> cloningMode = "volumeBasedCloning",
--> throttlingParams = (converter.params.ThrottlingParams) null,
--> skipCopyingRestoreCheckpointData = true,
--> skipUnwantedFiles = <unset>,
--> doReconfig = true,
--> helperVmNetworkParams = (converter.params.HelperVmNetworkParams) {
--> useIpv4 = true,
--> useDhcp = true,
--> useIpv6 = true,
--> ipv6ConfigType = "automatic",
--> staticNetworkParams = (converter.params.HelperVmNetworkParams.StaticNetworkParams) null,
--> staticIpv6NetworkParams = (converter.params.HelperVmNetworkParams.StaticIpv6NetworkParams) null,
--> },
--> optimizedPartitionAlignment = true,
--> useProxyMode = false,
--> }
2018-02-27T13:34:39.522+07:00 info vmware-converter-worker[01828] [Originator@6876 sub=Default] Task Added : task-16
2018-02-27T13:34:39.522+07:00 info vmware-converter-worker[01828] [Originator@6876 sub=task-16] Cloning mode volumeBasedCloning
2018-02-27T13:34:39.522+07:00 info vmware-converter-worker[01828] [Originator@6876 sub=task-16] CloneTask: adding subtask for cloning
2018-02-27T13:34:39.522+07:00 info vmware-converter-worker[01808] [Originator@6876 sub=ThreadPool] Thread enlisted
2018-02-27T13:34:39.522+07:00 info vmware-converter-worker[01808] [Originator@6876 sub=task-16] CloneTask::SetupTask
2018-02-27T13:34:39.522+07:00 info vmware-converter-worker[01808] [Originator@6876 sub=task-16] CloneTask::InitializeSourceComputer
2018-02-27T13:34:39.522+07:00 info vmware-converter-worker[01808] [Originator@6876 sub=task-16] Obtaining query results for host 192.168.14.128
2018-02-27T13:34:39.522+07:00 info vmware-converter-worker[01808] [Originator@6876 sub=task-16] Using cached query results
2018-02-27T13:34:39.537+07:00 warning vmware-converter-worker[01808] [Originator@6876 sub=task-16] No volume for partition /dev/sda2
2018-02-27T13:34:39.537+07:00 warning vmware-converter-worker[01808] [Originator@6876 sub=task-16] No volume for partition /dev/sda3
2018-02-27T13:34:39.537+07:00 info vmware-converter-worker[01808] [Originator@6876 sub=task-16] LinuxP2VTask::DoInitialEstimate: estimated time to format volume [/dev/sda1] in seconds = 0
2018-02-27T13:34:39.537+07:00 info vmware-converter-worker[01808] [Originator@6876 sub=task-16] LinuxP2V::DoInitialEstimate: estimated time to clone volume [/dev/sda1] in seconds = 0
2018-02-27T13:34:39.537+07:00 info vmware-converter-worker[01808] [Originator@6876 sub=task-16] LinuxP2VTask::DoInitialEstimate: estimated time to format volume [/dev/TMM-vg/root] in seconds = 914
2018-02-27T13:34:39.537+07:00 info vmware-converter-worker[01808] [Originator@6876 sub=task-16] LinuxP2V::DoInitialEstimate: estimated time to clone volume [/dev/TMM-vg/root] in seconds = 155
2018-02-27T13:34:39.537+07:00 info vmware-converter-worker[01808] [Originator@6876 sub=task-16] LinuxP2VTask::DoInitialEstimate: estimated time to format volume [swap-volume(/dev/TMM-vg/swap_1)] in seconds = 15
2018-02-27T13:34:39.537+07:00 info vmware-converter-worker[01808] [Originator@6876 sub=task-16] LinuxP2V::DoInitialEstimate: estimated time to clone volume [swap-volume(/dev/TMM-vg/swap_1)] in seconds = 0
2018-02-27T13:34:39.537+07:00 info vmware-converter-worker[01808] [Originator@6876 sub=task-16] CloneTask::InitializeTargetComputer
2018-02-27T13:34:39.537+07:00 info vmware-converter-worker[01808] [Originator@6876 sub=task-16] CloneTask updates, state: 1, percentage: 0, xfer rate (Bps): <unknown>
2018-02-27T13:34:39.537+07:00 info vmware-converter-worker[01808] [Originator@6876 sub=task-16] checking target VM memory size: 2048
2018-02-27T13:34:39.537+07:00 info vmware-converter-worker[01808] [Originator@6876 sub=task-16] setting target vm's memory size to 512MB for the conversion; it will be set back to 2048MB afterwards
2018-02-27T13:34:39.537+07:00 info vmware-converter-worker[01808] [Originator@6876 sub=task-16] checking if target VM's first NIC is connected
2018-02-27T13:34:39.537+07:00 info vmware-converter-worker[01808] [Originator@6876 sub=task-16] Connecting to host 192.168.14.15 on port 443
2018-02-27T13:34:39.537+07:00 info vmware-converter-worker[01808] [Originator@6876 sub=task-16] localVersion is: vim.version.version10
2018-02-27T13:34:39.569+07:00 info vmware-converter-worker[01808] [Originator@6876 sub=task-16] Remote version is: unrecognized
2018-02-27T13:34:39.584+07:00 info vmware-converter-worker[01808] [Originator@6876 sub=task-16] Authenticating user root
2018-02-27T13:34:39.709+07:00 info vmware-converter-worker[01808] [Originator@6876 sub=task-16] successfully reconfigured target vm
2018-02-27T13:34:39.709+07:00 info vmware-converter-worker[01808] [Originator@6876 sub=task-16] get cdrom device string of remote VM as sata0:0
2018-02-27T13:34:39.709+07:00 info vmware-converter-worker[01808] [Originator@6876 sub=Default] Connecting RemoteISO to vm 23 using ConnectionSpec
2018-02-27T13:34:39.709+07:00 info vmware-converter-worker[01808] [Originator@6876 sub=task-16] Reusing existing VIM connection to 192.168.14.15
2018-02-27T13:34:40.052+07:00 info vmware-converter-worker[01808] [Originator@6876 sub=Default] poweron vm succeeded
2018-02-27T13:34:40.068+07:00 info vmware-converter-worker[01808] [Originator@6876 sub=Default] Get Ticket as: (vim.VirtualMachine.Ticket) {
--> ticket = "(not shown)",
--> cfgFile = "/vmfs/volumes/5a8cf57c-cc1a6088-53ee-74867af2a4d2/ubuntu/ubuntu.vmx",
--> host = <unset>,
--> port = 902,
--> sslThumbprint = "E0:05:46:35:F8:5E:8D:D6:64:01:04:91:74:AE:77:5C:EE:B1:50:48"
--> }
2018-02-27T13:34:40.083+07:00 info vmware-converter-worker[01808] [Originator@6876 sub=Default] SysCommand invoking command C:\Program Files (x86)\VMware\VMware vCenter Converter Standalone\remoteDeviceConnect.exe -t cd-iso -d sata0:0 -h 192.168.14.15 -p 902 -A -U 52b47e83-7fb1-5aed-6d96-c6a83ef546a2 -P 52b47e83-7fb1-5aed-6d96-c6a83ef546a2 -V /vmfs/volumes/5a8cf57c-cc1a6088-53ee-74867af2a4d2/ubuntu/ubuntu.vmx -T E0:05:46:35:F8:5E:8D:D6:64:01:04:91:74:AE:77:5C:EE:B1:50:48 C:\Program Files (x86)\VMware\VMware vCenter Converter Standalone\converter-helper-vm-x64.iso
2018-02-27T13:34:40.536+07:00 info vmware-converter-worker[05472] [Originator@6876 sub=task-15] CloneTask: Agent task moid=task-16
2018-02-27T13:34:40.536+07:00 info vmware-converter-worker[05472] [Originator@6876 sub=task-15] Worker CloneTask updates, state: 1, percentage: 0, xfer rate (Bps): <unknown>
2018-02-27T13:34:43.094+07:00 error vmware-converter-worker[01808] [Originator@6876 sub=SysCommandWin32] Timeout occured after 3 seconds
2018-02-27T13:34:43.094+07:00 info vmware-converter-worker[01808] [Originator@6876 sub=Default] remote ISO image connected
2018-02-27T13:34:43.094+07:00 info vmware-converter-worker[01808] [Originator@6876 sub=task-16] ConverterHelperParams: (converter.agent.helper.ConverterHelperParams) {
--> disk = (converter.agent.helper.ConverterHelperParams.TargetDiskParams) [
--> (converter.agent.helper.ConverterHelperParams.TargetDiskParams) {
--> attachPoint = (converter.info.DiskAttachPoint) {
--> controllerType = "scsi",
--> busNumber = 0,
--> unitNumber = 0
--> },
--> sourceBiosNumber = <unset>,
--> lvg = false,
--> lvgName = <unset>,
--> gpt = true,
--> diskSignature = <unset>,
--> diskGuid = "f3e002c7-2df6-452e-6a-7f-63-8a-aa-5a-6c-14",
--> volume = (converter.agent.helper.ConverterHelperParams.TargetVolumeParams) [
--> (converter.agent.helper.ConverterHelperParams.TargetVolumeParams) {
--> partitionNumber = 1,
--> primary = true,
--> active = true,
--> fileSystem = "vfat",
--> volumeCapacityInBytes = 536870912,
--> sourceMountPoint = "/boot/efi",
--> spaceUsedInBytes = 9285632,
--> label = <unset>,
--> lvName = <unset>,
--> extfsFeatures = (converter.agent.helper.ConverterHelperParams.TargetVolumeParams.ExtfsFeatures) null,
--> xfsFeatures = (converter.agent.helper.ConverterHelperParams.TargetVolumeParams.XfsFeatures) null
--> }
--> ]
--> },
--> (converter.agent.helper.ConverterHelperParams.TargetDiskParams) {
--> attachPoint = (converter.info.DiskAttachPoint) {
--> controllerType = "scsi",
--> busNumber = 0,
--> unitNumber = 1
--> },
--> sourceBiosNumber = <unset>,
--> lvg = true,
--> lvgName = "TMM-vg",
--> gpt = true,
--> diskSignature = <unset>,
--> diskGuid = "564d5721-0000-0000-00-00-00-00-00-00-00-00",
--> volume = (converter.agent.helper.ConverterHelperParams.TargetVolumeParams) [
--> (converter.agent.helper.ConverterHelperParams.TargetVolumeParams) {
--> partitionNumber = <unset>,
--> primary = true,
--> active = false,
--> fileSystem = "ext4",
--> volumeCapacityInBytes = 21474836480,
--> sourceMountPoint = "/",
--> spaceUsedInBytes = 2038267904,
--> label = <unset>,
--> lvName = "root",
--> extfsFeatures = (converter.agent.helper.ConverterHelperParams.TargetVolumeParams.ExtfsFeatures) {
--> dirIndex = true,
--> filetype = true,
--> hasJournal = true,
--> journalDev = false,
--> resizeInode = true,
--> sparseSuper = true,
--> extent = true,
--> flexBg = true,
--> uninitBg = true,
--> inodesCount = 59940864
--> },
--> xfsFeatures = (converter.agent.helper.ConverterHelperParams.TargetVolumeParams.XfsFeatures) null
--> },
--> (converter.agent.helper.ConverterHelperParams.TargetVolumeParams) {
--> partitionNumber = <unset>,
--> primary = true,
--> active = false,
--> fileSystem = "linux-swap",
--> volumeCapacityInBytes = 4294967296,
--> sourceMountPoint = "swap",
--> spaceUsedInBytes = 0,
--> label = <unset>,
--> lvName = "swap_1",
--> extfsFeatures = (converter.agent.helper.ConverterHelperParams.TargetVolumeParams.ExtfsFeatures) null,
--> xfsFeatures = (converter.agent.helper.ConverterHelperParams.TargetVolumeParams.XfsFeatures) null
--> }
--> ]
--> }
--> ],
--> osVersion = (converter.info.ComputerOsInfo.OsVersion) {
--> guestOsId = "ubuntu-64",
--> displayName = "ubuntu 16.04",
--> osType = "linuxOs",
--> osEdition = <unset>,
--> distribution = "ubuntuDistro",
--> majorVersion = 16,
--> minorVersion = 4,
--> kernelVersion = "4.4.0-116-generic",
--> os64Bit = true,
--> spLevel = <unset>
--> },
--> doReconfig = true,
--> keepSparseFile = true,
--> useSudo = false,
--> optimizedPartitionAlignment = true,
--> currentEfiBootEntry = "ubuntu HD(1,GPT,073e705c-1187-43e7-b9ea-401c25ed37f9,0x800,0x100000)/File(\EFI\ubuntu\shimx64.efi)",
--> bootLoaderInfo = (converter.info.ComputerOsInfo.BootLoaderInfo) {
--> type = "grub2",
--> configFilePath = "/boot/grub/grub.cfg"
--> },
--> dracut = "",
--> callGrubInstall = true,
--> usePredictableInterfaceNames = true,
--> }
2018-02-27T13:34:43.094+07:00 info vmware-converter-worker[01808] [Originator@6876 sub=task-16] Reusing existing VIM connection to 192.168.14.15
2018-02-27T13:34:43.110+07:00 info vmware-converter-worker[01808] [Originator@6876 sub=task-16] Reusing existing VIM connection to 192.168.14.15
2018-02-27T13:34:43.203+07:00 info vmware-converter-worker[01808] [Originator@6876 sub=task-16] successfully sent client thumbprint to helper: 0B:39:E1:8D:2B:68:5D:BA:7D:4D:8B:5F:19:B6:B1:39:D3:D7:C2:78
2018-02-27T13:34:44.233+07:00 info vmware-converter-worker[01808] [Originator@6876 sub=task-16] could not get the server certificate thumbprint. Will retry 299 times...
2018-02-27T13:34:45.247+07:00 info vmware-converter-worker[01808] [Originator@6876 sub=task-16] could not get the server certificate thumbprint. Will retry 298 times...
2018-02-27T13:34:46.261+07:00 info vmware-converter-worker[01808] [Originator@6876 sub=task-16] could not get the server certificate thumbprint. Will retry 297 times...
2018-02-27T13:34:47.275+07:00 info vmware-converter-worker[01808] [Originator@6876 sub=task-16] could not get the server certificate thumbprint. Will retry 296 times...
2018-02-27T13:34:48.289+07:00 info vmware-converter-worker[01808] [Originator@6876 sub=task-16] could not get the server certificate thumbprint. Will retry 295 times...
2018-02-27T13:34:49.303+07:00 info vmware-converter-worker[01808] [Originator@6876 sub=task-16] could not get the server certificate thumbprint. Will retry 294 times...
2018-02-27T13:34:50.317+07:00 info vmware-converter-worker[01808] [Originator@6876 sub=task-16] could not get the server certificate thumbprint. Will retry 293 times...
2018-02-27T13:34:51.331+07:00 info vmware-converter-worker[01808] [Originator@6876 sub=task-16] could not get the server certificate thumbprint. Will retry 292 times...
2018-02-27T13:34:52.345+07:00 info vmware-converter-worker[01808] [Originator@6876 sub=task-16] could not get the server certificate thumbprint. Will retry 291 times...
2018-02-27T13:34:53.359+07:00 info vmware-converter-worker[01808] [Originator@6876 sub=task-16] could not get the server certificate thumbprint. Will retry 290 times...
2018-02-27T13:34:54.373+07:00 info vmware-converter-worker[01808] [Originator@6876 sub=task-16] could not get the server certificate thumbprint. Will retry 289 times...
2018-02-27T13:34:55.387+07:00 info vmware-converter-worker[01808] [Originator@6876 sub=task-16] could not get the server certificate thumbprint. Will retry 288 times...
2018-02-27T13:34:56.417+07:00 info vmware-converter-worker[01808] [Originator@6876 sub=task-16] could not get the server certificate thumbprint. Will retry 287 times...
2018-02-27T13:34:57.431+07:00 info vmware-converter-worker[01808] [Originator@6876 sub=task-16] could not get the server certificate thumbprint. Will retry 286 times...
2018-02-27T13:34:58.445+07:00 info vmware-converter-worker[01808] [Originator@6876 sub=task-16] could not get the server certificate thumbprint. Will retry 285 times...
2018-02-27T13:34:59.459+07:00 info vmware-converter-worker[01808] [Originator@6876 sub=task-16] could not get the server certificate thumbprint. Will retry 284 times...
2018-02-27T13:35:00.473+07:00 info vmware-converter-worker[01808] [Originator@6876 sub=task-16] could not get the server certificate thumbprint. Will retry 283 times...
2018-02-27T13:35:01.487+07:00 info vmware-converter-worker[01808] [Originator@6876 sub=task-16] could not get the server certificate thumbprint. Will retry 282 times...
2018-02-27T13:35:02.501+07:00 info vmware-converter-worker[01808] [Originator@6876 sub=task-16] could not get the server certificate thumbprint. Will retry 281 times...
2018-02-27T13:35:03.515+07:00 info vmware-converter-worker[01808] [Originator@6876 sub=task-16] could not get the server certificate thumbprint. Will retry 280 times...
2018-02-27T13:35:04.529+07:00 info vmware-converter-worker[01808] [Originator@6876 sub=task-16] could not get the server certificate thumbprint. Will retry 279 times...
2018-02-27T13:35:05.543+07:00 info vmware-converter-worker[01808] [Originator@6876 sub=task-16] could not get the server certificate thumbprint. Will retry 278 times...
2018-02-27T13:35:06.557+07:00 info vmware-converter-worker[01808] [Originator@6876 sub=task-16] could not get the server certificate thumbprint. Will retry 277 times...
2018-02-27T13:35:07.571+07:00 info vmware-converter-worker[01808] [Originator@6876 sub=task-16] could not get the server certificate thumbprint. Will retry 276 times...
2018-02-27T13:35:08.585+07:00 info vmware-converter-worker[01808] [Originator@6876 sub=task-16] could not get the server certificate thumbprint. Will retry 275 times...
2018-02-27T13:35:09.599+07:00 info vmware-converter-worker[01808] [Originator@6876 sub=task-16] could not get the server certificate thumbprint. Will retry 274 times...
2018-02-27T13:35:10.613+07:00 info vmware-converter-worker[01808] [Originator@6876 sub=task-16] could not get the server certificate thumbprint. Will retry 273 times...
2018-02-27T13:35:11.627+07:00 info vmware-converter-worker[01808] [Originator@6876 sub=task-16] could not get the server certificate thumbprint. Will retry 272 times...
2018-02-27T13:35:12.641+07:00 info vmware-converter-worker[01808] [Originator@6876 sub=task-16] could not get the server certificate thumbprint. Will retry 271 times...
2018-02-27T13:35:13.655+07:00 info vmware-converter-worker[01808] [Originator@6876 sub=task-16] could not get the server certificate thumbprint. Will retry 270 times...
2018-02-27T13:35:14.669+07:00 info vmware-converter-worker[01808] [Originator@6876 sub=task-16] could not get the server certificate thumbprint. Will retry 269 times...
2018-02-27T13:35:15.683+07:00 info vmware-converter-worker[01808] [Originator@6876 sub=task-16] could not get the server certificate thumbprint. Will retry 268 times...
2018-02-27T13:35:16.712+07:00 info vmware-converter-worker[01808] [Originator@6876 sub=task-16] could not get the server certificate thumbprint. Will retry 267 times...
2018-02-27T13:35:17.726+07:00 info vmware-converter-worker[01808] [Originator@6876 sub=task-16] could not get the server certificate thumbprint. Will retry 266 times...
2018-02-27T13:35:18.740+07:00 info vmware-converter-worker[01808] [Originator@6876 sub=task-16] could not get the server certificate thumbprint. Will retry 265 times...
2018-02-27T13:35:19.770+07:00 info vmware-converter-worker[01808] [Originator@6876 sub=task-16] could not get the server certificate thumbprint. Will retry 264 times...
2018-02-27T13:35:20.784+07:00 info vmware-converter-worker[01808] [Originator@6876 sub=task-16] could not get the server certificate thumbprint. Will retry 263 times...
2018-02-27T13:35:21.798+07:00 info vmware-converter-worker[01808] [Originator@6876 sub=task-16] could not get the server certificate thumbprint. Will retry 262 times...
2018-02-27T13:35:22.812+07:00 info vmware-converter-worker[01808] [Originator@6876 sub=task-16] could not get the server certificate thumbprint. Will retry 261 times...
2018-02-27T13:35:23.826+07:00 info vmware-converter-worker[01808] [Originator@6876 sub=task-16] could not get the server certificate thumbprint. Will retry 260 times...
2018-02-27T13:35:24.840+07:00 info vmware-converter-worker[01808] [Originator@6876 sub=task-16] could not get the server certificate thumbprint. Will retry 259 times...
2018-02-27T13:35:25.854+07:00 info vmware-converter-worker[01808] [Originator@6876 sub=task-16] could not get the server certificate thumbprint. Will retry 258 times...
2018-02-27T13:35:26.868+07:00 info vmware-converter-worker[01808] [Originator@6876 sub=task-16] could not get the server certificate thumbprint. Will retry 257 times...
2018-02-27T13:35:27.882+07:00 info vmware-converter-worker[01808] [Originator@6876 sub=task-16] could not get the server certificate thumbprint. Will retry 256 times...
2018-02-27T13:35:28.896+07:00 info vmware-converter-worker[01808] [Originator@6876 sub=task-16] could not get the server certificate thumbprint. Will retry 255 times...
2018-02-27T13:35:29.910+07:00 info vmware-converter-worker[01808] [Originator@6876 sub=task-16] could not get the server certificate thumbprint. Will retry 254 times...
2018-02-27T13:35:29.910+07:00 info vmware-converter-worker[01808] [Originator@6876 sub=task-16] got server thumbprint from helper: 89:71:40:AB:CD:1C:88:CF:2B:6B:39:7F:26:FF:17:D2:1B:19:FF:E9
2018-02-27T13:35:29.910+07:00 info vmware-converter-worker[01808] [Originator@6876 sub=task-16] Reusing existing VIM connection to 192.168.14.15
2018-02-27T13:36:29.362+07:00 info vmware-converter-worker[01808] [Originator@6876 sub=task-16] Got remote helper VM IP addresses as: fe80::20c:29ff:fe6d:726c
2018-02-27T13:36:29.362+07:00 info vmware-converter-worker[01808] [Originator@6876 sub=task-16] Connecting to Converter Helper on fe80::20c:29ff:fe6d:726c:443 over TCP/IP over SSL
2018-02-27T13:36:29.362+07:00 info vmware-converter-worker[01808] [Originator@6876 sub=task-16] Connecting to Converter Helper with retry, retryCount 600, interval 1, times left 600
2018-02-27T13:36:29.440+07:00 info vmware-converter-worker[01808] [Originator@6876 sub=task-16] Connected to Converter Helper at address fe80::20c:29ff:fe6d:726c
2018-02-27T13:36:29.471+07:00 info vmware-converter-worker[01808] [Originator@6876 sub=task-16] Helper Convert task moid=task-1
2018-02-27T13:36:29.471+07:00 info vmware-converter-worker[01808] [Originator@6876 sub=task-16] Volume-based cloning 192.168.14.128 --> ubuntu updates, state: 1, percentage: 0, xfer rate (Bps): <unknown>
2018-02-27T13:36:51.701+07:00 info vmware-converter-worker[01808] [Originator@6876 sub=task-16] Volume-based cloning 192.168.14.128 --> ubuntu updates, state: 1, percentage: 1, xfer rate (Bps): <unknown>
2018-02-27T13:36:51.701+07:00 info vmware-converter-worker[01808] [Originator@6876 sub=task-16] CloneTask updates, state: 1, percentage: 1, xfer rate (Bps): <unknown>
2018-02-27T13:36:51.701+07:00 info vmware-converter-worker[05472] [Originator@6876 sub=task-15] Worker CloneTask updates, state: 1, percentage: 1, xfer rate (Bps): <unknown>
2018-02-27T13:38:24.802+07:00 info vmware-converter-worker[01808] [Originator@6876 sub=task-16] Volume-based cloning 192.168.14.128 --> ubuntu updates, state: 1, percentage: 2, xfer rate (Bps): <unknown>
2018-02-27T13:38:24.802+07:00 info vmware-converter-worker[01808] [Originator@6876 sub=task-16] CloneTask updates, state: 1, percentage: 2, xfer rate (Bps): <unknown>
2018-02-27T13:38:24.802+07:00 info vmware-converter-worker[05472] [Originator@6876 sub=task-15] Worker CloneTask updates, state: 1, percentage: 2, xfer rate (Bps): <unknown>
2018-02-27T13:38:24.864+07:00 info vmware-converter-worker[01808] [Originator@6876 sub=task-16] Volume-based cloning 192.168.14.128 --> ubuntu updates, state: 4, percentage: 2, xfer rate (Bps): <unknown>
2018-02-27T13:38:24.864+07:00 info vmware-converter-worker[01808] [Originator@6876 sub=task-16] Generating helperVM task bundle for task with id="task-1".
2018-02-27T13:38:24.927+07:00 info vmware-converter-worker[01808] [Originator@6876 sub=task-16] Retrieving helper VM log bundle to "C:\Windows\TEMP\vmware-temp\vmware-SYSTEM\helperVM-task-1-pwictrzr.zip".
2018-02-27T13:38:24.942+07:00 info vmware-converter-worker[01808] [Originator@6876 sub=task-16] Bundle successfully retrieved to "C:\Windows\TEMP\vmware-temp\vmware-SYSTEM\helperVM-task-1-pwictrzr.zip".
2018-02-27T13:38:24.942+07:00 info vmware-converter-worker[01808] [Originator@6876 sub=task-16] powering off vm after linux p2v ...
2018-02-27T13:38:24.942+07:00 info vmware-converter-worker[01808] [Originator@6876 sub=task-16] Reusing existing VIM connection to 192.168.14.15
2018-02-27T13:38:26.019+07:00 info vmware-converter-worker[01808] [Originator@6876 sub=task-16] power off vm succeeded
2018-02-27T13:38:26.019+07:00 info vmware-converter-worker[01808] [Originator@6876 sub=task-16] Reusing existing VIM connection to 192.168.14.15
2018-02-27T13:38:26.065+07:00 info vmware-converter-worker[01808] [Originator@6876 sub=task-16] successfully reconfigured target vm
2018-02-27T13:38:26.065+07:00 info vmware-converter-worker[01808] [Originator@6876 sub=task-16] CloneTask updates, state: 4, percentage: 2, xfer rate (Bps): <unknown>
2018-02-27T13:38:26.065+07:00 info vmware-converter-worker[01808] [Originator@6876 sub=task-16] CloneTask failed
2018-02-27T13:38:26.065+07:00 error vmware-converter-worker[01808] [Originator@6876 sub=Default] Task failed:
2018-02-27T13:38:26.065+07:00 info vmware-converter-worker[01808] [Originator@6876 sub=Default] Disconnecting ISO from remote VM by killing process C:\Program Files (x86)\VMware\VMware vCenter Converter Standalone\remoteDeviceConnect.exe
2018-02-27T13:38:26.065+07:00 info vmware-converter-worker[01808] [Originator@6876 sub=task-16] ConnectionHelperConnectionImpl scheduled timer canceled, StopKeepAlive succeeds
2018-02-27T13:38:45.019+07:00 warning vmware-converter-worker[01808] [Originator@6876 sub=task-16] Error on Close (ignored): An existing connection was forcibly closed by the remote host
2018-02-27T13:38:45.019+07:00 info vmware-converter-worker[01808] [Originator@6876 sub=task-16] Scheduled timer canceled, StopKeepAlive succeeds
2018-02-27T13:38:45.019+07:00 warning vmware-converter-worker[01808] [Originator@6876 sub=vmomi.soapStub[133]] Terminating invocation: server=<cs p:00bc9ad8, TCP:192.168.14.15:443>, moref=vim.SessionManager:ha-sessionmgr, method=logout
2018-02-27T13:38:45.019+07:00 info vmware-converter-worker[01808] [Originator@6876 sub=Default] Task Completed : task-16
2018-02-27T13:38:45.019+07:00 info vmware-converter-worker[01808] [Originator@6876 sub=ThreadPool] Thread delisted
2018-02-27T13:38:45.019+07:00 info vmware-converter-worker[05472] [Originator@6876 sub=task-15] Worker CloneTask updates, state: 4, percentage: 2, xfer rate (Bps): <unknown>
2018-02-27T13:38:45.019+07:00 info vmware-converter-worker[05472] [Originator@6876 sub=task-15] TargetVmManagerImpl::DeleteVM
2018-02-27T13:38:45.019+07:00 info vmware-converter-worker[05472] [Originator@6876 sub=task-15] Reusing existing VIM connection to 192.168.14.15
2018-02-27T13:38:45.035+07:00 info vmware-converter-worker[05472] [Originator@6876 sub=task-15] Destroying vim.VirtualMachine:23 on 192.168.14.15
2018-02-27T13:38:45.097+07:00 info vmware-converter-worker[05472] [Originator@6876 sub=task-15] WorkerConvertTask: Generating Agent Task bundle for task with id="task-16".
2018-02-27T13:38:45.097+07:00 info vmware-converter-worker[01840] [Originator@6876 sub=Default] [Converter.Agent.DiagnosticManagerImpl][task-16] Generating task log bundle.
2018-02-27T13:38:45.222+07:00 info vmware-converter-worker[01840] [Originator@6876 sub=Default] [Converter.Agent.DiagnosticManagerImpl] Created log bundle "task-16-vtzidatu.zip" with size "1540" and CRC "-50428817"
2018-02-27T13:38:45.253+07:00 info vmware-converter-worker[01840] [Originator@6876 sub=Default] [Converter.Agent.DiagnosticManagerImpl] Adjusted log bundle "task-16-vtzidatu.zip" with size "8537" and CRC "114002816"
2018-02-27T13:38:45.253+07:00 info vmware-converter-worker[05472] [Originator@6876 sub=task-15] WorkerConvertTask: Retrieving agent task log bundle to "C:\Windows\TEMP\vmware-temp\vmware-SYSTEM\agentTask-task-16-oeppoyaz.zip".
2018-02-27T13:38:45.253+07:00 info vmware-converter-worker[01840] [Originator@6876 sub=Default] [Converter.Agent.DiagnosticManagerImpl] Retrieving log bundle with key "task-16-vtzidatu.zip" at offset = "0" and max size = "8537".
2018-02-27T13:38:45.269+07:00 info vmware-converter-worker[05472] [Originator@6876 sub=task-15] WorkerConvertTask: Bundle successfully retrieved to "C:\Windows\TEMP\vmware-temp\vmware-SYSTEM\agentTask-task-16-oeppoyaz.zip".
2018-02-27T13:38:45.269+07:00 error vmware-converter-worker[05472] [Originator@6876 sub=Default] Task failed:
2018-02-27T13:38:45.269+07:00 info vmware-converter-worker[05472] [Originator@6876 sub=task-15] Scheduled timer canceled, StopKeepAlive succeeds
2018-02-27T13:38:45.269+07:00 warning vmware-converter-worker[05472] [Originator@6876 sub=vmomi.soapStub[132]] Terminating invocation: server=<cs p:00bc9cd8, TCP:192.168.14.15:443>, moref=vim.SessionManager:ha-sessionmgr, method=logout
2018-02-27T13:38:45.269+07:00 info vmware-converter-worker[05472] [Originator@6876 sub=Default] Task Completed : task-15
2018-02-27T13:38:45.269+07:00 info vmware-converter-worker[05472] [Originator@6876 sub=ThreadPool] Thread delisted
2018-02-27T13:38:45.285+07:00 info vmware-converter-worker[03700] [Originator@6876 sub=Default] [Converter.Worker.DiagnosticManagerImpl][task-15] Generating task log bundle.
2018-02-27T13:38:45.565+07:00 info vmware-converter-worker[03700] [Originator@6876 sub=Default] [Converter.Worker.DiagnosticManagerImpl] Created log bundle "task-15-fdvofosr.zip" with size "214641" and CRC "584576518"
2018-02-27T13:38:45.612+07:00 info vmware-converter-worker[03700] [Originator@6876 sub=Default] [Converter.Worker.DiagnosticManagerImpl] Adjusted log bundle "task-15-fdvofosr.zip" with size "223264" and CRC "-1876177798"
2018-02-27T13:38:45.612+07:00 info vmware-converter-worker[03700] [Originator@6876 sub=Default] [Converter.Worker.DiagnosticManagerImpl] Retrieving log bundle with key "task-15-fdvofosr.zip" at offset = "0" and max size = "223264".
2018-02-27T13:38:48.561+07:00 error vmware-converter-worker[01840] [Originator@6876 sub=vmomi.soapStub[134]] Resetting stub adapter for server <cs p:075d5928, TCP:[fe80::20c:29ff:fe6d:726c]:443> : service state request failed: class Vmacore::SystemException(An existing connection was forcibly closed by the remote host)
2018-02-27T13:39:06.610+07:00 info vmware-converter-worker[03700] [Originator@6876 sub=Default] [Converter.Worker.DiagnosticManagerImpl] Deleting log bundle with key "task-15-fdvofosr.zip"
2018-02-27T13:39:06.672+07:00 info vmware-converter-worker[03700] [Originator@6876 sub=Default] Stopped impersonating in session 523e190d-cb49-9385-33e0-7ebf121cb7f1
2018-02-27T13:39:06.672+07:00 info vmware-converter-worker[03700] [Originator@6876 sub=task-15] Session is closing, releasing cached session objects
2018-02-27T13:39:06.672+07:00 info vmware-converter-worker[03700] [Originator@6876 sub=Default] ConverterConnection: KeepAlive timer canceled, StopKeepAlive succeeded
Hello
Please accept my apologies, I have been distracted. It is the helper log that contains this info.
The probably easiest way is to export the task log bundle and attach it in the reply (there is an attach link in the lower right angle). The bundle contains all logs including the helper.
Regards,
Plamen
Hi Plamen,
i apologies for this, i try to attach log. thank you so much for your help
https://drive.google.com/open?id=1ILK4Pc6oMuU180YY1CrtwRdkkva180fB
Hi Khaiims,
The error here is
--> connect (`192.168.14.128'): Network is unreachable
It seems that the destination VM network, where the helper, runs has no routing to the source. The ESXi host's address is 192.168.14.15 which presumably should be able to see the source (Converter server sees both after all). Perhaps the VM network is an isolated one, with no uplink?
Regards,
Plamen
Community, be greeted.
A short backstory. I recently converter 120+ VM's from ESXi 4.1 (running clustered with vCenter) to ESXi 6.5 standalone host (standard license).
These conversions were made with vmware converter and all went by with flying colors. Now the issue is that now I'm totally unable to convert anything from the new 6.5 host. This is a must-need-feature as our users constantly move these VM's from the host to their player/workstation infrastructure.
1) First error is with the converter. Some VM's convert okay but most of them give the "Not enough permissions" at 98%
2) Second error is with the export function in ESXi 6.5 (okay, a bit off-topic). Export goes pretty far but eventually gives network/time-out error.
3) Third error is with the newest converter 6.2. This version gives me the "cannot lock disks" error straight up. It doesn't matter, whether I'm using a NFS share or trying to convert to my local disk.
So far, it might have something to do with the ctb being enabled. Permissions should be okay as I'm having the issues with full root permissions.
Any clues to any of the issues mentioned above? All help is highly appreciated. Currently the only option for moving the VM's is through sftp and it doesn't sound like a plan for tomorrow
Cheers,
Pekka
There is a regression in 6.2 with network paths, so your best solution is to return to previous version.
If errors arrives again, please upload log bundle with failed conversion for investigation.
HTH