This KB will provide two methods to download/extract an NSX VIB bundle that can be manually installed on an ESXi host.
VMware NSX
VMware NSX-T Data Center
There are two methods to generate NSX VIBs for a specific ESXi versions:
Method 1: Download the VIBs from the Broadcom Support Portal
================================================================================================================================================================
Method 2: Generate the VIB bundle directly from an NSX Manager
cd into the /repository directory and run ll to list the NSX versions.Example Screenshot:
cd into the current NSX version directory, followed by /HostComponents and run another ll. Example Screenshot:
cd into the esxXX directory (depending on the current ESXi version) and run ll to list the VIBs for the specific ESXi version.
Example Screenshot:
pwd to output the current path. Copy the path and use it to create the URL in the next step. Example Screenshot:
https://<manager_IP/FQDN>/repository/3.2.4.0.0.23653566/HostComponents/esx70/nsx-lcp-3.2.4.0.0.23653567-esx70.zipwget --no-check-certificate https://<manager_IP/FQDN>/repository/3.2.4.0.0.23653566/HostComponents/esx70/nsx-lcp-3.2.4.0.0.23653567-esx70.zipIf the Search Function on the Broadcom Product Download portal does not yield any results, you may need to drill down to the NSX product download page manually. That is where the Kernel Module download is currently posted.