Currently there is no resolution to the issue. To work around this, please follow the steps below:
Workaround Steps:
- Download the required VxRail Bundle from the Dell Website, to search in this website please enter “Upgrade Slim Package for” in the keyword field and
download the major bundle.
- For example, to download the VxRail 8.0.210 Composite Upgrade Slim Package for 7.0.x see the screenshot:

- The downloaded bundle might end up with a file name different from the original one than in the download URL, for example, the download URL might be:
https://dl.dell.com/downloads/D1JM1_VxRail-8.0.200-Composite-Upgrade-Slim-Package-for-7.0.x.zip
But the file name after download ends up being:
VxRail-8.0.200-Composite-Upgrade-Slim-Package-for-7.0.x.zip
- If this is the case, please rename the file to have the same name as is used in the download URL, which in this example is:
D1JM1_VxRail-8.0.200-Composite-Upgrade-Slim-Package-for-7.0.x.zip
- Upload VVS steps should be followed if the SDDC Manager version is 5.0 or higher
- Download the VVS file from the Dell Website (search for VVS and download the latest VVS file available), then upload the file via API call following one of the methods below
-
- If the SDDC Manager version is 5.2 or above, you can use the Developer center to initiate the API call:
-
-
- To do this, navigate to the Developer Center in the SDDC Manager UI
- then select the API Explorer
- In the API Explorer search for Compatibility Matrix similar to the screenshot below:

- For
compatibilityMatrixSource enter VXRAIL_COMPAT
- For
compatibilityMatrixContent select the VVS file
- Then click on [EXECUTE] to trigger the API call
-
-
- If the SDDC Manager version is between 5.0 or newer, but below 5.2 please either use postman or CURL to upload the VVS file.
Note: The VVS upload call above will fail to upload if there is no VMware VVS present. If you receive a failure, please verify if the file VmwareCompatibilityData.json is present in /nfs/vmware/vcf/nfs-mount/compatibility
- Next, upload the VxRail bundle that was downloaded at the start to the SDDC manager in order to make it available for the update.
- To do this, first download the specific Metadata JSON file depending on the SDDC version:
- For SDDC versions below 5.2, download the file from this URL (replace <broadcom_download_token> against your download token):
https://dl.broadcom.com/<broadcom_download_token>/SDDC_MANAGER_VCF/partnerBundleMetadata.json
- For SDDC 5.2 or later versions, the file can be downloaded from the following URL (again please replace <bbroadcom_download_token>):
https://dl.broadcom.com/<broadcom_download_token>/PROD/COMP/SDDC_MANAGER_VCF/vxrailPartnerBundleMetadata.json
- Copy either partnerBundleMetadata.json or vxrailPartnerBundleMetadata.json to /home/vcf. Alternatively you can also use another folder, but do not use /nfs/vmware/vcf/nfs-mount/bundle).
- Change the file permissions for the file to 755 using the following command (replace /<path>/<to>/<file>/<partnerBundleMetadata_filename>):
# chmod 755 /<path>/<to>/<file>/<partnerBundleMetadata_filename>
- Change the file ownership for the file to vcf_lcm:vcf (again replace /<path>/<to>/<file>/<partnerBundleMetadata_filename>):
# chown vcf_lcm:vcf /<path>/<to>/<file>/<partnerBundleMetadata_filename>
- In the SDDC Manager UI, navigate to the Developer Center
- In the Developer Center go in the API explorer and search for the "Bundles" API as shown in the following screenshot

- Under POST method provide the following request body:
{
"partnerExtensionSpec": {
"partnerBundleMetadataFilePath": "<partnerBundleMetadataPath>",
"partnerBundleVersion": "8.0.300-28709350"
}
}
- Replace <partnerBundleMetadataPath> with the path where the partnerBundleMetadata.json file was copied into in SDDC Manager. Also replace the string after partnerBundleVersion with the VxRail version identifier for the target version.
- Once the upload was successful please carry on with the upgrade.