vconfig.pl

SDDC Manager – You do not have privileges to login to the system

When you try logged in to SDDC manager using proper credentials you can find message “You do not have proper privileges…” and you can get some delays in SSH connection until you get logged in. Restart of SDDC Manager Web Service is not working: ‘systemctl‘ and ‘shutdown -h now‘ don’t work as well. But we […]

Read More

VSAN 6.6.1 – Service vsan-health STOPPED

vSAN Health Check plug-in is not available and displays an error: “The vCenter server is not responding, please check your setup (status code 503)” Starting vsan-health service manually ended with general error: “An error occured while starting service” Group permission on /etc/vmware-vpx/ssl is correct. This issue is not related with Dell OMI in this version of […]

Read More

vRA 6.2 : You cannot delete this endpoint because # compute resources and # storage paths use it

kb2105809 article describes it as a known issue affecting vRealize Automation 5.x and 6.x. but it’s not yet resolved. I will not copy workaround, just read kb2105809 and perform all steps listed there. In a nutshell: execute usp_RemoveInactiveHosts procedure against VCAC database: exec usp_RemoveInactiveHosts exec usp_RemoveInactiveHosts @DeleteFromDB = 1 In my case i still couldn’t delete the endpoint […]

Read More

vRA 6.2: Error executing query usp_SelectAgentCapabilities

The following errors can appeared in vRA logs: Error processing ping response Error executing query usp_SelectAgent Inner Exception: Error executing query usp_SelectAgentCapabilities DataBaseStatsService: ignoring exception: Error executing query usp_SelectAgent Inner Exception: Error executing query usp_SelectAgentCapabilities Reason #1 There can be a few reasons of that. The first one is related to security settings of MSDTC […]

Read More

How to map a instance of MSDTC to a instance of MSSQL Server

How map a Microsoft Distributed Transaction Coordinator (MSDTC) resource to an application that uses failover clusters such MSSQL Server, Exchange or MSMQ: msdtc -tmMappingSet -name <MappingName> -service <SQLServerServiceName> -ClusterResourceName <MSDTCResourceName> To map MSSQLinstancename_1 to DTC resource in the same service or application group following command should be run: Msdtc –tmMappingSet –name Mapping1 –service MSSQLinstancename_1 –ClusterResourceName […]

Read More