VMware vSphere

 View Only
  • 1.  Clear out unwanted plugins listed in vCenter

    Posted Mar 17, 2020 04:56 PM

    We've successfully upgraded out vCenter appliance to 6.7U3a.  As a result, one of the Client Plug-ins has failed.  My manager does not want to reenable this particular plugin, so we are removing it.  I've found and follow the resolution steps in 'Cannot remove or disable unwanted plug-ins from vCenter Server and vCenter Server Appliance (1025360)'; however, when we browse in vCenter to Administration | Solutions | Client Plug-ins, the unwanted plugin is still listed.  I understand that restarting the appliance might remove it, but my question is can we restart one or more of the services - i.e. VMware vCenter Client or VMware vSphere Web Client - from the VAMI without restarting the entire appliance and get the same result?

    Thanks for your assistance.



  • 2.  RE: Clear out unwanted plugins listed in vCenter

    Posted Mar 17, 2020 05:05 PM

    Moderator: Moved to vCenter Server



  • 3.  RE: Clear out unwanted plugins listed in vCenter
    Best Answer

    Posted Mar 17, 2020 06:00 PM

    Hi

    You can restart the vsphere-client and vsphere-ui after which you can verify it . Restart of the services can be done from CLI via SSH session to VCSA

    service-control --stop vsphere-ui && service-control --start vsphere-ui

    service-control --stop vsphere-client && service-control --start vsphere-client



  • 4.  RE: Clear out unwanted plugins listed in vCenter

    Posted Mar 19, 2020 02:30 PM

    Thanks, Virtbay.  Restarting those two services did the trick.



  • 5.  RE: Clear out unwanted plugins listed in vCenter

    Posted Mar 18, 2020 06:33 AM

    Hey jco,

    To deregister complety the plugins from vCenter maybe the easiest way to do it is from the MOB. Please follow the next blog post:

    https://www.virtuallyghetto.com/2010/07/how-to-unregister-vcenter.html

    Follow steps 1 through 6 and maybe you will need to restart after this operation.



  • 6.  RE: Clear out unwanted plugins listed in vCenter

    Posted Mar 19, 2020 02:33 PM

    Thanks, Lalegre.  But those steps are the same steps I already followed in VMware Knowledgebase Article 1025360 as I mentioned in the OP.