Fresh install of VCSA 7.0.3-20990077, the installer gave the error that phase two wont complete because the VM is not responding and to use the web interface to finish. The web interface gives a "refused to connect" error. I have tried stopping and restarting all services and it always fails at the lookup service. I have checked the hosts file, and nslookup from the vcenter VM command line and they resolve correctly, also the hostname resolves correctly on other machines. I haven’t been able to find a KB or article that describes my situation exactly nor has a working remedy. Additionally because the VM is a fresh install and the services have never started before, there are no log files to look at.
After an unsuccessful reattempt at restart I get this error from the service status query. Any help would be appreciated.
root@vcenter [ ~ ]# service-control --status --all
Running:
applmgmt lwsmd observability vmafdd vmcad vmdird vmware-envoy vmware-statsmonitor vmware-vdtc vmware-vmon
Stopped:
lookupsvc observability-vapi pschealth vlcm vmcam vmonapi vmware-analytics vmware-certificateauthority vmware-certificatemanagement vmware-cis-license vmware-content-library vmware-eam vmware-hvc vmware-imagebuilder vmware-infraprofile vmware-netdumper vmware-perfcharts vmware-pod vmware-postgres-archiver vmware-rbd-watchdog vmware-rhttpproxy vmware-sca vmware-sps vmware-stsd vmware-topologysvc vmware-trustmanagement vmware-updatemgr vmware-vapi-endpoint vmware-vcha vmware-vpostgres vmware-vpxd vmware-vpxd-svcs vmware-vsan-health vmware-vsm vsphere-ui vstats vtsdb wcp
root@vcenter [ ~ ]#
root@vcenter [ ~ ]#
root@vcenter [ ~ ]# service-control --start lookupsvc
Operation not cancellable. Please wait for it to finish...
Performing start operation on service lookupsvc...
Error executing start on service lookupsvc. Details {
"detail": [
{
"id": "install.ciscommon.service.failstart",
"translatable": "An error occurred while starting service '%(0)s'",
"args": [
"lookupsvc"
],
"localized": "An error occurred while starting service 'lookupsvc'"
}
],
"componentKey": null,
"problemId": null,
"resolution": null
}
Service-control failed. Error: {
"detail": [
{
"id": "install.ciscommon.service.failstart",
"translatable": "An error occurred while starting service '%(0)s'",
"args": [
"lookupsvc"
],
"localized": "An error occurred while starting service 'lookupsvc'"
}
],
"componentKey": null,
"problemId": null,
"resolution": null
}
root@vcenter [ ~ ]#