重启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后登陆