Created Wed Feb, 28 2024 at 05:56PM
First, if you're using the free version of the Kemp Load Balancer head over to Kemp Website to download the latest free version for VMWARE. You'll need the .ovf
file to import into Proxmox.
Next scp it to proxmox server and use qm
utility to import it.
scp <kemp .ovf file> root@proxmoxserver:
ssh root@proxmoxserver
qm importovf <vmid> <ovf-file>.ovf <datastore>
Then, before launching it go into the VM settings and change the SCSI controller to PVSCSI.
References