解决重启VCSA 6.0,访问vsphere web client提示:503 Service Unavailable错误

时间:2024-04-09 19:02:13

解决重启VCSA 6.0提示:503 Service Unavailable错误
虚拟人 2016-07-17
有时候在重启VCSA 6.0之后,可能半天无法登录到VCSA的vSphere Web Client,登录界面提示如下图所示的错误:
503 Service Unavailable (Failed to connect to endpoint:[N7Vmacore4Http16LocalServiceSpecE:0x7f1b10f54fe0]_serverNamespace=/vsphere-client_isRedirect=false_port=9090)
解决重启VCSA 6.0,访问vsphere web client提示:503 Service Unavailable错误
出现这个错误之后,就一直无法访问vCenter的vSphere Web Client界面;
入到VCSA 6.0的Pi Shell(在vcenter 界面下按alt+f1)界面执行如下命令:
›service-control –all

可以看到相关VMware的服务启动状态,然后可以看到下列几个服务没有启动,分别是:
vmware-mbcs
vmware-netdumper
vmware-rbd-watchdog

分别执行命令确认,首先执行命令:
›service-control –status vmware-mbcs

如下图所示结果:
解决重启VCSA 6.0,访问vsphere web client提示:503 Service Unavailable错误
可以看到服务处于Stopped状态,这个服务的用途是VMware Message Bus Configuration Service;

然后执行命令:
›service-control –status vmware-netdumper

如下图所示结果:
解决重启VCSA 6.0,访问vsphere web client提示:503 Service Unavailable错误
可以看到服务处于Stopped状态,这个服务的用途是VMware vSphere ESXi Dump Collector;

最后执行命令:
›service-control –status vmware-rbd-watchdog

如下图所示结果:
解决重启VCSA 6.0,访问vsphere web client提示:503 Service Unavailable错误
可以看到服务处于Stopped状态,这个服务的用途是VMware vSphere Auto Deploy Waiter;

看到上述几个服务都处于停止状态,那么,接下来尝试手动启动它们,命令如下:
›service-control –start vmware-rbd-watchdog vmware-netdumper vmware-mbcs

如下图所示结果:
解决重启VCSA 6.0,访问vsphere web client提示:503 Service Unavailable错误
看到上图中的结果,所有服务都启动了;

最后,再次去vSphere Web Client界面刷新时,就可以成功登陆到你的VCSA了;