Retrieving configuration updates failed. Unable to compute applicability for drift RemoveNfsDatastoreConfigDrift. Because configuration realized check failed on resources [########-####-####-####-############]. Please check logs and fix the failures of drift configuration realized checks. Then restart the service to trigger the configuration realized checks again and re-try the API. If this does not resolve the issue, please contact GSS.
Message: com.vmware.vcf.error.runtime.nsxt.already.upgraded Remediation Message: NSX cluster is already upgraded. Download a new bundle (if available). Retry the upgrade, once available.
NSX version 4.2.3.0.0-24866349 is not supported for addVi
[vcf_lcm,0000000000000000,0000,upgradeId=####,resourceType=NSX_T_PARALLEL_CLUSTER,resourceId=af-mgt-NSX_FQDN:_ParallelClusterUpgradeElement,bundleElementId=####] [c.v.e.s.l.p.i.nsxt.NsxtUpgradeUtil,Upgrade-2] Setting Upgrade Error for stage NSX_UPGRADE_STAGE_EDGE_POSTCHECK, error description Check overall transport node status: [Overall status of the edge transport node #### is DOWN.]:, remediation Check for errors in the LCM log files at ###.###.###.###:/var/log/vmware/vcf/lcm, and address those errors. Please run the upgrade precheck and restart the upgrade.
ERROR [vcf_lcm,0000000000000000,0000,upgradeId=####,resourceType=NSX_T_PARALLEL_CLUSTER,resourceId:_ParallelClusterUpgradeElement,bundleElementId=yyyy] [c.v.e.s.l.p.i.n.s.NsxtEdgeClusterParallelUpgradeStageRunner,Upgrade-2] upgrade error for resource { "errorType": "RECOVERABLE", "stage": "NSX_UPGRADE_STAGE_EDGE_POSTCHECK", "errorCode": "com.vmware.vcf.error.runtime.nsxt.edge.cluster.postcheck.failed", "errorDescription": "Check overall transport node status: [Overall status of the edge transport node #### is DOWN.]:, "metadata": "Check for errors in the LCM log files at ###.###.###.###:/var/log/vmware/vcf/lcm, and address those errors. Please run the upgrade precheck and restart the upgrade.", "metadataAttributes": { "LCM_LOG_LOCATION": "/var/log/vmware/vcf/lcm", "LCM_HOST_ADDRESS": "###.###.###.###" }, "referenceToken": "ABC" }
This issue occures when the SDDC Manager fails to insert the updated target version of NSX.
This is a condition that may occur in an SDDC environment. In order to workaround the issue, you will update the SDDC Manager Inventory with the correct version of NSX-T Manager.
Workaround:
Follow the below steps to update the SDDC Manager inventory for all the upgraded NSX-T instances
# curl -v -k http://127.0.0.1:7100/inventory/nsxt | json_pp
Sample output:
{
"clusterIpAddress" : "###.###.###.###",
"shared" : false,
"status" : "ACTIVE",
"version" : "<current NSX-T Version>",
"domainIds" : [
"########-####-####-####-########c33d"
"clusterFqdn" : "vip-nsx-mgmt.example.com",
"id" : "<nsxt-entity-id>",
"nsxtClusterDetails" : [
"ipAddress" : "###.###.###.###",
"vmName" : "nsx-mgmt-1",
"fqdn" : "nsx-mgmt-1.example.com",
"id" : "########-####-####-####-########1b90"
}
At the bottom of the output, please note the <nsxt-entity-id> for the upgraded NSX-T Manager instance
curl -v -k http://127.0.0.1:7100/inventory/entities/<nsxt-entity-id> -X PATCH -d '{"type": "NSXT_CLUSTER","status": "ACTIVE","version":"<correct version>"}' -H 'Content-Type: application/json'