This tutorial will show you how to Verify NSX-T VIBs on ESXi using SSH and GUI.
Once the host is prepared for the NSX-T Transport node or version upgrade verification is the important step whether all the VIBs are pushed to the NSX-T transport node from the NSX-T manager.
Step 1: Using SSH you can verify the installed VIBs on your ESXi hosts.
Step 2: Using the VMware vSphere ESXi Shell, run this command to check NSX-T installed VIBs
esxcli software vib list | grep -E 'nsx|vsip'
Step 3: This returns a list of vibs installed on the host and includes their version, description and installation date.
Output:
Step 4: Similarly, you can verify the NSX-T VIBs using the vCenter or vSphere GUI by navigating to Host -> Manage > Packages.
Step 6: Above screenshot can confirm that NSX-T VIBs are installed properly.
I hope this information is useful for you. Please forgive any typos or incomplete sentences.