NSX-T Installation: Deploy NSX Manager Node to form a cluster using CLI

Process

Open an SSH session to the first deployed NSX Manager node. (In my case 192.168.50.1 nsxmgr01.lab.local)
Log in with the administrator credentials

This image has an empty alt attribute; its file name is image-31.png

On the NSX Manager node, run the get certificate api thumbprint command.

The command output is a string of numbers that is unique to this NSX Manager.

This image has an empty alt attribute; its file name is 2020-02-12_20-16-35.png

Run the get cluster config command to get the first deployed NSX Manager cluster ID.

This image has an empty alt attribute; its file name is image-33.png

Run the following CLI command on the additional node (nsxmgr02.lab.local 192.168.50.52)

join <NSX-Manager-IP> cluster-id <cluster-id> username <NSX-Manager-username> password <NSX-Manager-password> thumbprint <NSX-Manager-thumbprint>

Example:

join 192.168.50.51 cluster-id e368645e-52d7-4f45-8b81-96c5bd8a13e8 username admin password VMware1!VMware1! thumbprint a2c8d3a95061f9e400e77f84642bcdc87821f977f93a7d4ad3c123fda0e84bed

This image has an empty alt attribute; its file name is image-34-1024x62.png

Creation of the cluster can take 10-15 minutes

Verify the cluster status by running the get cluster status command on your hosts.

This image has an empty alt attribute; its file name is image-35-1024x812.png

verify the cluster connectivity in the GUI (NSX Manager UI) Select System > Appliances > Overview

This image has an empty alt attribute; its file name is image-36.png