System Center 2012 R2 UR7升级指南

System Center 2012 R2 UR7升级来了,包含以下组件升级包,点击一下不同章节,可以看到升级方案

 

3065246 Update Rollup 7 for System Center 2012 R2 Data Protection Manager

3069115 Update Rollup 7 for System Center 2012 R2 Orchestrator

3063263 Update Rollup 7 for System Center 2012 R2 Service Manager

3069355 Update Rollup 7 for System Center 2012 R2 Service Provider Foundation

3066340 Update Rollup 7 for System Center 2012 R2 Virtual Machine Manager

3069121 Update Rollup 7 for Windows Azure Pack

3069358 Update Rollup 7 for Windows Azure Pack Sites R2 version 2

下面我对我关心的几个节点描述一下

 

Update Rollup 7 for System Center 2012 R2 Orchestrator

【此处的升级是一些补丁性质升级,双击安装即可】

  • Download the Orchestrator update package now.

Update Rollup 7 for System Center 2012 R2 Orchestrator �C Service Provider Foundation

【SPF,如果用到Windows Azure Pack,需要升级】

  • Download the Service Provider Foundation update package now.

【安装需要手动进行,所以需要注意了】

msiexec.exe /update kb3069355_Microsoft.SystemCenter.Foundation.Setup_x64.msp

安装好之后,控制面板是看不到的,如果你留着安装包,是这样去卸载
msiexec.exe /package Microsoft.SystemCenter.Foundation.Setup_x64.msi /uninstall kb3069355_Microsoft.SystemCenter.Foundation.Setup_x64.msp /passive

如果你把安装包删了,那要下面这样去卸载。

msiexec.exe /package {69344E86-7183-4384-A230-499E9914BE14} /uninstall {AC179FD2-EEFF-4E4F-A577-9AAA957639D2} /passive

Update Rollup 7 for System Center 2012 R2 Virtual Machine Manager

【新功能补丁:

支持部署Windows 10

自定义Windows 10

支持一些新的Linux系统

支持 VMWare vCenter 5.5,这里所谓的”支持”,你需要点击下面这个链接仔细学习

https://technet.microsoft.com/en-in/library/gg610683.aspx

支持虚拟网络中多个外部地址,但是,你必须使用PowerShell来实现,(未来可能会支持Windows Azure Pack)

类似下面这样:

$natConnection = Add-SCNATConnection -Name “NAT_Connection1_NatConnection” -VMNetworkGateway $VmNetworkGateway -ExternalIPPool $externalIpPoolVar -ExternalIPAddress “30.30.30.50″

$natConnection = Add-SCNATConnection -Name “NAT_Connection2_NatConnection” -VMNetworkGateway $VmNetworkGateway -ExternalIPPool $externalIpPoolVar -ExternalIPAddress “30.30.30.51″

可以使用Windows Azure Pack去配置多个外部地址

支持VMM的DHCP扩展中使用PXE和TFTP

解决了一些以前存在的问题…………,比如:

无法删除服务实例中的虚拟机的解决方法,通过以下方法重启作业

PS> Restart-Job -Job (Get-VMMServer qpg3-vmm001 | Get-Job | where { $_.ID -eq “{04de37e5-d61a-4385-8860-2cac72d44d63}”})

另外对ASR的支持也有了一些改进

还有文档Improvements to the patching process 部分,会对升级可能的一些问题作出汇总,建议大家看看】

  • Download the Server update package now.

  • Download the Administrator Console update package now.

  • Download the Guest Agent update package now.

【正常安装就可以了,如果希望手动安装,可以使用类似下面的操作

msiexec.exe /update kb3066340_vmmserver_amd64.msp】

Update Rollup 7 for Windows Azure Pack

【主要的更新就是支持Windows10,以及Windows Server TP2,其他就是修复性质的补丁】

  • Download the Windows Azure Pack update package now.

【正常安装就可以了,没有疑义】

Update Rollup 7 for Windows Azure Pack Web Sites version 2

【没看到有啥新功能】

  • Download the Windows Azure Pack update package now.

【正常安装就可以了,没有疑义】

微软云方案高端顶级群【236804566】分享成就牛B之路

欢迎关注新浪微博 @肥九叔

  • 《微软System Center 2012 R2私有云部署实战》现已上市


你可能感兴趣的:(windows,server,System,R2,2012,2012,center)