zoukankan      html  css  js  c++  java
  • vmware vcsa-故障1

    1、重启vcsa后不能登陆webclient

    做实验得时候重启vcsa后不能登陆 web client

    开启vcsa直接进入命令模式,命令行登陆后提示:failed to connect  to service

      解决办法:(启动如下三项标红得服务)

    Command>  service-control --status vmware-mbcs    #这个服务的用途是VMware Message Bus Configuration Service
     vmware-mbcs
    Command> service-control --status vmware-netdumper   #这个服务的用途是VMware vSphere ESXi Dump Collector
    Stopped:
     vmware-netdumper
    Command> service-control --status vmware-rbd-watchdog #这个服务的用途是VMware vSphere Auto Deploy Waiter
    Stopped:
     vmware-rbd-watchdog
    Command> service-control --start vmware-rbd-watchdog vmware-netdumper vmware-mbcs
    Perform start operation. vmon_profile=None, svc_names=['vmware-rbd-watchdog', 'vmware-netdumper', 'vmware-mbcs'], include_coreossvcs=False, include_leafossvcs=False
    2019-06-13T15:13:23.260Z   Service netdumper state STOPPED
    Successfully started service netdumper
    2019-06-13T15:13:25.449Z   Service mbcs state STOPPED
    Successfully started service mbcs
    2019-06-13T15:15:43.377Z   Service rbd state STOPPED
    Successfully started service rbd
    Command> 

        这个时候在登陆就正常登陆了

    2、如果登陆vcsa无法链接主机,请注意是不是lic得问题

        看看有没有license字样得,如果如下提示:换个lic就应该可以了

    License not available to perform the operation.
    The Evaluation Mode license assigned to "vCenter Server" vcsa.exchangecn.com has expired. Recommend updating the license.
  • 相关阅读:
    Android中ScrollView嵌套GridView,解决GridView显示不全的问题
    Android图片缓存的框架ImageLoader的使用
    iOS调用系统的电话功能
    SVN提交.a文件的方法
    使用NSURLSession请求需要AD认证的HTTPS服务器
    Android基本控件属性设置
    iOS获取运营商的相关信息
    Android中颜色的设置
    UICollectionView未充满时也可以滚动
    cocos2dx for lua 截屏功能
  • 原文地址:https://www.cnblogs.com/zhangxingeng/p/11018112.html
Copyright © 2011-2022 走看看