Within a minute of the NSXT upgrade being launched from SDDC it fails with the following error in the UI:
Retrieving NSXT upgradable failed. Could not find the cluster resource details for the domain id {0}The log file, /var/log/vmware/vcf/lcm/lcm-debug.log has entries similar to:
YYYY-MM-DDT12:13:57.097+0000 ERROR [vcf_lcm,4ee157fb55b3484e,04e7] [c.v.e.s.l.a.i.i.HardwareSupportClientImpl,http-nio-127.0.0.1-7400-exec-9] Exception occurred while fetching the Hardware Support Info for the cluster <CLUSTER NAME> 93a0f0e4-379c-4b0d-9f83-#########
com.vmware.vapi.client.exception.BindingsException: Required operation parameter 'cluser' is missing
at com.vmware.vapi.internal.bindings.Stub.invokeMethodAsync(Stub.java:165)
at com.vmware.vapi.internal.bindings.Stub.invokeMethod(Stub.java:137)
at com.vmware.esx.settings.clusters.enablement.SoftwareStub.get(SoftwareStub.java:47)
at com.vmware.esx.settings.clusters.enablement.SoftwareStub.get(SoftwareStub.java:37)
at com.vmware.vcf.vapi.vsphere.PersonalityImageManager.isEnabled(PersonalityImageManager.java:11
VMware Cloud Foundation 4.x
The cluster table in the SDDC database is missing 'source_id' values for one or more clusters
grep "Exception occurred while fetching the Hardware Support Info for the cluster" /var/log/vmware/vcf/lcm/lcm-debug.log | awk '{print $16}' | sort | uniqtest-m02test1-m02select source_id, name from cluster;update cluster set source_id='domain-c####' where name='test-m02';The resolution requires database edits - a snapshot of the SDDC is necessary before implementing the resolution.