Cluster Live Storage Migration completes without deleting the source virtual hard disk VHDX
Create VM failed when using port classification.
Hi All,
Using powershell command I am creating vms in scvmm2012r2. I am using port classification in VM Template and appling it in new network adpater by the following command.
New-SCVirtualNetworkAdapter -VMMServer $SCVMMServer -JobGroup $JobGroupID -VLanEnabled $true -VLanID $keyVlan -MACAddress "00-00-00-00-00-00" -MACAddressType Static -Synthetic -IPv4AddressType Static -IPv6AddressType Dynamic -EnableVMNetworkOptimization $VMNetworkOptimizationEnabled -EnableMACAddressSpoofing $MACAddressSpoofingEnabled -EnableGuestIPNetworkVirtualizationUpdates $GuestIPNetworkVirtualizationUpdatesEnabled -LogicalNetwork $VMLogicalNetwork -PortClassification $PortClassification -ErrorAction Stop
and creating VM by the following powershell.
New-SCVirtualMachine -JobGroup $JobGroupID -Name $VMName -VMConfiguration $virtualMachineConfiguration -Description $adminNote -BlockDynamicOptimization $false -StartAction'NeverAutoTurnOnVM' -StopAction 'SaveVM' -ErrorAction Stop -Runasynchronously -Jobvariable 'Job'
I am getting the following error from SCVMM 2012 R2,
Error (10734)Static MAC address or MAC address pool is not specified for a virtual network adapter configured for static MAC address.
Recommended Action
Specify MAC address or MAC address pool using Set-SCVirtualNetworkAdapterConfiguration, or configure virtual network adapter for dynamic MAC address.
Any help?
Thanks in advance,
Mohak Mahato
Error while applying SCVMM Update Rollup 1
Hello,
Previously my SCVMM was working correctly. Today, after logging in via the Virtual Machine Manager Console, I attempted to update the Development User "Resources". This resulted in the exact error as seen in this post ...
https://social.technet.microsoft.com/Forums/systemcenter/en-US/cf0f77cf-ddea-4a54-9146-f32551b4b1a6/database-error-maybe-while-working-on-userrole-or-assiging-a-cloud-unable-to-connect-to-the-vmm?forum=virtualmachinemanager
So I then followed the instructions on "http://support.microsoft.com/kb/2904712" but after downloading and applying both update packages, I attempted to apply the SQL script, which resulted in the following error:
Msg 102, Level 15, State 1, Procedure prc_RBS_UserRoleSharedObjectRelation_Insert, Line 1
Incorrect syntax near 'ASSET'.
Msg 102, Level 15, State 1, Procedure prc_RBS_UserRoleSharedObjectRelation_Insert, Line 1
Incorrect syntax near 'AND'.
I desperately need help getting this working again and would appreciate any reasonable course of action at this point in time.
Thanks,
Dwayne
New-SCVirtualDiskDrive causes the NIC's to disconnect
Hi,
I've got a PowerShell script which adds some additional VHD's to a database server using the following PowerShell command -
'New-SCVirtualDiskDrive -VM $GuestServer -Path $VHD2CreatePath -FileName $VHD2CreateFileName -Size $VolSizeMB -Fixed -SCSI -Bus $BUS_ID -LUN $Next_Lun_ID -RunAsynchronously'
Whilst this command is running the VM loses connectivity and all NIC's switch to being disconnected.
Is there a parameter that I need to add to my command to stop this happening or is it a bug within VMM?
Any help would be greatly appreciated :)
SCVMM Replica VM settings greyed out
Hi,
We have two 2012-R2 Hyper-V clusters with replication enabled on VMs. Both are hosted in our local data-centre and active load is spread across the two clusters with cluster A acting as a replica site for cluster B and vice versa as an additional level of redundancy.
We have SCVMM 2012-R2 installed to manage these clusters, and have noticed we can no longer change settings on the replica VM instance. Example being we increase RAM on a VM, and would then ensure the change is made on the replica. This used to be achievable via SCVMM but the properties are now greyed out along with most other options from the context menu of the VM.
This appears to have happened since we realised we were behind on updates for SCVMM and installed rollup 6 for SCVMM, later updating to rollup 10. Has there been a change in the way replication can be managed though SCVMM, as I note that these updates have brought in Azure to the system.
Any advice appreciated.
Adam.
HNV Gateway "No network interfaces were returned..." problem?
After I have setup a HNV gateway, I am unable to make it work. In the Network Service's properties (in SC VMM) I see this error and have no NICs listed there. Can someone please help me troubleshoot what went wrong?
I have deleted and re-created the gateway VM twice. I do not get any error at any step while creating teh VM or creating the service in VMM. All the tests succeed. Gateway VM has three NICs, External, Management and TenantNetworks
-Rajeev rajdude.com
Issues with Network Controller: Multiple errors
Hello!
I am currently trying to make a SDN test lab. So far I've been able to deploy NC, make VM's ping each other on a virtual network (vwire). I've also been able to present a VIP rule, so that I could have a web server on my VM's connected to my vwire, and that's it. Only web connections could go trough from the outside world. But now I'm trying to link those VM's to the outside world entirely. But I seem to have multiple issues and errors poping up, probably some components that didn't get installed during deployement? I used the procedures from Larry Zhang at Microsoft: https://blogs.technet.microsoft.com/larryexchange/2016/05/31/step-be-step-for-deploying-a-sdnv2-using-vmm-tp5-part-3/
Here's where I am right now. The output of the cmdlets
Get-NetworkControllerServer -ConnectionUri $connectionURI |ConvertTo-Json -Depth 8
gives me the following output (among others):
"ConfigurationState": {
"Status": "Warning",
"DetailedInfo": [
{
"Source": "VirtualNetwork",
"Message": "Failed to configure the policies on the host device.",
"Code": "PolicyConfigurationFailure"
},
{
"Source": "VirtualSwitch",
"Message": "Multiple switches with VFP enabled, exists on the host, which is unsupported.",
"Code": "MultipleVfpEnabledSwitches"
},
{
"Source": "SoftwareLoadBalancerManager",
"Message": "Host is not Connected.",
"Code": "HostNotConnectedToController"
}
],
"LastUpdatedTime": "\/Date(1467659129673)\/"
},
For the message Multiple switches with VFP enabled, exists on the host, which is unsupported, there is only one logical switch deployed on each hosts, and it seems to be working so far, so I don't understand why I get this error. I do not understand the other messages tough.
On my network controller, I freqently get the error Connection to device 3EBCFC92-2A53-4A0F-BAAB-F86ACEAD4E54 failed from process SDNCTLR, please see the Operational channel for more events related to this.
I get 3 different device numbers. I suppose they refer to SLB/MUX and/or gateways, as I have 3 devices that didn't peer with my physical switch. The rests peered like they were suppose to.
Also for the cmdlet Get-SCNetworkGateway, I get the following output:
Service : NC Name : NC Description : ConnectionString : serverurl=https://xx-stw-ts-nc04.xx.ca;SouthBoundIPAddress=10.12.104.54;servicename=NC-VMM-TP5 RunAsAccount : VMM domain NVGRESupported : True NVGREMultihopSupported : False MaxRoutingDomainSupported : 50 MaxVSIDSupported : 55 MaxWNVPoliciesSupported : 99999999 MaxVPNConnectionSupported : 250 MaxVPNConnectionPerRoutingDomainSupported : 10 VPNEncryptionMethodsSupported : DES, DES3, AES128, AES192, AES256 VPNIntegrityCheckMethodsSupported : MD5, SHA1, SHA256, SHA384 VPNCipherTransformsSupported : DES, DES3, AES128, AES192, AES256, GCMAES128, GCMAES192, GCMAES256 VPNAuthenticationTransformsSupported : SHA256128, MD596, SHA196, GCMAES128, GCMAES192, GCMAES256 VPNPFSGroupsSupported : PFS1, PFS2, PFS2048, ECP256, ECP384, PFSMM, PFS24 VPNDHGroupsSupported : Group1, Group2, Group14, ECP256, ECP384, Group24 VPNProtocolSupported : IKEv2, GRE, L3, IPSec VPNAuthenticationSupported : PSKOnly NATSupported : False BGPSupported : True VPNTrafficRegulationSupported : False NATTrafficRegulationSupported : False MeteringSupported : False OutgoingNATRulesSupported : False DeviceId : 087BDC3D9C3028E089A68C404879471C14193F0D Manufacturer : Microsoft Model : Microsoft Network Controller VMNetworkGateways : {VNET3_Gateway, vnet4_Gateway, VNET2_Gateway} GatewayConnections : {} ConfigurationProvider : Microsoft Network Controller ServerConnection : Microsoft.SystemCenter.VirtualMachineManager.Remoting.ServerConnection ID : 8f9a5e3c-5c26-4f02-8171-ab9c4bcc6755 IsViewOnly : False ObjectType : NetworkGateway MarkedForDeletion : False IsFullyCached : True
Notably, I see that NAT is not supported (NATSupported: False), wich is what, I believe, enables Direct Routing. I might be wrong tough. But so far, I haven't been able to create a NAT connection.
When I try to enable direct routing, a VMNetworkGateway is created (not with NAT). And its always the same settings:
Name : VNET3_Gateway Description : IPv4Address : 10.254.254.2 IPv4Subnet : 10.254.254.0/29 IPv6Address : IPv6Subnet : IPAddresses : {10.254.254.2} IPSubnets : {10.254.254.0/29} EnableBGP : False AutonomousSystemNumber : EffectiveRoutes : {} VPNConnections : {} NATConnections : {} NetworkGateway : NC BGPPeers : {} VMNetwork : VNET3 ServerConnection : Microsoft.SystemCenter.VirtualMachineManager.Remoting.ServerConnection ID : 8940686f-d87f-4563-b1cc-1506d6e15565 IsViewOnly : False ObjectType : VMNetworkGateway MarkedForDeletion : False IsFullyCached : True
I don't know what to do with this. What is this ip adresse? I certainly didn't configured it myself, wether in an ip pool or directly. Also I can't delete those gateways. I get this error
Remove-SCVMNetworkGateway : Network service threw an unhandled exception: 'An error occured.
System.ServiceModel.FaultException`1[Microsoft.Windows.Networking.NetworkController.Framework.Utilities.ControllerFault]: The creator of this fault did not
specify a Reason. (Fault Detail is equal to Message: The specified IP address range is in use and cannot be deleted without the force flag , Target: ,
InnerException: null).' (Error ID: 50125)
I don't really know what I did wrong or what I could do to fix the issues and make direct routing work. Do you know what could be wrong or what I could try? Feel free to ask for precisions!
Powershell query possible owners of VMs
Hello,
I would like to ask if it is somehow possible to query the possible owners of a VM using Powershell, because I do not ssem to be able to find an option to get this info.
Here a screenshot of the GUI, but I would like to get these infos using Powershell.
Thanks in advance.
Regards
Paul
Trying to add a Hyper-V host and SCVMM keeps throwing 20413 no matter what I do
----------------------------------------------------
------------------- Error Report -------------------
----------------------------------------------------
Error report created 9/20/2016 10:49:28 AM
CLR is not terminating
----------------------------------------------------
--------------- Bucketing Parameters ---------------
----------------------------------------------------
EventType=VMM20
P1(appName)=vmmservice.exe
P2(appVersion)=3.2.7510.0
P3(assemblyName)=ImgLibEngine.dll
P4(assemblyVer)=3.2.7510.0
P5(methodName)=Microsoft.VirtualManager.Engine.ImageLibrary.StorageDataHelper.CreateVolume
P6(exceptionType)=System.FormatException
P7(callstackHash)=a5c9
SCVMM Version=3.2.7510.0
SCVMM flavor=C-buddy-RTL-AMD64
Default Assembly Version=3.2.7510.0
Executable Name=vmmservice.exe
Executable Version=3.2.7510.0
Base Exception Target Site=140706089312192
Base Exception Assembly name=mscorlib.dll
Base Exception Method Name=System.Guid+GuidResult.SetFailure
Exception Message=Guid should contain 32 digits with 4 dashes (xxxxxxxx-xxxx-xxxx-xxxx-xxxxxxxxxxxx).
EIP=0x00007ff8beac8b9c
Build bit-size=64
----------------------------------------------------
------------ exceptionObject.ToString() ------------
----------------------------------------------------
System.FormatException: Guid should contain 32 digits with 4 dashes (xxxxxxxx-xxxx-xxxx-xxxx-xxxxxxxxxxxx).
at System.Guid.GuidResult.SetFailure(ParseFailureKind failure, String failureMessageID, Object failureMessageFormatArgument, String failureArgumentName, Exception innerException)
at System.Guid.TryParseGuidWithDashes(String guidString, GuidResult& result)
at System.Guid.TryParseGuid(String g, GuidStyles flags, GuidResult& result)
at System.Guid..ctor(String g)
at Microsoft.VirtualManager.Engine.ImageLibrary.StorageDataHelper.CreateVolume(MSFT_Volume volume, MSFT_Partition partition, WsmanAPIWrapper wrapper)
at Microsoft.VirtualManager.Engine.Adhc.SMStorageRefresher.GetVolumes()
at Microsoft.VirtualManager.Engine.Adhc.WindowsHostDataProperties.PopulateProperties()
at Microsoft.VirtualManager.Engine.Adhc.WindowsHostAbstractionLayer.GetHostProperties(HostData oldHostData, Version agentVersion)
at Microsoft.VirtualManager.Engine.Adhc.HostRefresher.GatherAllInformation(Host host, Object agentRefreshSyncObj, Boolean checkIfClustered, Boolean refreshEventCapabilities, String& clusterName, Guid taskID, ITaskContext taskContext)
at Microsoft.VirtualManager.Engine.Adhc.HostRefresher.RefreshLockedHost(Host host, Guid taskID, ITaskContext taskContext, Boolean checkClusterStatus)
at Microsoft.VirtualManager.Engine.BitBos.VMRefresherBase.UpdateHostToResponding(Nullable`1& prevState)
at Microsoft.VirtualManager.Engine.BitBos.VMRefresherBase.UpdateHostState(IVMComputerSystemSummary[]& vmComputers, Nullable`1& prevState)
at Microsoft.VirtualManager.Engine.BitBos.VMRefresherBase.RunLightRefresher()
at Microsoft.VirtualManager.Engine.BitBos.VMRefresherBase.UpdateHostAndVMs(VMRefresherType refresherType, Guid vmObjectId, VM tempVm)
at Microsoft.VirtualManager.Engine.BitBos.VmLightRefresher.RefreshData(HostReference hostRef, Nullable`1& auditTaskId)
at Microsoft.VirtualManager.Engine.RefreshDriver`1.RefreshThreadFunction(Object obj)
----------------------------------------------------
--------------- exception.StackTrace ---------------
----------------------------------------------------
at System.Guid.GuidResult.SetFailure(ParseFailureKind failure, String failureMessageID, Object failureMessageFormatArgument, String failureArgumentName, Exception innerException)
at System.Guid.TryParseGuidWithDashes(String guidString, GuidResult& result)
at System.Guid.TryParseGuid(String g, GuidStyles flags, GuidResult& result)
at System.Guid..ctor(String g)
at Microsoft.VirtualManager.Engine.ImageLibrary.StorageDataHelper.CreateVolume(MSFT_Volume volume, MSFT_Partition partition, WsmanAPIWrapper wrapper)
at Microsoft.VirtualManager.Engine.Adhc.SMStorageRefresher.GetVolumes()
at Microsoft.VirtualManager.Engine.Adhc.WindowsHostDataProperties.PopulateProperties()
at Microsoft.VirtualManager.Engine.Adhc.WindowsHostAbstractionLayer.GetHostProperties(HostData oldHostData, Version agentVersion)
at Microsoft.VirtualManager.Engine.Adhc.HostRefresher.GatherAllInformation(Host host, Object agentRefreshSyncObj, Boolean checkIfClustered, Boolean refreshEventCapabilities, String& clusterName, Guid taskID, ITaskContext taskContext)
at Microsoft.VirtualManager.Engine.Adhc.HostRefresher.RefreshLockedHost(Host host, Guid taskID, ITaskContext taskContext, Boolean checkClusterStatus)
at Microsoft.VirtualManager.Engine.BitBos.VMRefresherBase.UpdateHostToResponding(Nullable`1& prevState)
at Microsoft.VirtualManager.Engine.BitBos.VMRefresherBase.UpdateHostState(IVMComputerSystemSummary[]& vmComputers, Nullable`1& prevState)
at Microsoft.VirtualManager.Engine.BitBos.VMRefresherBase.RunLightRefresher()
at Microsoft.VirtualManager.Engine.BitBos.VMRefresherBase.UpdateHostAndVMs(VMRefresherType refresherType, Guid vmObjectId, VM tempVm)
at Microsoft.VirtualManager.Engine.BitBos.VmLightRefresher.RefreshData(HostReference hostRef, Nullable`1& auditTaskId)
at Microsoft.VirtualManager.Engine.RefreshDriver`1.RefreshThreadFunction(Object obj)
----------------------------------------------------
------------- StackTrace from handler --------------
----------------------------------------------------
This is the call stack from where the exception was caught, not where it was thrown.
at Microsoft.VirtualManager.Utils.Diagnostics.WatsonReport.WriteReportTextFile(TextWriter reportFile)
at Microsoft.VirtualManager.Utils.Diagnostics.WatsonReport.Send()
at Microsoft.VirtualManager.Utils.Diagnostics.WatsonExceptionReport.Send()
at Microsoft.VirtualManager.Utils.Diagnostics.WatsonCenter.ReportException(Exception e, WERReportOptions options, String& localReportPath)
at Microsoft.VirtualManager.Engine.TaskRepository.TaskRepository.HandleCriticalRefresherFailure(Object sender, CriticalRefreshFailureEventArgs eventData)
at Microsoft.VirtualManager.Engine.RefreshDriver`1.RefreshThreadFunction(Object obj)
at Microsoft.VirtualManager.Utils.Multithreading.ThrottledThreadPool.<>c__DisplayClass3.<ScheduleNextThread>b__2(Object dummy)
at System.Threading.ExecutionContext.RunInternal(ExecutionContext executionContext, ContextCallback callback, Object state, Boolean preserveSyncCtx)
at System.Threading.ExecutionContext.Run(ExecutionContext executionContext, ContextCallback callback, Object state, Boolean preserveSyncCtx)
at System.Threading.QueueUserWorkItemCallback.System.Threading.IThreadPoolWorkItem.ExecuteWorkItem()
at System.Threading.ThreadPoolWorkQueue.Dispatch()
----------------------------------------------------
-------------------- Assemblies --------------------
----------------------------------------------------
mscorlib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089
Location=C:\Windows\Microsoft.NET\Framework64\v4.0.30319\mscorlib.dll
Module=C:\Windows\Microsoft.NET\Framework64\v4.0.30319\mscorlib.dll
Version=4.0.30319.34014
BuildType=retail
Product=Microsoft® .NET Framework
VMMService, Version=1.0.523.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35
Location=C:\Program Files\Microsoft System Center 2012 R2\Virtual Machine Manager\Bin\vmmservice.exe
Module=C:\Program Files\Microsoft System Center 2012 R2\Virtual Machine Manager\Bin\vmmservice.exe
Version=3.2.7510.0
BuildType=retail
Product=System Center Virtual Machine Manager 2012 R2
System.ServiceProcess, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a
Location=C:\Windows\Microsoft.Net\assembly\GAC_MSIL\System.ServiceProcess\v4.0_4.0.0.0__b03f5f7f11d50a3a\System.ServiceProcess.dll
Module=C:\Windows\Microsoft.Net\assembly\GAC_MSIL\System.ServiceProcess\v4.0_4.0.0.0__b03f5f7f11d50a3a\System.ServiceProcess.dll
Version=4.0.30319.33440
BuildType=retail
Product=Microsoft® .NET Framework
System, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089
Location=C:\Windows\Microsoft.Net\assembly\GAC_MSIL\System\v4.0_4.0.0.0__b77a5c561934e089\System.dll
Module=C:\Windows\Microsoft.Net\assembly\GAC_MSIL\System\v4.0_4.0.0.0__b77a5c561934e089\System.dll
Version=4.0.30319.34003
BuildType=retail
Product=Microsoft® .NET Framework
TraceWrapper, Version=1.0.523.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35
Location=C:\Program Files\Microsoft System Center 2012 R2\Virtual Machine Manager\Bin\TraceWrapper.dll
Module=C:\Program Files\Microsoft System Center 2012 R2\Virtual Machine Manager\Bin\TraceWrapper.dll
Version=3.2.7510.0
BuildType=retail
Product=System Center Virtual Machine Manager 2012 R2
Utils, Version=1.0.523.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35
Location=C:\Program Files\Microsoft System Center 2012 R2\Virtual Machine Manager\Bin\Utils.dll
Module=C:\Program Files\Microsoft System Center 2012 R2\Virtual Machine Manager\Bin\Utils.dll
Version=3.2.7510.0
BuildType=retail
Product=System Center Virtual Machine Manager 2012 R2
NativeMethods, Version=1.0.523.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35
Location=C:\Program Files\Microsoft System Center 2012 R2\Virtual Machine Manager\Bin\NativeMethods.dll
Module=C:\Program Files\Microsoft System Center 2012 R2\Virtual Machine Manager\Bin\NativeMethods.dll
Version=3.2.7510.0
BuildType=retail
Product=System Center Virtual Machine Manager 2012 R2
Engine.Common, Version=1.0.523.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35
Location=C:\Program Files\Microsoft System Center 2012 R2\Virtual Machine Manager\Bin\Engine.Common.dll
Module=C:\Program Files\Microsoft System Center 2012 R2\Virtual Machine Manager\Bin\Engine.Common.dll
Version=3.2.7510.0
BuildType=retail
Product=System Center Virtual Machine Manager 2012 R2
Engine.IndigoAccessLayer, Version=1.0.523.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35
Location=C:\Program Files\Microsoft System Center 2012 R2\Virtual Machine Manager\Bin\Engine.IndigoAccessLayer.dll
Module=C:\Program Files\Microsoft System Center 2012 R2\Virtual Machine Manager\Bin\Engine.IndigoAccessLayer.dll
Version=3.2.7510.0
BuildType=retail
Product=System Center Virtual Machine Manager 2012 R2
System.Core, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089
Location=C:\Windows\Microsoft.Net\assembly\GAC_MSIL\System.Core\v4.0_4.0.0.0__b77a5c561934e089\System.Core.dll
Module=C:\Windows\Microsoft.Net\assembly\GAC_MSIL\System.Core\v4.0_4.0.0.0__b77a5c561934e089\System.Core.dll
Version=4.0.30319.33440
BuildType=retail
Product=Microsoft® .NET Framework
Skuhelper, Version=1.0.523.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35
Location=C:\Program Files\Microsoft System Center 2012 R2\Virtual Machine Manager\Bin\Skuhelper.dll
Module=C:\Program Files\Microsoft System Center 2012 R2\Virtual Machine Manager\Bin\Skuhelper.dll
Version=3.2.7510.0
BuildType=retail
Product=System Center Virtual Machine Manager 2012 R2
Errors, Version=1.0.523.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35
Location=C:\Program Files\Microsoft System Center 2012 R2\Virtual Machine Manager\Bin\Errors.dll
Module=C:\Program Files\Microsoft System Center 2012 R2\Virtual Machine Manager\Bin\Errors.dll
Version=3.2.7510.0
BuildType=retail
Product=System Center Virtual Machine Manager 2012 R2
Remoting, Version=1.0.523.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35
Location=C:\Program Files\Microsoft System Center 2012 R2\Virtual Machine Manager\Bin\Remoting.dll
Module=C:\Program Files\Microsoft System Center 2012 R2\Virtual Machine Manager\Bin\Remoting.dll
Version=3.2.7510.0
BuildType=retail
Product=System Center Virtual Machine Manager 2012 R2
System.Runtime.Serialization, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089
Location=C:\Windows\Microsoft.Net\assembly\GAC_MSIL\System.Runtime.Serialization\v4.0_4.0.0.0__b77a5c561934e089\System.Runtime.Serialization.dll
Module=C:\Windows\Microsoft.Net\assembly\GAC_MSIL\System.Runtime.Serialization\v4.0_4.0.0.0__b77a5c561934e089\System.Runtime.Serialization.dll
Version=4.0.30319.33440
BuildType=retail
Product=Microsoft® .NET Framework
System.Data, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089
Location=C:\Windows\Microsoft.Net\assembly\GAC_64\System.Data\v4.0_4.0.0.0__b77a5c561934e089\System.Data.dll
Module=C:\Windows\Microsoft.Net\assembly\GAC_64\System.Data\v4.0_4.0.0.0__b77a5c561934e089\System.Data.dll
Version=4.0.30319.33440
Product=Microsoft® .NET Framework
System.Configuration, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a
Location=C:\Windows\Microsoft.Net\assembly\GAC_MSIL\System.Configuration\v4.0_4.0.0.0__b03f5f7f11d50a3a\System.Configuration.dll
Module=C:\Windows\Microsoft.Net\assembly\GAC_MSIL\System.Configuration\v4.0_4.0.0.0__b03f5f7f11d50a3a\System.Configuration.dll
Version=4.0.30319.33440
BuildType=retail
Product=Microsoft® .NET Framework
System.DirectoryServices.AccountManagement, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089
Location=C:\Windows\Microsoft.Net\assembly\GAC_MSIL\System.DirectoryServices.AccountManagement\v4.0_4.0.0.0__b77a5c561934e089\System.DirectoryServices.AccountManagement.dll
Module=C:\Windows\Microsoft.Net\assembly\GAC_MSIL\System.DirectoryServices.AccountManagement\v4.0_4.0.0.0__b77a5c561934e089\System.DirectoryServices.AccountManagement.dll
Version=4.0.30319.33440
BuildType=retail
Product=Microsoft® .NET Framework
System.ServiceModel, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089
Location=C:\Windows\Microsoft.Net\assembly\GAC_MSIL\System.ServiceModel\v4.0_4.0.0.0__b77a5c561934e089\System.ServiceModel.dll
Module=C:\Windows\Microsoft.Net\assembly\GAC_MSIL\System.ServiceModel\v4.0_4.0.0.0__b77a5c561934e089\System.ServiceModel.dll
Version=4.0.30319.33440
BuildType=retail
Product=Microsoft® .NET Framework
Engine.Adhc.Operations, Version=1.0.523.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35
Location=C:\Program Files\Microsoft System Center 2012 R2\Virtual Machine Manager\Bin\Engine.Adhc.Operations.dll
Module=C:\Program Files\Microsoft System Center 2012 R2\Virtual Machine Manager\Bin\Engine.Adhc.Operations.dll
Version=3.2.7510.0
BuildType=retail
Product=System Center Virtual Machine Manager 2012 R2
Engine.TaskRepository, Version=1.0.523.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35
Location=C:\Program Files\Microsoft System Center 2012 R2\Virtual Machine Manager\Bin\Engine.TaskRepository.dll
Module=C:\Program Files\Microsoft System Center 2012 R2\Virtual Machine Manager\Bin\Engine.TaskRepository.dll
Version=3.2.7510.0
BuildType=retail
Product=System Center Virtual Machine Manager 2012 R2
ImgLibEngine, Version=1.0.523.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35
Location=C:\Program Files\Microsoft System Center 2012 R2\Virtual Machine Manager\Bin\ImgLibEngine.dll
Module=C:\Program Files\Microsoft System Center 2012 R2\Virtual Machine Manager\Bin\ImgLibEngine.dll
Version=3.2.7510.0
BuildType=retail
Product=System Center Virtual Machine Manager 2012 R2
VmmHelperHost, Version=1.0.523.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35
Location=C:\Program Files\Microsoft System Center 2012 R2\Virtual Machine Manager\Bin\VmmHelperHost.dll
Module=C:\Program Files\Microsoft System Center 2012 R2\Virtual Machine Manager\Bin\VmmHelperHost.dll
Version=3.2.7510.0
BuildType=retail
Product=System Center Virtual Machine Manager 2012 R2
VirtualizationInterfaces, Version=1.0.523.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35
Location=C:\Program Files\Microsoft System Center 2012 R2\Virtual Machine Manager\Bin\VirtualizationInterfaces.dll
Module=C:\Program Files\Microsoft System Center 2012 R2\Virtual Machine Manager\Bin\VirtualizationInterfaces.dll
Version=3.2.7510.0
BuildType=retail
Product=System Center Virtual Machine Manager 2012 R2
NetworkServiceInterfaces, Version=1.0.523.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35
Location=C:\Program Files\Microsoft System Center 2012 R2\Virtual Machine Manager\Bin\NetworkServiceInterfaces.dll
Module=C:\Program Files\Microsoft System Center 2012 R2\Virtual Machine Manager\Bin\NetworkServiceInterfaces.dll
Version=3.2.7510.0
BuildType=retail
Product=System Center Virtual Machine Manager 2012 R2
ClusterUtil, Version=1.0.523.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35
Location=C:\Program Files\Microsoft System Center 2012 R2\Virtual Machine Manager\Bin\ClusterUtil.dll
Module=C:\Program Files\Microsoft System Center 2012 R2\Virtual Machine Manager\Bin\ClusterUtil.dll
Version=3.2.7510.0
BuildType=retail
Product=System Center Virtual Machine Manager 2012 R2
VMWareImplementation, Version=1.0.523.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35
Location=C:\Program Files\Microsoft System Center 2012 R2\Virtual Machine Manager\Bin\VMWareImplementation.dll
Module=C:\Program Files\Microsoft System Center 2012 R2\Virtual Machine Manager\Bin\VMWareImplementation.dll
Version=3.2.7510.0
BuildType=retail
Product=System Center Virtual Machine Manager 2012 R2
Engine.AuthorizationManager, Version=1.0.523.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35
Location=C:\Program Files\Microsoft System Center 2012 R2\Virtual Machine Manager\Bin\Engine.AuthorizationManager.dll
Module=C:\Program Files\Microsoft System Center 2012 R2\Virtual Machine Manager\Bin\Engine.AuthorizationManager.dll
Version=3.2.7510.0
BuildType=retail
Product=System Center Virtual Machine Manager 2012 R2
Engine.AuthorizationManagerTasks, Version=1.0.523.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35
Location=C:\Program Files\Microsoft System Center 2012 R2\Virtual Machine Manager\Bin\Engine.AuthorizationManagerTasks.dll
Module=C:\Program Files\Microsoft System Center 2012 R2\Virtual Machine Manager\Bin\Engine.AuthorizationManagerTasks.dll
Version=3.2.7510.0
BuildType=retail
Product=System Center Virtual Machine Manager 2012 R2
Engine.Backup, Version=1.0.523.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35
Location=C:\Program Files\Microsoft System Center 2012 R2\Virtual Machine Manager\Bin\Engine.Backup.dll
Module=C:\Program Files\Microsoft System Center 2012 R2\Virtual Machine Manager\Bin\Engine.Backup.dll
Version=3.2.7510.0
BuildType=retail
Product=System Center Virtual Machine Manager 2012 R2
Engine.BitBos, Version=1.0.523.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35
Location=C:\Program Files\Microsoft System Center 2012 R2\Virtual Machine Manager\Bin\Engine.BitBos.dll
Module=C:\Program Files\Microsoft System Center 2012 R2\Virtual Machine Manager\Bin\Engine.BitBos.dll
Version=3.2.7510.0
BuildType=retail
Product=System Center Virtual Machine Manager 2012 R2
System.Management.Automation, Version=3.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35
Location=C:\Windows\Microsoft.Net\assembly\GAC_MSIL\System.Management.Automation\v4.0_3.0.0.0__31bf3856ad364e35\System.Management.Automation.dll
Module=C:\Windows\Microsoft.Net\assembly\GAC_MSIL\System.Management.Automation\v4.0_3.0.0.0__31bf3856ad364e35\System.Management.Automation.dll
Version=6.3.9600.17400
BuildType=retail
Product=Microsoft (R) Windows (R) Operating System
WsManWrappers, Version=1.0.523.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35
Location=C:\Program Files\Microsoft System Center 2012 R2\Virtual Machine Manager\Bin\WsManWrappers.dll
Module=C:\Program Files\Microsoft System Center 2012 R2\Virtual Machine Manager\Bin\WsManWrappers.dll
Version=3.2.7510.0
BuildType=retail
Product=System Center Virtual Machine Manager 2012 R2
SqmWrapper, Version=1.0.523.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35
Location=C:\Program Files\Microsoft System Center 2012 R2\Virtual Machine Manager\Bin\SqmWrapper.dll
Module=C:\Program Files\Microsoft System Center 2012 R2\Virtual Machine Manager\Bin\SqmWrapper.dll
Version=3.2.7510.0
BuildType=retail
Product=System Center Virtual Machine Manager 2012 R2
Engine.Deployment, Version=1.0.523.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35
Location=C:\Program Files\Microsoft System Center 2012 R2\Virtual Machine Manager\Bin\Engine.Deployment.dll
Module=C:\Program Files\Microsoft System Center 2012 R2\Virtual Machine Manager\Bin\Engine.Deployment.dll
Version=3.2.7510.0
BuildType=retail
Product=System Center Virtual Machine Manager 2012 R2
Engine.Placement.ResourceModel, Version=1.0.523.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35
Location=C:\Program Files\Microsoft System Center 2012 R2\Virtual Machine Manager\Bin\Engine.Placement.ResourceModel.dll
Module=C:\Program Files\Microsoft System Center 2012 R2\Virtual Machine Manager\Bin\Engine.Placement.ResourceModel.dll
Version=3.2.7510.0
BuildType=retail
Product=System Center Virtual Machine Manager 2012 R2
Engine.ImgLibOperation, Version=1.0.523.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35
Location=C:\Program Files\Microsoft System Center 2012 R2\Virtual Machine Manager\Bin\Engine.ImgLibOperation.dll
Module=C:\Program Files\Microsoft System Center 2012 R2\Virtual Machine Manager\Bin\Engine.ImgLibOperation.dll
Version=3.2.7510.0
BuildType=retail
Product=System Center Virtual Machine Manager 2012 R2
System.Xml, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089
Location=C:\Windows\Microsoft.Net\assembly\GAC_MSIL\System.Xml\v4.0_4.0.0.0__b77a5c561934e089\System.Xml.dll
Module=C:\Windows\Microsoft.Net\assembly\GAC_MSIL\System.Xml\v4.0_4.0.0.0__b77a5c561934e089\System.Xml.dll
Version=4.0.30319.33440
BuildType=retail
Product=Microsoft® .NET Framework
Engine.CustomProperties, Version=1.0.523.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35
Location=C:\Program Files\Microsoft System Center 2012 R2\Virtual Machine Manager\Bin\Engine.CustomProperties.dll
Module=C:\Program Files\Microsoft System Center 2012 R2\Virtual Machine Manager\Bin\Engine.CustomProperties.dll
Version=3.2.7510.0
BuildType=retail
Product=System Center Virtual Machine Manager 2012 R2
Engine.VmOperations, Version=1.0.523.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35
Location=C:\Program Files\Microsoft System Center 2012 R2\Virtual Machine Manager\Bin\Engine.VmOperations.dll
Module=C:\Program Files\Microsoft System Center 2012 R2\Virtual Machine Manager\Bin\Engine.VmOperations.dll
Version=3.2.7510.0
BuildType=retail
Product=System Center Virtual Machine Manager 2012 R2
Engine.MomDal, Version=1.0.523.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35
Location=C:\Program Files\Microsoft System Center 2012 R2\Virtual Machine Manager\Bin\Engine.MomDal.dll
Module=C:\Program Files\Microsoft System Center 2012 R2\Virtual Machine Manager\Bin\Engine.MomDal.dll
Version=3.2.7510.0
BuildType=retail
Product=System Center Virtual Machine Manager 2012 R2
System.Web.Services, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a
Location=C:\Windows\Microsoft.Net\assembly\GAC_MSIL\System.Web.Services\v4.0_4.0.0.0__b03f5f7f11d50a3a\System.Web.Services.dll
Module=C:\Windows\Microsoft.Net\assembly\GAC_MSIL\System.Web.Services\v4.0_4.0.0.0__b03f5f7f11d50a3a\System.Web.Services.dll
Version=4.0.30319.33440
BuildType=retail
Product=Microsoft® .NET Framework
Engine.PxeServer, Version=1.0.523.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35
Location=C:\Program Files\Microsoft System Center 2012 R2\Virtual Machine Manager\Bin\Engine.PxeServer.dll
Module=C:\Program Files\Microsoft System Center 2012 R2\Virtual Machine Manager\Bin\Engine.PxeServer.dll
Version=3.2.7510.0
BuildType=retail
Product=System Center Virtual Machine Manager 2012 R2
Engine.Placement, Version=1.0.523.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35
Location=C:\Program Files\Microsoft System Center 2012 R2\Virtual Machine Manager\Bin\Engine.Placement.dll
Module=C:\Program Files\Microsoft System Center 2012 R2\Virtual Machine Manager\Bin\Engine.Placement.dll
Version=3.2.7510.0
BuildType=retail
Product=System Center Virtual Machine Manager 2012 R2
Engine.P2VCommon, Version=1.0.523.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35
Location=C:\Program Files\Microsoft System Center 2012 R2\Virtual Machine Manager\Bin\Engine.P2VCommon.dll
Module=C:\Program Files\Microsoft System Center 2012 R2\Virtual Machine Manager\Bin\Engine.P2VCommon.dll
Version=3.2.7510.0
BuildType=retail
Product=System Center Virtual Machine Manager 2012 R2
PatchExtractor, Version=0.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35
Location=C:\Program Files\Microsoft System Center 2012 R2\Virtual Machine Manager\Bin\PatchExtractor.dll
Module=C:\Program Files\Microsoft System Center 2012 R2\Virtual Machine Manager\Bin\PatchExtractor.dll
Engine.ConfigurationProviders, Version=1.0.523.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35
Location=C:\Program Files\Microsoft System Center 2012 R2\Virtual Machine Manager\Bin\Engine.ConfigurationProviders.dll
Module=C:\Program Files\Microsoft System Center 2012 R2\Virtual Machine Manager\Bin\Engine.ConfigurationProviders.dll
Version=3.2.7510.0
BuildType=retail
Product=System Center Virtual Machine Manager 2012 R2
GatewayInterfaces, Version=1.0.523.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35
Location=C:\Program Files\Microsoft System Center 2012 R2\Virtual Machine Manager\Bin\GatewayInterfaces.dll
Module=C:\Program Files\Microsoft System Center 2012 R2\Virtual Machine Manager\Bin\GatewayInterfaces.dll
Version=3.2.7510.0
BuildType=retail
Product=System Center Virtual Machine Manager 2012 R2
Microsoft.Management.Infrastructure, Version=1.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35
Location=C:\Windows\Microsoft.Net\assembly\GAC_MSIL\Microsoft.Management.Infrastructure\v4.0_1.0.0.0__31bf3856ad364e35\Microsoft.Management.Infrastructure.dll
Module=C:\Windows\Microsoft.Net\assembly\GAC_MSIL\Microsoft.Management.Infrastructure\v4.0_1.0.0.0__31bf3856ad364e35\Microsoft.Management.Infrastructure.dll
Version=6.3.9600.16384
BuildType=retail
Product=Microsoft (R) Windows (R) Operating System
Microsoft.CapacityManager.Modeling.Store.ModelLibrary, Version=1.0.523.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35
Location=C:\Program Files\Microsoft System Center 2012 R2\Virtual Machine Manager\Bin\Microsoft.CapacityManager.Modeling.Store.ModelLibrary.dll
Module=C:\Program Files\Microsoft System Center 2012 R2\Virtual Machine Manager\Bin\Microsoft.CapacityManager.Modeling.Store.ModelLibrary.dll
Version=3.2.7510.0
BuildType=retail
Product=System Center Virtual Machine Manager 2012 R2
Engine.CustomPropertyTasks, Version=1.0.523.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35
Location=C:\Program Files\Microsoft System Center 2012 R2\Virtual Machine Manager\Bin\Engine.CustomPropertyTasks.dll
Module=C:\Program Files\Microsoft System Center 2012 R2\Virtual Machine Manager\Bin\Engine.CustomPropertyTasks.dll
Version=3.2.7510.0
BuildType=retail
Product=System Center Virtual Machine Manager 2012 R2
Engine.UMOperation, Version=1.0.523.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35
Location=C:\Program Files\Microsoft System Center 2012 R2\Virtual Machine Manager\Bin\Engine.UMOperation.dll
Module=C:\Program Files\Microsoft System Center 2012 R2\Virtual Machine Manager\Bin\Engine.UMOperation.dll
Version=3.2.7510.0
BuildType=retail
Product=System Center Virtual Machine Manager 2012 R2
Engine.Scheduler, Version=1.0.523.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35
Location=C:\Program Files\Microsoft System Center 2012 R2\Virtual Machine Manager\Bin\Engine.Scheduler.dll
Module=C:\Program Files\Microsoft System Center 2012 R2\Virtual Machine Manager\Bin\Engine.Scheduler.dll
Version=3.2.7510.0
BuildType=retail
Product=System Center Virtual Machine Manager 2012 R2
Engine.Tasks, Version=1.0.523.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35
Location=C:\Program Files\Microsoft System Center 2012 R2\Virtual Machine Manager\Bin\Engine.Tasks.dll
Module=C:\Program Files\Microsoft System Center 2012 R2\Virtual Machine Manager\Bin\Engine.Tasks.dll
Version=3.2.7510.0
BuildType=retail
Product=System Center Virtual Machine Manager 2012 R2
Engine.ServiceOperations, Version=1.0.523.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35
Location=C:\Program Files\Microsoft System Center 2012 R2\Virtual Machine Manager\Bin\Engine.ServiceOperations.dll
Module=C:\Program Files\Microsoft System Center 2012 R2\Virtual Machine Manager\Bin\Engine.ServiceOperations.dll
Version=3.2.7510.0
BuildType=retail
Product=System Center Virtual Machine Manager 2012 R2
GoalState, Version=1.0.523.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35
Location=C:\Program Files\Microsoft System Center 2012 R2\Virtual Machine Manager\Bin\GoalState.dll
Module=C:\Program Files\Microsoft System Center 2012 R2\Virtual Machine Manager\Bin\GoalState.dll
Version=3.2.7510.0
BuildType=retail
Product=System Center Virtual Machine Manager 2012 R2
Engine.CloudService, Version=1.0.523.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35
Location=C:\Program Files\Microsoft System Center 2012 R2\Virtual Machine Manager\Bin\Engine.CloudService.dll
Module=C:\Program Files\Microsoft System Center 2012 R2\Virtual Machine Manager\Bin\Engine.CloudService.dll
Version=3.2.7510.0
BuildType=retail
Product=System Center Virtual Machine Manager 2012 R2
WSManAutomation, Version=3.2.7510.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35
Location=C:\Program Files\Microsoft System Center 2012 R2\Virtual Machine Manager\Bin\WSManAutomation.dll
Module=C:\Program Files\Microsoft System Center 2012 R2\Virtual Machine Manager\Bin\WSManAutomation.dll
wmiWrappers, Version=1.0.523.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35
Location=C:\Program Files\Microsoft System Center 2012 R2\Virtual Machine Manager\Bin\WMIWrappers.dll
Module=C:\Program Files\Microsoft System Center 2012 R2\Virtual Machine Manager\Bin\WMIWrappers.dll
Version=3.2.7510.0
BuildType=retail
Product=System Center Virtual Machine Manager 2012 R2
System.Transactions, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089
Location=C:\Windows\Microsoft.Net\assembly\GAC_64\System.Transactions\v4.0_4.0.0.0__b77a5c561934e089\System.Transactions.dll
Module=C:\Windows\Microsoft.Net\assembly\GAC_64\System.Transactions\v4.0_4.0.0.0__b77a5c561934e089\System.Transactions.dll
Version=4.0.30319.33440
Product=Microsoft® .NET Framework
System.EnterpriseServices, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a
Location=C:\Windows\Microsoft.Net\assembly\GAC_64\System.EnterpriseServices\v4.0_4.0.0.0__b03f5f7f11d50a3a\System.EnterpriseServices.dll
Module=C:\Windows\Microsoft.Net\assembly\GAC_64\System.EnterpriseServices\v4.0_4.0.0.0__b03f5f7f11d50a3a\System.EnterpriseServices.dll
Module=C:\Windows\Microsoft.Net\assembly\GAC_64\System.EnterpriseServices\v4.0_4.0.0.0__b03f5f7f11d50a3a\System.EnterpriseServices.Wrapper.dll
Version=4.0.30319.33440
BuildType=retail
Product=Microsoft® .NET Framework
SMDiagnostics, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089
Location=C:\Windows\Microsoft.Net\assembly\GAC_MSIL\SMDiagnostics\v4.0_4.0.0.0__b77a5c561934e089\SMDiagnostics.dll
Module=C:\Windows\Microsoft.Net\assembly\GAC_MSIL\SMDiagnostics\v4.0_4.0.0.0__b77a5c561934e089\SMDiagnostics.dll
Version=4.0.30319.33440
BuildType=retail
Product=Microsoft® .NET Framework
System.ServiceModel.Internals, Version=4.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35
Location=C:\Windows\Microsoft.Net\assembly\GAC_MSIL\System.ServiceModel.Internals\v4.0_4.0.0.0__31bf3856ad364e35\System.ServiceModel.Internals.dll
Module=C:\Windows\Microsoft.Net\assembly\GAC_MSIL\System.ServiceModel.Internals\v4.0_4.0.0.0__31bf3856ad364e35\System.ServiceModel.Internals.dll
Version=4.0.30319.33440
BuildType=retail
Product=Microsoft® .NET Framework
System.IdentityModel, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089
Location=C:\Windows\Microsoft.Net\assembly\GAC_MSIL\System.IdentityModel\v4.0_4.0.0.0__b77a5c561934e089\System.IdentityModel.dll
Module=C:\Windows\Microsoft.Net\assembly\GAC_MSIL\System.IdentityModel\v4.0_4.0.0.0__b77a5c561934e089\System.IdentityModel.dll
Version=4.0.30319.33440
BuildType=retail
Product=Microsoft® .NET Framework
System.Numerics, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089
Location=C:\Windows\Microsoft.Net\assembly\GAC_MSIL\System.Numerics\v4.0_4.0.0.0__b77a5c561934e089\System.Numerics.dll
Module=C:\Windows\Microsoft.Net\assembly\GAC_MSIL\System.Numerics\v4.0_4.0.0.0__b77a5c561934e089\System.Numerics.dll
Version=4.0.30319.33440
BuildType=retail
Product=Microsoft® .NET Framework
System.DirectoryServices, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a
Location=C:\Windows\Microsoft.Net\assembly\GAC_MSIL\System.DirectoryServices\v4.0_4.0.0.0__b03f5f7f11d50a3a\System.DirectoryServices.dll
Module=C:\Windows\Microsoft.Net\assembly\GAC_MSIL\System.DirectoryServices\v4.0_4.0.0.0__b03f5f7f11d50a3a\System.DirectoryServices.dll
Version=4.0.30319.33440
BuildType=retail
Product=Microsoft® .NET Framework
System.Management, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a
Location=C:\Windows\Microsoft.Net\assembly\GAC_MSIL\System.Management\v4.0_4.0.0.0__b03f5f7f11d50a3a\System.Management.dll
Module=C:\Windows\Microsoft.Net\assembly\GAC_MSIL\System.Management\v4.0_4.0.0.0__b03f5f7f11d50a3a\System.Management.dll
Version=4.0.30319.33440
BuildType=retail
Product=Microsoft® .NET Framework
----------------------------------------------------
--------- Extra Data for Watson Report -------------
----------------------------------------------------
Error Reporting Enabled=True
*** Extra Data ***
Process ID = 676 (0x02a4)
Managed Thread ID = 40
Native Thread ID = 3916 (0x0f4c)
For a mobile web developer, is the following CPU and RAM sufficient?
Hardware
CPU - AMD A10 8700P
RAM - 8GB
The Uses -
- Develop dynamic websites
- Do graphic works with popular graphic editing programs
- Normal surfing such as Social Media
I do not play any games or do heavy video editing
And I also plan to run VirtualBox and run a different OS inside the VirtualBox because I must test my websites under as many configurations and environments as possible
SCVMM template based RHEL 7.2 customization not starting?
Hello,
I'm trying to deploy RedHat 7.2 via SCVMM using a template. The "master" VM is properly running, the SCVMM agent is installed, LIS is provided out of the box with the OS. So far so good.
After creating a "generation 2" VM template based deployment, the new VM is being created. However, the customization is never running and therefore the new VM will not get a new host name and IP settings are not configured either. I'm running the VM with DHCP, so the latter part is not critical, but the hostname is not being changed. I was able to invoke the customization manually, I just can't recall what I did to get it started.
Any suggestions on how to get it working?
I've tried to deploy the VM with a root password set and an empty on. Now change ....
Appreciate your thoughts, V.
The Template Temporary Templatec4d6dece-af1d-4a06-922f-ed857d43d8b1 is already in use by another Template in scvmm 2012 r2
Hi All,
I am using SCVMM 2012 R2. I have created a linux template with ubuntu os. In the os configuration when I am setting DNS domain name, I am getting the following error.
The Template Temporary Templatec4d6dece-af1d-4a06-922f-ed857d43d8b1 is already in use by another Template.
If I remove the DNS domain name, then this problem is not coming.
Any help?
Thanks in advance,
Mohak Mahato
VMM Database Migration without reinstalling VMM?
Hi there,
We have a System Center 2012 R2 (UR9) HA VMM Management Server running from two nodes cluster. The VMM database is also hosted from a two nodes HA SQL cluster. The database connection is configured to connect to a SQL Availability group listener name via default port 1433 . Now, we need to migrate the VMM database to a new SQL cluster.
I am thinking to stop the VMM cluster role first from failover cluster manager, migrate database and use the same SQL viability group listener name, instance and database name and then start the role. VMM should treat this as a database connection lose and reconnect to the new listener IP by DNS name resolution. Unfortunately, we don’t have a like for like environment to test this.
Does anyone see any issues with my plan – migrating without reinstalling VMM?
The other option is to uninstall VMM with the retain data and then reinstall VMM pointing to the new listener, instance and DB. We want to avoid this if possible.
Thanks in advance,
Choy
VMM and DPM PowerShell Module Error
Hello, I seem to be unable to load the VMM and DPM PoSh modules simultaneously. For example: if I have the DPM module loaded, and then attempt to load the VMM module, I get the following error:
Import-Module : Could not load type 'Microsoft.VirtualManager.Utils.IRunOnBehalfOf' from assembly 'Utils, Version=1.0.523.0,
Culture=neutral, PublicKeyToken=31bf3856ad364e35'.
Has anyone run into this or know how to get the modules to load simultaneously? This is with System Center 2012 R2 with the UR 10.
Virtual-Converged Networks with VMM
Hi
We have prepared VMM 2012 R2 after having many HV hosts in production. As of now we have configured the VMM and managing all standalone as well clustered HV hosts. But we are concerned about the networking part and not sure about modifying anything over here. With all Hyper V hosts we have 4 NICs, 1 Gb X 2 and 10 Gb X 2 NICs, 1 Gb NICs are teamed and created converged networks (1 for management and another for future backups) and 10 Gb NICs are teamed and created converged networks for LM, CSV and for VMs. With VMM we can able to see both Logical Networks MgSwitch and VMSwitch and association between Logical Network "VMSwitch" and with VMs. These are the only two Logical networks automatically created with VMM and as understood both are created on all HV hosts.
The thing is we want to create multiple IP Pools / VLANs and associate it with logical network VMSwitch and when we create a VM using VMM wizrad we should be able to assign static IP to that VM based on which HV cluster role it's created (for eg if we created a VM on Oracle HV cluster then we need to assign 10.170.x.x IP, on Microsoft HV cluster it might be 10.171.x.x etc)
Also we need any advise on automation on creating converged networks with any new Hyper V hosts that we add to existing cluster
Looking for valuable advise and support
Thanks in advance
LMS
SCVMM 2012 R2 Bare-Metal-Deployment not starting
Hey!
I have a W2K12 R2 Server with SCVMM 2012 R2 CU4 and enabled WDS-Role.
The Server ist already registered as a PXE-Server within SCVMM.
When I start a Bare-Metal-Deplyoment, it fails during DeepDiscovery, because it's not booting into the Bootimage using PXE.
I had to set DHCP-Options 66 (SCVMM-IP) and 67 (boot\x64\wdsnbp.com).
The VMM OSD Provider is installed. Below is the output of wdsutil /get-server /show:config I have also checked the path (D:\RemoteInstall\DCMgr\bin\OSDPxeProvider.dll) for the .dll
WDS PXE Providers:
Name: VMMOSDProvider
Path: D:\RemoteInstall\DCMgr\bin\OSDPxeProvider.dll
Order: 1
Critical: Yes
Name: WDSDCPXE
Path: C:\Windows\system32\wdsdcpxe.dll
Order: 2
Critical: No
Within WDS PXE is configured to respond only to knwon Clients (or not to any)
In the WDS-EventLog I Receive the following error:
The following client attempted to boot from PXE but was ignored because it is not recognized:
Hardware Address: 40-F2-E9-C3-71-74
IP: 192.168.222.5
Device ID: {2740D0D9-885B-11E4-AF74-40F2E9C37170}
ClientArchitecture: 1
Prestaged: false
The Device GUIDs are matching between VMM and the Device.
Do you havbe any further Ideas?
Kind Regards
jojo
NVGRE- DMZ and domain placement
Hi,
We're having some trouble working out the design for our NVGRE VM's that will provide NAT gateway services for our tenant VMs.
We are attempting to implement the 3 NIC HA model using the provided template as described in this article:
https://blogs.technet.microsoft.com/scvmm/2013/12/05/adopting-network-virtualization-part-iii/
We've also referred to the excellent Hybrid Cloud with NVGRE guide here:
https://gallery.technet.microsoft.com/Hybrid-Cloud-with-NVGRE-aa6e1e9a
The one area in both of the above referenced designs that we haven't followed is where their gateway VM's are part of the same management domain as VMM and other infrastructure services.
As we will be directly connecting our gateways to the internet with public IP addresses assigned to their front end networks we definitely don't want these VM's connected to our trusted internal network and would prefer to have them connected to a stand alone DMZ/perimeter network and domain.
We do also see no issue in having the dedicated edge gateway Hyper-V hosts added to the trusted network as they will not have the public internet facing IP's directly assigned - only the gateway vm's sitting on those hosts will.
When attempting that scenario we are unable to deploy the network service. The service tests fail and we receive the error:
exception: Microsoft.VirtualManager.Utils.CarmineException: Unable to determine all the active nodes of the cluster. Error Access is denied.Bring the node and/or cluster name resource online and retry the operation again.
Check the documentation for the configuration provider or contact the publisher support. (Error ID: 50000)
We've tried multiple run as accounts but can't get past this error.
Can anyone explain if it is possible to have the gateway VM's on a different domain from VMM and the edge gateway?
Thanks,
Ian
How to find out if NICs are connected or disconnected in VMM?
Hi,
I'm trying to write a script that determines whether or not a NIC is connected or disconnected within VMM...
I've got the following so far -
$NIC_Details = Get-SCVirtualMachine -VMMServer $VMM_Server_Name -Name $VM_Name | Get-SCVirtualNetworkAdapter
However I cannot see anything obvious to determine whether a NIC is connected or disconnected.
The best option I've got so far is possibly playing around with the VirtualNetworkAdapters field.
$NIC_Details = Get-SCVirtualMachine -VMMServer $VMM_Server_Name -Name $VM_Name | Select-Object -Property VirtualNetworkAdapters
Anybody got any other suggestions? Thanks in advance!
How to check if a machine is in maintenance mode using the Get-SCVMHostRating command?
Hi,
I've got a list of hosts being returned however it doesn't take into account whether or not a host is actually clustered or in maintenance mode...
Is there a particular switch or flag that I can add to this command which excludes hosts in maintenance mode.
Any help would be greatly appreciated
Thanks
Daniel
Hyper-V nano host always shows up as not compliant for SET team switch.
So i have not been able to find the solution for this one yet and hope that someone else may have an idea.
I installed RTM VMM 2016 then created a nano build with Compute, Storage, Clustering, OEM Drivers then the 2 SCVMM packages.
I am able to deploy out the servers just fine.
For networking i created Logical switch using Embedded teaming as i could not get a normal switch to team. If you try to use a normal switch with LBFO teaming you will get
Error (25179)
Creating a Virtual Switch based on logical switch is not supported on the selected host ....
So now i have a working host with logical networks and switch and all seems good. But if you look in the compliance view for the switch it is showing out of compliance. So it seems that Nano loads an extra switch extension that is not listed in VMM.
Nano seems to have the following virtual switch extensions:
Microsoft Windows Filtering Platform
Microsoft NDIS Capture
Microsoft Azure VFP Switch Extension
The issue is that that VMM dosnt have the Asure VFP switch extension and without installing a network controller which i dont need i dont see any way to add that in to VMM. Even if it is un-selected in the Virtual Switch manager the fact that it is there VMM wants to remove it.
When you go in to VMM and find the virtual switch change to hosts view and click on one of the hosts you get the following warning:
Warning (26846)
Either the switch extension 'Microsoft Windows Filtering Platform' with driver ID 'e7c3b2f0-f3c5-48df-af2b-10fed6d72e7a' was not installed on the host, or VMM was unable to enumerate the extension's driver version and driver ID. The switch extension is required
for this virtual switch.
Recommended Action
Remediate the compliance of this virtual switch, or install the updated switch extension directly on the host.
When you run the Remediate no change happens.