WilliamLam.com

  • About
    • About
    • Privacy
  • VMware Cloud
  • Tanzu
    • Application Modernization
    • Tanzu services
    • Tanzu Community Edition
    • Tanzu Kubernetes Grid
    • vSphere with Tanzu
  • Home Lab
  • Nested Virtualization
  • Apple
You are here: Home / ESXi / vSphere UI Client Plugin named N/A after vSphere 8 upgrade

vSphere UI Client Plugin named N/A after vSphere 8 upgrade

11.21.2022 by William Lam // 5 Comments

This past weekend I finally got a chance to upgrade my personal homelab to vSphere 8, which went super smooth! As shared on Twitter and Mastadon, I started with my VCSA which was running vSphere 7.0 Update 3h and once that had completed and running for a couple of days, I then upgraded my single ESXi host which was running 7.0 Update 3g which runs on Supermicro E200-8D.

just successfully upgraded Supermicro E200-8D from 7.0u3g to ESXi 8.0, though I had to add HW flag as CPU may not be supported in future

ESXI_VERSION=ESXi-8.0.0-20513097-standard
esxcli software profile update -d https://t.co/cs4yUyvnxQ -p ${ESXI_VERSION} --no-hardware-warning pic.twitter.com/hnEspuEDpE

— William Lam (@*protected email*) (@lamw) November 20, 2022

After was functional after the upgrade, including the VMware Event Broker Appliance (VEBA) UI Plugin 😀

This morning, I happened to navigate over to the vSphere UI Client Plugin screen under Administration->Solutions->Client Plugins and I noticed I had one plugin named "N/A" and was was showing incompatible.


I was not sure what the plugin was and raised this internally with the vSphere UI team on whether this was expected and if there was something I needed to do. It turns out this was the default vCloud Availability plugin for vCloud Director that ships with a vCenter Server deployment and it uses the deprecated local plugin architecture and this particular version of plugin is no longer applicable or compatible with vSphere 8.

With that said, there is a newer version of the plugin that is deployed automatically as part vSphere 8 called VMware Cloud Provider Services Plugin and it also uses the new remote plugins architecture. The question that I had was that since this is a default plugin that is shipped with vCenter Server and a newer version is automatically available, why not clean up or remove the previous plugin? The answer that I had received was that customers could be using this plugin in a Linked Mode configuration and unregistering the plugin would negatively affect those users and hence it was left alone.

If are NOT using this plugin, it is safe to unregister and remove the plugin. Unlike a typical vSphere UI plugin which can be simply be unregistered using the vSphere UI as of vSphere 8, this plugin uses the old vSphere Lookup Service method and require a few additional steps.

Step 1 - SSH to the VCSA as root

Step 2 - Use the Lookup Service utility (lstools.py) to find the service ID for the plugin you which to unregister by running the following command:

/usr/lib/vmware-lookupsvc/tools/lstool.py list --url http://localhost:7090/lookupservice/sdk --product com.vmware.h4


You should get back only single response and make a note of the Service ID which is required in the next step.
Step 3 - We can now unregister the plugin by providing the Service ID along with the administrator credentials by running the following command:

/usr/lib/vmware-lookupsvc/tools/lstool.py unregister --url http://localhost:7090/lookupservice/sdk --id 9372294c-254e-4f87-8346-9ebdb4b44525 --user administrator[at]vsphere[dot]local --password VMware1!

Step 4 - Finally, we need to restart the vSphere UI Client service for the changes to take affect by running the following command:

service-control --restart vsphere-ui

If you now refresh your vSphere UI, you will no longer see the "N/A" plugin.

More from my site

  • Quick Tip - New remote version of ESXCLI 8.x
  • vSphere UI behavior change for VM Disk I/O Shares & Limits in vSphere 8.x
  • Improved VM Storage Policy (Profile-driven storage) privileges in vSphere 8.x
  • USB Network Native Driver Fling for ESXi 8.0 Update 1
  • Quick Tip - How to deploy vCenter Server Appliance (VCSA) to legacy CPU without VMX Unrestricted Guest feature?

Categories // ESXi, vSphere 8.0 Tags // vSphere 8.0, vsphere client

Comments

  1. Bob Morrison says

    11/21/2022 at 3:19 pm

    Upgraded my home lab HPE ML350 Gen 10 to 8.0 with no trouble.
    The upgrade on my HPE DL380 Gen 8 to 8.0 warned me that the E5-2600 CPU’s aren’t on the HCL, but they ran fine. The nice thing about 8.0 is it sees the HPE iLO card and related data about the server. The upgrade from VCSA 7 to VCSA 8 went complete flawless.

    Reply
  2. Jan says

    03/11/2023 at 8:53 am

    Thank you, William, great writeup. Helped me to keep my sanity with this annoying incompatible plugin. Kudos!

    Reply
  3. Yury says

    05/12/2023 at 6:21 am

    Hi William,

    Sorry,
    I tried to use your hint to delete com.vmware.h4.vsphere.client with incompatible status at two vCenter 7.0.3 (21477706).

    it fails with the following line at the output:
    Caused by: com.vmware.vim.sso.client.exception.AuthenticationFailedException: Provided credentials are not valid.

    I am sure that entered credentials were correct.

    How can I troubleshoot the issue ?

    Reply
    • William Lam says

      05/12/2023 at 6:23 am

      What credentials did you use, it should be administrator[at]vsphere.local account

      Reply
  4. Larry B. says

    08/10/2023 at 9:18 am

    As always, William, your blog posts are indispensable!

    Thank you, assisted me in removing the h4va.zip plugin from our environment.

    Reply

Thanks for the comment!Cancel reply

This site uses Akismet to reduce spam. Learn how your comment data is processed.

Search

Author

William Lam is a Senior Staff Solution Architect working in the VMware Cloud team within the Cloud Infrastructure Business Group (CIBG) at VMware. He focuses on Cloud Native, Automation, Integration and Operation for the VMware Cloud based Software Defined Datacenters (SDDC) across Private, Hybrid and Public Cloud

Connect

  • Email
  • GitHub
  • LinkedIn
  • RSS
  • Twitter
  • Vimeo

Recent

  • ESXi on Lenovo ThinkStation P3 Ultra 09/29/2023
  • Quick Tip - vSphere 7.0 Update 3o also supports disabling/enabling vSphere Cluster Services (vCLS) in vSphere UI 09/29/2023
  • Heads Up - New image identifier required by VM Service in vSphere 8.0 Update 2 09/27/2023
  • How to setup private GitLab on a Synology for Project Keswick? 09/26/2023
  • ESXi on SimplyNUC Moonstone 09/25/2023

Advertisment

Privacy & Cookies: This site uses cookies. By continuing to use this website, you agree to their use.
To find out more, including how to control cookies, see here: Cookie Policy

Copyright WilliamLam.com © 2023

 

Loading Comments...