Notice: This website is an unofficial Microsoft Knowledge Base (hereinafter KB) archive and is intended to provide a reliable access to deleted content from Microsoft KB. All KB articles are owned by Microsoft Corporation. Read full disclaimer for more details.

Update Rollup 3 for System Center 2012 R2 Virtual Machine Manager


View products that this article applies to.

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.

↑ Back to the top


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

↑ Back to the top


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:


↑ Back to the top


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.
SQL script
/* 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 */


↑ Back to the top


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.

Files that are updated in Update Rollup 3 packages
Administration Console
Files that are changedFile sizeVersionLanguage IDPlatform
DB.DelegatedAdmin.dll930003.2.7672.0
Engine.Common.dll2282003.2.7634.0
Engine.Deployment.dll6387923.2.7672.0
Errors.dll45709523.2.7672.0
Errors.resources.dll15793443.2.7672.01028x64
Errors.resources.dll15793363.2.7672.01028x86
Errors.resources.dll18363683.2.7672.01029x64
Errors.resources.dll18363603.2.7672.01029x86
Errors.resources.dll19740883.2.7672.01031
Errors.resources.dll19392723.2.7672.01036
Errors.resources.dll19843283.2.7672.01038
Errors.resources.dll18276483.2.7672.01040x64
Errors.resources.dll18276643.2.7672.01040x86
Errors.resources.dll21686483.2.7672.01041x64
Errors.resources.dll21686563.2.7672.01041x86
Errors.resources.dll19239123.2.7672.01042
Errors.resources.dll17995043.2.7672.01043
Errors.resources.dll18942163.2.7672.01045
Errors.resources.dll18368723.2.7672.01046
Errors.resources.dll26059043.2.7672.01049x64
Errors.resources.dll26058963.2.7672.01049x86
Errors.resources.dll17585363.2.7672.01053x64
Errors.resources.dll17585443.2.7672.01053x86
Errors.resources.dll17769683.2.7672.01055x64
Errors.resources.dll17769763.2.7672.01055x86
Errors.resources.dll15563043.2.7672.02052x64
Errors.resources.dll15562963.2.7672.02052x86
Errors.resources.dll18588963.2.7672.02070
Errors.resources.dll15793363.2.7672.03076
Errors.resources.dll18860243.2.7672.03082
ImgLibEngine.dll41147603.2.7672.0
Microsoft.SystemCenter.VirtualMachineManager.dll20196563.2.7672.0
Microsoft.VirtualManager.UI.Dialogs.dll31931683.2.7672.0x64
Microsoft.VirtualManager.UI.Dialogs.dll31931603.2.7672.0x86
Microsoft.VirtualManager.UI.Dialogs.resources.dll10217923.2.7620.02052
Microsoft.VirtualManager.UI.Dialogs.resources.dll10566083.2.7620.01036
Microsoft.VirtualManager.UI.Dialogs.resources.dll10504643.2.7620.01031
Microsoft.VirtualManager.UI.Dialogs.resources.dll10463683.2.7620.01040
Microsoft.VirtualManager.UI.Dialogs.resources.dll10688963.2.7620.01041
Microsoft.VirtualManager.UI.Dialogs.resources.dll10468803.2.7620.01046
Microsoft.VirtualManager.UI.Dialogs.resources.dll11190723.2.7620.01049
Microsoft.VirtualManager.UI.Dialogs.resources.dll10504643.2.7620.03082
Microsoft.VirtualManager.UI.Dialogs.resources.dll10238403.2.7620.01028
Microsoft.VirtualManager.UI.Dialogs.resources.dll10473923.2.7620.01042
Microsoft.VirtualManager.UI.Dialogs.resources.dll10238403.2.7620.03076
Microsoft.VirtualManager.UI.Dialogs.resources.dll10489283.2.7620.01029
Microsoft.VirtualManager.UI.Dialogs.resources.dll10432963.2.7620.01043
Microsoft.VirtualManager.UI.Dialogs.resources.dll10555843.2.7620.01038
Microsoft.VirtualManager.UI.Dialogs.resources.dll10473923.2.7620.01045
Microsoft.VirtualManager.UI.Dialogs.resources.dll10494403.2.7620.02070
Microsoft.VirtualManager.UI.Dialogs.resources.dll10386883.2.7620.01053
Microsoft.VirtualManager.UI.Dialogs.resources.dll10427843.2.7620.01055
Microsoft.VirtualManager.UI.HardwareProperties.dll6122003.2.7634.0x64
Microsoft.VirtualManager.UI.HardwareProperties.dll6121923.2.7634.0x86
Microsoft.VirtualManager.UI.HardwareProperties.resources.dll2809283.2.7620.02052
Microsoft.VirtualManager.UI.HardwareProperties.resources.dll2850243.2.7620.01036
Microsoft.VirtualManager.UI.HardwareProperties.resources.dll2850243.2.7620.01031
Microsoft.VirtualManager.UI.HardwareProperties.resources.dll2840003.2.7620.01040
Microsoft.VirtualManager.UI.HardwareProperties.resources.dll2860483.2.7620.01041
Microsoft.VirtualManager.UI.HardwareProperties.resources.dll2840003.2.7620.01046
Microsoft.VirtualManager.UI.HardwareProperties.resources.dll2932163.2.7620.01049
Microsoft.VirtualManager.UI.HardwareProperties.resources.dll2845123.2.7620.03082
Microsoft.VirtualManager.UI.HardwareProperties.resources.dll2809283.2.7620.01028
Microsoft.VirtualManager.UI.HardwareProperties.resources.dll2834883.2.7620.01042
Microsoft.VirtualManager.UI.HardwareProperties.resources.dll2809283.2.7620.03076
Microsoft.VirtualManager.UI.HardwareProperties.resources.dll2840003.2.7620.01029
Microsoft.VirtualManager.UI.HardwareProperties.resources.dll2845123.2.7620.01043
Microsoft.VirtualManager.UI.HardwareProperties.resources.dll2840003.2.7620.01038
Microsoft.VirtualManager.UI.HardwareProperties.resources.dll2834883.2.7620.01045
Microsoft.VirtualManager.UI.HardwareProperties.resources.dll2834883.2.7620.02070
Microsoft.VirtualManager.UI.HardwareProperties.resources.dll2834883.2.7620.01053
Microsoft.VirtualManager.UI.HardwareProperties.resources.dll2840003.2.7620.01055
Microsoft.VirtualManager.UI.Pages.Datacenter.dll33826003.2.7672.0x64
Microsoft.VirtualManager.UI.Pages.Datacenter.dll33826083.2.7672.0x86
Microsoft.VirtualManager.UI.Pages.Datacenter.resources.dll12532163.2.7620.02052
Microsoft.VirtualManager.UI.Pages.Datacenter.resources.dll12885443.2.7620.01036
Microsoft.VirtualManager.UI.Pages.Datacenter.resources.dll12813763.2.7620.01031
Microsoft.VirtualManager.UI.Pages.Datacenter.resources.dll12762563.2.7620.01040
Microsoft.VirtualManager.UI.Pages.Datacenter.resources.dll13008323.2.7620.01041
Microsoft.VirtualManager.UI.Pages.Datacenter.resources.dll12772803.2.7620.01046
Microsoft.VirtualManager.UI.Pages.Datacenter.resources.dll13499843.2.7620.01049
Microsoft.VirtualManager.UI.Pages.Datacenter.resources.dll12813763.2.7620.03082
Microsoft.VirtualManager.UI.Pages.Datacenter.resources.dll12562883.2.7620.01028
Microsoft.VirtualManager.UI.Pages.Datacenter.resources.dll12783043.2.7620.01042
Microsoft.VirtualManager.UI.Pages.Datacenter.resources.dll12562883.2.7620.03076
Microsoft.VirtualManager.UI.Pages.Datacenter.resources.dll12813763.2.7620.01029
Microsoft.VirtualManager.UI.Pages.Datacenter.resources.dll12736963.2.7620.01043
Microsoft.VirtualManager.UI.Pages.Datacenter.resources.dll12859843.2.7620.01038
Microsoft.VirtualManager.UI.Pages.Datacenter.resources.dll12788163.2.7620.01045
Microsoft.VirtualManager.UI.Pages.Datacenter.resources.dll12803523.2.7620.02070
Microsoft.VirtualManager.UI.Pages.Datacenter.resources.dll12706243.2.7620.01053
Microsoft.VirtualManager.UI.Pages.Datacenter.resources.dll12742083.2.7620.01055
Microsoft.VirtualManager.UI.ServiceDesigner.dll3018963.2.7672.0x64
Microsoft.VirtualManager.UI.ServiceDesigner.dll3019043.2.7672.0x86
Microsoft.VirtualManager.UI.Specialization.dll3710403.2.7620.0x64
Microsoft.VirtualManager.UI.Specialization.resources.dll1176003.2.7620.02052
Microsoft.VirtualManager.UI.Specialization.resources.dll1196483.2.7620.01036
Microsoft.VirtualManager.UI.Specialization.resources.dll1186243.2.7620.01031
Microsoft.VirtualManager.UI.Specialization.resources.dll1191363.2.7620.01040
Microsoft.VirtualManager.UI.Specialization.resources.dll1196483.2.7620.01041
Microsoft.VirtualManager.UI.Specialization.resources.dll1186243.2.7620.01046
Microsoft.VirtualManager.UI.Specialization.resources.dll1222083.2.7620.01049
Microsoft.VirtualManager.UI.Specialization.resources.dll1191363.2.7620.03082
Microsoft.VirtualManager.UI.Specialization.resources.dll1176003.2.7620.01028
Microsoft.VirtualManager.UI.Specialization.resources.dll1186243.2.7620.01042
Microsoft.VirtualManager.UI.Specialization.resources.dll1176003.2.7620.03076
Microsoft.VirtualManager.UI.Specialization.resources.dll1186243.2.7620.01029
Microsoft.VirtualManager.UI.Specialization.resources.dll1186243.2.7620.01043
Microsoft.VirtualManager.UI.Specialization.resources.dll1191363.2.7620.01038
Microsoft.VirtualManager.UI.Specialization.resources.dll1186243.2.7620.01045
Microsoft.VirtualManager.UI.Specialization.resources.dll1191363.2.7620.02070
Microsoft.VirtualManager.UI.Specialization.resources.dll1186243.2.7620.01053
Microsoft.VirtualManager.UI.Specialization.resources.dll1181123.2.7620.01055
Microsoft.VirtualManager.UI.VmmControls.dll8943043.2.7620.0
Microsoft.VirtualManager.UI.VmmControls.resources.dll2819523.2.7620.02052
Microsoft.VirtualManager.UI.VmmControls.resources.dll2891203.2.7620.01036
Microsoft.VirtualManager.UI.VmmControls.resources.dll2865603.2.7620.01031
Microsoft.VirtualManager.UI.VmmControls.resources.dll2865603.2.7620.01040
Microsoft.VirtualManager.UI.VmmControls.resources.dll2906563.2.7620.01041
Microsoft.VirtualManager.UI.VmmControls.resources.dll2870723.2.7620.01046
Microsoft.VirtualManager.UI.VmmControls.resources.dll3029443.2.7620.01049
Microsoft.VirtualManager.UI.VmmControls.resources.dll2875843.2.7620.03082
Microsoft.VirtualManager.UI.VmmControls.resources.dll2824643.2.7620.01028
Microsoft.VirtualManager.UI.VmmControls.resources.dll2860483.2.7620.01042
Microsoft.VirtualManager.UI.VmmControls.resources.dll2824643.2.7620.03076
Microsoft.VirtualManager.UI.VmmControls.resources.dll2870723.2.7620.01029
Microsoft.VirtualManager.UI.VmmControls.resources.dll2860483.2.7620.01043
Microsoft.VirtualManager.UI.VmmControls.resources.dll2880963.2.7620.01038
Microsoft.VirtualManager.UI.VmmControls.resources.dll2865603.2.7620.01045
Microsoft.VirtualManager.UI.VmmControls.resources.dll2865603.2.7620.02070
Microsoft.VirtualManager.UI.VmmControls.resources.dll2850243.2.7620.01053
Microsoft.VirtualManager.UI.VmmControls.resources.dll2860483.2.7620.01055
Microsoft.VirtualManager.UI.VMWizards.dll3997123.2.7620.0
Remoting.dll10243363.2.7672.0
RibbonControlsLibrary.resources.dll225603.5.41019.12052
RibbonControlsLibrary.resources.dll225603.5.41019.11036
RibbonControlsLibrary.resources.dll225603.5.41019.11031
RibbonControlsLibrary.resources.dll225763.5.41019.11040
RibbonControlsLibrary.resources.dll230723.5.41019.11041
RibbonControlsLibrary.resources.dll225603.5.41019.11046
RibbonControlsLibrary.resources.dll235843.5.41019.11049
RibbonControlsLibrary.resources.dll225603.5.41019.13082
RibbonControlsLibrary.resources.dll225603.5.41019.11028
RibbonControlsLibrary.resources.dll225603.5.41019.11042
RibbonControlsLibrary.resources.dll225523.5.41019.13076
RibbonControlsLibrary.resources.dll225523.5.41019.11029
RibbonControlsLibrary.resources.dll225603.5.41019.11043
RibbonControlsLibrary.resources.dll225603.5.41019.11038
RibbonControlsLibrary.resources.dll225603.5.41019.11045
RibbonControlsLibrary.resources.dll225603.5.41019.12070
RibbonControlsLibrary.resources.dll225603.5.41019.11053
RibbonControlsLibrary.resources.dll225603.5.41019.11055
Supplemental Notices for SC 2012 R2 Virtual Machine Manager Update Rollup 3.docx31929
TraceWrapper.dll761043.2.7672.0
Utils.dll8901923.2.7672.0x64
Utils.dll8901843.2.7672.0x86
VirtualizationInterfaces.dll960803.2.7672.0x64
VirtualizationInterfaces.dll960723.2.7672.0x86
VmmEtwEvents.man186460
VMWareImplementation.dll20652563.2.7634.0
WSManAutomation.dll351763.2.7634.0
WsManWrappers.dll38255123.2.7634.0
VMM Server
Files that are changedFile sizeVersionLanguage IDPlatform
DB.DelegatedAdmin.dll930003.2.7672.0
DHCPExtn.msi1228800
Engine.Adhc.Operations.dll13386963.2.7672.0
Engine.AuthorizationManager.dll1042643.2.7672.0
Engine.AuthorizationManagerTasks.dll510163.2.7672.0
Engine.Backup.dll699603.2.7672.0
Engine.BitBos.dll2680963.2.7672.0
Engine.CloudService.dll2041043.2.7672.0
Engine.Common.dll2282003.2.7634.0
Engine.Deployment.dll6387923.2.7672.0
Engine.ImgLibOperation.dll5476563.2.7672.0
Engine.IndigoAccessLayer.dll5164243.2.7672.0
Engine.MomDal.dll6485283.2.7672.0
Engine.PhysicalMachine.dll3608003.2.7515.0
Engine.Placement.dll2860323.2.7672.0
Engine.Placement.ResourceModel.dll3295443.2.7672.0
Engine.ServiceOperations.dll2972803.2.7672.0
Engine.TaskRepository.dll1314083.2.7672.0
Engine.Tasks.dll464083.2.7672.0
Engine.VmOperations.dll12665043.2.7672.0
Errors.dll45709523.2.7672.0
Errors.resources.dll15563043.2.7672.02052
Errors.resources.dll19392723.2.7672.01036
Errors.resources.dll19740883.2.7672.01031
Errors.resources.dll18276483.2.7672.01040
Errors.resources.dll21686483.2.7672.01041
Errors.resources.dll18368723.2.7672.01046
Errors.resources.dll26059043.2.7672.01049
Errors.resources.dll18860243.2.7672.03082
Errors.resources.dll15793443.2.7672.01028
Errors.resources.dll19239123.2.7672.01042
Errors.resources.dll15793363.2.7672.03076
Errors.resources.dll18363683.2.7672.01029
Errors.resources.dll17995043.2.7672.01043
Errors.resources.dll19843283.2.7672.01038
Errors.resources.dll18942163.2.7672.01045
Errors.resources.dll18588963.2.7672.02070
Errors.resources.dll17585363.2.7672.01053
Errors.resources.dll17769683.2.7672.01055
GoalState.dll618003.2.7634.0x86
GuestAgent.Common.dll694723.2.7634.0x64
GuestAgent.Common.dll694803.2.7634.0
ImgLibEngine.dll41147603.2.7672.0
Microsoft.SystemCenter.VirtualMachineManager.2012.Discovery.mp4410723.2.7672.0
Microsoft.SystemCenter.VirtualMachineManager.2012.Monitoring.mp7032243.2.7672.0
Microsoft.SystemCenter.VirtualMachineManager.2012.Reports.mp10104163.2.7672.0
Microsoft.SystemCenter.VirtualMachineManager.Dashboard.mpb98304
Microsoft.SystemCenter.VirtualMachineManager.Library.mp1625523.2.7672.0
Microsoft.SystemCenter.VirtualMachineManager.Network.Dashboard.mpb106496
Microsoft.SystemCenter.VirtualMachineManager.Override.xml10848
Microsoft.SystemCenter.VirtualMachineManager.Pro.2008.Library.mp1092963.2.7672.0
Microsoft.SystemCenter.VirtualMachineManager.Pro.2012.Diagnostics.mp227763.2.7672.0
Microsoft.SystemCenter.VirtualMachineManager.PRO.Library.mp196963.2.7672.0
Microsoft.SystemCenter.VirtualMachineManager.PRO.V2.HyperV.HostPerformance.mp560563.2.7672.0
Microsoft.SystemCenter.VirtualMachineManager.PRO.V2.Library.mp683443.2.7672.0
Microsoft.SystemCenter.VirtualMachineManager.Storage.2012.Discovery.mp806247.1.10132.0
Microsoft.SystemCenter.VirtualMachineManager.Storage.2012.Monitoring.mp765287.1.10132.0
Microsoft.SystemCenter.VirtualMachineManager.Storage.Dashboard.mpb102400
Microsoft.SystemCenter.VirtualMachineManager.Storage.Library.mp847287.1.10132.0
msiInstaller.dat12x86
msiInstaller.exe2757283.2.7510.0x64
msiInstaller.exe3279523.2.7510.0
Remoting.dll10243363.2.7672.0
scvmmguestagent.1.0.2.1059.x64.tar4014080
scvmmguestagent.1.0.2.1059.x86.tar3522560
SCXStorageWrapper.dll1007043.2.7634.0
Supplemental Notices for SC 2012 R2 Virtual Machine Manager Update Rollup 3.docx31929
TraceWrapper.dll761043.2.7672.0
Utils.dll8901923.2.7672.0
ValHyperVImplementation.dll4247763.2.7672.0
ViridianImplementation.dll2271443.2.7672.0
ViridianImplementationV2.dll4094163.2.7672.0
VirtualizationInterfaces.dll960803.2.7672.0
VMGuestAgent.iso136839168
vmmAgent.exe63255843.2.7672.0x86
vmmAgent.msi7147520x64
vmmAgent.msi8142848
VmmEtwEvents.man186460x86
vmmGuestAgent.msi2863104x64
vmmGuestAgent.msi2936832
VMWareImplementation.dll20652563.2.7634.0
WindowsRemoteServerPlugin.dll2952483.2.7672.0
WSManAutomation.dll351763.2.7634.0
WsManWrappers.dll38255123.2.7634.0
scxvmmguestagent.1.0.2.1059.x64.tar39201.0.2.1059
scxvmmguestagent.1.0.2.1059.x86.tar34401.0.2.1059






↑ Back to the top


Keywords: kbqfe, kbfix, kbnotautohotfix, kbexpertiseinter, kbsurveynew, atdownload, kb

↑ Back to the top

Article Info
Article ID : 2965414
Revision : 1
Created on : 1/7/2017
Published on : 11/7/2014
Exists online : False
Views : 406