Install on VMware
Import the appliance OVA into vSphere, ESXi, Workstation or Fusion, size the virtual machine, and reach the dashboard.
- Version: 0.4
- Role: admin_user
- Type: task
Bring up a CID222 appliance on VMware from the shipped .ova file. The image is packaged for
VMware specifically — a vmx-14 descriptor, SATA AHCI storage, an E1000 adapter and the default
"VM Network" port group — so the import wizard maps it without asking you to choose hardware.
What do I need?
- Licence
- Any
- Role
admin_user
Prerequisites
- You have the appliance .ova file and the .sha256 file supplied next to it.
- You can create a virtual machine on the target host, with at least 32 GB of RAM, 8 vCPU and 100 GB of datastore free.
- The port group you will attach the appliance to serves DHCP.
- A browser on your network can reach the address the appliance will receive.
- You have read Requirements and sizing and Network prerequisites.
Import and start the appliance
Verify the download
Check the .ova against the .sha256 file supplied with it.
The command prints OK. A mismatch means a corrupted download — fetch it again rather than
importing it, because a damaged disk fails the import at around 89 per cent with a data
corruption error.
Start the import wizard
In the vSphere client, right-click the target cluster, host or resource pool and select
Deploy OVF Template. On Workstation or Fusion, select File → Open and choose the
.ova.
The wizard reads the descriptor and shows the appliance name and its declared hardware: 32 GB of memory and 8 virtual processors.
/assets/screenshots/vmware-deploy-ovf@0.4.pngAnswer the OVF compliance prompt
If the wizard reports that the OVF does not comply with the specification, select Retry.
The import continues. This prompt is a strictness warning about the descriptor, not a corrupted file.
Choose the datastore
Select a datastore with at least 100 GB free for the Starter profile, or the disk figure for your package.
The wizard shows the provisioned and required space and lets you continue only when both fit.
Map the network
Map the appliance's single adapter to a port group that serves DHCP.
The source network is named VM Network, the default port group name, so on most hosts the wizard has already selected the right destination.
Raise the sizing before the first power-on
Finish the wizard without powering the appliance on, then edit the virtual machine's settings and set memory and processors to your package's recommended profile.
The settings dialog shows the new values. Changing them now avoids a reboot later, and the imported defaults are the supported minimum rather than a comfortable size.
Power on the appliance
Power the virtual machine on and open its console.
The guest boots and the console reaches a login prompt. First boot takes a few minutes while the services and the database initialise.
Find the appliance's address
Read the IPv4 address from the Summary tab of the virtual machine, or log in at the console
and run ip a.
The summary shows an IPv4 address on the port group you selected. An address beginning fe80:
with no IPv4 address alongside it means the port group served no DHCP.
/assets/screenshots/vmware-vm-summary-ip@0.4.pngOpen the dashboard
Browse to http://<appliance-ip>/.
The appliance redirects to the first-boot setup wizard, because it has no administrator yet.
Verify
- The virtual machine's Summary tab shows an IPv4 address, and the guest's memory and processor counts match what you set.
http://<appliance-ip>/loads and lands on the setup wizard rather than a login form. A login form means this appliance has been through setup already.- From a machine on the same network,
curl -sS -o /dev/null -w '%{http_code}\n' http://<appliance-ip>/returns200.
If it fails
- The import stops partway with a data corruption error → the disk in the
.ovais damaged. Verify the.sha256and request current media. - The guest panics at boot with an "attempted to kill init" message → the assigned disk controller has no driver in the guest. This is fixed in current images; on an older one, set the controller back to SATA and request current media.
- The Summary tab shows only a link-local address → the port group has no DHCP server. Move the adapter to a network with DHCP, or install from the ISO using its manual-network boot entry — see Install from the ISO.
- The page will not load and the console shows containers still starting → give it a few more
minutes; a brief
502during first boot is expected. - The page loads blank → you reached an appliance that serves HTTPS only. Open
https://<appliance-ip>/and accept the one-time certificate warning.
Next steps
- First boot and the setup wizard — create the administrator and choose the deployment mode.
- Licensing and activation — swap the built-in trial for your package.
- Naming, DNS and TLS — give the appliance names and a trusted certificate before you connect clients.
Last updated on