A newer release of this product is available.
Restart the VMware vSphere client service
Contributors
Suggest changes
If the SnapCenter VMware vSphere client starts to behave incorrectly, you might need to clear the browser cache. If the problem persists, then restart the web client service.
Restart the VMware vSphere client service in a Linux vCenter
Before you begin
You must be running vCenter 7.0U1 or later.
Steps
-
Use SSH to log in to the vCenter Server Appliance as root.
-
Access the Appliance Shell or BASH Shell by using the following command:
shell
-
Stop the web client service by using the following HTML5 command:
service-control --stop vsphere-ui
-
Delete all stale HTML5 scvm packages on vCenter by using the following shell command:
etc/vmware/vsphere-ui/vc-packages/vsphere-client-serenity/
rm -rf com.netapp.scv.client-<version_number>
Do not remove the VASA or vCenter 7.x and later packages. -
Start the web client service by using the following HTML5 command:
service-control --start vsphere-ui