首页
学习
活动
专区
圈层
工具
发布
社区首页 >问答首页 >System Center Virtual Machine Manager服务无法启动

System Center Virtual Machine Manager服务无法启动
EN

Stack Overflow用户
提问于 2014-11-04 16:29:42
回答 2查看 10.4K关注 0票数 0

我已经在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*描述:

代码语言:javascript
复制
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>
EN

回答 2

Stack Overflow用户

发布于 2014-11-04 17:15:20

谢谢你在这里发帖。

要解决此问题,请查看任何循环引用的AD组成员身份,然后将其删除。如果循环引用不明显,下面的脚本可以列出特定组的嵌套成员。

注意:使用Active Directory用户和计算机来确定导致问题的组中最顶层的组。

dsquery group -name "Group_VMMSSU“| dsget group -members -expand

我希望您在安装SCVMM高级部署流程之前已经执行了以下步骤:

  1. 在AD中,根据您的命名约定创建以下帐户和组:·domain \scvmmsvc SCVMM服务帐户·domain\scvmmadmin用于管理主机的SCVMM运行方式帐户·domain\sqlsvc SQL服务帐户·domain\ SCVMMAdmins SCVMM管理员安全组
  2. 将“scvmmsvc”和“scvmmadmin”帐户添加到“SCVMMAdmins”全局组。
  3. 将您和您的团队的域用户帐户添加到SCVMMAdmins组。

我建议您查看此链接以了解更多详细信息。

http://blogs.technet.com/b/kevinholman/archive/2013/10/18/scvmm-2012-r2-quickstart-deployment-guide.aspx

Girish Prajwal

票数 0
EN

Stack Overflow用户

发布于 2016-07-30 18:47:34

我有这个错误,找不到这个问题的最新答案。

在我的例子中,我在同一台机器上安装了SCVMM (服务器和控制台)(我想这对于第一次安装来说是很正常的)。我已经看到了系统的运行,然后我安装了Windows Update提供的所有更新。重新启动后,我的服务"System Center Virtual Machine Manager“无法启动。解决方法是查看控制面板:“程序和功能”。单击“已安装的更新”,将出现System Center控制台的条目。这是一个汇总10。我卸载了它,现在服务可以启动了,我可以登录了。

希望这对某些人有帮助。

票数 0
EN
页面原文内容由Stack Overflow提供。腾讯云小微IT领域专用引擎提供翻译支持
原文链接:

https://stackoverflow.com/questions/26730649

复制
相关文章

相似问题

领券
问题归档专栏文章快讯文章归档关键词归档开发者手册归档开发者手册 Section 归档