VMware Cloud Community
baichaozhang
Contributor
Contributor

How to solve 503 Service Unavailable

hi,support!

How to solve 503 Service Unavailable

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

Reply
0 Kudos
1 Reply
Vijay2027
Expert
Expert

503 is generic error message.

ssh into appliance and execute the below commands:

# service-control --stop --all

# service-control --start --all

# service-control --status --all --> Share the output of this command.

Reply
0 Kudos