重启VSCA主机,访问页面报错:
503 Service Unavailable (Failed to connect to endpoint: [N7Vmacore4Http20NamedPipeServiceSpecE:0x000

解决办法:
使用SSH登陆VCSA查看
在这里插入图片描述
查看vsphere client运行状态

Command> shell
root@photon-machine [ ~ ]# service-control --status vsphere-client
StartPending:
 vsphere-client
root@photon-machine [ ~ ]# service-control --stop vsphere-client 
Operation not cancellable. Please wait for it to finish...
Performing stop operation on service vsphere-client...
Successfully stopped service vsphere-client
root@photon-machine [ ~ ]# service-control --start vsphere-client   
Operation not cancellable. Please wait for it to finish...
Performing start operation on service vsphere-client...
Successfully started service vsphere-client
root@photon-machine [ ~ ]# service-control --status vsphere-client
Running:
 vsphere-client                                                         #状态为runnning即可

重新访问web后登陆
在这里插入图片描述

Logo

腾讯云面向开发者汇聚海量精品云计算使用和开发经验,营造开放的云计算技术生态圈。

更多推荐