Unable to start the WCP service in vCenter Server via CLI and vCenter Server Appliance Management Interface (VAMI).
Attempting to start the service using service-control results in a "Skip" message:
# service-control --start wcp
Operation not cancellable. Please wait for it to finish ...
Performing start operation on service wcp ...
Service wcp startup type is not automatic. SkipAttempting to start the service using vmon-cli explicitly flags the service as disabled:
# vmon-cli --start wcp
Start service request failed. Error: Operation not allowed on a disabled service.In the VAMI -> Services, the options to edit or modify the Startup Type for the Workload Control Plane service are greyed out.
VMware vCenter 8.x
VMware vCenter 9.x
This issue occurs when the WCP service's startup configuration state is DISABLED rather than MANUAL or AUTOMATIC. When a service is explicitly set to disabled, standard service-control commands skip the operation, and the VAMI UI locks the dropdown menu to prevent administrative changes.
To resolve this issue, bypass the VAMI UI and use the vmon-cli utility to forcefully update the service's startup type back to AUTOMATIC.
1. Connect to the vCenter Server Appliance (VCSA) via SSH and log in with the root account.
2. Validate the current startup type and state of the WCP service:
3. Update the startup type for the WCP service to AUTOMATIC:
4. Start the WCP service:
5. Verify the WCP service has successfully started and is in a healthy state:
6. Log back into the VAMI (https://<vcenter-fqdn>:5480) and verify that the Startup Type for the Workload Control Plane service now displays as Automatic and the options are no longer greyed out.