/var/log/vmware/applmgmt/update-microservice.log task_manager:: update: 80 - DEBUG - UpdateTask: status=RUNNING, progress=147, message={'id': 'com.vmware.appliance.plain_message', 'default_message': '%s', 'args': ['Downloading RPM wget-1.21.3-2.ph3.x86_64.rpm']}YYYY-MM-DD HH-MM-SS,000 - 7052 - rpmfunctions:: isChecksumValid: 356 - ERROR - Checksum does not match, expected [c9cef###################], found [47f8###################]YYYY-MM-DD HH-MM-SS,000 - 7052 - rpmfunctions:: downloadRpm: 642 - ERROR - Checksum failed for RPM {wget-1.21.3-2.ph3.x86_64.rpm}YYYY-MM-DD HH-MM-SS,000 - 7052 - update_b2b:: _copyPackages:1032 - DEBUG - Download/Checksum failed for wget-1.21.3-2.ph3.x86_64.rpm. Will attempt a retry for this rpm.YYYY-MM-DD HH-MM-SS,000 - 7052 - update_b2b:: _copyPackages:1017 - DEBUG - Downloading RPM [xerces-c-3.2.5-1.ph3.x86_64.rpm] [dac###################]YYYY-MM-DD HH-MM-SS,000 - 7052 - rpmfunctions:: isChecksumValid: 356 - ERROR - Checksum does not match, expected [dac###################], found [740d###################]YYYY-MM-DD HH-MM-SS,000 - 7052 - rpmfunctions:: downloadRpm: 642 - ERROR - Checksum failed for RPM {xerces-c-3.2.5-1.ph3.x86_64.rpm}YYYY-MM-DD HH-MM-SS,000 - 7052 - update_b2b:: _copyPackages:1032 - DEBUG - Download/Checksum failed for xerces-c-3.2.5-1.ph3.x86_64.rpm. Will attempt a retry for this rpm.YYYY-MM-DD HH-MM-SS,000 - 7052 - update_b2b:: _copyPackages:1040 - ERROR - RPM download failed after repeated attempts. Exception while copying packagesYYYY-MM-DD HH-MM-SS,000 - 7052 - update_functions:: unmountISO: 483 - DEBUG - Unmounting ISOYYYY-MM-DD HH-MM-SS,000 - 7052 - update_b2b:: stage_rpms:3095 - ERROR - Returning from resume_download(). Exception: Exception('RPM download failed after repeated attempts. Exception while copying packages')Traceback (most recent call last): File "/usr/lib/applmgmt/update/py/vmware/appliance/update/update_b2b.py", line 3074, in stage_rpms count = coroutine.send(1) File "/usr/lib/applmgmt/update/py/vmware/appliance/update/update_b2b.py", line 1075, in _stageFromIso yield coroutine.send(1) File "/usr/lib/applmgmt/update/py/vmware/appliance/update/update_b2b.py", line 1041, in _copyPackages raise Exception(emsg)Exception: RPM download failed after repeated attempts. Exception while copying packages
/var/log/vmware/applmgmt/PatchRunner.logYYYY-MM-DD HH-MM-SS,000 INFO vmware_b2b.patching.phases.discoverer Check if there is enough storage for RPM installationYYYY-MM-DD HH-MM-SS,000 INFO vmware_b2b.patching.phases.discoverer RPM stage dir is /storage/core/software-update/updates/7.0.3.02400/patch_runner/../../../stage/stageDir.jsonYYYY-MM-DD HH-MM-SS,000 INFO __main__ Discovery of vCSA patching components succeeded
Due to incomplete/corrupt downloads, the checksum value will be incorrect for the downloaded file as compared to the actual Patch-ISO available on Broadcom Support Portal
certutil -hashfile ISO_name MD5
2. To check the SHA256 checksum value
certutil -hashfile ISO_name SHA256
md5sum ISO_name >md5sums.txt
2. To check the SHA256 checksum value
sha256sum ISO_name >sha256sums.txt