Interop report could not be generated as the interop data is not present locally and it could not be downloaded online. Download the latest bundle by following the KB article & generate the interop report.Interop report was generated with data that is older than 12h0m0s and latest data could not be fetched online. If you wish to generate the interop report with the latest data, please download the latest bundle by following the KB article and regenerate the interop report.Offline VVF environments without FDS configured cannot fetch interoperability data online. The interoperability data needs to manually download and import it into the vCenter using the import bundle API. Invoking the VVS APIs directly to get the interop data is not feasible.
The error & warning shown in case of missing / stale bundle data is completely skippable and can be ignored to proceed with the lifecycle operations.
Follow below steps to manually download and import the interoperability bundle to the vCenter.
vcf-download-tool-<version>/bin directory.cd vcf-download-tool-9.1.0.0.24877764/bin./vcf-download-tool metadata download -d=<download-directory> --depot-download-activation-code-file=<file-containing-activation-code> <download-directory>/PROD/metadata/Compatibility/v2.gzip command.gzip <bundle-file-name.json>base64 -i <compressed-bundle-file-name.gz> >> <output-file-name>curl -k --request POST \ --url https://<vc-fqdn>/rest/com/vmware/cis/session \ --user 'Administrator@vsphere.local:PasswordofSSOAdminiAccount'
Note: Replace vsphere.local with the right SSO domain name in the environment. Also, replace PasswordofSSOAdminAccount to SSO Administrator password.curl -k --request PUT \ --url 'https://<vc-ip>/api/vcenter/lcm/interop/bundle?vmw-task=true' \ --header 'authorization: Basic <basic-auth-token>' \ --header 'content-type: application/json' \ --data '{ "data": "<base64-encoded-content>"}'"18#####4-6##b-4##8-a##4-7###1######4:com.vmware.vcenter.lcm.interop.interop_bundle"curl -k --request GET \ --url https://<vc-ip>/lcm/rest/cis/tasks/18#####4-6##b-4##8-a##4-7###1######4:com.vmware.vcenter.lcm.interop.interop_bundle \ --header 'authorization: Basic <basic-auth-token>'