A 404 error when accessing the infrastructure tab can be cause by a number of things. Expired certs is the most common reason. I hit this issue earlier but i’m using valid CA certs. When i logged into the VAMI interface for vRA i noticed that the IaaS service was not registered. After the customary reboots the issue persisted so i had to did a little deeper. Here is what i saw in VAMI/Services.(Not using the embedded vCO so it is intentionally disabled)
To get the IaaS service registered again i had to re register IaaS with vRA using the following commands on the IaaS server
- cd c:\”Program Files (x86)”\VMware\vCAC\Server\”Model Manager Data”\Cafe
- Vcac-Config.exe RegisterEndpoint –EndpointAddresshttps://iaasFQDN/vcac/ –Endpoint ui -v
- Vcac-Config.exe RegisterEndpoint –EndpointAddresshttps://iaasFQDN/vCAC/Repository –Endpoint repo -v
- Vcac-Config.exe RegisterEndpoint –EndpointAddresshttps://iaasFQDN/WAPI/ –Endpoint wapi -v
- Vcac-Config.exe RegisterEndpoint –EndpointAddresshttps://iaasFQDN/WAPI/api/status –Endpoint status -v