Update failures during the staging phase
Error messages mentioning checksum mismatches
Unexpected update termination
Package extraction failures
/var/log/vmware/applmgmt/update_microservice.log you might see the error as belowYYYY-MM-MM HH:MM:SS, - 36754 - rpmfunctions:: isChecksumValid: 356 - ERROR - Checksum does not match, expected [a59bc23205b27e18f8ed1a1e9dde2f 7553c9bdc214cbca15b3df2070bf1a 21d6], found [c6455fa92df1e39f27045547f2ee48 78ce50c09fd868eb508a3f1597598f ed3e]
Incomplete download of the update ISO
Network corruption during download
Storage corruption on the local system
Using an incorrect or modified ISO file
grep -i checksum /var/log/vmware/applmgmt/update_microservice.log
sha256sum /path/to/vcsa-upgrade.isoExample:
sha256sum /tmp/VMware-VCSA-all-8.0.2-22617221.iso
If checksums do not match:
rm /path/to/vcsa-upgrade.iso
If checksums match:
The ISO file is valid and the issue may be related to other factors
Proceed with other troubleshooting steps for the upgrade failure
df -h
Verify file permissions on the ISO:
ls -la /path/to/vcsa-upgrade.iso
Test ISO integrity by attempting to mount it:
mkdir /tmp/iso_test
mount -o loop /path/to/vcsa-upgrade.iso /tmp/iso_test
ls /tmp/iso_test
umount /tmp/iso_test