Upgrading VMware Cloud Foundation (VCF) Operations to version 9.1.0.0100 using an offline depot, the upgrade precheck fails during the Stage Precheck Binaries phase.
Error on SDDC lcm debug looks something similar to below snippet(/var/log/vmware/vcf/lcm) :
Log Snippet :ERROR ... [PAK_MANAGER_ACTION_LOGGER.lambda$stage$1:235]
Unexpected exception during stage operation: 404 Not Found on GET request for
"https://fqdnn/depot-service/content-gateway/PROD/COMP/VROPS/APUAT-for-8.14.x-9.1.0.0.25435043.pak
VMware Cloud Foundation (VCF) 9.x
VCF Operations 9.1.x
The upgrade bundle files (such as .pak, .sig, and .ova files) are physically present in the correct directories on the offline depot server. However, the upgrade fails because Microsoft IIS, by default, restricts downloading file types that do not have an explicitly mapped MIME type. Because extensions like .pak or .sig are missing from the default IIS MIME Types configuration
Configure Windows IIS to serve .sig files with the MIME type application/octet-stream.
To do so, follow the steps below.
Refer to the Knowledge Base article VCF Offline Depot deployment for more information.