我已经在windows server 2012 R2上安装了Virtual Machine Manager。已成功安装,但无法启动SCVMM服务。请检查以下日志和错误
当我尝试启动SCVMM服务时,其endup显示以下错误
“本地计算机上的System Center Virtual Machine Manager服务已启动,然后停止。如果某些服务未被其他服务或程序使用,则会自动停止。”日志名称:应用程序来源: SCVMMService日期: 11/4/2014 7:58:55 AM事件ID: 0任务类别:无级别:错误关键词:经典用户: N/A计算机:HC*描述:
Service cannot be started. System.Reflection.ReflectionTypeLoadException: Unable to load one or more of the requested types. Retrieve the LoaderExceptions property for more information.
at System.Reflection.RuntimeModule.GetTypes(RuntimeModule module)
at System.Reflection.RuntimeModule.GetTypes()
at System.Reflection.Assembly.GetTypes()
at Microsoft.VirtualManager.Remoting.IndigoSerializableObject.BuildKnownAssemblyTypes(Assembly assembly)
at Microsoft.VirtualManager.Remoting.IndigoSerializableObject.InitializeKnownTypesCache(List`1 assembliesToExamine)
at Microsoft.VirtualManager.Engine.Remoting.IndigoServiceHost.InitializeKnownTypesCache()
at Microsoft.VirtualManager.Engine.VirtualManagerService.TimeStartupMethod(String description, TimedStartupMethod methodToTime)
at Microsoft.VirtualManager.Engine.VirtualManagerService.OnStart(String[] args)
at System.ServiceProcess.ServiceBase.ServiceQueuedMainCallback(Object state)
Event Xml:
<Event xmlns="http://schemas.microsoft.com/win/2004/08/events/event">
<System>
<Provider Name="SCVMMService" />
<EventID Qualifiers="0">0</EventID>
<Level>2</Level>
<Task>0</Task>
<Keywords>0x80000000000000</Keywords>
<TimeCreated SystemTime="2014-11-04T07:58:55.000000000Z" />
<EventRecordID>10656</EventRecordID>
<Channel>Application</Channel>
<Computer>HC-S*********** </Computer>
<Security />
</System>
<EventData>
<Data>Service cannot be started. System.Reflection.ReflectionTypeLoadException: Unable to load one or more of the requested types. Retrieve the LoaderExceptions property for more information.
at System.Reflection.RuntimeModule.GetTypes(RuntimeModule module)
at System.Reflection.RuntimeModule.GetTypes()
at System.Reflection.Assembly.GetTypes()
at Microsoft.VirtualManager.Remoting.IndigoSerializableObject.BuildKnownAssemblyTypes(Assembly assembly)
at Microsoft.VirtualManager.Remoting.IndigoSerializableObject.InitializeKnownTypesCache(List`1 assembliesToExamine)
at Microsoft.VirtualManager.Engine.Remoting.IndigoServiceHost.InitializeKnownTypesCache()
at Microsoft.VirtualManager.Engine.VirtualManagerService.TimeStartupMethod(String description, TimedStartupMethod methodToTime)
at Microsoft.VirtualManager.Engine.VirtualManagerService.OnStart(String[] args)
at System.ServiceProcess.ServiceBase.ServiceQueuedMainCallback(Object state)</Data>
</EventData>
</Event>发布于 2014-11-04 17:15:20
谢谢你在这里发帖。
要解决此问题,请查看任何循环引用的AD组成员身份,然后将其删除。如果循环引用不明显,下面的脚本可以列出特定组的嵌套成员。
注意:使用Active Directory用户和计算机来确定导致问题的组中最顶层的组。
dsquery group -name "Group_VMMSSU“| dsget group -members -expand
我希望您在安装SCVMM高级部署流程之前已经执行了以下步骤:
我建议您查看此链接以了解更多详细信息。
http://blogs.technet.com/b/kevinholman/archive/2013/10/18/scvmm-2012-r2-quickstart-deployment-guide.aspx
Girish Prajwal
发布于 2016-07-30 18:47:34
我有这个错误,找不到这个问题的最新答案。
在我的例子中,我在同一台机器上安装了SCVMM (服务器和控制台)(我想这对于第一次安装来说是很正常的)。我已经看到了系统的运行,然后我安装了Windows Update提供的所有更新。重新启动后,我的服务"System Center Virtual Machine Manager“无法启动。解决方法是查看控制面板:“程序和功能”。单击“已安装的更新”,将出现System Center控制台的条目。这是一个汇总10。我卸载了它,现在服务可以启动了,我可以登录了。
希望这对某些人有帮助。
https://stackoverflow.com/questions/26730649
复制相似问题