OVA File Error

Hi Community,

I try to Evaluate the LinreNMS Community Edition, i downloaded.OVA File But when I am trying to Import that OVA file in VMware ESXI at the time i facing the Manifest and SH1 Error,

any have ideo about that how to Import that OVA in Proper Way.

regards
Klapesh

*Sorry for the rushed message, will return to this post when I have more time.

Hi,

I had this exact issue previously as well with the Ubuntu + Apache OVA.
I’m not sure if linking to external sites is ok and apologies to the mods in advance if not allowed but this fixed it for me.

techstat.net/how-to-deploy-the-virtualbox-librenms-ova-into-vmware-esx

Edit: That link may be broken, you have to delete the SATA Controller in the VMX file and replace with this.

<Item>
<rasd:Address>0</rasd:Address>
<rasd:Description>IDE Controller</rasd:Description>
<rasd:ElementName>IDE Controller 1</rasd:ElementName>
<rasd:InstanceID>3</rasd:InstanceID>
<rasd:ResourceType>5</rasd:ResourceType>
</Item>

Then convert using an OVF Tool.
./ovftool.exe –lax “<PATH TO THE EXTRACT FOLDER .OVF” “PATH TO NEW .OVA”

Regards,
Derova