Folks
In the latest version of ESXi 6.7.0 with their Client version 1.32.0 and above, some of you might face OVA upload fails with below error
Cause: Possibly unhandled rejection: {}
Version: 1.33.3
Build: 12923304
ESXi: 6.7.0
Browser: Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/74.0.3729.131 Safari/537.36
Exception stack:
TypeError: Cannot read property 'keyValue' of undefined
at updateSummaryPortlet (https://192.168.1.2/ui/scripts/main.js:375:415)
at $scope.wizardOptions.onFinish (https://192.168.1.2/ui/scripts/main.js:375:5968)
at https://192.168.1.2/ui/scripts/main.js:324:23176
at m.$digest (https://192.168.1.2/ui/scripts/main.js:324:28780)
at https://192.168.1.2/ui/scripts/main.js:324:30503
Its a known issue in vmware https://labs.vmware.com/flings/vsphere-html5-web-client/bugs/803
The workaround for the ESXi 6.7 UI issue.
- Download the esxui offline bundle for 6.x from https://labs.vmware.com/flings/esxi-embedded-host-client
esxui-offline-bundle-6.x.zip
- Copy the downloaded the esxui-offline bundle to the ESXi host
- Login into ESXi host and execute the below command
esxcli software vib install -d "/vmfs/volumes/datastore1/tmp/esxui-offline-bundle-6.x-*.zip"
- Reboot the ESXi host based on the need.
OR
Trying Downloading older version of ESXi 6.7.0 with client version 1.25.0 from VMware site (build no VMware-VMvisor-Installer-6.7.0-8169922.x86_64.iso)
Regards
Rupam