After all components are upgraded, complete all post-upgrade tasks.

Procedure

  1. Create a current backup of the NSX Manager after the upgrade.
  2. Check that the NSX VIB has been installed on the hosts.
    esxcli software vib get --vibname esx-nsxv
    
    If Guest Introspection has been installed, also check that this VIB is present on the hosts:
    esxcli software vib get --vibname epsec-mux
    
  3. Resynchronize the host message bus.
    You can use the following API call to perform the resynchronization on each cluster:
    POST https://<nsx-mgr-ip>/api/2.0/nwfabric/configure?action=synchronize
    
    See the NSX API Guide for more information.