VMware Cloud Community
Frank0014
Contributor
Contributor

ovfTool Export Error - vim.fault.DeviceBackingNotSupported

Hello, fist post. Need help migrating older VMWare server .vmdk and associated .vmx file based virtual machines to the .ovf format.

I have used the latest (as of this writing) ovfTool.exe and received the folowing error below. Below that is a copy of the .vmx file. Any help would be appreceiated! Thanks ahead of time!

-


Start Error -


Export failed due to the following error:

(vim.fault.DeviceBackingNotSupported) {

+ dynamicType = <unset>,+

+ faultCause = (vmodl.MethodFault) null,+

+ device = "cdrom0",+

+ reason = "host",+

+ backing = "cdrom-image",+

+ msg = "",+

}

Export failed!

-


End Error -


-


Start .vmx File -


#!/usr/bin/vmware

config.version = "8"

virtualHW.version = "4"

scsi0.present = "TRUE"

scsi0.virtualDev = "lsilogic"

memsize = "512"

scsi0:0.present = "TRUE"

scsi0:0.fileName = "OpenSUSE-000002.vmdk"

scsi0:0.writeThrough = "TRUE"

ide1:0.present = "TRUE"

ide1:0.fileName = "D:\AppsTools\ISO\openSUSE-10.2-Remastered-DVD-i386.iso"

ide1:0.deviceType = "cdrom-image"

floppy0.startConnected = "FALSE"

floppy0.fileName = "/dev/fd0"

Ethernet0.present = "TRUE"

displayName = "OpenSUSE_dotProject"

guestOS = "suse"

priority.grabbed = "normal"

priority.ungrabbed = "normal"

powerType.powerOff = "hard"

powerType.powerOn = "hard"

powerType.suspend = "hard"

powerType.reset = "hard"

scsi0:0.redo = ""

ethernet0.addressType = "generated"

uuid.location = "56 4d 55 79 cf ba d0 a7-6d 34 3f 24 cb 4b 8e ad"

uuid.bios = "56 4d 55 79 cf ba d0 a7-6d 34 3f 24 cb 4b 8e ad"

ethernet0.generatedAddress = "00:0c:29:4b:8e:ad"

ethernet0.generatedAddressOffset = "0"

ide1:0.autodetect = "TRUE"

ide1:0.startConnected = "FALSE"

Ethernet0.startConnected = "TRUE"

Ethernet0.connectionType = "bridged"

Ethernet0.vnet = "VMnet0"

autostart = "poweron"

autostop = "softpoweroff"

workingDir = "."

checkpoint.vmState = ""

-


End .vmx File -


0 Kudos
1 Reply
lamw
Community Manager
Community Manager

I think the issue is with the device backing and from the error it's pointing to VM(s) cdrom. It looks like you have an .iso mounted on the VM, you might want to try to unmount and try the export again.

=========================================================================

William Lam

VMware vExpert 2009

VMware ESX/ESXi scripts and resources at:

If you find this information useful, please award points for "correct" or "helpful".

0 Kudos