从 VMware 网站上的 vSphere 5 下载页面上,将适用于 vCenter Server Appliance 的 .VMDK 和 .OVF 文件下载到您的系统中。将 .VMDK 和 .OVF 文件保存在同一文件夹中。
在 vSphere Client 中,选择文件 > 部署 OVF 模板,然后输入 .OVF 文件在系统上的路径。
System Requirements: VMM Management Server 更新日期: October 6, 2011 System Center 2012 云和数据中心管理解决方案为您提供了针对私有云和公共云应用程序和服务的常用管理工具集。作为 System Center 套件的核心组件,Virtual Machine Manager 2012 提供了以下几大优点: 配置灵活、敏捷和经济高效的私有云 使用一个工具即可管理异类虚拟环境 针对私有云部署优化现有应用程序 简化应用程序配置和服务 测试环境: AD 操作系统 Windows Server 2008 R2 Sp1(加入域环境)
果你正使用Windows 2008 Server,WinRM已经被安装但并未启用。 这是一个很好的安全预防措施。 在你机器上启用WinRM的简单方法就是在CMD中运行: winrm enumerate winrm/config/listener 如果没有得到返回信息,WinRM未正常运行。 以下是配置WinRM自动启动并允许远程访问,如果不需要,可以不用设置 ———————————————————————————————————— 配置WinRM自动启动并允许远程访问,可像以下这样使用winrm quickconfig命令 : C:“Users“Administrator winrm quickconfig WinRM is not set up to allow remote access to this machine for management。 The following changes must be made: Create a WinRM listener on HTTP:// to accept WS-Man requests to any IP on this machine。 Make these changes 【y/n】? y WinRM has been updated for remote management。 Created a WinRM listener on HTTP:// to accept WS-Man requests to any IP on this machine。 C:“Users“Administrator Once I configured the quickconfig, I reran the enumeration command with these results: C:“Users“Administrator winrm e winrm/config/listener Listener Address = Transport = HTTP Port = 80 Hostname Enabled = true URLPrefix = wsman CertificateThumbprint ListeningOn = 10。253。15。98, 127。0。0。1, ::1, fe80::5efe:10。253。15。98%11, fe80::9583:2148:e1ef:6444%10 C:“Users“Administrator 从这里,我们可以知道WinRM已经启动。 考试大提示:如果你想在任何时间禁用WinRM,你可以使用这样的命令: winrm delete winrm/config/listener?IPAdress=+Transport=HTTP 为了使用WinRM,与之连接的主机必需与WinRM主机是相同域的成员。 如果情况不是这样,我建议你参考文章“Remotely managing your Server Core using WinRM and WinRS里描述的不同安全情况。 ——————————————————————————————————————— 然后安装Windows Automated Installation Kit (AIK) for Windows 7,在微软就可以下载。 下载地址:http://www.microsoft.com/downloads/zh-cn/details.aspx?displaylang=zh-cn&FamilyID=696dd665-9f76-4177-a811-39c26d3b3b34
选择windows AIK安装程序
安装程序的文件名是 VMware-viewconnectionserver-4.6.x-xxxxxx.exe 或 VMware-viewconnectionserverx86_64-4.6.x-xxxxxx.exe。要启动 View Connection Server 安装程序,请双击安装程序文件