Win7运行 VMware vSphere Client,Host Update Utility 4.0出错

简介:

Win7运行 VMware vSphere Client

image

 

 

 

 

点出确定之后报错“"VirtualInfrastructure.Utils.HttpWebRequestProxy”的类型初始值设定项引发异常。”,进而无法连接到ESXi4。原来是Win7下的Dotnet是3.5版本,而VMWARE 的vShpere用的是2.0。解决方法如下: 
1. 打开文件夹: C:\Program Files\Vmware\Infrastructure\Virtual Infrastructure Client\Launcher 
2. 编辑文件 VpxClient.exe.config 增加如下内容(红色显示):

<?xml version="1.0" encoding="utf-8"?> 
<configuration> 
<system.net> 
        <connectionManagement> 
            <clear/> 
            <add address="*" maxconnection="8" /> 
        </connectionManagement> 
    </system.net> 
<appSettings> 
    <add key = "protocolports" value = "https:443"/> 
</appSettings> 
<runtime> 
<developmentMode developerInstallation="true"/> 
</runtime>
 
</configuration> 
3. 创建一个文件夹,放dotnet2.0的 System.dll 放到新建的文件夹中。

4. 编辑系统的环境变量,新增一个叫DEVPATH环境变量,值就是你放dotnet2.0的System.dll的目录,比如我的: 
     C:\Program Files\VMware\Infrastructure\Virtual Infrastructure Client\Launcher\Lib

现在,vSphere client 应该可以工作了。

注意一下,这个里面说到的System.dll文件可以在XP等之类的装了.net 2.0的机器上复制到,具体位置位于 
%SystemRoot%\Microsoft.NET\Framework\v2.0.50727\System.dll,Win7自带的就是.net 3.5了。

image

 

 

 

 

 

 

 

 

 

 

 

 请在附件下载,WIN EN XP3 dotnetfx2.0 System.dll

image

 

 

 

 

 

 

 

 

Win7运行vSphere Host Update Utility 4.0出错

image

 

 

 


1.复制 C:\Program Files\VMware\Infrastructure\Virtual Infrastructure Client\Launcher\VpxClient.exe.configC:\Program Files \VMware\Infrastructure\VIUpdate 4.0\ 文件夹下

2.重命名 VpxClient.exe.config 为 VIUApp.exe.config 即可运行!

image

 










本文转自 hz022 51CTO博客,原文链接:http://blog.51cto.com/hz022/365749,如需转载请自行联系原作者
目录
相关文章
|
5月前
|
存储 网络协议 Linux
VMware vCenter Server 9.0.1.0 发布 - 集中管理 vSphere 环境
VMware vCenter Server 9.0.1.0 发布 - 集中管理 vSphere 环境
652 7
|
5月前
|
Linux 虚拟化 iOS开发
VMware Remote Console 13.0.1 for macOS, Linux, Windows - vSphere 虚拟机控制台的桌面客户端
VMware Remote Console 13.0.1 for macOS, Linux, Windows - vSphere 虚拟机控制台的桌面客户端
1129 0
VMware Remote Console 13.0.1 for macOS, Linux, Windows - vSphere 虚拟机控制台的桌面客户端
|
5月前
|
安全 Linux 虚拟化
VMware vSphere 9.0.1.0 发布 - 企业级工作负载平台
VMware vSphere 9.0.1.0 发布 - 企业级工作负载平台
368 2
|
5月前
|
存储 Linux 文件存储
VMware vSphere Replication 9.0.4 - 虚拟机复制和数据保护
VMware vSphere Replication 9.0.4 - 虚拟机复制和数据保护
273 2
|
8月前
|
人工智能 Kubernetes Devops
VMware vSphere 8.0 Update 3g 下载 - 企业级工作负载平台
VMware vSphere 8.0 Update 3g 下载 - 企业级工作负载平台
713 0
VMware vSphere 8.0 Update 3g 下载 - 企业级工作负载平台
|
8月前
|
移动开发 安全 API
VMware vCenter Server 8.0U3g 发布 - 集中管理 vSphere 环境
VMware vCenter Server 8.0U3g 发布 - 集中管理 vSphere 环境
572 0
VMware vCenter Server 8.0U3g 发布 - 集中管理 vSphere 环境
|
8月前
|
Linux 虚拟化 iOS开发
VMware Fusion 13.6.4 OEM BIOS 2.7 - 在 macOS 中运行 Windows 虚拟机的最佳方式
VMware Fusion 13.6.4 OEM BIOS 2.7 - 在 macOS 中运行 Windows 虚拟机的最佳方式
1003 3
|
8月前
|
Linux 虚拟化 iOS开发
VMware Remote Console 13.0.0 for macOS, Linux, Windows - vSphere 虚拟机控制台的桌面客户端
VMware Remote Console 13.0.0 for macOS, Linux, Windows - vSphere 虚拟机控制台的桌面客户端
1960 0
VMware Remote Console 13.0.0 for macOS, Linux, Windows - vSphere 虚拟机控制台的桌面客户端
|
6月前
|
Oracle 关系型数据库 虚拟化
在VMware的Win10虚拟机中安装使用ENSP
本文介绍了在Windows 10虚拟机上安装ENSP及相关软件的全过程,包括VirtualBox、WinPcap、Wireshark、VLC和ENSP的安装步骤,并提供图文演示,帮助用户顺利完成配置与测试。
1614 134
|
9月前
|
虚拟化 数据中心
VMware vSphere Replication 9.0.3 - 虚拟机复制和数据保护
VMware vSphere Replication 9.0.3 - 虚拟机复制和数据保护
349 0

热门文章

最新文章