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

  1. Logout from your existing vSphere web client or vSphere Client.

  2. Remove the browser cache.

  3. 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, and com.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

    1. SSH into the VCSA appliance.

    2. Change directories to the vCenter web client UI extensions directory using cd /etc/vmware/vsphere-client/vc-packages/vsphere-client-serenity

    3. 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
    4. Change directories to the vCenter client(HTML5) UI extensions directory using cd /etc/vmware/vsphere-ui/vc-packages/vsphere-client-serenity

    5. 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-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
  4. 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
Top of Page