Quantcast
Channel: Virtual Machine Manager – General forum
Viewing all 2770 articles
Browse latest View live

Cannot add NAT rules after creating and deleting multiple NAT connections

$
0
0

Hello,

I'm running into a situation where if I create multiple NAT connections on a single VMNetworkGateway via PowerShell, and then delete one of them, I am no longer able to add NAT rules. I'm running SCVMM under Windows 2012 R2.

It's quite easy to reproduce. The first commands run with no problems:

Add-SCVMNetworkGateway -Name "Gateway" -EnableBGP $false -NetworkGateway $gatewaydevice -VMNetwork $vmnetwork
$nat1 = Add-SCNATConnection -Name "nat1" -VMNetworkGateway $vmnetworkgateway -ExternalIPPool $externalippoolvar
$nat2 = Add-SCNATConnection -Name "nat2" -VMNetworkGateway $vmnetworkgateway -ExternalIPPool $externalippoolvar
Remove-SCNATConnection -NATConnection $nat1

But then at this point, any attempts to add a NAT connection will fail:

Add-SCNATRule -Name "rule1" -Protocol "TCP" -InternalIPAddress 192.168.90.90 -InternalPort 8080 -ExternalPort 8080 -NATConnection $nat2
Add-SCNATRule : Execution of Microsoft.SystemCenter.NetworkService::NewNATRule on the configuration provider
4ee559f1-f479-480c-9458-d14b8b1c1779 failed. Detailed exception: Microsoft.VirtualManager.Utils.CarmineException:
Unable to add or remove NAT rule to the Remote Access server. (Instance Nat b9cef020-556e-4f67-b7ca-5775334d2370 not
found
)
Fix the issue in Remote Access server and retry the operation. (Error ID: 21426)

Check the documentation for the configuration provider or contact the publisher support.

At line:1 char:1
+ Add-SCNATRule -Name "rule1" -Protocol "TCP" -InternalIPAddress 192.168.90.90 -In ...
+ ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
    + CategoryInfo          : ReadError: (:) [Add-SCNATRule], CarmineException

    + FullyQualifiedErrorId : 21426,Microsoft.SystemCenter.VirtualMachineManager.Cmdlets.AddSCNATRuleCmdlet

Any ideas, or has anyone seen this before?

Thanks,

Ray


clouds storage access

$
0
0

hi guys,

I created a cloud in SCVMM server 2012 R2, the users can create VM in that cloud, except that vm is stored in the local drive of the node not in the cluster share volume. If I unselect LOCAL STORAGE, the user can't create vm at all. Any suggestion. Thanks


FD

Getting Microsoft.Incubation.Crypto.GroupKeys.ADRepository exception

$
0
0

Hi All,

I am using SCVMM 2012R2. I am was cloning a VM and it was taking long time in my lab setup. So, I cancelled the job, shut down my SCVMM machine and increased RAM. I started the my SCVMM machine. After that, For removing VM, Viewing VM's property, removing answer file it is throwing error as below.

The type initializer for 'Microsoft.Incubation.Crypto.GroupKeys.ADRepository' threw an exception. ---> System.Runtime.InteropServices.COMException: The specified domain either does not exist or could not be contacted.

Thanks in advance,
Mohak Mahato

New SCVMM 2012R2 install and Update Rollup 10

$
0
0

Hello,

just looking for a sanity check on deploying a new SCVMM 2012R2 instance, and applying UR10.

Is it ok to install UR10 straight onto the base VMM install, without any of the extra actions indicated from previous UR's 1 through 9.

I understand its a rollup, and I assume contains all previous fixes and features, and from reading the articles in each UR 1 -10 it seems that the manual SQL modifications, stored procedure updates, and changes to VMM dhcp agent, and any other manual actions are no longer needed.

Is this the case, and I can install the UR10 packages to console and VMM server with no other actions ?

NB: additionally the "guest agent" package, is that required installation on the VMM server only, and it will then deploy that updated agent to Hyper-V hosts servers when they are added to SCVMM, and its not required to install on the Hyper-V hosts if they are added to SCVMM, post UR10 installation ?

Many thanks

create Windows 7 vm from scvmm r2

$
0
0

guys,

I have a windows 7 enterprise 64 bit, I'm trying to create a vm from scvmm 2012 R2. when I try to boot from the iso I got an error message. If I change from Genaration2 to Generation 1, it will boot and allow me to install.

what's the issue here?

Thanks.


FD

VMM 2012 R2 Networking Help

$
0
0

Hello,

I am thoroughly confused as to how to set this up, here is what I have done so far and what my goals are.  

I have two 2012 R2 hosts that are configured as an hyper-v Cluster, here is the networking:

I have 5 subnets/Adapters on the hosts that are native (no trunks, single subnet per adapter), for MGMT, VM Migration, CLUSTER HEARTBEAT, ISCSI-A, ISCSI-B.

Then I have an adapter that is assigned to a virtual switch, that has 2 vlans/subnets trunked (tagged with no native) that is only used for virtual machine traffic.  

I had to create the Hyper-V Cluster, then create two VMs, One SQL and One VMM and VMM is running as a Virtual Machine on the cluster.

I then imported the cluster into VMM.

If I look at the networking Properties of the two VMs that were created pre-VMM then I am able to specifiy a vlan on the adapter.  If I try and create a vm from within VMM, it only allows me to assign the adapter to the logical network that was created (which is the virtual switch name) but not specify the specific vlan that is trunked.  

I am both unsure as to how to properly define the networking within VMM so that I can create VM templates and assign adapters to either of the trunked vlans that are in the virtual switch and also worried that if I start trying without explicit instructions I will somehow mess up connectivity of my VMM server, causing me to basically have to start over again since VMM wouldn't be able to communicate.

I do not see any specific instructions on the web when you have imported existing hosts with existing virtual switches, only how to setup everything from scratch with what appears to be a separate physical VMM server.

If I try and define a vm network on top of the logical network (which is the virtual switch name) then there are confusing options about isolation, and a statement saying I can only provide direct access to one vm network per logical network.  I have 2 vlans within the logical network that need to be defined and not isolated to just within the hyper-v cluster, maybe I am reading that wrong but it sounds like a private isolated network that would not be able to access "outside" networks.

Hopefully someone can point me in the right direction, thank you for the assistance.  

Integration of SC 2012 R2 Config-Operations-VMM Manager

$
0
0

Hi

We just completed the installation of System Center 2012 R2 Config-Operations-VMM implementation and did the integration between VMM-Operations manager.We have a few concerns and looking for supporting knowledge base articles on below topics

a) PRO is not enabled with VMM-Operations manager integration, we don't want to automate it but will start with manual configuration based on PRO alerts, do we get some advice and supporting articles on this?

b) Configuration manager integration with VMM and Operations manager is not yet done, looking for an articles on this topic.

Thanks in advance


LMS

SDN: creating a NAT connection using SLB MUX

$
0
0

I'm trying to install an SDN architecture using the VMM templates. So far, I've been able to install the NC, and successfully make VMs ping each other on the same virtual network using VXLAN. Now, I've installed my load balancers but I had issues trying to connect a VM network to a NAT connection. I'm very intrigued by the output of this cmdlel:

Get-SCNetworkGateway

Service : NC Name : NC Description : ConnectionString : serverurl=https://xx-stw-ts-nc04.xx.ca;SouthBoundIPAddress=10.12.104.54;ser vicename=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 : PSKOnlyNATSupported : False BGPSupported : True VPNTrafficRegulationSupported : False NATTrafficRegulationSupported : False MeteringSupported : False OutgoingNATRulesSupported : False DeviceId : 087BDC3D9C3028E089A68C404879471C14193F0D Manufacturer : Microsoft Model : Microsoft Network Controller VMNetworkGateways : {} 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

It seems that NAT is not supported by my network controller. Is that suppose to happen? I've been trying to follow this procedure: https://blogs.technet.microsoft.com/larryexchange/2016/05/31/step-be-step-for-deploying-a-sdnv2-using-vmm-tp5-part-3/

But I can't seem to connect to my outside network trough NAT. Any ideas on why the cmdlet tells me NAT is not supported and on how to create a NAT connection with a VM network?



Missing tabs from VM template properties in VMM 2012 SP1

$
0
0

One of the VM templates stored in a library had a few properties modified (Numlock, RAM, processor count) and after saving those changes, there are several tabs missing from the properties window.  I could not reproduce this on other VM templates.  Clones of this template also have the tabs missing. 

The missing tabs are OS Configuration, Application Configuration and SQL Server Configuration.

TFS 2012 lab management will not allow me to create an environment using this template, stating 'Domain User Name' is an not a valid property.

How do I get the missing tabs back?

HNV Gateway "No network interfaces were returned..." problem?

$
0
0

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

VMM Console

$
0
0

I am having a issue with the VMM console opening and I can't get the VMM service to start.  Can anyone help me out?

Console Error:

Unable to connect to the VMM management server * The Virtual Machine Manager service on that server did not respond.

Verify that Virtual Machine Manager has been installed on the server and that the Virtual Machine Manager service is running. Then try to connect again. If the problem persists, restart the Virtual Machine Manager service.

ID: 1602

VMM Service Error:

Windows could not start the SCVMM service on local computer.  The service did not return an error.  This could be an internal Windows error or an internal service error.

Error Report:

----------------------------------------------------
------------------- Error Report -------------------
----------------------------------------------------
Error report created 8/24/2016 1:11:47 PM
CLR is not terminating

----------------------------------------------------
--------------- Bucketing Parameters ---------------
----------------------------------------------------
EventType=VMM20
P1(appName)=vmmservice.exe
P2(appVersion)=3.2.8145.0
P3(assemblyName)=Utils.dll
P4(assemblyVer)=3.2.8145.0
P5(methodName)=Microsoft.VirtualManager.DB.SqlRetryCommand.ExecuteNonQuery
P6(exceptionType)=Microsoft.VirtualManager.DB.NonFatalDbException
P7(callstackHash)=34f0

SCVMM Version=3.2.8145.0
SCVMM flavor=C-buddy-RTL-AMD64
Default Assembly Version=3.2.8145.0
Executable Name=vmmservice.exe
Executable Version=3.2.8002.0
Base Exception Target Site=140725653610976
Base Exception Assembly name=System.Data.dll
Base Exception Method Name=System.Data.SqlClient.SqlConnection.OnError
Exception Message=Database operation failed.
Ensure that the SQL Server is running and configured correctly, and try the operation again.
EIP=0x00007ffd4bab8a5c
Build bit-size=64


----------------------------------------------------
------------ exceptionObject.ToString() ------------
----------------------------------------------------
Microsoft.VirtualManager.DB.NonFatalDbException: Database operation failed.
Ensure that the SQL Server is running and configured correctly, and try the operation again. ---> System.Data.SqlClient.SqlException: The transaction log for database 'VMM_DB' is full due to 'LOG_BACKUP'.
   at System.Data.SqlClient.SqlConnection.OnError(SqlException exception, Boolean breakConnection, Action`1 wrapCloseInAction)
   at System.Data.SqlClient.TdsParser.ThrowExceptionAndWarning(TdsParserStateObject stateObj, Boolean callerHasConnectionLock, Boolean asyncClose)
   at System.Data.SqlClient.TdsParser.TryRun(RunBehavior runBehavior, SqlCommand cmdHandler, SqlDataReader dataStream, BulkCopySimpleResultSet bulkCopyHandler, TdsParserStateObject stateObj, Boolean& dataReady)
   at System.Data.SqlClient.SqlCommand.FinishExecuteReader(SqlDataReader ds, RunBehavior runBehavior, String resetOptionsString)
   at System.Data.SqlClient.SqlCommand.RunExecuteReaderTds(CommandBehavior cmdBehavior, RunBehavior runBehavior, Boolean returnStream, Boolean async, Int32 timeout, Task& task, Boolean asyncWrite, SqlDataReader ds, Boolean describeParameterEncryptionRequest)
   at System.Data.SqlClient.SqlCommand.RunExecuteReader(CommandBehavior cmdBehavior, RunBehavior runBehavior, Boolean returnStream, String method, TaskCompletionSource`1 completion, Int32 timeout, Task& task, Boolean asyncWrite)
   at System.Data.SqlClient.SqlCommand.InternalExecuteNonQuery(TaskCompletionSource`1 completion, String methodName, Boolean sendToPipe, Int32 timeout, Boolean asyncWrite)
   at System.Data.SqlClient.SqlCommand.ExecuteNonQuery()
   at Microsoft.VirtualManager.DB.SqlRetryCommand.ExecuteNonQuery()
   --- End of inner exception stack trace ---
   at Microsoft.VirtualManager.DB.SqlRetryCommand.ExecuteNonQuery()
   at Microsoft.VirtualManager.Utils.CarmineObjectLock.ExecuteReleaseAllLocksSP()
   at Microsoft.VirtualManager.Utils.CarmineObjectLock.ReleaseAllLocks()
   at Microsoft.VirtualManager.Engine.TaskRepository.TaskRepository.HandleEngineRestart()
   at Microsoft.VirtualManager.Engine.VirtualManagerService.TimeStartupMethod(String description, TimedStartupMethod methodToTime)
   at Microsoft.VirtualManager.Engine.VirtualManagerService.ExecuteRealEngineStartup()
   at Microsoft.VirtualManager.Engine.VirtualManagerService.TryStart(Object stateInfo)
   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.TimerQueueTimer.CallCallback()
   at System.Threading.TimerQueueTimer.Fire()
   at System.Threading.TimerQueue.FireNextTimers()
*** Carmine error was: DatabaseNonFatalError (2604); 0
[s#2dd] ExecuteNonQuery()
Full call stack from when the exception was thrown:   at System.Environment.GetStackTrace(Exception e, Boolean needFileInfo)
   at System.Environment.get_StackTrace()
   at Microsoft.VirtualManager.Utils.CarmineException..ctor(ErrorInfo error, Exception innerException)
   at Microsoft.VirtualManager.DB.NonFatalDbException..ctor(SqlException e)
   at Microsoft.VirtualManager.DB.SqlRetryCommand.ExecuteNonQuery()
   at Microsoft.VirtualManager.Utils.CarmineObjectLock.ExecuteReleaseAllLocksSP()
   at Microsoft.VirtualManager.Utils.CarmineObjectLock.ReleaseAllLocks()
   at Microsoft.VirtualManager.Engine.TaskRepository.TaskRepository.HandleEngineRestart()
   at Microsoft.VirtualManager.Engine.VirtualManagerService.TimeStartupMethod(String description, TimedStartupMethod methodToTime)
   at Microsoft.VirtualManager.Engine.VirtualManagerService.ExecuteRealEngineStartup()
   at Microsoft.VirtualManager.Engine.VirtualManagerService.TryStart(Object stateInfo)
   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.TimerQueueTimer.CallCallback()
   at System.Threading.TimerQueueTimer.Fire()
   at System.Threading.TimerQueue.FireNextTimers()
--- SqlException details -----------------
System.Data.SqlClient.SqlException (0x80131904): The transaction log for database 'VMM_DB' is full due to 'LOG_BACKUP'.
   at System.Data.SqlClient.SqlConnection.OnError(SqlException exception, Boolean breakConnection, Action`1 wrapCloseInAction)
   at System.Data.SqlClient.TdsParser.ThrowExceptionAndWarning(TdsParserStateObject stateObj, Boolean callerHasConnectionLock, Boolean asyncClose)
   at System.Data.SqlClient.TdsParser.TryRun(RunBehavior runBehavior, SqlCommand cmdHandler, SqlDataReader dataStream, BulkCopySimpleResultSet bulkCopyHandler, TdsParserStateObject stateObj, Boolean& dataReady)
   at System.Data.SqlClient.SqlCommand.FinishExecuteReader(SqlDataReader ds, RunBehavior runBehavior, String resetOptionsString)
   at System.Data.SqlClient.SqlCommand.RunExecuteReaderTds(CommandBehavior cmdBehavior, RunBehavior runBehavior, Boolean returnStream, Boolean async, Int32 timeout, Task& task, Boolean asyncWrite, SqlDataReader ds, Boolean describeParameterEncryptionRequest)
   at System.Data.SqlClient.SqlCommand.RunExecuteReader(CommandBehavior cmdBehavior, RunBehavior runBehavior, Boolean returnStream, String method, TaskCompletionSource`1 completion, Int32 timeout, Task& task, Boolean asyncWrite)
   at System.Data.SqlClient.SqlCommand.InternalExecuteNonQuery(TaskCompletionSource`1 completion, String methodName, Boolean sendToPipe, Int32 timeout, Boolean asyncWrite)
   at System.Data.SqlClient.SqlCommand.ExecuteNonQuery()
   at Microsoft.VirtualManager.DB.SqlRetryCommand.ExecuteNonQuery()
ClientConnectionId:6574b8c9-794a-4bc1-8525-962bb5351f0f
Error Number:9002,State:2,Class:17
 Error = 9002
Index #0
Source: .Net SqlClient Data Provider
Number: 9002
State: 2
Class: 17
Server: VMM-aglistener,1433
Message: The transaction log for database 'VMM_DB' is full due to 'LOG_BACKUP'.
Procedure: prc_VMM_ReleaseAllLocks
Line: 16
--- Original Command -----------------
dbo.prc_VMM_ReleaseAllLocks
--- Caller StackTrace -----------------
FileName:; Method:ExecuteNonQuery(); lineNo:0; ilOffset:167.
FileName:; Method:ExecuteReleaseAllLocksSP(); lineNo:0; ilOffset:12.
FileName:; Method:ReleaseAllLocks(); lineNo:0; ilOffset:50.
FileName:; Method:HandleEngineRestart(); lineNo:0; ilOffset:5.
FileName:; Method:TimeStartupMethod(); lineNo:0; ilOffset:22.
FileName:; Method:ExecuteRealEngineStartup(); lineNo:0; ilOffset:389.
FileName:; Method:TryStart(); lineNo:0; ilOffset:6.
FileName:; Method:RunInternal(); lineNo:0; ilOffset:121.
FileName:; Method:Run(); lineNo:0; ilOffset:9.
FileName:; Method:CallCallback(); lineNo:0; ilOffset:127.
FileName:; Method:Fire(); lineNo:0; ilOffset:67.
FileName:; Method:FireNextTimers(); lineNo:0; ilOffset:236.


-------- exception.InnerException.ToString() -------
System.Data.SqlClient.SqlException (0x80131904): The transaction log for database 'VMM_DB' is full due to 'LOG_BACKUP'.
   at System.Data.SqlClient.SqlConnection.OnError(SqlException exception, Boolean breakConnection, Action`1 wrapCloseInAction)
   at System.Data.SqlClient.TdsParser.ThrowExceptionAndWarning(TdsParserStateObject stateObj, Boolean callerHasConnectionLock, Boolean asyncClose)
   at System.Data.SqlClient.TdsParser.TryRun(RunBehavior runBehavior, SqlCommand cmdHandler, SqlDataReader dataStream, BulkCopySimpleResultSet bulkCopyHandler, TdsParserStateObject stateObj, Boolean& dataReady)
   at System.Data.SqlClient.SqlCommand.FinishExecuteReader(SqlDataReader ds, RunBehavior runBehavior, String resetOptionsString)
   at System.Data.SqlClient.SqlCommand.RunExecuteReaderTds(CommandBehavior cmdBehavior, RunBehavior runBehavior, Boolean returnStream, Boolean async, Int32 timeout, Task& task, Boolean asyncWrite, SqlDataReader ds, Boolean describeParameterEncryptionRequest)
   at System.Data.SqlClient.SqlCommand.RunExecuteReader(CommandBehavior cmdBehavior, RunBehavior runBehavior, Boolean returnStream, String method, TaskCompletionSource`1 completion, Int32 timeout, Task& task, Boolean asyncWrite)
   at System.Data.SqlClient.SqlCommand.InternalExecuteNonQuery(TaskCompletionSource`1 completion, String methodName, Boolean sendToPipe, Int32 timeout, Boolean asyncWrite)
   at System.Data.SqlClient.SqlCommand.ExecuteNonQuery()
   at Microsoft.VirtualManager.DB.SqlRetryCommand.ExecuteNonQuery()
ClientConnectionId:6574b8c9-794a-4bc1-8525-962bb5351f0f
Error Number:9002,State:2,Class:17


----------------------------------------------------
--------------- exception.StackTrace ---------------
----------------------------------------------------
at Microsoft.VirtualManager.DB.SqlRetryCommand.ExecuteNonQuery()
   at Microsoft.VirtualManager.Utils.CarmineObjectLock.ExecuteReleaseAllLocksSP()
   at Microsoft.VirtualManager.Utils.CarmineObjectLock.ReleaseAllLocks()
   at Microsoft.VirtualManager.Engine.TaskRepository.TaskRepository.HandleEngineRestart()
   at Microsoft.VirtualManager.Engine.VirtualManagerService.TimeStartupMethod(String description, TimedStartupMethod methodToTime)
   at Microsoft.VirtualManager.Engine.VirtualManagerService.ExecuteRealEngineStartup()
   at Microsoft.VirtualManager.Engine.VirtualManagerService.TryStart(Object stateInfo)
   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.TimerQueueTimer.CallCallback()
   at System.Threading.TimerQueueTimer.Fire()
   at System.Threading.TimerQueue.FireNextTimers()


----------------------------------------------------
------------- 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.VirtualManagerService.ReportUnhandledException(Exception unhandledException)
   at Microsoft.VirtualManager.Engine.VirtualManagerService.CurrentDomain_UnhandledException(Object sender, UnhandledExceptionEventArgs e)
   at Microsoft.VirtualManager.DB.SqlRetryCommand.ExecuteNonQuery()
   at Microsoft.VirtualManager.Utils.CarmineObjectLock.ExecuteReleaseAllLocksSP()
   at Microsoft.VirtualManager.Utils.CarmineObjectLock.ReleaseAllLocks()
   at Microsoft.VirtualManager.Engine.TaskRepository.TaskRepository.HandleEngineRestart()
   at Microsoft.VirtualManager.Engine.VirtualManagerService.TimeStartupMethod(String description, TimedStartupMethod methodToTime)
   at Microsoft.VirtualManager.Engine.VirtualManagerService.ExecuteRealEngineStartup()
   at Microsoft.VirtualManager.Engine.VirtualManagerService.TryStart(Object stateInfo)
   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.TimerQueueTimer.CallCallback()
   at System.Threading.TimerQueueTimer.Fire()
   at System.Threading.TimerQueue.FireNextTimers()


----------------------------------------------------
-------------------- 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.6.1055.0
    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.8002.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.6.1055.0
    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.6.1075.0
    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.8145.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.8145.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.8145.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.8145.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.8117.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.6.1055.0
    BuildType=retail
    Product=Microsoft® .NET Framework

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.8169.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.8169.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.6.1055.0
    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.6.1055.0
    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.6.1055.0
    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.6.1055.0
    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.6.1055.0
    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.8145.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.8117.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.8145.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.8117.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.8071.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.7895.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.8002.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.8117.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.8117.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.8071.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.8117.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.8117.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.8145.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.8117.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.8071.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.8002.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.6.1064.2
    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.8117.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.7895.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.6.1055.0
    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.8117.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.7895.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.7895.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.7895.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.8071.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.7895.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.8071.0
    BuildType=retail
    Product=System Center Virtual Machine Manager 2012 R2

WSManAutomation, Version=3.2.8117.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

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.8145.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.6.1055.0
    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

DB.DelegatedAdmin, Version=1.0.523.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35
    Location=C:\Program Files\Microsoft System Center 2012 R2\Virtual Machine Manager\Bin\DB.DelegatedAdmin.dll
    Module=C:\Program Files\Microsoft System Center 2012 R2\Virtual Machine Manager\Bin\DB.DelegatedAdmin.dll
    Version=3.2.8117.0
    BuildType=retail
    Product=System Center Virtual Machine Manager 2012 R2

DB.TieredPerfCounters, Version=1.0.523.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35
    Location=C:\Program Files\Microsoft System Center 2012 R2\Virtual Machine Manager\Bin\DB.TieredPerfCounters.dll
    Module=C:\Program Files\Microsoft System Center 2012 R2\Virtual Machine Manager\Bin\DB.TieredPerfCounters.dll
    Version=3.2.7895.0
    BuildType=retail
    Product=System Center Virtual Machine Manager 2012 R2

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.6.1055.0
    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.6.1055.0
    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.6.1055.0
    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.6.1055.0
    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.6.1055.0
    BuildType=retail
    Product=Microsoft® .NET Framework

----------------------------------------------------
--------- Extra Data for Watson Report -------------
----------------------------------------------------
Error Reporting Enabled=True

*** Extra Data ***
Process ID = 4556 (0x11cc)
Managed Thread ID = 13
Native Thread ID = 3240 (0x0ca8)

SCVMM 2012 R2 UR10 Managing Azure Subscription

$
0
0

Hi All

I am configuring SCVMM 2012 R2 UR10 to connect to an Azure subscription.  I've done this successfully, however only the Classic VMs are displayed in the console.  I am assuming this is by design at the moment since from the documentation, the management certificate is required in order for VMM to talk to the Service Management API in Azure.  My question is, is there any way that this can be achieved or is this a feature being rolled into SCVMM 2016?

TIA

Shaun

How can I get values from VM Template in SCVMM 2012 R2 ?

$
0
0

Hi All,

From the VM Template, using powershell how can I get value stored against "Allow virtual machine to span hardware NUMA nodes" and "configure virtual NUMA topology" and CPU Priority?

Thanks in advance,
Mohak Mahato

How can I set VM property programatically when the VM is released from write-lock state?

$
0
0

Hi All,

I am creating a VM asynchronously and then I am tring to update one of VM property by following way.

New-SCVirtualMachine -Name "yy" -VMConfiguration $virtualMachineConfiguration -Cloud $cloud -Description "yy" -JobGroup "5dcffd71-7a7d-42ac-9ebe-bb23ce9e2d01" -ReturnImmediately -StartAction "NeverAutoTurnOnVM" -StopAction"SaveVM" -RunAsynchronously

$VM= Get-SCVirtualMachine -Name "yy" -Cloud $cloud

Set-SCVirtualMachine -Tag "tag1" -CostCenter "CC1" -JobGroup "5dcffd71-7a7d-42ac-9ebe-bb23ce9e2d01" -VM $VM -RunAsynchronously

Now I am getting an error saying that the VM object is write locked.

Is there any way to do this asynchronously and programatically using powershell in scvmm 2012 r2 when the object is released from write-lock ?

Thanks in advance,
Mohak Mahato

HNV Gateway "No network interfaces were returned..." problem?

$
0
0

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


Automation Tool recommendation for SCVMM Plugin Testing

$
0
0

I need to do GUI automation for SCVMM Plugin we have developed for our product. 

I am trying to figure out some GUI Automation tools which work best with SCVMM.

I had considered using OpenSource- Sikuli, but its image recognization based tool. It can't scale up with dynamic parameters.

So, I am considering TestComplete, which is objected based testing tool.

If anyone has already done GUI automation for SCVMM Plugin, please share your experience and GUI automation tool used. 

Thanks in advance.

- Arun


Arun

Virtual Hard Disk Path

$
0
0

Prior to RU11 being installed I had the script below to retrieve the path of the hard disk file associated with a VM.

 $HardDrive = $VM.VirtualHardDisks
 $NewHDPath = $HardDrive[0].Directory

After installing RU11 the directory attribute is returned null for every VM. Did RU11 cause this or did something else? How else can I retrieve the path of a VHD hard disk?


A+, N+, MCP

Add Update Server - SCCM 2012?

$
0
0

Can someone give me a little help with this if they have run into this before?

I have SCVMM2012 R2 and am setting up the bare metal deployment.

I was adding in the update server and tried to add my SCCM 2012 R2 ( Current Branch) which is my WSUS server as well. 

It always errors out and will not add.

Error 24001

Update server operation failed with error : Cannot open database "SUSDB" requested by the login. The login failed.

Login failed for user 'NT AUTHORITY\NETWORK SERVICE'.

I can't manage my wsus from the wsus console either but i can through SCCM because i had SCCM install it. and its on the WID database


Any help would be appreciated.

what credentials can i use to add it into SCVMM. I have tried a few including a few domain admin with SCCM admin accounts and they still don't work. They have been WSUS administrator, or full local admins



Chaos causes progress, Order inhibits it.

Issues with Network Controller: Multiple errors

$
0
0

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!

Adding and separating storage to VMM Cloud

$
0
0

Hi

I have a VMM configuration with Hyper-v clusters using CSV storage. I want to create a new cloud and assign storage from an alternative storage array. As a test I have added a new volume/LUN to the host cluster as either available storage or shared storage/CSV. As available storage I cannot add it as a resource to the vmm Cloud, as a CSV it becomes part of the current CSV.

It looks like I need to create a new storage classification but I cannot find a way to add the new disk to a storage classification. Is this the way to do it?

Thanks

Steve

Viewing all 2770 articles
Browse latest View live


<script src="https://jsc.adskeeper.com/r/s/rssing.com.1596347.js" async> </script>