To resolve this issue, manually remove the NSX Plug-in for the vSphere Web Client. This triggers the vSphere Web Client to re-cache the version from the next NSX Manager it connects with.
Note: Before proceeding with this procedure, all NSX Managers connecting to a vCenter Server in linked-mode must be running the same version of NSX.
vCenter Server (Windows):
- Connect to the vCenter Server using RDP or another remote access solution.
- Open the Services administrative control panel snap-in (services.msc).
- Right-click the vSphere Web Client service and click Stop.
- Create a temporary backup folder.
For example:
c:\backup
- Move the cached NSX plug-in to the temporary backup folder to C:\ProgramData\VMware\vSphere Web Client\vc-packages\vsphere-client-serenity.
Note:Move any folders starting with com.vmware.vShieldManager- to the temporary backup folder.
- Re-start the vSphere Web Client.
To restart the vSphere Web Client:
- Open the Services administrative control panel snap-in (services.msc).
- Right-click the VMware vSphere Web Client service.
- Click Start.
- Navigate to the Networking & Security > Installation section. vSphere Web Client re-connects to the NSX Manager and downloads the correct Plug-in version.
vCenter Server Appliance (VCSA):
- Connect to the VCSA using ssh and enable the shell.
- Stop the vSphere Web Client service by running this command:
service vsphere-client stop
- Create a temporary backup directory by running this command:
mkdir /backup
- Move the cached NSX plug-in to the temporary backup location by running these commands:
On vSphere 6.0:
mv /etc/vmware/vsphere-client/vc-packages/vsphere-client-serenity/com.vmware.vShieldManager-* /backup
On vSphere 5.5:
mv /var/lib/vmware/vsphere-client/vc-packages/vsphere-client-serenity/com.vmware.vShieldManager-* /backup
- Restart the vSphere Web Client by running this command:
service vsphere-client start
- Navigate to the Networking & Security > Installation section. vSphere Web Client re-connects to the NSX Manager and downloads the correct Plug-in version.
Note: If reverting the change is necessary, follow the same procedure as above, however move the folders from the backup directory into the original directory it was taken from.