After all components are upgraded, complete all post-upgrade tasks.
Procedure
- Create a current backup of the NSX Manager after the upgrade.
- 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
- 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.