vCenter

 View Only
  • 1.  Error importing OVA file

    Posted Sep 14, 2015 03:13 PM

    Hello,

    I'm trying to import an OVA file and I get the error:

    "A vCenter Server resource is missing or invalid.  Either the resource was modified while the operating system was running or the server is experiencing a general problem"

    This OVA file is from Cisco, it's called Prime.  I had to install another OVA file from Cisco just now and that was fine.

    Is it a resourse issue on the reource pool, not sure where to look.

    Thanks



  • 2.  RE: Error importing OVA file

    Posted Sep 16, 2015 03:02 PM

    What version of vCenter, and are you using the C+ client or the web client?



  • 3.  RE: Error importing OVA file

    Posted Oct 07, 2015 04:36 PM

    I'm seeing this same issue with vCenter 6 using the Web client (with IE11) trying to deploy Cisco's Prime Infrastructure 3.0 OVA file. It gives the error at the 2d stage after selecting the storage option, I'm using vSAN with a cluster.



  • 4.  RE: Error importing OVA file

    Posted Oct 08, 2015 01:00 PM

    Have you tried with any other browsers or by using the C+ client?

    Also, and separately, Cisco Prime and VSG are not good products.  Neither is the 1000v it relies on.



  • 5.  RE: Error importing OVA file

    Posted Oct 08, 2015 02:20 PM

    tar xvf myfile.ova -C /home/USER

    Above command extracts three file types:

    -vmdk
    -ovf
    -mf

    Then, from virtualbox  create a new virtual machine (important: if machine exported was 32bits, new machine should be 32bits, and if exported was 64bits then new machine should be 64bits). Finally attach the existing vmdk file instead of creating a new one and that's all. boot up the virtual machine and it works in my case.

    Anyway, I must say that despite many people say virtualbox is the best, since a lot of time ago, virtualbox always has problems when performing export/import and I think Oracle should  work hard on it to try to solve it because If not many people maybe will change to the competitor: vmware. I am a bit tired, import/export with virtualbox is really a sh....



  • 6.  RE: Error importing OVA file

    Posted Feb 05, 2016 04:02 PM

    +1. I'm running into exactly the same thing, same OVA(Cisco Prime, version 3.0.0.0.78). Just ran into it, was out looking for solutions when I saw this post. So while I cannot help at this point, I just wanted to weigh in that I'm seeing exactly the same thing. I am attempting to deploy on a vSphere 6.0 (build 2776510) environment, via the web client on a Firefox version 43.0 browser. Just deployed 2 other Cisco OVF's seconds before this one, with no problems whatsoever. The error message is given when I reach the storage config screen. More updates as I'm able...



  • 7.  RE: Error importing OVA file

    Posted Mar 09, 2016 05:35 PM

    Had exactly the same problem using the web client, used the thick client and it worked!



  • 8.  RE: Error importing OVA file

    Posted May 16, 2016 10:20 PM

    The answer is to go back to the cluster selection screen, and instead of selecting the cluster as a whole, select a specific host with enough resources.  The deployment wizard doesn't seem to be able to automatically figure out the best host to deploy to.



  • 9.  RE: Error importing OVA file

    Posted Jun 15, 2016 03:59 AM

    Yes, same issue for me from prime infrastructure 3.0. but it works when I choose to import it on the esx server instead of the cluster. I assume this is because the ova have some ressource reservation that can't be made on the cluster but only on a specific esx server.

    thank fo your help Galdecreek



  • 10.  RE: Error importing OVA file

    Posted Dec 03, 2020 09:05 PM

    I know this is really late for this post, but I experienced this today. I found it was because the ovf file had a hardware level higher than supported on esx 6.0 . look for a line like " <vssd:VirtualSystemType>vmx-13</vssd:VirtualSystemType>" in the ovf file and change the 13 to a lower No. I chose 11 and installation then worked perfectly.