A general system error occured: Connection Refused when starting VM
http://landmarkinn.com/?plugin=calpress-event-calendar Just ran into this problem while spinning up a Windows Server 2016 VM from a template. After a little digging, the quick and easy fix is as follows.
Login to the vCenter server via SSH
Enable the Shell
Start the service
1 2 3 |
shell.set --enabled true shell service-control --start vmware-vpx-workflow |
The VM now starts up.