Operational Defect Database

BugZero updated this defect 31 days ago.

VMware | 92793

SDDC Manager password remediation for NSX-T Edge nodes failing with Error: Unable to get transport nodes from NSX-T cluster

Last update date:

4/18/2024

Affected products:

Cloud Foundation

Affected releases:

4.54.x

Fixed releases:

No fixed releases provided.

Description:

Symptoms

Password remediate for NSX-T Edge node failing with below error in SDDC UI: Unable to obtain SSH connectivity to entity: <nsx-t edge node fqdn>SDDC Manager > operationsmanager.log

Purpose

To perform list of troubleshooting to resolve the error with password remediation and allow successful credential remediate operation in Password Management tab of the SDDC Manager UI.

Cause

Mismatched hostname of Edge Node in SDDC Manager Platform DB

Resolution

ssh to sddc manager with vcf user and su to rootRun the below command on SDDC Manager to fetch all the edge nodes deployed curl -X GET -k -s -w "\n" -u 'admin:<password>' https://<nsxt-manager-fqdn>/api/v1/transport-nodes | json_pp Note: Replace the nsxt-manager fqdn and the password in the curl command From the response of above curl command, pick the id of the edge nodeRun the below command to list the details of the edge node for which password remediate is failing curl -X GET -k -s -w "\n" -u 'admin:<password>' https://<nsxt-manager-fqdn>/api/v1/transport-nodes/<id> | json_pp Note: Replace the <id> with the edge node id gathered in Step 3. From the above response check the hostname value under node_deployment_info -> node_settings -> hostnameThe hostname here should exactly match the hostname on SDDC DB ---> Match FQDN / Short name / Lower or upper case.Update nsxt_edge_nodes in nsxt_edge_cluster table with the matching hostname in SDDC Platform DB - Take snapshot of SDDC Manager before making any changes to SDDC DB psql -h localhost -U postgres -d platform select id,status,name,nsxt_edge_nodes,source_id from from nsxt_edge_cluster; -------> Note the id of the nsxt_edge_cluster which needs to be updated update nsxt_edge_cluster set nsxt_edge_nodes='xxxxxx' where id='<nsxt_edge_cluster id noted from above step>'; Retry password remediation for NSX-T Edge nodes

Additional Resources / Links

Share:

BugZero® Risk Score

What's this?

Coming soon

Status

Unavailable

Learn More

Search:

...