AskOverflow.Dev

AskOverflow.Dev Logo AskOverflow.Dev Logo

AskOverflow.Dev Navigation

  • 主页
  • 系统&网络
  • Ubuntu
  • Unix
  • DBA
  • Computer
  • Coding
  • LangChain

Mobile menu

Close
  • 主页
  • 系统&网络
    • 最新
    • 热门
    • 标签
  • Ubuntu
    • 最新
    • 热门
    • 标签
  • Unix
    • 最新
    • 标签
  • DBA
    • 最新
    • 标签
  • Computer
    • 最新
    • 标签
  • Coding
    • 最新
    • 标签
主页 / server / 问题 / 44946
Accepted
Keith Sirmons
Keith Sirmons
Asked: 2009-07-24 19:22:59 +0800 CST2009-07-24 19:22:59 +0800 CST 2009-07-24 19:22:59 +0800 CST

如何让 VMWare vSphere 客户端在 Windows 7 RC 上运行?

  • 772

尝试使用 VMWare vShere 客户端连接到 ESXi 服务器时出现错误:

Error parsing the server "server" "clients.xml" file.
Login will continue, contact your system administrator.

其次是:

The type initializer for 'VirtualInfrastructure.Utils.HttpWebRequestProxy' threw an exception.    

有什么线索可以解决这个问题吗?


来自 ESXi 4.0.0 ReleaseBuild-171294 的 Windows 7 x64 RC Build 7100 vSphere 客户端

谢谢你,
基思

vmware-esxi vsphere-client
  • 8 8 个回答
  • 19059 Views

8 个回答

  • Voted
  1. Kevin Kuphal
    2009-07-24T19:31:14+08:002009-07-24T19:31:14+08:00

    VMware 社区站点上有一个线程,详细说明了使其正常工作的问题以及解决方法

    http://communities.vmware.com/thread/211440

    该线程中有一个涉及.NET程序集等的解决方案。

    • 2
  2. Richard Slater
    2009-09-12T06:28:10+08:002009-09-12T06:28:10+08:00

    因为我花了很长时间才弄清楚这一点,主要是因为我没有阅读线程的第二页这里是 Windows 7 x64 的步骤,几乎完全来自这里。

    1. 在 Windows 的非 Winodws 7 64 位安装上
      %SystemRoot%\Microsoft.NET\Framework64\v2.0.50727\System.dll
      至
      C:\Program Files (x86)\VMware\Infrastructure\Virtual Infrastructure Client\Launcher\Lib
      在 Windows 7 计算机上。
    2. 编辑 VpxClient.exe.config 以匹配以下内容:
      <?xml 版本="1.0" 编码="utf-8"?>
      <配置>
      <system.net>
      <连接管理>
      <清除/>
      <add address="*" maxconnection="8" />
      </连接管理>
      </system.net>
      <应用设置>
      <add key = "protocolports" value = "https:443"/>
      </app设置>
      <运行时>
      <developmentMode developerInstallation="true"/>
      </运行时>         
      </配置>
      
    3. 创建一个包含以下内容的批处理文件:
      SET DEVPATH=C:\Program Files (x86)\VMware\Infrastructure\Virtual Infrastructure Client\Launcher\Lib
      “C:\Program Files (x86)\VMware\Infrastructure\Virtual Infrastructure Client\Launcher\VpxClient.exe”
    • 1
  3. timtrace
    2009-09-24T19:53:57+08:002009-09-24T19:53:57+08:00

    我不得不使用:

    copy "%SystemRoot%\Microsoft.NET\Framework64\v2.0.50727\System.dll" "C:\Program Files (x86)\VMware\Infrastructure\Virtual Infrastructure Client\Launcher\Lib"
    

    ...因为我的系统上不存在“C:\Program Files (x64)”。

    • 0
  4. Jason Kleban
    2009-10-07T07:37:26+08:002009-10-07T07:37:26+08:00

    vSphere 客户端在我的 Windows Server 2008 x64 工作站上运行,但现在我已升级到 Windows 2008 R2 x64,并且我遇到的症状与报告 Windows 7 问题的症状相同。不幸的是,这个 Windows 7 技巧似乎没有在Win2008R2上工作。

    • 0
  5. Best Answer
    Andy Davies
    2010-01-16T06:27:03+08:002010-01-16T06:27:03+08:00

    现在可以直接从 VM 获得 VMware vSphere Client 和 Host Update Utility 的更新,它可以修复此问题,而不会入侵您的操作系统。

    寻找版本 4.0 更新 1 | 208111 - 2009 年 11 月 19 日

    • 0
  6. saber tabatabaee
    2010-04-10T01:25:39+08:002010-04-10T01:25:39+08:00

    视窗 7 32 位

    访问被拒绝。

    C:\Users\a>COPY "C:\Windows\Microsoft.NET\Framework\v2.0.50727\System.dll" "C:\P rogram Files\VMware\Infrastructure\Virtual Infrastructure Client\Launcher\Lib" 访问权限为否认。已复制 0 个文件。

    • 0
  7. mss
    2010-06-21T02:29:03+08:002010-06-21T02:29:03+08:00

    如果您更新了 .net 框架,您将在 Windows XP 上遇到同样的问题。您可以安装 vSphere Client 4.0 更新 1 或更高版本来修复它。

    外部 VMWare 文章

    • 0
  8. Eduard Florinescu
    2014-03-28T04:20:03+08:002014-03-28T04:20:03+08:00

    http://techhead.co/running-vmware-vsphere-client-on-windows-7/

    上述说明对我有用[我将在此处复制它们以防文章被删除]。

    步骤 1. 调用这个 DLLsystem.dll

    *注意:此 DLL 通常位于 安装了 .NET v3.5 SP1的非 Windows 7 PC%SystemRoot%Microsoft.NETFrameworkv2.0.50727的 目录中。

    步骤 2. 下载后将其安装在C:Program Files (x86)VMwareInfrastructureVirtual Infrastructure ClientLauncherLib 目录中。如果该lib目录不存在,则创建它并将 dll 文件放入其中。

    步骤 3。接下来编辑VpxClient.exe.config可以在C:Program Files (x86)\VMware\Infrastructure\Virtual Infrastructure Client\Launcher目录中找到的文件,并将以下三行添加到下面屏幕截图中指定的位置。然后保存更改。

    <runtime> 
    <developmentMode developerInstallation="true"/> 
    </runtime>
    

    第 4 步。在 Windows 7System Properties中单击Advanced 选项卡,然后单击Environment Variables我们要添加新System变量的按钮。

    创建一个System名为的新变量DEVPATH并分配以下变量值:

    C:Program Files (x86)\VMware\Infrastructure\Virtual Infrastructure Client\Launcher\Lib
    

    您现在可以开始在 Windows 7 计算机上使用 VMware vSphere 客户端了!有些人报告说必须运行客户端,Administrator所以如果你遇到困难,尝试这个可能是值得的——幸运的是,我没有遇到这个问题。此外,您可能必须重新启动计算机(或重新启动 explorer.exe 进程)才能使新路径信息生效。

    • 0

相关问题

  • ESXi NAS 配置

  • 如何将 Acronis 生成的 vmdk 添加到 esxi?

  • 在 VMWare ESX 和 ESXi 之间进行选择 [关闭]

  • 将(大)虚拟机从 ESXi 3.5 转换为 Hyper-V Server 2008 R2

  • VMWare:ESX 还是 3i?我需要COS吗?

Sidebar

Stats

  • 问题 205573
  • 回答 270741
  • 最佳答案 135370
  • 用户 68524
  • 热门
  • 回答
  • Marko Smith

    SFTP 使用什么端口?

    • 6 个回答
  • Marko Smith

    从 IP 地址解析主机名

    • 8 个回答
  • Marko Smith

    如何按大小对 du -h 输出进行排序

    • 30 个回答
  • Marko Smith

    命令行列出 Windows Active Directory 组中的用户?

    • 9 个回答
  • Marko Smith

    Windows 中执行反向 DNS 查找的命令行实用程序是什么?

    • 14 个回答
  • Marko Smith

    如何检查 Windows 机器上的端口是否被阻塞?

    • 4 个回答
  • Marko Smith

    我应该打开哪个端口以允许远程桌面?

    • 9 个回答
  • Marko Smith

    什么是 Pem 文件,它与其他 OpenSSL 生成的密钥文件格式有何不同?

    • 3 个回答
  • Marko Smith

    如何确定bash变量是否为空?

    • 15 个回答
  • Martin Hope
    MikeN 在 Nginx 中,如何在维护子域的同时将所有 http 请求重写为 https? 2009-09-22 06:04:43 +0800 CST
  • Martin Hope
    Tom Feiner 如何按大小对 du -h 输出进行排序 2009-02-26 05:42:42 +0800 CST
  • Martin Hope
    0x89 bash中的双方括号和单方括号有什么区别? 2009-08-10 13:11:51 +0800 CST
  • Martin Hope
    kch 如何更改我的私钥密码? 2009-08-06 21:37:57 +0800 CST
  • Martin Hope
    Kyle Brandt IPv4 子网如何工作? 2009-08-05 06:05:31 +0800 CST
  • Martin Hope
    Noah Goodrich 什么是 Pem 文件,它与其他 OpenSSL 生成的密钥文件格式有何不同? 2009-05-19 18:24:42 +0800 CST
  • Martin Hope
    Brent 如何确定bash变量是否为空? 2009-05-13 09:54:48 +0800 CST
  • Martin Hope
    cletus 您如何找到在 Windows 中打开文件的进程? 2009-05-01 16:47:16 +0800 CST

热门标签

linux nginx windows networking ubuntu domain-name-system amazon-web-services active-directory apache-2.4 ssh

Explore

  • 主页
  • 问题
    • 最新
    • 热门
  • 标签
  • 帮助

Footer

AskOverflow.Dev

关于我们

  • 关于我们
  • 联系我们

Legal Stuff

  • Privacy Policy

Language

  • Pt
  • Server
  • Unix

© 2023 AskOverflow.DEV All Rights Reserve