From the VMware Cloud Director Availability On-Premises Appliance command-line interface, you can upgrade from VMware Cloud Director Availability 4.0 to the latest version by using an .iso file containing the upgrade binaries that you mount to the CD-ROM drive of the virtual appliance.
Prerequisites
- Download the VMware-Cloud-Director-Availability-release.number.xxxxxxx-build_sha.iso file, that contains the VMware Cloud Director Availability release.number Upgrade Disk Image.
Procedure
- Copy the .iso file to a datastore that is accessible from the vCenter Server instance that you use with VMware Cloud Director Availability.
- Mount the .iso file to the VMware Cloud Director Availability On-Premises Appliance.
- Log in to the vSphere Client in the site where you want to upgrade VMware Cloud Director Availability.
- On the Home page, click Hosts and Clusters.
- Right-click the virtual machine that hosts the VMware Cloud Director Availability On-Premises Appliance and select Edit Settings.
- On the Virtual Hardware tab, select .
- Follow the prompts and add the CD/DVD drive to the virtual machine and select the Connected option.
- Connect to the VMware Cloud Director Availability appliance by using a Secure Shell (SSH) client.
- Open an SSH connection to Appliance-IP-Address.
- Authenticate as the root user.
- Upgrade the VMware Cloud Director Availability On-Premises Appliance.
- Mount the .iso file inside the guest operating system.
mount /mnt/cdrom
- Review the end-user license agreement (EULA) and if you accept the EULA, press q.
python3 /mnt/cdrom/update/iso-upgrade.py eula | less
- Install the upgrade.
python3 /mnt/cdrom/update/iso-upgrade.py
In the /var/log/upgrade.log file, you can verify that the upgrade is successful. - After the upgrade completes, restart the appliance.
reboot
- Mount the .iso file inside the guest operating system.
What to do next
After you upgrade the VMware Cloud Director Availability On-Premises Appliance, complete the upgrade with a post-upgrade configuration. For more information, see Post-Upgrade Configuration On-Premises.