NSX-T 2.0 – Deploying NSX Manager

NSX-T has been decoupled from vCenter and is availabe for multiple platforms and since lots of things are happening around SDN, their integration with Micro Services running on containers and kubernetes , so it is right to start getting familiar with NSX-T before customer start adopting it.

So first step towards learning NSX-T is to read through official documentation and parallelly start deploying NSX-T 2.0 components…here is the deployment flow that i will follow:

  1. Install NSX Manager.
  2. Install NSX Controllers.
  3. Join NSX Controllers with the management plane.
  4. Initialize the control cluster to create a master controller.
  5. Join NSX Controllers into a control cluster. NSX Manager installs NSX-T modules after the hypervisor hosts are added.
  6. Join hypervisor hosts with the management plane. This causes the host to send its host certificate to the management plane.
  7. Install NSX Edges.
  8. Join NSX Edges with the management plane.
  9. Create transport zones and transport nodes.

So let’s move towards our first step,  deploy NSX Manager….

Here is the System Requirements for NSX-T Manager :
NSX-T has specific requirements regarding hardware resources and software versions. 1.png

for My Lab I am going to use Nested ESXi6.5.

1 – First login to ESXi using HTML5 Client and run the New Virtual Machine wizard and select “Deploy a virtual machine from an OVF or OVA file”

C1.png

Enter the name for the NSX-T Manager appliance (nsxtm.avnlab.com) and choose NSX-T Manager appliance OVA (nsx-unified-appliance-2.0.0.0.0.6522097)

1.png

Select your storage

2.png

Choose your network , Disk type

3.png

Enter various password for “Root User” , “admin User” and “audit User” , we need to setup a complex password , else it will ask to enter new password post deployment.

NOTE – NSX-T  core services on the appliance will not start until a password with sufficient complexity is set.

Password complexity requirement:

At least eight characters
At least one lower-case letter
At least one upper-case letter
At least one digit
At least one special character
At least five different characters
No dictionary words
No palindromes

4.png

in the same window Enter the “Hostname” , Rolename will be “nsx-manager” don’t change it.

5.png

Enter DNS and NTP server details , enable SSH and root SSH login ( if you required)

6.png

and click finish

7.png

it will take some time and once ova import completes  , you are done.

8.png

Login with IP address that we specified in the installation and Here is your first NSX-T login screen…login with user name “admin” and password that we specified in above steps.11.png

Accept “End User License Agreement” and click on “Continue”

10.png

and here is your first successful NSX-T installation 🙂 Finally, the NSX Manager is deployed.

12.png

Happy Learning 🙂

 

 

 

 

Advertisement

Leave a Reply

Fill in your details below or click an icon to log in:

WordPress.com Logo

You are commenting using your WordPress.com account. Log Out /  Change )

Facebook photo

You are commenting using your Facebook account. Log Out /  Change )

Connecting to %s