一、System Center Virtual Machine Manager 2012 测试安装

clip_image001

System Requirements: VMM Management Server

更新日期: October 6, 2011

System Center 2012 云和数据中心管理解决方案为您提供了针对私有云和公共云应用程序和服务的常用管理工具集。作为 System Center 套件的核心组件,Virtual Machine Manager 2012 提供了以下几大优点:

配置灵活、敏捷和经济高效的私有云

使用一个工具即可管理异类虚拟环境

针对私有云部署优化现有应用程序

简化应用程序配置和服务

测试环境:

AD

操作系统 Windows Server 2008 R2 Sp1(加入域环境)
SQL Express 2008 R2
Windows AIK自动安装工具包

150台主机的硬件配置要求

Hardware component

Minimum

Recommended

Processor

Pentium 4, 2.8 GHz (x64)

Dual-Processor, Dual-Core, 3.6 GHz or greater (x64)

RAM

4 GB

8 GB

Hard disk space

10 GB

50 GB

软件配置要求

Software Requirement

Notes

A supported operating system

For more information, see Supported Operating Systems later in this topic.

Windows Remote Management (WinRM) 2.0

WinRM 2.0 is included in Windows Server 2008 R2, and by default, the Windows Remote Management (WS-Management) service is set to start automatically (delayed start).

At least Microsoft .NET Framework 3.5 Service Pack 1 (SP1)

On a computer running Windows Server 2008 R2, if the .NET Framework 3.5.1 feature is not installed (it is not installed by default), the VMM setup wizard will install the feature.

Windows Automated Installation Kit (AIK) for Windows 7

Windows AIK is available on the Microsoft Download Center. To install the Windows AIK, you can download the ISO file, write the ISO file to a DVD using a third party tool, and then install the Windows AIK from the DVD.

A supported version of SQL Server

For more information about supported versions of SQL Server, see System Requirements: VMM Database.

System center web管理需要安装IIS的组建要求

Software Requirement

Notes

A supported operating system

For more information, see Supported Operating Systems later in this topic.

Web Server (IIS)

You must install the Web Server (IIS) role and the following Web Server (IIS) features:

· .NET Extensibility

· ASP.NET

· Default Document

· Directory Browsing

· HTTP Errors

· IIS 6 Metabase Compatibility

· IIS 6 WMI Compatibility

· ISAPI Extensions

· ISAPI Filters

· Request Filtering

· Static Content

Windows PowerShell 2.0

Windows PowerShell 2.0 is included in Windows Server 2008 R2.

At least Microsoft .NET Framework 3.5 Service Pack 1 (SP1)

On a computer running Windows Server 2008 R2, if the .NET Framework 3.5.1 feature is not installed (it is not installed by default), the VMM setup wizard will install the feature.

按照要求,首先要部署一个操作系统,并且加入域。

然后打开windowsRM

clip_image003

果你正使用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

clip_image005

选择windows AIK安装程序

clip_image007

下一步

clip_image009

同意条款

clip_image011

选择安装路径和指定所有人安装自动安装工具包

clip_image013

下一步

clip_image015

正在安装

clip_image017

完成安装,点击关闭。

之后来安装数据库

VMM需要Sql,由于是测试环境,就在VMM服务器上安装SQL Express,IIS(自助门户需要)

clip_image018

clip_image020

clip_image022

clip_image024

clip_image026

clip_image028

clip_image030

clip_image032

clip_image034

clip_image036

clip_image038

 

clip_image040

 

 

 

数据库安装完成,之后安装IIS

clip_image042

clip_image044

clip_image046

 

 

 

完成了很多的准备工作后,现在看是真是安装scvmm2012

启动SCVMM 2012安装程序

clip_image048

clip_image050

clip_image052

选择安装的组建。

clip_image054

没有序列号,会有60天的评估时间。

clip_image056

同意许可

clip_image058

clip_image060

启动更新

clip_image062

指定安装路径。

clip_image064

配置数据库

clip_image066

配置账户

clip_image068

配置端口,建议默认

clip_image070

设置web登录管理配置。

clip_image072

设置库

clip_image074

点击安装,开始安装。

clip_image076

clip_image078

安装到此完成

clip_image079

连接到scvmm2012

clip_image080

clip_image082

clip_image083

发行候选版,最接近正式版本的发行的一个版本。

clip_image085

使用Web登录服务器。

SCWMM2012的在线技术文档:http://technet.microsoft.com/es-ar/library/gg610592(en-us).aspx

SCVMM2012下载地址:http://www.microsoft.com/en-us/server-cloud/system-center/virtual-machine-manager-2012.aspx

  • 0
    点赞
  • 0
    收藏
    觉得还不错? 一键收藏
  • 0
    评论

“相关推荐”对你有帮助么?

  • 非常没帮助
  • 没帮助
  • 一般
  • 有帮助
  • 非常有帮助
提交
评论
添加红包

请填写红包祝福语或标题

红包个数最小为10个

红包金额最低5元

当前余额3.43前往充值 >
需支付:10.00
成就一亿技术人!
领取后你会自动成为博主和红包主的粉丝 规则
hope_wisdom
发出的红包
实付
使用余额支付
点击重新获取
扫码支付
钱包余额 0

抵扣说明:

1.余额是钱包充值的虚拟货币,按照1:1的比例进行支付金额的抵扣。
2.余额无法直接购买下载,可以购买VIP、付费专栏及课程。

余额充值