Hi,
I have quite big problem with vCenter server installed on Windows 2012 R2. All was working fine, there was no software updates, but now since few days most of the VMware services can not be started at all:
Services status:
Name StartType Status
---- - -------- ------
VMWareAfdService Automatic Stopped
VMwareCAFManagementAgentHost Automatic Running
VMWareCertificateService Automatic Stopped
vmware-cis-config Automatic Stopped
VMwareDirectoryService Automatic Stopped
VMwareDNSService Automatic Stopped
VMwareIdentityMgmtService Automatic Stopped
vmware-psc-client Automatic Stopped
VMwareSTS Automatic Stopped
vmware-ufad-vci Automatic Running
When trying to connect to the DB:
C:\Program Files\VMware\vCenter Server\vPostgres\bin>psql -d VCDB -U vc
psql: could not connect to server: Connection refused (0x0000274D/10061)
Is the server running on host "localhost" (127.0.0.1) and accepting
TCP/IP connections on port 5432?
could not connect to server: Connection refused (0x0000274D/10061)
Is the server running on host "localhost" (::1) and accepting
TCP/IP connections on port 5432?
or when trying to list all services:
C:\Program Files\VMware\vCenter Server\bin>service-control --list
Traceback (most recent call last):
File "C:\Program Files\VMware\vCenter Server\bin\\service-control", line 14, in <module>
from cis.svcscfg import (platform, isCorePnidService, loadServicesFile,
ImportError: cannot import name platform
Additionally vpdx.log has been attached.
Any advice what is wrong and how to fix it?
BR
Szczepan