德克云技术联盟

会员中心
发新帖
打印 上一主题 下一主题

vmware vsphere client5.5在xp上安装问题
发布人: 程伟 发布时间:2015-03-17 浏览:11044



出现该问题的原因是新版本vSphere Cient中增强了加密强度,而Windows XP和Windows Server 2003未能达到所需加密强度,因為 ESXi 停用了較不安全的 vSphere Cient。
winxp下,viclient5.1以上版本无法连接到ESXi
主机ESXI 连接解决方法:
1. 开启SSH
2. 备份 /etc/vmware/rhttpproxy/config.xml
#cp config.xml config.xml.bak
3. 修改 /etc/vmware/rhttpproxy/config.xml
#vi config.xml

<vmacore>里面的<ssl>区域中
添加以下文本
<handshakeTimeoutMs>120000</handshakeTimeoutMs>
<cipherList>ALL</cipherList>

4. 重启服务
/etc/init.d/rhttpproxy restart


=============================================
winxp下,viclient5.1以上版本无法连接到vCenter
vcenter连接解决方法:
1. 编辑文件 c:\programdata\vmware\vmware Virtual center\vpxd.cfg
2. 找到如下内容:
<ssl>
<useCompression>true</useCompression>
</ssl>

3. 修改为:
<ssl>
<cipherList>ALL</cipherList>
<useCompression>true</useCompression>
</ssl>
4. 重启vcenter服务

============================================

For the vCenter Server Appliance

  • Connect to the vCenter Server Appliance via SSH. For more information, see Enable or Disable SSH Administrator Login on the VMware vCenter Server Appliance in the vCenter Server and Host Management Guide.

  • Navigate to the directory:

    /etc/vmware-vpx/

  • Backup the vpxd.cfg file. Do not skip this step.

  • Open vpxd.cfg file in a plan text editor

  • Add the <cipherList>ALL</cipherList> parameter between the <ssl>...</ssl> section of the configuration file, For example:

    <config>
    ...
    <vmacore>
    ...
    <ssl>
    ...
    <cipherList>ALL</cipherList>
    ...
    </ssl>
    ...
    </vmacore>
    ...
    </config>

  • Save and close the vpxd.cfg file.

  • Restart the vCenter Server service for the change to take effect. For more information, see Stopping, starting, or restarting vCenter Server Appliance services (2054085).


On the ESXi 5.5 host, modify the rhttpproxy service to reduce the implied security by allowing the host to communicate using weak cipher suites:



本帖子中包含更多资源

您需要 登录 才可以下载或查看,没有帐号?立即注册

x

分类浏览
关于我们
联系我们
技术联盟
云服务
云技术
云合作
帮助中心
发帖规则
QQ客服
内部通道
企业邮箱
企业论坛
版本选择
手机版
电脑版
用手机扫描下方二维码查看手机版页面

版权所有 西安云联电子科技有限公司
Copyright @ 2011-2022 | decoclouds.com All Rig
陕ICP备13002202号-1

快速回复 返回顶部 返回列表