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.

Cumulative Update 2 for System Center 2016 Virtual Machine Manager Technical Preview 5


View products that this article applies to.

Introduction

This article describes the issues that are fixed in Cumulative Update 2 for Microsoft System Center 2016 Virtual Machine Manager (VMM) Technical Preview 5. There are two updates available for Cumulative Update 2 for System Center 2016 Virtual Machine Manager Technical Preview 5: one for VMM Server and one for the Administrator Console. Additionally, this article contains the installation instructions for this cumulative update.

↑ Back to the top


Scenarios enabled in this cumulative update

Scenario 1: Support for bare metal deployments of Nano Server-based Hyper-V hosts

With this cumulative update, you can do bare metal deployments of Nano Server-based Hyper-V hosts by using VMM.

Note Bare metal deployment of Nano Server-based Compute & Storage clusters is currently not supported with VMM, but will be supported soon.

If you do not have this cumulative update installed and you are trying to do bare metal deployment of Nano Server-based Hyper-V hosts using VMM, you will experience issues. If you have encountered this scenario, we recommend that you deploy Nano Server on bare metal computers outside VMM and then bring the nodes to VMMs management.

Scenario 2: Support for Switch Embedded Teaming (SET) for non-Network Controller-managed hosts

With this cumulative update, you can configure SET on non-Network Controller-managed hosts. Before this update, SET was only supported for Network Controller-managed hosts.

Issues that are fixed in this cumulative update

  • Issue 1: As a Delegated Administrator (DA), when you try to configure the load balancer on the Network Controller Service, the service crashes with a NULL pointer exception.

    This issue is fixed in this cumulative update. However, to temporarily work around this issue, use the Fabric administrator to configure the load balancer.

  • Issue 2: When you try to configure VPN connections that are running on a Network Controller-managed gateway, VMM does not display the VPNServerAddress object on the VMM Console.

    If you try to configure a VPN connection from Windows Azure Pack (WAP), the connection fails with an error. This may block users from setting up remote endpoints for the connection.

    This issue is fixed in this cumulative update. However, to temporarily work around this issue, you can obtain the VPNServerAddress object from the Network Controller JSON.

  • Issue 3: When you try to configure VPN connections that are running on a Network Controller-managed gateway and specify "IKEV2" as the protocol, the configuration fails, and you receive the following error message:
    Plugin for network service 'Network Controller' threw an exception: 'One or more parameters specified for the operation are not valid. Specify valid parameters.'

    Work with the network service vendor to fix the problem.

    ID: 50124

    This may block Windows Azure Pack (WAP) users from creating Site-to-Site VPN connection with Network Controller fabric. This issue is fixed in this cumulative update. However, to temporarily work around this issue, specify the protocol as "IPsec" (Internet Protocol Security).
  • Issue 4: If you configure a Gateway (for NAT) on a Network Controller-managed network without specifying an external address pool (which will be used to configure the external IP address for NAT), configuration of the gateway fails.

  • Issue 5: If the VMM Server is installed on a non-English operating system, deployment of Storage Spaces Direct (S2D) clusters (both aggregated and hyper-converged) through VMM fails.

    To work around this issue, use PowerShell to deploy and S2D cluster and to skip cluster validation, as in the following examples.

    For an SOFS S2D cluster:
    Install-SCStorageFileServer –ClusterName name -ScaleoutFileServerName name -RunAsAccount RunAsAccount -AddExistingComputer Listofnodes -RunAsynchronously -DASModeEnabled –SkipClusterValidation

    For a Hyper-converged S2D cluster:
    Install-SCVMHostCluster -ClusterName name -JobGroup JobGroup -RunAsynchronously -EnableSpaces -Credential AdminRunAsAccount -VMHost VMHosts –SkipValidation
  • Issue 6: Creating Shielded VMs on Guarded Hosts on an untrusted network or on a perimeter network fails.

  • Issue 7: When you deploy the Software Defined Networking (SDN) Gateway and onboard it to the Network Controller in VMM, connectivity issues occur between the gateway VM and the tenant VM.

    This issue is fixed in this cumulative update. However, to temporarily work around this issue, disconnect the gateway network adapter, and connect it back to the switch. Or, restart the host.

Known issues

Trying to install Cumulative Update 2 for System Center 2016 Virtual Machine Manager Technical Preview 5 on a Technical Preview 5 (or on Cumulative Update 1 for Technical Preview 5) environment that has a Logical Switch (network controller managed) with uplink mode as Team, may lead to the following issues:
  • Logical switch compliance issue with the below error:
    Error (26809)
    The virtual switch configuration does not match the expected uplink mode setting of UplinkMode from the logical switch.

    Recommended Action
    In VMM, remediate the compliance of this virtual switch on the Hyper-V host.

  • Failure of logical switch deployment

To work around these issues, run the following script on the VMM Database:
-- TP5 contains SET switches as 'Team' uplink mode with NC managed
-- SET without NC support adds a new 'Embedded Team' uplink mode
-- Convert the uplink mode from 'Team' to 'Embedded Team' for NC managed switches
UPDATE [dbo].[tbl_NetMan_LogicalSwitch]
SET
UplinkMode = 3 -- Embedded Team
WHERE UplinkMode = 2 AND ID IN (
-- Find logical switches with MS Azure VFP Extension (MS Network Controller)
SELECT ls.LogicalSwitchID
FROM [dbo].[tbl_NetMan_LogicalSwitchToVsemExtension] ls
INNER JOIN
[dbo].[tbl_NetMan_VirtualSwitchExtension] vse
ON ls.VsemExtensionId = vse.ID
WHERE vse.DriverNetCfgInstanceID = 'E9B59CFA-2BE1-4B21-828F-B6FBDBDDC017' -- Microsoft Azure VFP Extension
)
GO

↑ Back to the top



How to obtain and install Cumulative Update 2 for System Center 2016 Virtual Machine Manager Technical Preview 5

Download information

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

Manual download of the update packages
Go to the following websites to manually download the update packages from the Microsoft Download Center:

↑ Back to the top


Installation instructions
To manually install the update packages, run the following command from an elevated command prompt:

msiexec.exe /update packagename


For example, to install the Cumulative Update 2 package for a System Center 2016 Virtual Machine Manager Technical Preview 5 server (KB3160164), run the following command:

msiexec.exe /update kb3160164_vmmserver_amd64.msp

Note When you perform an update to a cumulative update on the VMM server, the update requires installing both the VMM Server and Administrator Console updates. For more information, see the following article in the Microsoft Knowledge Base:
3066343 How to install, remove, or verify update packages for Virtual Machine Manager

↑ Back to the top


Files updated in this update rollup

Administrator Console KB3160165
Files that are changedFile sizeVersionLanguage IDPlatform
Errors.dll51986004.0.1381.00x86
Errors.dll51986004.0.1381.00x64
ImgLibEngine.dll51248724.0.1381.00
Microsoft.SystemCenter.VirtualMachineManager.dll22320724.0.1381.00
Microsoft.VirtualManager.UI.Dialogs.dll36503124.0.1381.00
Microsoft.VirtualManager.UI.Pages.Datacenter.dll36651604.0.1381.00
Microsoft.VirtualManager.UI.VmmControls.dll9362004.0.1381.00
Remoting.dll11850324.0.1381.00x86
Remoting.dll11850324.0.1381.00x64
Errors.resources.dll17881684.0.1381.04x86
Errors.resources.dll17881684.0.1381.04x64
Microsoft.SystemCenter.VirtualMachineManager.resources.dll330324.0.1381.04x86
Microsoft.SystemCenter.VirtualMachineManager.resources.dll330324.0.1381.04x64
Microsoft.VirtualManager.UI.Dialogs.resources.dll11456084.0.1381.04
Microsoft.VirtualManager.UI.Pages.Datacenter.resources.dll13575764.0.1381.04
Microsoft.VirtualManager.UI.VmmControls.resources.dll2962004.0.1381.04
Remoting.resources.dll1318484.0.1381.04x86
Remoting.resources.dll1318484.0.1381.04x64
Errors.resources.dll21004884.0.1381.05x86
Errors.resources.dll21004884.0.1381.05x64
Microsoft.SystemCenter.VirtualMachineManager.resources.dll340564.0.1381.05x86
Microsoft.SystemCenter.VirtualMachineManager.resources.dll340564.0.1381.05x64
Microsoft.VirtualManager.UI.Dialogs.resources.dll11783764.0.1381.05
Microsoft.VirtualManager.UI.Pages.Datacenter.resources.dll13877844.0.1381.05
Microsoft.VirtualManager.UI.VmmControls.resources.dll3013204.0.1381.05
Remoting.resources.dll1415764.0.1381.05x86
Remoting.resources.dll1415764.0.1381.05x64
Errors.resources.dll22484564.0.1381.07x86
Errors.resources.dll22484564.0.1381.07x64
Microsoft.SystemCenter.VirtualMachineManager.resources.dll340564.0.1381.07x86
Microsoft.SystemCenter.VirtualMachineManager.resources.dll340564.0.1381.07x64
Microsoft.VirtualManager.UI.Dialogs.resources.dll11799124.0.1381.07
Microsoft.VirtualManager.UI.Pages.Datacenter.resources.dll13888084.0.1381.07
Microsoft.VirtualManager.UI.VmmControls.resources.dll3013204.0.1381.07
Remoting.resources.dll1379924.0.1381.07x86
Remoting.resources.dll1379924.0.1381.07x64
Errors.resources.dll21588564.0.1381.010x86
Errors.resources.dll21588564.0.1381.010x64
Microsoft.SystemCenter.VirtualMachineManager.resources.dll340564.0.1381.010x86
Microsoft.SystemCenter.VirtualMachineManager.resources.dll340564.0.1381.010x64
Microsoft.VirtualManager.UI.Dialogs.resources.dll11799124.0.1381.010
Microsoft.VirtualManager.UI.Pages.Datacenter.resources.dll13888084.0.1381.010
Microsoft.VirtualManager.UI.VmmControls.resources.dll3018324.0.1381.010
Remoting.resources.dll1410644.0.1381.010x86
Remoting.resources.dll1410644.0.1381.010x64
Errors.resources.dll22208084.0.1381.012x86
Errors.resources.dll22208084.0.1381.012x64
Microsoft.SystemCenter.VirtualMachineManager.resources.dll340564.0.1381.012x86
Microsoft.SystemCenter.VirtualMachineManager.resources.dll340564.0.1381.012x64
Microsoft.VirtualManager.UI.Dialogs.resources.dll11870804.0.1381.012
Microsoft.VirtualManager.UI.Pages.Datacenter.resources.dll13970004.0.1381.012
Microsoft.VirtualManager.UI.VmmControls.resources.dll3033684.0.1381.012
Remoting.resources.dll1410644.0.1381.012x86
Remoting.resources.dll1410644.0.1381.012x64
Errors.resources.dll22607444.0.1381.014x86
Errors.resources.dll22607444.0.1381.014x64
Microsoft.SystemCenter.VirtualMachineManager.resources.dll340564.0.1381.014x86
Microsoft.SystemCenter.VirtualMachineManager.resources.dll340564.0.1381.014x64
Microsoft.VirtualManager.UI.Dialogs.resources.dll11850324.0.1381.014
Microsoft.VirtualManager.UI.Pages.Datacenter.resources.dll13944404.0.1381.014
Microsoft.VirtualManager.UI.VmmControls.resources.dll3028564.0.1381.014
Remoting.resources.dll1426004.0.1381.014x86
Remoting.resources.dll1426004.0.1381.014x64
Errors.resources.dll20969044.0.1381.016x86
Errors.resources.dll20969044.0.1381.016x64
Microsoft.SystemCenter.VirtualMachineManager.resources.dll340564.0.1381.016x86
Microsoft.SystemCenter.VirtualMachineManager.resources.dll340564.0.1381.016x64
Microsoft.VirtualManager.UI.Dialogs.resources.dll11737684.0.1381.016
Microsoft.VirtualManager.UI.Pages.Datacenter.resources.dll13831764.0.1381.016
Microsoft.VirtualManager.UI.VmmControls.resources.dll3013204.0.1381.016
Remoting.resources.dll1390164.0.1381.016x86
Remoting.resources.dll1390164.0.1381.016x64
Errors.resources.dll24824404.0.1381.017x86
Errors.resources.dll24824404.0.1381.017x64
Microsoft.SystemCenter.VirtualMachineManager.resources.dll345684.0.1381.017x86
Microsoft.SystemCenter.VirtualMachineManager.resources.dll345684.0.1381.017x64
Microsoft.VirtualManager.UI.Dialogs.resources.dll12019284.0.1381.017
Microsoft.VirtualManager.UI.Pages.Datacenter.resources.dll14103124.0.1381.017
Microsoft.VirtualManager.UI.VmmControls.resources.dll3054164.0.1381.017
Remoting.resources.dll1426004.0.1381.017x86
Remoting.resources.dll1426004.0.1381.017x64
Errors.resources.dll21962324.0.1381.018x86
Errors.resources.dll21962324.0.1381.018x64
Microsoft.SystemCenter.VirtualMachineManager.resources.dll340564.0.1381.018x86
Microsoft.SystemCenter.VirtualMachineManager.resources.dll340564.0.1381.018x64
Microsoft.VirtualManager.UI.Dialogs.resources.dll11758164.0.1381.018
Microsoft.VirtualManager.UI.Pages.Datacenter.resources.dll13847124.0.1381.018
Microsoft.VirtualManager.UI.VmmControls.resources.dll3002964.0.1381.018
Remoting.resources.dll1374804.0.1381.018x86
Remoting.resources.dll1374804.0.1381.018x64
Errors.resources.dll20651604.0.1381.019x86
Errors.resources.dll20651604.0.1381.019x64
Microsoft.SystemCenter.VirtualMachineManager.resources.dll340564.0.1381.019x86
Microsoft.SystemCenter.VirtualMachineManager.resources.dll340564.0.1381.019x64
Microsoft.VirtualManager.UI.Dialogs.resources.dll11717204.0.1381.019
Microsoft.VirtualManager.UI.Pages.Datacenter.resources.dll13806164.0.1381.019
Microsoft.VirtualManager.UI.VmmControls.resources.dll3002964.0.1381.019
Remoting.resources.dll1379924.0.1381.019x86
Remoting.resources.dll1379924.0.1381.019x64
Errors.resources.dll21696084.0.1381.021x86
Errors.resources.dll21696084.0.1381.021x64
Microsoft.SystemCenter.VirtualMachineManager.resources.dll340564.0.1381.021x86
Microsoft.SystemCenter.VirtualMachineManager.resources.dll340564.0.1381.021x64
Microsoft.VirtualManager.UI.Dialogs.resources.dll11758164.0.1381.021
Microsoft.VirtualManager.UI.Pages.Datacenter.resources.dll13857364.0.1381.021
Microsoft.VirtualManager.UI.VmmControls.resources.dll3013204.0.1381.021
Remoting.resources.dll1410644.0.1381.021x86
Remoting.resources.dll1410644.0.1381.021x64
Errors.resources.dll29657684.0.1381.025x86
Errors.resources.dll29657684.0.1381.025x64
Microsoft.SystemCenter.VirtualMachineManager.resources.dll361044.0.1381.025x86
Microsoft.SystemCenter.VirtualMachineManager.resources.dll361044.0.1381.025x64
Microsoft.VirtualManager.UI.Dialogs.resources.dll12608084.0.1381.025
Microsoft.VirtualManager.UI.Pages.Datacenter.resources.dll14656084.0.1381.025
Microsoft.VirtualManager.UI.VmmControls.resources.dll3177044.0.1381.025
Remoting.resources.dll1584724.0.1381.025x86
Remoting.resources.dll1584724.0.1381.025x64
Errors.resources.dll20144724.0.1381.029x86
Errors.resources.dll20144724.0.1381.029x64
Microsoft.SystemCenter.VirtualMachineManager.resources.dll335444.0.1381.029x86
Microsoft.SystemCenter.VirtualMachineManager.resources.dll335444.0.1381.029x64
Microsoft.VirtualManager.UI.Dialogs.resources.dll11655764.0.1381.029
Microsoft.VirtualManager.UI.Pages.Datacenter.resources.dll13770324.0.1381.029
Microsoft.VirtualManager.UI.VmmControls.resources.dll2992724.0.1381.029
Remoting.resources.dll1374804.0.1381.029x86
Remoting.resources.dll1374804.0.1381.029x64
Errors.resources.dll20385364.0.1381.031x86
Errors.resources.dll20385364.0.1381.031x64
Microsoft.SystemCenter.VirtualMachineManager.resources.dll335444.0.1381.031x86
Microsoft.SystemCenter.VirtualMachineManager.resources.dll335444.0.1381.031x64
Microsoft.VirtualManager.UI.Dialogs.resources.dll11701844.0.1381.031
Microsoft.VirtualManager.UI.Pages.Datacenter.resources.dll13811284.0.1381.031
Microsoft.VirtualManager.UI.VmmControls.resources.dll3002964.0.1381.031
Remoting.resources.dll1385044.0.1381.031x86
Remoting.resources.dll1385044.0.1381.031x64
Errors.resources.dll18147924.0.1381.01028x86
Errors.resources.dll18147924.0.1381.01028x64
Microsoft.SystemCenter.VirtualMachineManager.resources.dll330324.0.1381.01028x86
Microsoft.SystemCenter.VirtualMachineManager.resources.dll330324.0.1381.01028x64
Microsoft.VirtualManager.UI.Dialogs.resources.dll11481684.0.1381.01028
Microsoft.VirtualManager.UI.Pages.Datacenter.resources.dll13606484.0.1381.01028
Microsoft.VirtualManager.UI.VmmControls.resources.dll2967124.0.1381.01028
Remoting.resources.dll1323604.0.1381.01028x86
Remoting.resources.dll1323604.0.1381.01028x64
Errors.resources.dll21071444.0.1381.01046x86
Errors.resources.dll21071444.0.1381.01046x64
Microsoft.SystemCenter.VirtualMachineManager.resources.dll340564.0.1381.01046x86
Microsoft.SystemCenter.VirtualMachineManager.resources.dll340564.0.1381.01046x64
Microsoft.VirtualManager.UI.Dialogs.resources.dll11758164.0.1381.01046
Microsoft.VirtualManager.UI.Pages.Datacenter.resources.dll13842004.0.1381.01046
Microsoft.VirtualManager.UI.VmmControls.resources.dll3013204.0.1381.01046
Remoting.resources.dll1395284.0.1381.01046x86
Remoting.resources.dll1395284.0.1381.01046x64
Errors.resources.dll21291604.0.1381.02070x86
Errors.resources.dll21291604.0.1381.02070x64
Microsoft.SystemCenter.VirtualMachineManager.resources.dll340564.0.1381.02070x86
Microsoft.SystemCenter.VirtualMachineManager.resources.dll340564.0.1381.02070x64
Microsoft.VirtualManager.UI.Dialogs.resources.dll11783764.0.1381.02070
Microsoft.VirtualManager.UI.Pages.Datacenter.resources.dll13877844.0.1381.02070
Microsoft.VirtualManager.UI.VmmControls.resources.dll3013204.0.1381.02070
Remoting.resources.dll1405524.0.1381.02070x86
Remoting.resources.dll1405524.0.1381.02070x64


Virtual Machine Manager Server KB3160164
Files that are changedFile sizeVersionLanguage IDPlatform
DBUpdate.dll13335124.0.1381.00
Engine.Adhc.Operations.dll17272404.0.1381.00
Engine.VmOperations.dll15930964.0.1381.00
Errors.dll51986004.0.1381.00x86
Errors.dll51986004.0.1381.00x64
Errors.dll51986004.0.1381.00x86
Errors.dll51986004.0.1381.00x64
ImgLibEngine.dll51248724.0.1381.00x86
ImgLibEngine.dll51248724.0.1381.00x64
NetworkControllerPlugin.dll1984084.0.1381.00
Remoting.dll11850324.0.1381.00x86
Remoting.dll11850324.0.1381.00x64
ValHyperVImplementation.dll5204564.0.1381.00
Errors.resources.dll17881684.0.1381.04x86
Errors.resources.dll17881684.0.1381.04x64
Remoting.resources.dll1318484.0.1381.04x86
Remoting.resources.dll1318484.0.1381.04x64
Errors.resources.dll21004884.0.1381.05x86
Errors.resources.dll21004884.0.1381.05x64
Remoting.resources.dll1415764.0.1381.05x86
Remoting.resources.dll1415764.0.1381.05x64
Errors.resources.dll22484564.0.1381.07x86
Errors.resources.dll22484564.0.1381.07x64
Remoting.resources.dll1379924.0.1381.07x86
Remoting.resources.dll1379924.0.1381.07x64
Errors.resources.dll21588564.0.1381.010x86
Errors.resources.dll21588564.0.1381.010x64
Remoting.resources.dll1410644.0.1381.010x86
Remoting.resources.dll1410644.0.1381.010x64
Errors.resources.dll22208084.0.1381.012x86
Errors.resources.dll22208084.0.1381.012x64
Remoting.resources.dll1410644.0.1381.012x86
Remoting.resources.dll1410644.0.1381.012x64
Errors.resources.dll22607444.0.1381.014x86
Errors.resources.dll22607444.0.1381.014x64
Remoting.resources.dll1426004.0.1381.014x86
Remoting.resources.dll1426004.0.1381.014x64
Errors.resources.dll20969044.0.1381.016x86
Errors.resources.dll20969044.0.1381.016x64
Remoting.resources.dll1390164.0.1381.016x86
Remoting.resources.dll1390164.0.1381.016x64
Errors.resources.dll24824404.0.1381.017x86
Errors.resources.dll24824404.0.1381.017x64
Remoting.resources.dll1426004.0.1381.017x86
Remoting.resources.dll1426004.0.1381.017x64
Errors.resources.dll21962324.0.1381.018x86
Errors.resources.dll21962324.0.1381.018x64
Remoting.resources.dll1374804.0.1381.018x86
Remoting.resources.dll1374804.0.1381.018x64
Errors.resources.dll20651604.0.1381.019x86
Errors.resources.dll20651604.0.1381.019x64
Remoting.resources.dll1379924.0.1381.019x86
Remoting.resources.dll1379924.0.1381.019x64
Errors.resources.dll21696084.0.1381.021x86
Errors.resources.dll21696084.0.1381.021x64
Remoting.resources.dll1410644.0.1381.021x86
Remoting.resources.dll1410644.0.1381.021x64
Errors.resources.dll29657684.0.1381.025x86
Errors.resources.dll29657684.0.1381.025x64
Remoting.resources.dll1584724.0.1381.025x86
Remoting.resources.dll1584724.0.1381.025x64
Errors.resources.dll20144724.0.1381.029x86
Errors.resources.dll20144724.0.1381.029x64
Remoting.resources.dll1374804.0.1381.029x86
Remoting.resources.dll1374804.0.1381.029x64
Errors.resources.dll20385364.0.1381.031x86
Errors.resources.dll20385364.0.1381.031x64
Remoting.resources.dll1385044.0.1381.031x86
Remoting.resources.dll1385044.0.1381.031x64
Errors.resources.dll18147924.0.1381.01028x86
Errors.resources.dll18147924.0.1381.01028x64
Remoting.resources.dll1323604.0.1381.01028x86
Remoting.resources.dll1323604.0.1381.01028x64
vmmAgent.exe38254164.0.1381.01033x86
vmmAgentPE.exe21312084.0.1381.01033x64
Errors.resources.dll21071444.0.1381.01046x86
Errors.resources.dll21071444.0.1381.01046x64
Remoting.resources.dll1395284.0.1381.01046x86
Remoting.resources.dll1395284.0.1381.01046x64
Errors.resources.dll21291604.0.1381.02070x86
Errors.resources.dll21291604.0.1381.02070x64
Remoting.resources.dll1405524.0.1381.02070x86
Remoting.resources.dll1405524.0.1381.02070x64

↑ Back to the top



Applies to

This article applies to the following:
  • Microsoft System Center 2016 Virtual Machine Manager Technical Preview 5

↑ Back to the top


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

↑ Back to the top

Article Info
Article ID : 3160164
Revision : 2
Created on : 9/13/2018
Published on : 9/13/2018
Exists online : False
Views : 282