Power Off Source Cluster. Status: FailedStep vmsp_upgrade_vidb failed.
Unexpected error occurred while checking task: Error while extracting response for type [com.broadcom.vcf.lcm.sddc.upgrade.sdk.client.vmsp.model.Task] and content type [application/json]
An unexpected error occurred in step vmsp_upgrade_vidb. Reference Code: ########. Please contact support with this reference code. Detail: Unexpected error occurred while checking VMSP task: Error while extracting response for type [com.broadcom.vcf.lcm.sddc.upgrade.sdk.client.vmsp.model.Task] and content type [application/json]
This issue occurs due to a path discrepancy between the vCenter inventory and the VIDB Cluster configuration. Specifically, triggered when you manually relocate VIDB 9.0 Cluster VMs to a different VM folder within vCenter post-deployment, invalidating the original path stored in the cluster's configuration.
Use the following steps to check the VIDB cluster configuration and relocate the VIDB 9.0 VMs to the correct VM folder path:
sudo su -kubectl get pd vmsp-platform -n vmsp-platform -o jsonpath='{.spec.values.provider.vsphere}' | jq | grep folder<Datacenter Name>/vm/<Parent Folder Name>/<Child Folder Name 1>/<Child Folder Name 2>..kubectl get pd vmsp-platform -n vmsp-platform -o jsonpath='{.spec.values.provider.vsphere}' | jq | grep folder"folder": "/datacenter01/vm/Discovered Virtual Machines",