Install the VM image
Install HAProxy Enterprise as a virtual machine in VMware vSphere
In this guide, you’ll learn how to install HAProxy Enterprise in VMware vSphere.
Download and verify the OVA image Jump to heading
Download the .ova
image and verify it using the checksum.
-
Download the
.ova
file and theSHA256SUMS
file from the repository:texthttps://www.haproxy.com/download/hapee/key/<HAPROXY ENTERPRISE KEY>-vmwaretexthttps://www.haproxy.com/download/hapee/key/<HAPROXY ENTERPRISE KEY>-vmware -
The
SHA256SUMS
file contains checksums for the.ova
files:SHA256SUMStextae43142589b3ee... hapee-rhel-8-amd64-2.6r1-20250121.ova06ca84c7da61bf... hapee-rhel-9-amd64-2.8r1-20250121.ovaf01a2a6263ebfe... hapee-rhel-9-amd64-2.9r1-20250121.ova...SHA256SUMStextae43142589b3ee... hapee-rhel-8-amd64-2.6r1-20250121.ova06ca84c7da61bf... hapee-rhel-9-amd64-2.8r1-20250121.ovaf01a2a6263ebfe... hapee-rhel-9-amd64-2.9r1-20250121.ova... -
Get the checksum for the
.ova
file you downloaded. For example:Use the command
shasum
to get the checksum of the.ova
file:nixshasum -a 256 hapee-rhel-9-amd64-3.0r1-20250121.ovanixshasum -a 256 hapee-rhel-9-amd64-3.0r1-20250121.ovaoutputtexteac5f1f35a386dec73c0bef8769848014f76d0cf7688a651538c1d89cc3e4e4b hapee-rhel-9-amd64-3.0r1-20250121.ovaoutputtexteac5f1f35a386dec73c0bef8769848014f76d0cf7688a651538c1d89cc3e4e4b hapee-rhel-9-amd64-3.0r1-20250121.ovaUse the PowerShell command
Get-FileHash
to get the checksum of the.ova
file:powershellGet-FileHash hapee-rhel-9-amd64-3.0r1-20250121.ovapowershellGet-FileHash hapee-rhel-9-amd64-3.0r1-20250121.ovaoutputtextAlgorithm Hash--------- ----SHA256 EAC5F1F35A386DEC73C0BEF8769848014F76D0CF7688A651538C1D89CC3E4E4BoutputtextAlgorithm Hash--------- ----SHA256 EAC5F1F35A386DEC73C0BEF8769848014F76D0CF7688A651538C1D89CC3E4E4B -
Verify that the checksum matches the line for that
.ova
in theSHA256SUMS
file.
Install the OVA image Jump to heading
To install the OVA image:
-
Import one of the
.ova
files from the VM Templates repository into your VMware hypervisor. Each file installs a different version of HAProxy Enterprise on Ubuntu or Red Hat Enterprise Linux. Replace<HAPROXY ENTERPRISE KEY>
in the following URL with your HAProxy Enterprise license key to access the repository.texthttps://www.haproxy.com/download/hapee/key/<HAPROXY ENTERPRISE KEY>-vmwaretexthttps://www.haproxy.com/download/hapee/key/<HAPROXY ENTERPRISE KEY>-vmware -
When you import the OVA file into your VMware hypervisor to create a new virtual machine, you will be asked to provide:
- a name for the virtual machine (example:
hapee-vm
) - a storage path for the virtual machine (prefilled automatically, but you can change it)
- a unique instance ID for the VM instance (example:
hapee1
) - a hostname for the VM instance (example:
hapeevm
) - an SSH public key for connecting to the instance (example:
ssh-ed25519 ABCD... My PC
) - the default user’s password (example:
mypassword
)
If you don’t provide a password, a random one will be generated. It will display above the sign-in prompt in the terminal.
- a name for the virtual machine (example:
-
Start the VM.
-
Log in with the username
ubuntu
orcloud-user
and the password you set during the installation. -
Verify the network interface driver is the
VMXNET3
driver. We recommend you use this driver because it provides superior performance.Info
The OVA image is already configured to use the
VMXNET3
network interface driver, but if you add more interfaces, the hypervisor may provide a different driver as the default. Make sure you specify theVMXNET3
interface driver instead. In particular, avoid theE1000
driver, which is not optimized for use in a hypervisor.
Do you have any suggestions on how we can improve the content of this page?