使用 Microsoft 登录
登录或创建帐户。
你好,
使用其他帐户。
你有多个帐户
选择要登录的帐户。

摘要

本文包含 Microsoft System Center 2012 R2 Virtual Machine Manager更新汇总 1 中的所有更改的完整说明。

请务必在安装此更新之前查看安装说明。

更多信息

问题

System Center 2012 R2 更新汇总 1 Virtual Machine Manager可解决以下问题:

  • System Center 2012 R2 Virtual Machine Manager无法部署新的或导入的 VMWare 模板。

  • 使用 VHDX 的虚拟机无法在 System Center 2012 R2 Virtual Machine Manager中正确刷新,你将收到以下错误消息:


    刷新作业失败并出现错误 2912:无法在虚拟磁盘上执行请求的操作,因为它当前在共享模式下使用 (0xC05CFF0A)

  • 数据库操作有时会失败,出现“FailedToAcquireLockException”。

  • 模板中指定操作系统配置文件的新虚拟机模板不使用操作系统配置文件中的凭据。

  • 使用 Cisco N1000V dvSwitch 连接的 VMWare 中的虚拟机无法从Virtual Machine Manager进行管理。

  • 如果禁用一个组合的网络适配器,则System Center Virtual Machine Manager服务崩溃。

  • Get-Scstoragearray主机命令应返回对使用分区的主机可见的存储数组。

  • 在发现网络附加存储 (NAS) 提供程序期间,使用的凭据不包括域名。

  • 某些本地化字符串在 UI 中未正确显示。

  • 查找证书的查询应与使用者名称和友好名称匹配,因为 FindBySubjectName 是通配符搜索。

  • 模板部署失败,你会收到以下错误消息:

    错误 (2904)
    VMM 找不到<服务器名称>服务器上的指定路径。
    系统找不到指定的路径 (0x80070003)

  • 虚拟硬盘 (VHD) 无法装载到主机上,因为 VHD 与其他磁盘冲突,因为Virtual Machine Manager内存字典中留下了过时的条目。

  • 由于父磁盘被刷新为非缓存,基于磁盘的差异部署可能会失败。

安装说明

System Center Virtual Machine Manager 2012 R2 的更新汇总 1 有两个更新包。 可以从以下链接手动下载它们。

Virtual Machine Manager服务器 (KB2904712)

下载 立即下载 VMM 服务器更新包。

Virtual Machine Manager控制台 (KB2919248)

下载 立即下载 VMM 控制台更新包。

若要手动安装更新包,请从提升的命令提示符运行以下命令:

msiexec.exe /update <packagename>

例如,若要为 System Center 2012 R2 Virtual Machine Manager服务器安装 Update Rollup 1 包 (KB2904712) ,请运行以下命令:

msiexec.exe /update kb2904712_vmmserver_amd64.msp

重要安装更新包后,必须在更新汇总 1 的Virtual Machine Manager Microsoft SQL Server数据库上应用以下SQL脚本才能正常运行。

/* script starts here */
ALTER Procedure [dbo].[prc_RBS_UserRoleSharedObjectRelation_Insert]
(
@ID uniqueidentifier,
@ObjectID uniqueidentifier,
@ObjectType int,
@RoleID uniqueidentifier,
@UserOrGroup varbinary (85),
@ForeignAccount nvarchar (256),
@IsADGroup bit,
@ExistingID uniqueidentifier = NULL OUTPUT
)
AS
SET NOCOUNT ON
SELECT @ExistingID = [ID] FROM [dbo].[tbl_RBS_UserRoleSharedObjectRelation]
WHERE [ObjectID] = @ObjectID AND [RoleID] = @RoleID
AND
-- Select owner OR Select all which matches ForeignAccount or UserOrGroup OR
-- both ForeignAccount and UserOrGroup is NULL
(([UserOrGroup] = @UserOrGroup OR [ForeignAccount] = @ForeignAccount) OR
([UserOrGroup] IS NULL AND @UserOrGroup IS NULL AND [ForeignAccount] IS NULL AND @ForeignAccount IS NULL))
/* Ignore duplicate entries */
IF (@ExistingID IS NULL)
BEGIN
INSERT [dbo].[tbl_RBS_UserRoleSharedObjectRelation]
([ID]
,[ObjectID]
,[ObjectType]
,[RoleID]
,[UserOrGroup]
,[ForeignAccount]
,[IsADGroup]
,[IsOwner]
)
VALUES
(
@ID,
@ObjectID,
@ObjectType,
@RoleID,
@UserOrGroup,
@ForeignAccount,
@IsADGroup,
0
)
END
SET NOCOUNT OFF
RETURN @@ERROR
/* script ends here */



请注意,安装适用于Virtual Machine Manager的更新汇总 1 后,可能会遇到以下问题之一:

  • 尝试将加载项导入Virtual Machine Manager控制台时,导入可能不成功。 此外,你还会收到以下错误消息:


    尝试为帐户创建加载项文件夹时出错:“

    C:\Program Files\Microsoft System Center 2012 R2\Virtual Machine Manager\bin\AddInPipeline\AddIns”被拒绝。

  • 打开 VMM 控制台时,会收到以下错误消息:


    由于以下错误,无法更新托管代码加载项管道:

    所需的文件夹“C:\Program Files\Microsoft System Center 2012 R2\Virtual Machine Manager\bin\AddInPipeline\HostSideAdapters”不存在。

若要解决这些问题,请执行以下步骤:

  1. 找到以下文件夹:C:

    \Program Files\Microsoft System Center 2012 R2\Virtual Machine Manager\bin

  2. 右键单击 AddInPipeline 文件夹,然后单击 “属性”。

  3. “安全 ”选项卡上,单击 “高级”,然后单击 “继续”。

  4. 选择 BUILTIN 组,然后单击 “编辑”。

  5. 单击 “选择主体 ”链接,键入“经过身份验证的用户”,然后单击 “确定”。

  6. 单击 “确定 ”关闭与属性关联的每个对话框。

更新汇总 1 包中更新的文件

File name

File size

File version

体系结构

DB.DelegatedAdmin.dll

93024

3.2.7620.0

Engine.Adhc.Operations.dll

1337696

3.2.7620.0

Engine.AuthorizationManager.dll

104288

3.2.7620.0

Engine.AuthorizationManagerTasks.dll

51040

3.2.7620.0

Engine.Backup.dll

68960

3.2.7620.0

Engine.Common.dll

227168

3.2.7620.0

Engine.Deployment.dll

638816

3.2.7620.0

Engine.ImgLibOperation.dll

547680

3.2.7620.0

Engine.IndigoAccessLayer.dll

515936

3.2.7620.0

Engine.PhysicalMachine.dll

360800

3.2.7515.0

Engine.VmOperations.dll

1263456

3.2.7620.0

ImgLibEngine.dll

4109664

3.2.7620.0

msiInstaller.dat

12

Remoting.dll

1024352

3.2.7620.0

SC 2012 R2 Virtual Machine Manager更新汇总1.docx补充通知

31978

Utils.dll

887648

3.2.7620.0

vmmAgent.exe

6323552

3.2.7620.0

vmmAgent.msi

7147520

x86

vmmAgent.msi

8142848

x64

VMWareImplementation.dll

2065248

3.2.7620.0


File name

File size

File version

语言 ID

DB.DelegatedAdmin.dll

93024

3.2.7620.0

Engine.Common.dll

227168

3.2.7620.0

Engine.Deployment.dll

638816

3.2.7620.0

ImgLibEngine.dll

4109664

3.2.7620.0

Microsoft.SystemCenter.VirtualMachineManager.dll

2018656

3.2.7620.0

Microsoft.VirtualManager.UI.Dialogs.dll

3192672

3.2.7620.0

Microsoft.VirtualManager.UI.Dialogs.resources.dll

1021792

3.2.7620.0

2052

Microsoft.VirtualManager.UI.Dialogs.resources.dll

1056608

3.2.7620.0

1036

Microsoft.VirtualManager.UI.Dialogs.resources.dll

1050464

3.2.7620.0

1031

Microsoft.VirtualManager.UI.Dialogs.resources.dll

1046368

3.2.7620.0

1040

Microsoft.VirtualManager.UI.Dialogs.resources.dll

1068896

3.2.7620.0

1041

Microsoft.VirtualManager.UI.Dialogs.resources.dll

1046880

3.2.7620.0

1046

Microsoft.VirtualManager.UI.Dialogs.resources.dll

1119072

3.2.7620.0

1049

Microsoft.VirtualManager.UI.Dialogs.resources.dll

1050464

3.2.7620.0

3082

Microsoft.VirtualManager.UI.Dialogs.resources.dll

1023840

3.2.7620.0

1028

Microsoft.VirtualManager.UI.Dialogs.resources.dll

1047392

3.2.7620.0

1042

Microsoft.VirtualManager.UI.Dialogs.resources.dll

1023840

3.2.7620.0

3076

Microsoft.VirtualManager.UI.Dialogs.resources.dll

1048928

3.2.7620.0

1029

Microsoft.VirtualManager.UI.Dialogs.resources.dll

1043296

3.2.7620.0

1043

Microsoft.VirtualManager.UI.Dialogs.resources.dll

1055584

3.2.7620.0

1038

Microsoft.VirtualManager.UI.Dialogs.resources.dll

1047392

3.2.7620.0

1045

Microsoft.VirtualManager.UI.Dialogs.resources.dll

1049440

3.2.7620.0

2070

Microsoft.VirtualManager.UI.Dialogs.resources.dll

1038688

3.2.7620.0

1053

Microsoft.VirtualManager.UI.Dialogs.resources.dll

1042784

3.2.7620.0

1055

Microsoft.VirtualManager.UI.HardwareProperties.dll

612192

3.2.7620.0

Microsoft.VirtualManager.UI.HardwareProperties.resources.dll

280928

3.2.7620.0

2052

Microsoft.VirtualManager.UI.HardwareProperties.resources.dll

285024

3.2.7620.0

1036

Microsoft.VirtualManager.UI.HardwareProperties.resources.dll

285024

3.2.7620.0

1031

Microsoft.VirtualManager.UI.HardwareProperties.resources.dll

284000

3.2.7620.0

1040

Microsoft.VirtualManager.UI.HardwareProperties.resources.dll

286048

3.2.7620.0

1041

Microsoft.VirtualManager.UI.HardwareProperties.resources.dll

284000

3.2.7620.0

1046

Microsoft.VirtualManager.UI.HardwareProperties.resources.dll

293216

3.2.7620.0

1049

Microsoft.VirtualManager.UI.HardwareProperties.resources.dll

284512

3.2.7620.0

3082

Microsoft.VirtualManager.UI.HardwareProperties.resources.dll

280928

3.2.7620.0

1028

Microsoft.VirtualManager.UI.HardwareProperties.resources.dll

283488

3.2.7620.0

1042

Microsoft.VirtualManager.UI.HardwareProperties.resources.dll

280928

3.2.7620.0

3076

Microsoft.VirtualManager.UI.HardwareProperties.resources.dll

284000

3.2.7620.0

1029

Microsoft.VirtualManager.UI.HardwareProperties.resources.dll

284512

3.2.7620.0

1043

Microsoft.VirtualManager.UI.HardwareProperties.resources.dll

284000

3.2.7620.0

1038

Microsoft.VirtualManager.UI.HardwareProperties.resources.dll

283488

3.2.7620.0

1045

Microsoft.VirtualManager.UI.HardwareProperties.resources.dll

283488

3.2.7620.0

2070

Microsoft.VirtualManager.UI.HardwareProperties.resources.dll

283488

3.2.7620.0

1053

Microsoft.VirtualManager.UI.HardwareProperties.resources.dll

284000

3.2.7620.0

1055

Microsoft.VirtualManager.UI.Pages.Datacenter.dll

3379552

3.2.7620.0

Microsoft.VirtualManager.UI.Pages.Datacenter.resources.dll

1253216

3.2.7620.0

2052

Microsoft.VirtualManager.UI.Pages.Datacenter.resources.dll

1288544

3.2.7620.0

1036

Microsoft.VirtualManager.UI.Pages.Datacenter.resources.dll

1281376

3.2.7620.0

1031

Microsoft.VirtualManager.UI.Pages.Datacenter.resources.dll

1276256

3.2.7620.0

1040

Microsoft.VirtualManager.UI.Pages.Datacenter.resources.dll

1300832

3.2.7620.0

1041

Microsoft.VirtualManager.UI.Pages.Datacenter.resources.dll

1277280

3.2.7620.0

1046

Microsoft.VirtualManager.UI.Pages.Datacenter.resources.dll

1349984

3.2.7620.0

1049

Microsoft.VirtualManager.UI.Pages.Datacenter.resources.dll

1281376

3.2.7620.0

3082

Microsoft.VirtualManager.UI.Pages.Datacenter.resources.dll

1256288

3.2.7620.0

1028

Microsoft.VirtualManager.UI.Pages.Datacenter.resources.dll

1278304

3.2.7620.0

1042

Microsoft.VirtualManager.UI.Pages.Datacenter.resources.dll

1256288

3.2.7620.0

3076

Microsoft.VirtualManager.UI.Pages.Datacenter.resources.dll

1281376

3.2.7620.0

1029

Microsoft.VirtualManager.UI.Pages.Datacenter.resources.dll

1273696

3.2.7620.0

1043

Microsoft.VirtualManager.UI.Pages.Datacenter.resources.dll

1285984

3.2.7620.0

1038

Microsoft.VirtualManager.UI.Pages.Datacenter.resources.dll

1278816

3.2.7620.0

1045

Microsoft.VirtualManager.UI.Pages.Datacenter.resources.dll

1280352

3.2.7620.0

2070

Microsoft.VirtualManager.UI.Pages.Datacenter.resources.dll

1270624

3.2.7620.0

1053

Microsoft.VirtualManager.UI.Pages.Datacenter.resources.dll

1274208

3.2.7620.0

1055

Microsoft.VirtualManager.UI.Specialization.dll

371040

3.2.7620.0

Microsoft.VirtualManager.UI.Specialization.resources.dll

117600

3.2.7620.0

2052

Microsoft.VirtualManager.UI.Specialization.resources.dll

119648

3.2.7620.0

1036

Microsoft.VirtualManager.UI.Specialization.resources.dll

118624

3.2.7620.0

1031

Microsoft.VirtualManager.UI.Specialization.resources.dll

119136

3.2.7620.0

1040

Microsoft.VirtualManager.UI.Specialization.resources.dll

119648

3.2.7620.0

1041

Microsoft.VirtualManager.UI.Specialization.resources.dll

118624

3.2.7620.0

1046

Microsoft.VirtualManager.UI.Specialization.resources.dll

122208

3.2.7620.0

1049

Microsoft.VirtualManager.UI.Specialization.resources.dll

119136

3.2.7620.0

3082

Microsoft.VirtualManager.UI.Specialization.resources.dll

117600

3.2.7620.0

1028

Microsoft.VirtualManager.UI.Specialization.resources.dll

118624

3.2.7620.0

1042

Microsoft.VirtualManager.UI.Specialization.resources.dll

117600

3.2.7620.0

3076

Microsoft.VirtualManager.UI.Specialization.resources.dll

118624

3.2.7620.0

1029

Microsoft.VirtualManager.UI.Specialization.resources.dll

118624

3.2.7620.0

1043

Microsoft.VirtualManager.UI.Specialization.resources.dll

119136

3.2.7620.0

1038

Microsoft.VirtualManager.UI.Specialization.resources.dll

118624

3.2.7620.0

1045

Microsoft.VirtualManager.UI.Specialization.resources.dll

119136

3.2.7620.0

2070

Microsoft.VirtualManager.UI.Specialization.resources.dll

118624

3.2.7620.0

1053

Microsoft.VirtualManager.UI.Specialization.resources.dll

118112

3.2.7620.0

1055

Microsoft.VirtualManager.UI.VmmControls.dll

894304

3.2.7620.0

Microsoft.VirtualManager.UI.VmmControls.resources.dll

281952

3.2.7620.0

2052

Microsoft.VirtualManager.UI.VmmControls.resources.dll

289120

3.2.7620.0

1036

Microsoft.VirtualManager.UI.VmmControls.resources.dll

286560

3.2.7620.0

1031

Microsoft.VirtualManager.UI.VmmControls.resources.dll

286560

3.2.7620.0

1040

Microsoft.VirtualManager.UI.VmmControls.resources.dll

290656

3.2.7620.0

1041

Microsoft.VirtualManager.UI.VmmControls.resources.dll

287072

3.2.7620.0

1046

Microsoft.VirtualManager.UI.VmmControls.resources.dll

302944

3.2.7620.0

1049

Microsoft.VirtualManager.UI.VmmControls.resources.dll

287584

3.2.7620.0

3082

Microsoft.VirtualManager.UI.VmmControls.resources.dll

282464

3.2.7620.0

1028

Microsoft.VirtualManager.UI.VmmControls.resources.dll

286048

3.2.7620.0

1042

Microsoft.VirtualManager.UI.VmmControls.resources.dll

282464

3.2.7620.0

3076

Microsoft.VirtualManager.UI.VmmControls.resources.dll

287072

3.2.7620.0

1029

Microsoft.VirtualManager.UI.VmmControls.resources.dll

286048

3.2.7620.0

1043

Microsoft.VirtualManager.UI.VmmControls.resources.dll

288096

3.2.7620.0

1038

Microsoft.VirtualManager.UI.VmmControls.resources.dll

286560

3.2.7620.0

1045

Microsoft.VirtualManager.UI.VmmControls.resources.dll

286560

3.2.7620.0

2070

Microsoft.VirtualManager.UI.VmmControls.resources.dll

285024

3.2.7620.0

1053

Microsoft.VirtualManager.UI.VmmControls.resources.dll

286048

3.2.7620.0

1055

Microsoft.VirtualManager.UI.VMWizards.dll

399712

3.2.7620.0

Remoting.dll

1024352

3.2.7620.0

SC 2012 R2 Virtual Machine Manager更新汇总1.docx补充通知

31978

Utils.dll

887648

3.2.7620.0

VMWareImplementation.dll

2065248

3.2.7620.0


需要更多帮助?

需要更多选项?

了解订阅权益、浏览培训课程、了解如何保护设备等。

社区可帮助你提出和回答问题、提供反馈,并听取经验丰富专家的意见。

此信息是否有帮助?

你对语言质量的满意程度如何?
哪些因素影响了你的体验?
按“提交”即表示你的反馈将用于改进 Microsoft 产品和服务。 你的 IT 管理员将能够收集此数据。 隐私声明。

谢谢您的反馈!

×