ONTAP tools for VMware vSphere 9.12
Clear the vSphere cached downloaded plug-in packages
If plug-ins are not updated automatically after deploying or upgrading ONTAP tools, you should clean up the cached download plug-in packages on the browser and on the vCenter Server to resolve vCenter Server plug-in issues.
Steps
-
Logout from your existing vSphere web client or vSphere Client.
-
Remove the browser cache.
-
Remove the vSphere Client cached plug-in packages.
If you are using…
Perform the following…
Windows vCenter server
Remove the following folders
com.fujitsu_ontap.vasa.vvol.webclient-x.x.x.xxxx
,com.fujitsu_ontap.nvpf.webclient-x.x.x.xxxx
, andcom.fujitsu_ontap.vsch5-x.x.x.xxxx
located at:-
vSphere Web Client path:
C:\ProgramData\VMware\vCenterServer\cfg\vsphere-client\vc-packages\vsphere-client-serenity
-
vSphere Client(HTML5) path:
C:\ProgramData\VMware\vCenterServer\cfg\vsphere-ui\vc-packages\vsphere-client-serenity
VCSA
-
SSH into the VCSA appliance.
-
Change directories to the vCenter web client UI extensions directory using
cd /etc/vmware/vsphere-client/vc-packages/vsphere-client-serenity
-
Remove the cached plug-in packages specific to Fujitsu using the
rm -rf
commands: Example: Here x.x.x.xxxx is the version of your plug-in.rm -rf com.fujitsu_ontap.vasa.vvol.webclient-x.x.x.xxxx rm -rf com.fujitsu_ontap.nvpf.webclient-x.x.x.xxxx rm -rf com.fujitsu_ontap.vsch5-x.x.x.xxxx
-
Change directories to the vCenter client(HTML5) UI extensions directory using
cd /etc/vmware/vsphere-ui/vc-packages/vsphere-client-serenity
-
Remove the cached plugin packages specific to Fujitsu plug-in using the
rm -rf
commands: Example: Here x.x.x.xxxx is the version of your plug-inrm -rf com.fujitsu_ontap.vasa.vvol.webclient-x.x.x.xxxx rm -rf com.fujitsu_ontap.nvpf.webclient-x.x.x.xxxx rm -rf com.fujitsu_ontap.vsch5-x.x.x.xxxx
-
-
Login to vSphere and restart vSphere Web client and vSphere Client services by using the following commands:
vSphere Web client: service-control --stop vsphere-client service-control --start vsphere-client vSphere Client: service-control --stop vsphere-ui service-control --start vsphere-ui