首页
学习
活动
专区
圈层
工具
发布
社区首页 >问答首页 >VCenter 7.0 -下载插件时出错.确保URL是可访问的,并且注册的拇指指纹是正确的。发起人:

VCenter 7.0 -下载插件时出错.确保URL是可访问的,并且注册的拇指指纹是正确的。发起人:
EN

Stack Overflow用户
提问于 2021-01-07 14:42:40
回答 1查看 9.5K关注 0票数 1

最近我一直在犯这个错误。

下载插件状态:下载插件时出错。确保URL是可访问的,并且注册的拇指指纹是正确的。引发剂: VSPHERE.LOCAL\vsphere-webclient-192f42a9-0951-466c-8d24-ee850c197519

当我转到Administration > Client Plugins时:

com.vmware.h4.vsphere.client 0.4.0.0未知N/A N/A失败

EN

回答 1

Stack Overflow用户

发布于 2021-01-12 21:24:59

错误消息:错误下载插件.确保URL是可访问的,并且注册的拇指指纹是正确的。误差图像: com.vmware.h4.vsphere.client-0.4.0.0-plugin-failed

我也有同样的问题,看起来就像一个过时的插件。我使用的是vSphere版本:7.0.1构建17327586

  • 产品: VMware vCenter服务器版本: 7.0.1.00200版本: 17327517
  • 管理程序: VMware ESXi版本: 7.0.1版本: 17325551

尝试以下任何一种之前:如果可能,关闭VCSA,并采取快照__。

您可以使用lstool.py脚本注销过时的插件。

  1. SSH进入VCSA并启动BASH
  2. 验证com.vmware.h4.vsphere.client插件的过时版本和当前版本。

键入以下命令: find / -name *h4.vsphere.client-0.4.*

输出应该如下所示

代码语言:javascript
复制
/etc/vmware/vsphere-ui/cm-service-packages/com.vmware.cis.vsphereclient.plugin/com.vmware.h4.vsphere.client-0.4.0.0
/etc/vmware/vsphere-ui/cm-service-packages/com.vmware.cis.vsphereclient.plugin/com.vmware.h4.vsphere.client-0.4.0.0/com.vmware.h4.vsphere.client-0.4.0.0.esa
/etc/vmware/vsphere-ui/cm-service-packages/com.vmware.cis.vsphereclient.plugin/com.vmware.h4.vsphere.client-0.4.0.0/com.vmware.h4.vsphere.client-0.4.0.0.zip
-----------------------------------------------------------
/etc/vmware/vsphere-ui/cm-service-packages/com.vmware.cis.vsphereclient.plugin/com.vmware.h4.vsphere.client-0.4.1.0
/etc/vmware/vsphere-ui/cm-service-packages/com.vmware.cis.vsphereclient.plugin/com.vmware.h4.vsphere.client-0.4.1.0/com.vmware.h4.vsphere.client-0.4.1.0.esa
/etc/vmware/vsphere-ui/cm-service-packages/com.vmware.cis.vsphereclient.plugin/com.vmware.h4.vsphere.client-0.4.1.0/com.vmware.h4.vsphere.client-0.4.1.0.zip
  1. 查找插件服务ID用于版本0.4.0.0

键入以下命令: /usr/lib/vmware-lookupsvc/tools/lstool.py list --ep-type com.vmware.cis.vsphereclient.plugin --url http://localhost:7090/lookupservice/sdk

输出应该如下所示

代码语言:javascript
复制
Service Product: com.vmware.h4
Service Type: vsphere.client
Service ID: 846a9473-912f-443f-b657-4603f15a9fd8
Site ID: default-site
Node ID: 038505b7-e2fb-40d1-aa15-141c2600fd2d
Owner ID: vsphere-webclient-bc0dc187-7d31-1821-8c32-9c0g589c13b8@vsphere.local
Version: 0.4.0.0
Endpoints:
Type: com.vmware.cis.vsphereclient.plugin
Protocol: http
URL: https://vcsa:443/ui/plugins/h4va.zip
SSL trust: ***
Attributes:
com.vmware.cis.cm.HostId: ba0fc187-9d81-18d1-8a39-5f0f253c24b5
-------------------------------------------------------
Service Product: com.vmware.h4
Service Type: vsphere.client
Service ID: cb7deda1-35af-357f-6f8b-3cf05324ca7c
Site ID: default-site
Node ID: 012605c7-e2eb-46e1-aa17-121c2810fa2f
Owner ID: vsphere-webclient-bc0gb186-3d31-38d1-8c37-9a0f553c1235@vsphere.local
Version: 0.4.1.0
Endpoints:
Type: com.vmware.cis.vsphereclient.plugin
Protocol: http
URL: https://vcsa:443/ui/plugin-resources/h4va.zip
SSL trust: ***
Attributes:
com.vmware.cis.cm.HostId: bc0dc187-9d81-78d1-8c35-9f03352c14c5
  1. 使用lstool.py注销已过时的插件,使用插件服务ID。

注意:用户和密码必须用回引号/backticks(` )括起来。

注:在本例中,的值--id来自步骤3中的示例。您需要替换为您的插件的版本显示的值。

键入以下命令: /usr/lib/vmware-lookupsvc/tools/lstool.py unregister --url http://localhost:7090/lookupservice/sdk --user 'administrator@vsphere.local' --password 'yourpassword' --id 846a9473-912f-443f-b657-4603f15a9fd8 --no-check-cert

  1. 重新启动HTML5 Web。

键入以下命令: vmon-cli -r vsphere-ui

  1. 执行步骤2和步骤3以验证过时的插件的删除。
票数 3
EN
页面原文内容由Stack Overflow提供。腾讯云小微IT领域专用引擎提供翻译支持
原文链接:

https://stackoverflow.com/questions/65614465

复制
相关文章

相似问题

领券
问题归档专栏文章快讯文章归档关键词归档开发者手册归档开发者手册 Section 归档