ICode9

精准搜索请尝试: 精确搜索
首页 > 其他分享> 文章详细

VCSA 6.5无法访问,报错“503 Service Unavailable”的解决方法

2019-07-16 17:56:33  阅读:423  来源: 互联网

标签:vsphere Unavailable service 无法访问 photon machine client 报错 root


在访问VCSA间突然卡死,无法刷新,但是能ping通VCSA,过了好会儿,刷新浏览器,显示如下错误:

503 Service Unavailable (Failed to connect to endpoint: [N7Vmacore4Http20NamedPipeServiceSpecE:0x0000558181b429e0] _serverNamespace = / action = Allow _pipeName =/var/run/vmware/vpxd-webserver-pipe)

正在找解决方法的时候,突然不报这个错误了,又报一个同类的错误,错误如下:

503 Service Unavailable (Failed to connect to endpoint: [N7Vmacore4Http16LocalServiceSpecE:0x00007fbd38074bd0] _serverNamespace = /vsphere-client action = Allow _port = 9090)

解决方法:

使用SSH登陆VCSA查看并解决问题。

VMware vCenter Server Appliance 6.5.0.14000
Type: vCenter Server with an embedded Platform Services Controller
Connected to service
    * List APIs: "help api list"
    * List Plugins: "help pi list"
    * Launch BASH: "shell"Command> shell                                                       ####使用shell进行连接Shell access is granted to root
root@photon-machine [ ~ ]# root@photon-machine [ ~ ]# service-control --help                   ####查看VMware services帮助
root@photon-machine [ ~ ]# root@photon-machine [ ~ ]# service-control --list-services          ####列出所有可控VMware服务
root@photon-machine [ ~ ]# root@photon-machine [ ~ ]# service-control --status vsphere-client  ####查看VMware services运行状态Stopped:
 vsphere-client
root@photon-machine [ ~ ]# service-control --start vsphere-client       ####启动vsphere-client
Perform start operation. vmon_profile=None, svc_names=['vsphere-client'], 
include_coreossvcs=False, include_leafossvcs=False
2018-03-17T16:19:28.015Z   Service vsphere-client state STOPPED
Successfully started service vsphere-client
root@photon-machine [ ~ ]# service-control --status vsphere-clientRunning:
 vsphere-client



vmware-vpxd vmware-eam vmware-invsvc


本机IP需要打通到宿主机EXSI管理IP和Vcenter管理IP所需端口





标签:vsphere,Unavailable,service,无法访问,photon,machine,client,报错,root
来源: https://blog.51cto.com/sf1314/2420781

本站声明: 1. iCode9 技术分享网(下文简称本站)提供的所有内容,仅供技术学习、探讨和分享;
2. 关于本站的所有留言、评论、转载及引用,纯属内容发起人的个人观点,与本站观点和立场无关;
3. 关于本站的所有言论和文字,纯属内容发起人的个人观点,与本站观点和立场无关;
4. 本站文章均是网友提供,不完全保证技术分享内容的完整性、准确性、时效性、风险性和版权归属;如您发现该文章侵犯了您的权益,可联系我们第一时间进行删除;
5. 本站为非盈利性的个人网站,所有内容不会用来进行牟利,也不会利用任何形式的广告来间接获益,纯粹是为了广大技术爱好者提供技术内容和技术思想的分享性交流网站。

专注分享技术,共同学习,共同进步。侵权联系[81616952@qq.com]

Copyright (C)ICode9.com, All Rights Reserved.

ICode9版权所有