/opt/vmware/vcloud-director/bin/cell-management-tool cell --shutdown -i <vcd_pid>
service vmware-vcd start
Job for vmware-vcd. service failed because the control process exited with error code.
See "systemctl status vmware—vcd.service" and '"journalctl -xe" for details.
VMware Cloud Director 10.x
When shutting down the service based on PID, other processes may continue to run which prevent the main process from restarting successfully.
Use the cell management shutdown command with an Administrator user and password specified instead of PID.
/opt/vmware/vcloud-director/bin/cell-management-tool cell --shutdown -u Administrator -p <password>