librenms / packer-builds

This repo is where virtual images are created and stored
MIT License
73 stars 20 forks source link

unable to import librenms-ubuntu-22.04-amd64-vmware.ova into esxi 7.03 #36

Open ptalanoa opened 1 year ago

ptalanoa commented 1 year ago

I am getting unsupported hardware family vmx-20.

laf commented 1 year ago

That’s not enough information to really help us diagnose you’re issue.

mmj10000 commented 1 year ago

I'm having the same issue. When trying to deploy the VMware OVA file into 7.03 the following error message is displayed and the deploy will not go any further. Looks like the OVA needs to be updates to support vmx-20.

image

Is there a workaround for this?

murrant commented 1 year ago

Apparently, your hypervisor is not new enough to support the hardware version in the image.

Possibly the image could be built targeting an older hardware version. vmx-11 would cover about every supported system.

https://docs.vmware.com/en/VMware-vSphere/7.0/com.vmware.vsphere.vm_admin.doc/GUID-789C3913-1053-4850-A0F0-E29C3D32B6DA.html

mmj10000 commented 1 year ago

Tony,

Thanks for the info. I’ll just built a new server and migrate the data as per the LibreNMS instructions.

Cheers Mario

NOTICE: The information contained in this email is confidential, is intended solely for the use of the recipient(s) named above, and may be legally privileged. If the reader of this email is not the intended recipient(s), you are hereby notified that any dissemination, distribution or copying of this email is strictly prohibited. If you have received this email in error, please resend this email to the sender and delete the original email or any copy of it from your email system.

From: Tony Murray @.> Sent: Wednesday, May 24, 2023 1:32 PM To: librenms/packer-builds @.> Cc: Mario Martorella @.>; Comment @.> Subject: Re: [librenms/packer-builds] unable to import librenms-ubuntu-22.04-amd64-vmware.ova into esxi 7.03 (Issue #36)

Apparently, your hypervisor is not new enough to support the hardware version in the image.

Possibly the image could be built targeting an older hardware version. vmx-11 would cover about every supported system.

https://docs.vmware.com/en/VMware-vSphere/7.0/com.vmware.vsphere.vm_admin.doc/GUID-789C3913-1053-4850-A0F0-E29C3D32B6DA.html

— Reply to this email directly, view it on GitHubhttps://github.com/librenms/packer-builds/issues/36#issuecomment-1561746826, or unsubscribehttps://github.com/notifications/unsubscribe-auth/A5DFANLEHICOE2FXPHDTDK3XHZHZ5ANCNFSM6AAAAAAYJHED5A. You are receiving this because you commented.Message ID: @.**@.>>

laf commented 1 year ago

I'll have a play with

--maxVirtualHardwareVersion=17

That should target ESXI 7.0. Not sure we should really build for versions older than that which are EOL now.

winkmichael commented 12 months ago

Is the latest build UEFI only?