Error encountered: "Error joining the manager, status 500, err: Node registration failed: 'API error retrieving node configuration'"
/var/log/join_mp.log root@<Edge-Node>:~# cat /var/log/join_mp.log
Node successfully registered as Fabric Node: <Edge Node UUID>
Timeout occurred while waiting for edge-service to connect with Manager
VMware NSX
The registration failure was caused by the OVF deployment exceeding the Edge registration token's 60-minute default timeout.
Follow the steps to register the Edge node with the NSX manager manually.
ssh as user admin, switch to the root user account by running the command "st en", enter the 'root'password,/var/log/join_mp.log starting with 'cmd' root@<Edge-Node>:~# cat /var/log/join_mp.log
Node successfully registered as Fabric Node: <Edge Node UUID>
Timeout occurred while waiting for edge-service to connect with Manager
cmd: su admin -c join management-plane <NSX-Manager-IP>:443 thumbprint <thumbprint>token <obfuscated> node-uuid <Edge-Node-UUID>
admin and run the command belowget certificate api thumbprint
admin login --> st en to switch to root logincurl -X POST -sN -k -u admin:'NSX-Manager-Password' 'https://<NSX-Manager-IP>/policy/api/v1/aaa/registration-token'EX -
curl -X POST -sN -k -u admin:'NSX-Manager-Password' 'https://<NSX-Manager-IP>/policy/api/v1/aaa/registration-token'
{
"token" : "#######-####-####-####-#########",
"roles" : [ "enterprise_admin" ],
"user" : "admin"
ssh --> admin login --> st en to switch to root login
curl -X GET -sN -k -u admin:'NSX-Manager-Password' 'https://<NSX-Manager-IP>/policy/api/v1/transport-nodes' |grep -i "resource_type\|id\|display_name" | grep -C 2 <Edge-Node-Hostname>
root@EdgeNode:~# su admin -c join management-plane <NSX-Manager-IP>:443 thumbprint <Thumbprint-from-Step-1> token <Token-from-Step-2> node-uuid <UUID-from-Step-3>