zoukankan      html  css  js  c++  java
  • VMware Host Agent服务不能正常启动

    VMware Host Agent服务不能正常启动

     

    原因及解决方法

    一直都在用VMWare Server 2.0,其他都还好,就是隔三差五的会有些小问题,比如VMware Host Agent服务不能正常启动的问题,表现为VMServer的ui不能打开。解决方法如下(用的是WINDOWS 7,以此为例):

    1. 依次打开 C:->ProgramData(隐藏目录)->VMware->VMware Server->hostd,其他操作系统路径可能不一样,请尝试搜索hostd或者datastores.xml;

    2. 目录下有一个datastores.xml的文件,就是因为这个xml文件的损坏所以导致了服务不能启动;

    3. 这个目录还会有一个datastores.xml.default的文件,复制一份,改名为datastores.xml,覆盖原来的;(也可以直接把有问题的xml删除,VMWare会自动用default文件重建一个);

    4. 运行->Services.msc,找到VMWare的5个服务,应该有4个处于运行状态,全部停止,启动VMware Host Agent,最后启动剩下的服务;

    5. 到这里,VMWare Server应该可以重新正常使用了。

    通过WEB页面登陆时页面显示:

    HTTP错误403

    服务器拒绝了您的浏览请求

    请确认您拥有所需的访问权限

    通过WEB页面登陆时页面显示:

    The VMware Infrastructure Web Service at "http://localhost:8222/sdk" is not responding (Connection Refused).

    Try Again

    The service may not be responding because hostd is too busy or because it is not running. Try again in a few moments or restart hostd.Until communication with the VI Web Service is restored, VI Web Access will not be able to manage any hosts.

  • 相关阅读:
    IT北漂攻略—择业篇(程序员.net)
    Log4net和Log2Console 结合使用时出现的中文问题
    日志设计规范
    IT北漂攻略租房篇
    Log2Console日志监测工具使用方法
    一些好用的开源控件
    工作流设计简介
    代码设计规范
    正则表达式分割字符串但是不分割字符串中引号中间的数据
    解决Android 应用运行报Unable to resolve superclass of L错误
  • 原文地址:https://www.cnblogs.com/shengs/p/4214191.html
Copyright © 2011-2022 走看看