Sign in with Microsoft
Sign in or create an account.
Hello,
Select a different account.
You have multiple accounts
Choose the account you want to sign in with.

Introduction

This article describes the issues that are fixed in Update Rollup 3 for Microsoft System Center 2012 R2 Virtual Machine Manager. Two updates are available for System Center 2012 R2 Virtual Machine Manager. One update is for servers and the other is for the administration console. This article also contains the installation instructions for Update Rollup 3 for System Center 2012 R2 Virtual Machine Manager.

Issues that are fixed and the features that are added in Virtual Machine Manager

Issues that are fixed in this update rollup

  • Total storage for a User role is reported incorrectly. For example, the User role can use only half of the allowed quota.

  • A host cluster update fails intermittently because of a locked job.

  • Virtual machine (VM) refreshers do not update highly available virtual machines (HAVMs) after failover to another node.

  • A cluster IP address for a guest cluster configuration in a Hyper-V Network Virtualization (HNV) environment is not updated correctly by using HNV policies during failover. For more information about this issue, see the following article in the Microsoft Knowledge Base:

    2981736 The cluster IP address in an HNV environment is updated incorrectly during failover

  • Server Message Block (SMB) shares may not be usable by high availability (HA) workloads if they are also connected to stand-alone hosts.

  • Storage objects discovery does not occur on a Virtual Machine Manager server if the discovery item is too big.

  • A Virtual Machine Manager job that assigns network service back-end connectivity fails.

  • Enable maintenance mode fails when you evacuate failed-state VMs.

  • The Virtual Machine Manager service cannot be restarted because of database corruption.

  • The ZH-TW language incorrectly appears in the tooltip of the VM Network icon.

  • Library refresher rewrites the alternative data stream on every file during every update.

  • For iSCSI hardware storage-based array, when the MaskingPortsPerView property option is set to "multi-port per view," the target endpoint is not obtained as the port address.

  • The virtual hard disk (VHD) is left in the source folder after storage migration is complete.

  • The addition of a bandwidth limitation to an existing virtual private network (VPN) connection is not added to the generated script.

  • A VM that is attached to an HNV VM network loses connectivity when it is live migrated to another node in the failover cluster that is not currently hosting other VMs that belong to the same VM network.

  • VM network shared access is lost after a service restart or an update interval.

  • The Remove-SCFileShare command fails for a network-attached storage SMI-S provider.

  • Setting the template time zone to UTC (GMT +0:00) is incorrectly displayed as "Magadan Standard Time."

  • The System Center 2012 R2 Virtual Machine Manager crashes when you add groups that contain the at sign (@) character in User roles.

  • VM deployment fails in a VMWare environment when you have virtual hard disk (.vmdk) files of the same size in your template.

  • Deployment of an application host on HAVMM fails and generates a 22570 error.

  • Live migration of an HAVM cross cluster creates a duplicate VM role in the target cluster.

  • An error occurs when you apply physical adapter network settings to a teamed adapter.

  • A VMM agent crashes continuously when the HvStats_HyperVHypervisorLogicalProcessor query returns a null value.

  • A host refresh does not update the VMHostGroup value of a VMWARE cluster after the cluster is moved from VCENTER.

  • VMM reports an incorrect Disk Allocation size for dynamic VHDs that are mapped to a virtual machine.

  • A VMM service template script application does not work for a self-service role.

  • VM creation fails if Virtual Machine Manager undergoes failover during the creation process.

  • The Access Status value of a file share is incorrect in the user interface.

  • The Virtual Machine Manager service crashes because of an invalid ClusterFlags value.

  • VMs cannot be deployed from a service template to a cloud across multiple host clusters (multiple datacenters).

  • Running processes are not sent a termination signal before shutdowns occur during VM specialization.

  • RunOnce commands that run during Linux OS specialization have a time-out setting that is not configurable in the UI. To control the time-out setting for Linux RunOnce commands:

  • Create a file, and name it /opt/microsoft/scvmmguestagent/etc/commandtimeout. Put the number of seconds to use as the time-out on the first line.

    This file can be created or modified on the VHD before it's imported to the library, or by using the first RunOnce command in the OS profile. For example, the following command sets the RunOnce command time-out to 900 seconds:

    echo 900 > /opt/microsoft/scvmmguestagent/etc/commandtimeout

Features that are added in this update rollup

  • This update includes a Linux guest agent upgrade to support the following new operating systems:

    • Ubuntu Linux 14.04 LTS (32-bit)

    • Ubuntu Linux 14.04 LTS (64-bit)

    • Note Ubuntu 14.04 x64 is supported as either a generation 1 or generation 2 virtual machine. To create a generation 2 VM template for Ubuntu x64, the following configuration must be applied to the VHDX before the VMM Library import:

      1. Make sure that you have root access, and then change the directory to /boot/efi/EFI:

        cd /boot/efi/EFI

      2. Recursively copy the Ubuntu directory to a new directory that's named boot:

        cp -r ubuntu/boot

      3. In the newly created boot directory, rename shimx64.efi as bootx64.efi:

        mv /boot/efi/EFI/shimx64.efi /boot/efi/EFI/bootx64.efi

  • This update also includes the following:

    • Host DHCP extension driver upgrade

    • Several performance improvements

    • Several management pack package improvements

How to obtain and install Update Rollup N for System Center 2012

Download information

Update packages for Virtual Machine Manager are available from Microsoft Update or by manual download.

Microsoft Update

To obtain and install an update package from Microsoft Update, follow these steps on a computer that has an applicable System Center 2012 R2 component installed:

  1. Click Start, and then click Control Panel.

  2. In Control Panel, double-click Windows Update.

  3. In the Windows Update window, click Check Online for updates from Microsoft Update.

  4. Click Important updates are available.

  5. Select the update rollup packages that you want to install, and then click OK.

  6. To install the selected update packages, click Install updates.


Manual download of the update packages

Go to the following website to manually download the update packages from the Microsoft Update Catalog:

Download Download the Server update package now.

Download Download the Administration Console update package now.

Installation instructions

This update rollup includes a Management Pack package upgrade. If you use System Center Operations Manager and System Center Virtual Machine Manager integration, we recommend that you upgrade your Management Pack installation to the latest version after you apply this update. The default installation path for this package is "C:\Program Files\Microsoft System Center 2012 R2\Virtual Machine Manager\ManagementPacks."

To manually install the update packages, run the following command at an elevated command prompt:

msiexec.exe /update <packagename> Note In this command, <packagename> represents the actual package name. For example, to install the Update Rollup 3 package for a System Center 2012 R2 Virtual Machine Manager server, run the following command:

msiexec.exe /update kb2965414_vmmserver.msp Important After you install the update package, you must run the following SQL script on your Virtual Machine Manager Microsoft SQL Server database so that Update Rollup 3 functions correctly.

/* 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
GO

ALTER PROCEDURE [dbo].[prc_WLC_IsVHDSharedByAnotherVmOnHost]
@HostId [uniqueidentifier],
@VHDId [uniqueidentifier],
@VMId [uniqueidentifier]
AS
BEGIN
DECLARE @error int
SET @error = 0
SET NOCOUNT ON;

SELECT TOP 1 1 FROM dbo.[fn_WLC_GetParentChildRelationForVHD](@VHDId) vcr
JOIN dbo.tbl_WLC_VDrive vd ON
vcr.VHDId = vd.VHDId
JOIN dbo.tbl_WLC_VObject vo ON
vo.ObjectId = vd.ParentId
JOIN dbo.tbl_WLC_VMInstance vi ON
vo.ObjectId = vi.VMInstanceId
WHERE
vo.HostId = @HostId
AND
vo.ObjectId <> @VMId
AND
vi.RootVMInstanceId <> @VMId
SET @error = @@ERROR
SET NOCOUNT OFF
RETURN @error
END
GO

IF EXISTS (SELECT * FROM dbo.sysobjects
WHERE id = OBJECT_ID(N'prc_ADHC_HostDisk_GetByClusterDiskIdAndHostId')
AND OBJECTPROPERTY(id, N'IsProcedure') = 1)
DROP PROCEDURE dbo.prc_ADHC_HostDisk_GetByClusterDiskIdAndHostId
GO
CREATE PROCEDURE dbo.prc_ADHC_HostDisk_GetByClusterDiskIdAndHostId
(
@ClusterDiskID guid,
@HostID guid
)
AS
DECLARE @error int
SET @error = 0
SET NOCOUNT ON
SELECT
[DiskID],
[Signature],
[UniqueID],
[HostID],
[LibraryServerID],
[StArrayID],
[LastUpdatedDateTime],
[DeviceID],
[Index],
[Capacity],
[IsPassThroughCapable],
[IsSanAttached],
[ClusterDiskID],
[Location],
[StorageLUNID],
[SMLunId],
[SMLunIdFormat],
[SMLunIdNamespace],
[SANType],
[Bus],
[Lun],
[Target],
[Port],
[IsVHD],
[StClassificationId]
FROM dbo.tbl_ADHC_HostDisk
WHERE
[HostID] = @HostID
AND
[ClusterDiskID] = @ClusterDiskID
SELECT @error = @@ERROR
SET NOCOUNT OFF
RETURN @error
GO

-- The stored procedure will be deleted after the OS table is updated
IF EXISTS (SELECT * FROM sys.objects WHERE object_id = OBJECT_ID(N'[dbo].[prc_IL_AddOSTemp]') AND type in (N'P', N'PC'))
DROP PROCEDURE [dbo].[prc_IL_AddOSTemp]
GO
CREATE PROCEDURE [dbo].[prc_IL_AddOSTemp]
@OSId GUID,
@Name nvarchar(64),
@Description nvarchar(max),
@Edition int,
@ProductType int,
@Version nvarchar(32),
@Architecture nvarchar(32),
@OSFlags int,
@VMWareGuestId nvarchar(32),
@OSType int
AS
BEGIN
DECLARE @error int
SET @error = 0

SELECT * FROM dbo.tbl_IL_OS WHERE OSId = @OSId
-- If the OS entry doesn't exist, add the entry.
-- If it exists, update
IF (@@ROWCOUNT = 0)
BEGIN
INSERT INTO dbo.tbl_IL_OS
(
[OSId],
[Name],
[Description],
[Edition],
[ProductType],
[Version],
[Architecture],
[OSFlags],
[VMWareGuestId],
[OSType]
)
VALUES
(
@OSId,
@Name,
@Description,
@Edition,
@ProductType,
@Version,
@Architecture,
@OSFlags,
@VMWareGuestId,
@OSType
)
END
ELSE
BEGIN
UPDATE dbo.tbl_IL_OS
SET
[Name] = @Name,
[Description] = @Description,
[Edition] = @Edition,
[ProductType] = @ProductType,
[Version] = @Version,
[Architecture] = @Architecture,
[OSFlags] = @OSFlags,
[VMWareGuestId] = @VMWareGuestId,
[OSType] = @OSType
WHERE OSId = @OSId
END

SET @error = @@ERROR
RETURN @error
END
GO
prc_IL_AddOSTemp 'A3281FA8-6633-4A1D-9AB2-6B563121EC8D', 'Ubuntu Linux 14.04 (32 bit)', 'Ubuntu Linux 14.04 (32 bit)', NULL, NULL, NULL, x86 , 0x1C, 'ubuntuGuest', 1
GO
prc_IL_AddOSTemp '2AF8E4A1-05F0-444E-A96F-D4D5B86B5CC8', 'Ubuntu Linux 14.04 (64 bit)', 'Ubuntu Linux 14.04 (64 bit)', NULL, NULL, NULL, amd64 , 0x1C, 'ubuntu64Guest', 1
GO
-- Delete the temporary stored procedure
-- used to populate this table
IF EXISTS (SELECT * FROM sys.objects WHERE object_id = OBJECT_ID(N'[dbo].[prc_IL_AddOSTemp]') AND type in (N'P', N'PC'))
DROP PROCEDURE [dbo].[prc_IL_AddOSTemp]
GO
/* script ends here */



Important The System Center Virtual Machine Manager DHCP Server (x64) component must be manually updated on all VMM Hyper-V hosts. If this component is not updated, virtual machines may not be assigned an IP address for several minutes after the restart of the VM. (Eventually the VM will receive the IP address and otherwise function normally.) To check the version of the VMM DHCP agent, run the following command from an elevated PowerShell command prompt window on the host:

Get-WmiObject -Class win32_product -Filter 'Name = "Microsoft System Center Virtual Machine Manager DHCP Server (x64)"'If the version is earlier than 3.2.7672.0, you will have to update the agent. To update the agent, first uninstall the old version by running the following command from an elevated PowerShell command prompt window:

MsiExec.exe /X{3834A905-5CC1-454D-8CA4-AC449F12775D}Copy the Dhcpextn.msi file from your VMM server after you apply Update Rollup 3 for System Center 2012 R2 Virtual Machine Manager to your Hyper-V hosts. By default, the file is located in the following folder on the VMM server:

\VMM_installation_folder\SwExtn\DHCPExtn.msi
After you have copied the Dhcpextn.msi file to the host, double-click the file to start the installation process, and then follow the steps in the wizard.

Administration Console

Files that are changed

File size

Version

Language ID

Platform

DB.DelegatedAdmin.dll

93000

3.2.7672.0

Engine.Common.dll

228200

3.2.7634.0

Engine.Deployment.dll

638792

3.2.7672.0

Errors.dll

4570952

3.2.7672.0

Errors.resources.dll

1579344

3.2.7672.0

1028

x64

Errors.resources.dll

1579336

3.2.7672.0

1028

x86

Errors.resources.dll

1836368

3.2.7672.0

1029

x64

Errors.resources.dll

1836360

3.2.7672.0

1029

x86

Errors.resources.dll

1974088

3.2.7672.0

1031

Errors.resources.dll

1939272

3.2.7672.0

1036

Errors.resources.dll

1984328

3.2.7672.0

1038

Errors.resources.dll

1827648

3.2.7672.0

1040

x64

Errors.resources.dll

1827664

3.2.7672.0

1040

x86

Errors.resources.dll

2168648

3.2.7672.0

1041

x64

Errors.resources.dll

2168656

3.2.7672.0

1041

x86

Errors.resources.dll

1923912

3.2.7672.0

1042

Errors.resources.dll

1799504

3.2.7672.0

1043

Errors.resources.dll

1894216

3.2.7672.0

1045

Errors.resources.dll

1836872

3.2.7672.0

1046

Errors.resources.dll

2605904

3.2.7672.0

1049

x64

Errors.resources.dll

2605896

3.2.7672.0

1049

x86

Errors.resources.dll

1758536

3.2.7672.0

1053

x64

Errors.resources.dll

1758544

3.2.7672.0

1053

x86

Errors.resources.dll

1776968

3.2.7672.0

1055

x64

Errors.resources.dll

1776976

3.2.7672.0

1055

x86

Errors.resources.dll

1556304

3.2.7672.0

2052

x64

Errors.resources.dll

1556296

3.2.7672.0

2052

x86

Errors.resources.dll

1858896

3.2.7672.0

2070

Errors.resources.dll

1579336

3.2.7672.0

3076

Errors.resources.dll

1886024

3.2.7672.0

3082

ImgLibEngine.dll

4114760

3.2.7672.0

Microsoft.SystemCenter.VirtualMachineManager.dll

2019656

3.2.7672.0

Microsoft.VirtualManager.UI.Dialogs.dll

3193168

3.2.7672.0

x64

Microsoft.VirtualManager.UI.Dialogs.dll

3193160

3.2.7672.0

x86

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

612200

3.2.7634.0

x64

Microsoft.VirtualManager.UI.HardwareProperties.dll

612192

3.2.7634.0

x86

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

3382600

3.2.7672.0

x64

Microsoft.VirtualManager.UI.Pages.Datacenter.dll

3382608

3.2.7672.0

x86

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.ServiceDesigner.dll

301896

3.2.7672.0

x64

Microsoft.VirtualManager.UI.ServiceDesigner.dll

301904

3.2.7672.0

x86

Microsoft.VirtualManager.UI.Specialization.dll

371040

3.2.7620.0

x64

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

1024336

3.2.7672.0

RibbonControlsLibrary.resources.dll

22560

3.5.41019.1

2052

RibbonControlsLibrary.resources.dll

22560

3.5.41019.1

1036

RibbonControlsLibrary.resources.dll

22560

3.5.41019.1

1031

RibbonControlsLibrary.resources.dll

22576

3.5.41019.1

1040

RibbonControlsLibrary.resources.dll

23072

3.5.41019.1

1041

RibbonControlsLibrary.resources.dll

22560

3.5.41019.1

1046

RibbonControlsLibrary.resources.dll

23584

3.5.41019.1

1049

RibbonControlsLibrary.resources.dll

22560

3.5.41019.1

3082

RibbonControlsLibrary.resources.dll

22560

3.5.41019.1

1028

RibbonControlsLibrary.resources.dll

22560

3.5.41019.1

1042

RibbonControlsLibrary.resources.dll

22552

3.5.41019.1

3076

RibbonControlsLibrary.resources.dll

22552

3.5.41019.1

1029

RibbonControlsLibrary.resources.dll

22560

3.5.41019.1

1043

RibbonControlsLibrary.resources.dll

22560

3.5.41019.1

1038

RibbonControlsLibrary.resources.dll

22560

3.5.41019.1

1045

RibbonControlsLibrary.resources.dll

22560

3.5.41019.1

2070

RibbonControlsLibrary.resources.dll

22560

3.5.41019.1

1053

RibbonControlsLibrary.resources.dll

22560

3.5.41019.1

1055

Supplemental Notices for SC 2012 R2 Virtual Machine Manager Update Rollup 3.docx

31929

TraceWrapper.dll

76104

3.2.7672.0

Utils.dll

890192

3.2.7672.0

x64

Utils.dll

890184

3.2.7672.0

x86

VirtualizationInterfaces.dll

96080

3.2.7672.0

x64

VirtualizationInterfaces.dll

96072

3.2.7672.0

x86

VmmEtwEvents.man

186460

VMWareImplementation.dll

2065256

3.2.7634.0

WSManAutomation.dll

35176

3.2.7634.0

WsManWrappers.dll

3825512

3.2.7634.0

VMM Server

Files that are changed

File size

Version

Language ID

Platform

DB.DelegatedAdmin.dll

93000

3.2.7672.0

DHCPExtn.msi

1228800

Engine.Adhc.Operations.dll

1338696

3.2.7672.0

Engine.AuthorizationManager.dll

104264

3.2.7672.0

Engine.AuthorizationManagerTasks.dll

51016

3.2.7672.0

Engine.Backup.dll

69960

3.2.7672.0

Engine.BitBos.dll

268096

3.2.7672.0

Engine.CloudService.dll

204104

3.2.7672.0

Engine.Common.dll

228200

3.2.7634.0

Engine.Deployment.dll

638792

3.2.7672.0

Engine.ImgLibOperation.dll

547656

3.2.7672.0

Engine.IndigoAccessLayer.dll

516424

3.2.7672.0

Engine.MomDal.dll

648528

3.2.7672.0

Engine.PhysicalMachine.dll

360800

3.2.7515.0

Engine.Placement.dll

286032

3.2.7672.0

Engine.Placement.ResourceModel.dll

329544

3.2.7672.0

Engine.ServiceOperations.dll

297280

3.2.7672.0

Engine.TaskRepository.dll

131408

3.2.7672.0

Engine.Tasks.dll

46408

3.2.7672.0

Engine.VmOperations.dll

1266504

3.2.7672.0

Errors.dll

4570952

3.2.7672.0

Errors.resources.dll

1556304

3.2.7672.0

2052

Errors.resources.dll

1939272

3.2.7672.0

1036

Errors.resources.dll

1974088

3.2.7672.0

1031

Errors.resources.dll

1827648

3.2.7672.0

1040

Errors.resources.dll

2168648

3.2.7672.0

1041

Errors.resources.dll

1836872

3.2.7672.0

1046

Errors.resources.dll

2605904

3.2.7672.0

1049

Errors.resources.dll

1886024

3.2.7672.0

3082

Errors.resources.dll

1579344

3.2.7672.0

1028

Errors.resources.dll

1923912

3.2.7672.0

1042

Errors.resources.dll

1579336

3.2.7672.0

3076

Errors.resources.dll

1836368

3.2.7672.0

1029

Errors.resources.dll

1799504

3.2.7672.0

1043

Errors.resources.dll

1984328

3.2.7672.0

1038

Errors.resources.dll

1894216

3.2.7672.0

1045

Errors.resources.dll

1858896

3.2.7672.0

2070

Errors.resources.dll

1758536

3.2.7672.0

1053

Errors.resources.dll

1776968

3.2.7672.0

1055

GoalState.dll

61800

3.2.7634.0

x86

GuestAgent.Common.dll

69472

3.2.7634.0

x64

GuestAgent.Common.dll

69480

3.2.7634.0

ImgLibEngine.dll

4114760

3.2.7672.0

Microsoft.SystemCenter.VirtualMachineManager.2012.Discovery.mp

441072

3.2.7672.0

Microsoft.SystemCenter.VirtualMachineManager.2012.Monitoring.mp

703224

3.2.7672.0

Microsoft.SystemCenter.VirtualMachineManager.2012.Reports.mp

1010416

3.2.7672.0

Microsoft.SystemCenter.VirtualMachineManager.Dashboard.mpb

98304

Microsoft.SystemCenter.VirtualMachineManager.Library.mp

162552

3.2.7672.0

Microsoft.SystemCenter.VirtualMachineManager.Network.Dashboard.mpb

106496

Microsoft.SystemCenter.VirtualMachineManager.Override.xml

10848

Microsoft.SystemCenter.VirtualMachineManager.Pro.2008.Library.mp

109296

3.2.7672.0

Microsoft.SystemCenter.VirtualMachineManager.Pro.2012.Diagnostics.mp

22776

3.2.7672.0

Microsoft.SystemCenter.VirtualMachineManager.PRO.Library.mp

19696

3.2.7672.0

Microsoft.SystemCenter.VirtualMachineManager.PRO.V2.HyperV.HostPerformance.mp

56056

3.2.7672.0

Microsoft.SystemCenter.VirtualMachineManager.PRO.V2.Library.mp

68344

3.2.7672.0

Microsoft.SystemCenter.VirtualMachineManager.Storage.2012.Discovery.mp

80624

7.1.10132.0

Microsoft.SystemCenter.VirtualMachineManager.Storage.2012.Monitoring.mp

76528

7.1.10132.0

Microsoft.SystemCenter.VirtualMachineManager.Storage.Dashboard.mpb

102400

Microsoft.SystemCenter.VirtualMachineManager.Storage.Library.mp

84728

7.1.10132.0

msiInstaller.dat

12

x86

msiInstaller.exe

275728

3.2.7510.0

x64

msiInstaller.exe

327952

3.2.7510.0

Remoting.dll

1024336

3.2.7672.0

scvmmguestagent.1.0.2.1059.x64.tar

4014080

scvmmguestagent.1.0.2.1059.x86.tar

3522560

SCXStorageWrapper.dll

100704

3.2.7634.0

Supplemental Notices for SC 2012 R2 Virtual Machine Manager Update Rollup 3.docx

31929

TraceWrapper.dll

76104

3.2.7672.0

Utils.dll

890192

3.2.7672.0

ValHyperVImplementation.dll

424776

3.2.7672.0

ViridianImplementation.dll

227144

3.2.7672.0

ViridianImplementationV2.dll

409416

3.2.7672.0

VirtualizationInterfaces.dll

96080

3.2.7672.0

VMGuestAgent.iso

136839168

vmmAgent.exe

6325584

3.2.7672.0

x86

vmmAgent.msi

7147520

x64

vmmAgent.msi

8142848

VmmEtwEvents.man

186460

x86

vmmGuestAgent.msi

2863104

x64

vmmGuestAgent.msi

2936832

VMWareImplementation.dll

2065256

3.2.7634.0

WindowsRemoteServerPlugin.dll

295248

3.2.7672.0

WSManAutomation.dll

35176

3.2.7634.0

WsManWrappers.dll

3825512

3.2.7634.0

scxvmmguestagent.1.0.2.1059.x64.tar

3920

1.0.2.1059

scxvmmguestagent.1.0.2.1059.x86.tar

3440

1.0.2.1059







Need more help?

Want more options?

Explore subscription benefits, browse training courses, learn how to secure your device, and more.

Communities help you ask and answer questions, give feedback, and hear from experts with rich knowledge.

Was this information helpful?

What affected your experience?
By pressing submit, your feedback will be used to improve Microsoft products and services. Your IT admin will be able to collect this data. Privacy Statement.

Thank you for your feedback!

×