How to create a VM from ova/ovf file

I am getting an error

qm importovf 101 Media_Gateway_3.2.0.752.ova local-lvm
Media_Gateway_3.2.0.752.ova:1: parser error : Start tag expected, '<' not found
Media_Gateway_3.2.0.752.ovf
 
hi,

Media_Gateway_3.2.0.752.ova:1: parser error : Start tag expected, '<' not found

looks like your file might be corrupted/invalid somehow.

do tar xvf Media_Gateway_3.2.0.752.ova and examine the extracted ovf file with cat Media_gateway_3.2.0.752.ovf
 
did you compare the checksums? that way you know if the file was transferred correctly.
 
I can able to create VM now but getting following error while starting the machine

PFAhv2.PNG
 

Attachments

  • hv3.PNG
    hv3.PNG
    127 KB · Views: 24
looks like vg might be missing. possibly you didn't export/import all the disks.

what process are you following to create the VM?