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

"Import-Module virtualmachinemanager" always have error in C# code.

$
0
0
static void Main(string[] args)
        {
            InitialSessionState initial = InitialSessionState.CreateDefault();
            initial.ImportPSModule(new string[] { "virtualmachinemanager" });
            Runspace runspace = RunspaceFactory.CreateRunspace(initial);
            runspace.Open();
            PowerShell ps = PowerShell.Create();
            ps.Runspace = runspace;
            ps.Commands.AddCommand("get-vm");
            try
            {
                Collection<PSObject> list = ps.Invoke();
                foreach (var item in list)
                {
                    Console.WriteLine(item.TypeNames);
                }
            }
            catch (Exception ex)
            {
                Console.WriteLine(ex.Message);
            }
            Console.ReadLine();
        }

I want to get vm list by C#,how can I fix this issue?


Besr regards



Setup cannot backup the existing Database while upgrading SCVMM

$
0
0

Hello Guys,

I am upgrading SCVMM 2012 to SCVMM 2012 SP1 (and then ultimately to SCVMM 2012 R2). We will use the existing database option. During the installation, it throws the error: “Virtual Machine Manager Setup cannot create a backup of the existing database. Verify that you have necessary rights to back up the Virtual Machine Manager database, and then restart Setup.” (error snapshot attached below)

I checked the permissions on the SQL backup folder; my service account has Full Permissions on this folder. I restarted the server, and then again tried the installation. It gave the same error again.

Then I changed the default location of the backup folder through the registry path: HKLM\Software\Microsoft\Microsoft SQL Server\MSSQL11.MSSQLServer\MSSQLServer\ Key name 'BackupDirectory'. Assigned Full Control permissions to my service account on the SQL backup folder, and tried the installation of SCVMM 2012 SP1. It is throwing the same error again. My service account is a member of Local Users and Computers of SQL Server machine. This service account is member of Security of all Server Roles in SQL.

I am stuck in this issue.

I came across the KBhttp://technet.microsoft.com/en-us/library/bb963730.aspx, it says on the last line of this KB: “Note that by default SQL Server will run as a Network Service. The backup operation will fail, unless you specifically provide permissions to the Network Service on the folder you want to save the backup to.”

I don’t know which ’special permissions’ need be specifically provided for this operation.

Please help me.

Thank you.

~ Hasan Bin Hasib

SC 2012 SP1 VMM + App Controller - Unable to Deploy VM or Service: The operation has timed out (StatusCode: Timeout)

$
0
0

Hi there!

I have the following problem:

  • User1 is a member of Fabric Administratorsand Application Administrators (Self-service) user roles.
    If User1 logs on to App Controller as Application Administrator (Self-service) he is able to deploy service or VM.
    Here are job descriptions for VM and service deployments in AppController and SCVMM Jobs workspace:
    VM: Create virtual machine (AppC) - succeeded / Create virtual machine in cloud (VMM) - succeeded
    Service: Create service deployment (AppC) - succeeded / Create Service instance (VMM) - succeeded
  • User2 is a member of Application Administrators (Self-service) user role only.
    If User2 logs on to App Controller as Application Administrator (Self-service) he is unable to deploy service or VM with the following error: The operation has timed out (StatusCode: Timeout). BUT in Library / Templates / Service Deployment Configuration container we are able to see the configuration with the settings which User2 configured.
    Here are job descriptions for VM and service deployments in AppController and SCVMM Jobs workspace:
    VM: Unassigned (AppC) - failed with error "The operation has timed out (StatusCode: Timeout)" / Create new VM deployment configuration (VMM) - succeeded
    Service: Unassigned (AppC) - failed with error "The operation has timed out (StatusCode: Timeout)" / Create a new service configuration (VMM) - succeeded
  • If User1 is added to Administrator user role and tries to deploy the Service Deployment Configuration which was created by User2 the "Create Service Instance" job fails with error:
    Warning (26733)
    The user DOMAIN\User2 is not a member of the currently connected user role  (Administrator) or a member of one of the child user roles of the currently connected user role.
    Recommended Action
    Please specify a user who is a member of the currently connected user role or someone in the role hierarchy and try the operation again.
  • If User2 attempts to use VMM console it becomes unresponsive.

I have the following questions:

  1. Is that how it is supposed to be?
  2. How to allow the self-service user be able to deploy a functional service?

Many thanks in advance!



Windows Azure Pack - VMM failed to deploy service through F5 Load Balancer

$
0
0

I use server 2012 R2 (Windows Azure Pack) to deploy 2-tier service ( VMM -> Library -> Create Service Template -> Select two tier application -> Add F5 Load balancer -> Use connector to link NIC to Server Connection and link Client Connection to VM network   ). I was able to set up F5 Load balancer (virtual appliance) on Hyper V. I checked  VMM Orchestrator was able to create VIP pool and member correctly on F5 Appliance. I get the following error. I'm not sure how to resolve, If anyone experience this issue before, please let me know how to fix it. I copied the error log below. Thank you

Error (22042)
The service XXXXXXX was not successfully deployed. Review the event log to determine the cause and corrective actions.

Recommended Action
The deployment can be restarted by retrying the job.


Error (21426)
Execution of DataCenterManager.LB::AddLBVIP on the configuration provider a1af2238-5665-454a-8560-64fafbfe3385 failed. Detailed exception: Microsoft.SystemCenter.DataCenterManager.LB.LBConnectionFailedException: There is an error in XML document (246, 74). ---> F5Networks.Protocols.iControl.iControlException: There is an error in XML document (246, 74).

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


Error (22725)
VMM received computer name vmmBN6 for VM vmmBN6.domain.com. Expected computer name is vmmBN6.domain.com.

Recommended Action
Ensure that the VM has joined the right domain or workgroup and then retry the operation.


Error (20400)
1 parallel subtasks failed during execution.


Error (20400)
1 parallel subtasks failed during execution.


Error (21952)
Application deployment failed for one or more tiers or application hosts in the service XXXXXXXXX. Check job logs to get more information on the failed operation.

Recommended Action
Check error messages and retry the operation if needed.

Thanks

The specified unattended installation xml file is not valid. Specify a valid unattend .xml file.

$
0
0

Hello,

I am trying to "configure deployment" based on Service template. So I go to VMM (2012 R2) > Library > Service template > Right click service template > Configure Deployment.

The service is configured and doesn't give any errors. But when it tries to create the VM's, it gives this error:

Error (22042)
The service <servicename> was not successfully deployed. Review the event log to determine the cause and corrective actions.

Recommended Action
The deployment can be restarted by retrying the job.


Error (10601)
The specified unattended installation xml file is not valid.


Recommended Action
Specify a valid unattend .xml file.

Actually nothing to find on the internet. And I have no clue where to start. Something I read about the Guest OS Profile? What could be a problem? Any ideas?

Thanks in advance!!

Highly available VMM installation issue

$
0
0

Hi,

I am upgrading the highly avaiable VMM 2012 SP1 to VMM 2012 R2. On starting the installation of VMM management server on 1st node, it gives the message "Highly available VMM is already installed. Would you like to add this server as a node to this installation?"

I have ensured that VMM 2012 SP1 is properly uninstalled. I have tried the installation on both nodes. Please help me.

Thank you.

Regards,

Hasan Bin Hasib

I can not add Network Virtualization Gateway to the VMM server

$
0
0

I can not add Network Virtualization Gateway to the VMM server (Connectivity)

All test in provider tab passed

Error (21426)
Execution of Microsoft.SystemCenter.NetworkService::InstallDeviceConnection on the configuration provider 4ee559f1-f479-480c-9458-d14b8b1c1779 failed. Detailed exception: Microsoft.VirtualManager.Utils.CarmineException: Unable to set up Remote Access server to support multi-tenancy mode. (The WS-Management service cannot process the request. The WMI service or the WMI provider returned an unknown error: HRESULT 0x80041001 ).
Fix the issue in Remote Access server and retry the operation.

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


Error 20413, SCVMM 2012 R2

$
0
0

Hi!

I tried to run command "Refresh Virtual Machines" on cluster node in VMM. And i have an error:

Error (20413)
VMM encountered a critical exception and created an exception report at C:\ProgramData\VMMLogs\SCVMM.74251b88-e0b8-43d0-986f-0f47295dc772\report.txt.

Recommended Action
See the report for more details and search user forums for well-known failure root causes for self-help.

I read report in txt-file, but can't find root-case there.

Could you help me, please?

----------------------------------------------------
------------------- Error Report -------------------
----------------------------------------------------
Error report created 02.12.2014 16:11:18
CLR is not terminating

----------------------------------------------------
--------------- Bucketing Parameters ---------------
----------------------------------------------------
EventType=VMM20
P1(appName)=vmmservice.exe
P2(appVersion)=3.2.7768.0
P3(assemblyName)=ImgLibEngine.dll
P4(assemblyVer)=3.2.7768.0
P5(methodName)=Microsoft.VirtualManager.Engine.ImageLibrary.CommonVMBase.SetServerForPassThroughDisks
P6(exceptionType)=System.NullReferenceException
P7(callstackHash)=301e

SCVMM Version=3.2.7768.0
SCVMM flavor=C-buddy-RTL-AMD64
Default Assembly Version=3.2.7768.0
Executable Name=vmmservice.exe
Executable Version=3.2.7768.0
Base Exception Target Site=140705824528760
Base Exception Assembly name=ImgLibEngine.dll
Base Exception Method Name=Microsoft.VirtualManager.Engine.ImageLibrary.CommonVMBase.SetServerForPassThroughDisks
Exception Message=Object reference not set to an instance of an object.
EIP=0x00007ff8a17a43ef
Build bit-size=64


----------------------------------------------------
------------ exceptionObject.ToString() ------------
----------------------------------------------------
System.NullReferenceException: Object reference not set to an instance of an object.
   at Microsoft.VirtualManager.Engine.ImageLibrary.CommonVMBase.SetServerForPassThroughDisks(Guid serverId)
   at Microsoft.VirtualManager.Engine.BitBos.VMRefresherBase.ReassociateDBVMToNewHost(VM migratedVM, Guid newHostId, Guid refresherID)
   at Microsoft.VirtualManager.Engine.BitBos.VMRefresherBase.DeclareMissingVM(VMData vmData)
   at Microsoft.VirtualManager.Engine.BitBos.VMRefresherBase.DeclareMissingVMs(List`1 toDeclareMissing)
   at Microsoft.VirtualManager.Engine.BitBos.VMRefresherBase.RunLightRefresher()
   at Microsoft.VirtualManager.Engine.BitBos.VMRefresherBase.UpdateHostAndVMs(VMRefresherType refresherType, Guid vmObjectId, VM tempVm)
   at Microsoft.VirtualManager.Engine.VmOperations.RefreshVmsOnHostSubtask.RunSubtask()
   at Microsoft.VirtualManager.Engine.TaskRepository.SubtaskBase.Run()
   at Microsoft.VirtualManager.Engine.TaskRepository.Task`1.SubtaskRun(Object state)


----------------------------------------------------
--------------- exception.StackTrace ---------------
----------------------------------------------------
at Microsoft.VirtualManager.Engine.ImageLibrary.CommonVMBase.SetServerForPassThroughDisks(Guid serverId)
   at Microsoft.VirtualManager.Engine.BitBos.VMRefresherBase.ReassociateDBVMToNewHost(VM migratedVM, Guid newHostId, Guid refresherID)
   at Microsoft.VirtualManager.Engine.BitBos.VMRefresherBase.DeclareMissingVM(VMData vmData)
   at Microsoft.VirtualManager.Engine.BitBos.VMRefresherBase.DeclareMissingVMs(List`1 toDeclareMissing)
   at Microsoft.VirtualManager.Engine.BitBos.VMRefresherBase.RunLightRefresher()
   at Microsoft.VirtualManager.Engine.BitBos.VMRefresherBase.UpdateHostAndVMs(VMRefresherType refresherType, Guid vmObjectId, VM tempVm)
   at Microsoft.VirtualManager.Engine.VmOperations.RefreshVmsOnHostSubtask.RunSubtask()
   at Microsoft.VirtualManager.Engine.TaskRepository.SubtaskBase.Run()
   at Microsoft.VirtualManager.Engine.TaskRepository.Task`1.SubtaskRun(Object state)


----------------------------------------------------
------------- 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.Task`1.SubtaskRun(Object state)
   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.7768.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.34239
    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.7768.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.7768.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.7768.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.7768.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.7768.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.7768.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.34230
    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.34230
    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.7768.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.7768.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.7768.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.7768.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.7768.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.7768.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.7768.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.7672.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.7768.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.7672.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.7768.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.17090
    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.7768.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.7768.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.7768.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.7768.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.7768.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.34230
    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.7768.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.7768.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.7768.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.7672.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.7768.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.7768.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.7672.0
    BuildType=retail
    Product=System Center Virtual Machine Manager 2012 R2

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

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.7768.0
    BuildType=retail
    Product=System Center Virtual Machine Manager 2012 R2

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 = 5284 (0x14a4)
Managed Thread ID = 109
Native Thread ID = 7200 (0x1c20)




The configuration registry database is corrupt (0x800703F1)

$
0
0

SCVMM 2012 R2

Cluster with 2 nodes/hosts

Deployed several VM's without any problem. Migrating between the hosts is no problem.

Now I want to create a service template, just deploying a simple webserver. I created a new VM, sysprepped it en saved it as a template.

I also created OS profile, Hardware profile etc. to automatically deploy the service template. When deploying the Service Template is all seems to go well until the action: ' Install VM components' This action fails after a couple of seconds with the error below:

====

Error (22042)
The service Testdeploy was not successfully deployed. Review the event log to determine the cause and corrective actions.

Recommended Action
The deployment can be restarted by retrying the job.


Error (2912)
An internal error has occurred trying to contact the host1.domain.local server: : .

WinRM: URL: [http://host1.domain.local:5985], Verb: [INVOKE], Method: [HWScoutOffline], Resource: [http://schemas.microsoft.com/wbem/wsman/1/wmi/root/scvmm/P2VServerJob]

The configuration registry database is corrupt (0x800703F1)

Recommended Action
Check that WS-Management service is installed and running on server host1.domain.local. For more information use the command "winrm helpmsg hresult". If host1.domain.local is a host/library/update server or a PXE server role then ensure that VMM agent is installed and running. Refer to http://support.microsoft.com/kb/2742275 for more details.

====

First I checked all WinRM related issues, this is all good, connecting without a problem. Removed one host from the cluster, removed certiftcate from the Trusted People certificate store on the SCVMM server. Added the host again, certificate being created automatically, but still the same error. Checked the SPN names, GPO settings for WinRM, but I'm stuck at the moment. Has anybody have any clue on this one to point me in the right direction?

Thanks in advance.

VMMAdminUI has stopped working (when clicking on library)

$
0
0

I am unable to review the library tab in my VMMAdminUI.  Here is the error that happens every time I click on the library wunderbar button.

Problem signature:
  Problem Event Name:    CLR20r3
  Problem Signature 01:    VmmAdminUI.exe
  Problem Signature 02:    3.2.7510.0
  Problem Signature 03:    522d2b71
  Problem Signature 04:    mscorlib
  Problem Signature 05:    4.0.30319.34014
  Problem Signature 06:    52e0b679
  Problem Signature 07:    4795
  Problem Signature 08:    466
  Problem Signature 09:    System.ArgumentException
  OS Version:    6.3.9600.2.0.0.144.8
  Locale ID:    1033
  Additional Information 1:    5861
  Additional Information 2:    5861822e1919d7c014bbb064c64908b2
  Additional Information 3:    bb02
  Additional Information 4:    bb02c3b29c3f075104f1d0629e885cfc

Read our privacy statement online:
  http://go.microsoft.com/fwlink/?linkid=280262

If the online privacy statement is not available, please read our privacy statement offline:
  C:\Windows\system32\en-US\erofflps.txt

SCVMM 2012 R2 - Log On Issues with ERROR 1604

$
0
0

I am working on troubleshooting an issue I am experiencing with our SCVMM 2012 R2 deployment. 

I am working on deploying App Controller and this is how I discovered the following issue. When installing the VMM Console on the App Controller server, I went to go validate connectivity and that the SCVMM remote console can log in. At first it would not log in when specifying "Use current Microsoft Windows session identity" or when I would specifyDomain\Username . I would receive a Error ID code of 1604. 

The only way I can log in via a remote console is when I only specify Username and do NOT prefix the domain name. 

Go further with App Controller, it cannot iniatate a connection to the SCVMM Management Host and has these errors:

Category: Critical
Description: Connection attempt to the target system failed.
Details: Category: Critical
Message: 1604–ConnectServerAuthenticationFailed
Description: You cannot access VMM management server simscvmm.simdomain.com.
Details: Category: Critical
Message: System.ServiceModel.Security.SecurityNegotiationException
Description: A call to SSPI failed, see inner exception.

Category: Critical
Message: System.Security.Authentication.AuthenticationException
Description: A call to SSPI failed, see inner exception.

Category: Critical
Message: System.ComponentModel.Win32Exception
Description: The target principal name is incorrect

I suspect App Controller is trying to connect to SCVMM with Domain\Username and is failing. 

I am not sure if this is a SPN registration issue or something else? 

VM rebooting before GUIRunOnce has finished

$
0
0

I have a SCVMM 2012 R2 U4, and when I deploy a 2012 R2 gen 2 guest with an answer file to do 1 autologon, my GUIRunOnce command runs and starts to install my application but before it is finished the server reboots, has anyone else come across this?

Cheers

Chris

VMM does not have appropriate permissions to access the resource

$
0
0

Hello,

I am installing SCVMM 2012 R2 with high availability. After 15 minustes of starting the SCVMM installation, it throws the error: "VMM does not have appropriate permissions to access the resource  on the VMMNode1.contoso.com server.
Ensure that Virtual Machine Manager has the appropriate rights to perform this action."

Setup Wizard Log of that time says: "VMMPostinstallProcessor threw an exception: Threw Exception.Type: Microsoft.Carmine.WSManWrappers.WSManProviderException, Exception.Message: VMM does not have appropriate permissions to access the resource  on the VMMNode1.contoso.com server.
Ensure that Virtual Machine Manager has the appropriate rights to perform this action."

My serivce account is a member of Administrators group in the Local Users & Computers of both nodes. I have checked all possible permissions on AD. My service account has the permissions to create Computer Objects in AD and has Full Control on VMMDKM container and its descendant objects.

Can anyone please share the possible resolutions/workarounds.

Thank you.

~ Hasan Bin Hasib

Problem Uploading Encrypted BITS to Library Server.

$
0
0

Hello. I am really hoping someone can help me, as I am completely stuck.

I have a HyperV cluster of 3 servers, who's VHD files are located on a scale-out file server over a 10GbE link. The VMs are running fine. But the fileserver, is also the VMM Library server. All of a sudden, I can no longer upload ISO resources into the library using the encrypted BITS method. I am certain I have all of the necessary permissions, because when I go un-encrypted, everything works fine.

However, when I try encrypted, I get the following error:

The library server certificate is not available on the client running the application. Try contacting

      the administrator to install the certificate in the trusted people store of machine account or run the

      client with local machine administrator privileges (Elevated) or try the transfer with -AllowUnencryptedTransfer parameter.

Run the client (Cmdlet/Admin Console) with elevated administrator privileges.

ID: 24364

I have searched on this error and cannot find much. I have made sure the library server's certificate is in the trusted people store of the VMM management server. I have also tried restarting the VMM management server.

Not sure where to go from here....

Any help would be greatly appreciated.

VMM 2012 R2 Enable VLAN option to select between two VLANs.

$
0
0

I would like to use the Enable VLAN option on a VM network adapter to be able to select between two VLANs for my VMs. However, I am unable to see both VLAN IDs that I set on the logical switch.  

Is there a guide to be able to do that?

Thanks for the help.


Still Error 2927 when refreshing Windows 2012 R1 Host

$
0
0

 I have SCVMM R2 and the latest rollups.  This issue is only occureing on a Windows 2012 (R1) server.  I do not see these issues on Windows 2008 R2 or Windows 2012 R2.  

I have looked at other forum posts with no luck such as:  https://social.technet.microsoft.com/Forums/systemcenter/en-US/ccff7b77-6fc5-4c4b-bf71-a08a5076a3fd/action?threadDisplayName=error-2927-when-refreshing-host-cluster

I also have cranked up the MaxConcurrentOperationsPerUser to no avail.

After I restart WinRM and SCVMM Agent, it is ok for a little while then the errors and "This service has exceeded its maximum of 100 concurrent operations per user allowed for plugin "WMI Provider" error begin again.

Any other ideas?

Thanks,

Jason


VMM Console crashes with Event ID 1 and 1999

$
0
0

Hi All,

As the title explains, my console is crashing whenever it seems to refresh or when i try to perform certain jobs (such as creating a template).

I've checked other posts and this server only has one NIC (its actually a VM) and i dont have SCOM intergrated with it.  I dont see any Event ID 1612 anywhere either (which i'm guessing is good)

In the even viewer, each crash has EventID 1, then 1999, then EventID 1 twice, then another EventID 19999.

Event ID 1:

System.NullReferenceException: Object reference not set to an instance of an object.
   at Microsoft.VirtualManager.Engine.WorkloadCreation.OSConfig.DecryptPasswords(IOSConfigSettings oscfgOverrides)
   at Microsoft.VirtualManager.Engine.VmOperations.NewTemplateSubtask.Initialize()
   at Microsoft.VirtualManager.Engine.TaskRepository.SubtaskBase.Initialize(TaskContext context, Guid subtaskID)
   at Microsoft.VirtualManager.Engine.TaskRepository.Task`1.Start(UserOrGroup authorizeAsUser, UserOrGroup auditAsUser, TaskStartParamsData startData)
   at Microsoft.VirtualManager.Engine.TaskRepository.Task`1.Start(ConnectionProperties properties, String cmdletName)
   at Microsoft.VirtualManager.Engine.Remoting.ClientConnection.RestartTask(Guid taskID, CredentialParameterData credential, Boolean skipLastFailedStep, String cmdletNames, OnBehalfOf obo)
   at SyncInvokeRestartTask(Object , Object[] , Object[] )
   at System.ServiceModel.Dispatcher.SyncMethodInvoker.Invoke(Object instance, Object[] inputs, Object[]& outputs)
   at System.ServiceModel.Dispatcher.DispatchOperationRuntime.InvokeBegin(MessageRpc& rpc)
   at System.ServiceModel.Dispatcher.ImmutableDispatchRuntime.ProcessMessage5(MessageRpc& rpc)
   at System.ServiceModel.Dispatcher.ImmutableDispatchRuntime.ProcessMessage31(MessageRpc& rpc)
   at System.ServiceModel.Dispatcher.MessageRpc.Process(Boolean isOperationContextSet)-2147467261

Event ID 19999:

Virtual Machine Manager (vmmservice:3076) has encountered an error and needed to exit the process. Windows generated an error report with the following parameters:
Event:VMM20
P1(appName):vmmservice
P2(appVersion):3.1.6018.0
P3(assemblyName):ImgLibEngine
P4(assemblyVer):3.1.6018.0
P5(methodName):M.V.E.W.OSConfig.DecryptPasswords
P6(exceptionType):System.NullReferenceException
P7(callstackHash):31d
.

Does anyone have any ideas?

CM

How to allocate resources to different groups????

$
0
0
I have a Hyper-V 2012 R2 lab environment. I need to allocate resources to different groups. For example, how can I allocate 60% of hyper-v resources (compute and storage) to group A and 40% to group B. How do I accomplish this? I was thinking that the answer may be Microsoft Virtual Machine Manager, but I'm not sure.
The infrastructure is multiple clustered Hyper-V 2012 R2 servers connected to an EquilLogic  PS6xxx

2012 R2 guest VM creation from template fails - SVMM 2012 SP1

$
0
0

Hi,

I am trying to create a VM from a VM template and I get error 13206 - Virtual Machine Manager cannot locate the boot or system volumen on virtual machine <NewVMName>.

First, the current setup:
Host OS: Windows Server 2012
SCVMM: 2012 SP1

The VM Template creation process:
- Create a normal VM from SCVMM: Guest OS is Windows Server 2012 R2
- Simple configuration of the guest OS (eg: regional settings, ...)
- Disk within the VM is configured as Dynamic (has one simple partition that is System Reserved and another simple partition for the System (C:))
- Sysprep the guest VM with Generalize and Shutdown options
- Import the syspreped VHDX onto the SCVMM Library (making sure that the transfer is "unencrypted")
- Create the VM Template using imported VHDX (since this is SCVMM 2012 SP1, not R2, the option to select the VHD generation (1 or 2) is not provided)

The VM creation from template process:
- Create a VM from the template with the default values and ticking the box for the VM to "start the virtual machine after deploying it on the host"

The "Job" process:
- Create virtual machine = Completed
- Deploy file (using LAN) = Completed
- Change properties of virtual machine = Completed
- Fix up differencing disks = Completed
- Install VM components = Failed <=Error 13206

Some additional details:
- Hyper-V integration services are not installed on the guest VM
- Repeated the same procedure with both Dynamic and Fixed VHDX
- Original VM was created with only 1 disk for boot drive (no additional disks)
- Original VM does not have any roles or features configured
- The VM Template does not make use of answer files nor is it configured to join the domain
- Enabled SCVMM log tracing using Microsoft kb2913445 and searched the logs using the VHDX ID number - Not found

Any help/guidance is greatly appreciated...

Thank you,
Karim

Migrate Virtual Machine Errors With Wrong XML Path

$
0
0

So I am running into an interesting problem that I can't quite figure out.  I was hoping that someone else may have some ideas.

Basically, I have SCVMM 2012 R2 controlling Server 2008 R2 clusters as well as 2012 R2.  Additionally, it is controlling a Hyper-V 2012 and a Hyper-V 2012 R2 that are temporary for this migration.  I need to migrate off of the 2008 R2 and get them running onto the newer 2012 R2 hosts.  Our process is to migrate from 2008 R2 to 2012 to 2012 R2 and then finally to the 2012 R2 clusters.

We were attempting to move a server off of the 2012 R2 stand alone host to the 2012 R2 cluster and it immediately errors out with the following error.

Error (2904)
VMM could not find the specified path C:\ClusterStorage\Volume2\Guest\Virtual Machines\3DB87D66-CAB1-44EC-A611-4F26B3DC7741.xml on theSourceHost server.
The system cannot find the path specified (0x80070003)

Recommended Action
Ensure that you have specified a valid file name parameter, and then try the operation again.

We can't figure out why it is looking there for the XML or how to stop it because the host is not a cluster and does not have CSVs.  The XML file, along with all the other files associated with the guest is on the D drive of the host.  The interesting thing with this is that the machine does start and if I use powershell to get information on the guest, it shows the correct XML path.  Just for some reason the migration doesn't see that path.

I thank you in advance for your time.

Viewing all 2770 articles
Browse latest View live