Operations in the VMware Cloud Foundation (VCF) SDDC Manager, such as service account password rotation or support log bundle generation, fail to initialize. The system generates an error indicating an active resource reservation lock is blocking the execution.
Found active workflow for OPERATIONS_MANAGER, Description: Resource of type <RESOURCE_TYPE> locked by service (ID: OPERATIONS_MANAGER) and operation (ID: <OPERATION_ID>)
Symptoms
svc-sddc-vcenter-####@vsphere.local) fails with an "Unknown Error."Found active workflow for OPERATIONS_MANAGER, Description: Resource of type locked by service (ID: OPERATIONS_MANAGER) and operation (ID: ) appears in operationsmanager.log.VMware Cloud Foundation 5.x
VMware Cloud Foundation 9.x
A previous configuration task or automated system workflow terminated or stalled unexpectedly, leaving an orphaned operational lock row on the specified resource mapping inside the platform inventory database.
Manually clear the stale operational lock from the SDDC Manager database.
IMPORTANT: Take a snapshot of the SDDC Manager virtual machine before executing any database modifications.
Establish an SSH session to the SDDC Manager appliance using vcf user credentials, then elevate to root:
su -
Verify the active contents of the platform service lock table:
psql -h localhost -U postgres -d platform -c "select * from lock;"Identify the record matching the blocking transaction and delete it:
psql -h localhost -U postgres -d platform -c "delete from lock where id='<LOCK_ID>';"
Retry the failed password rotation or log generation workflow.
For defects and enhancements, subscribe to this article to be updated on fix status: Subscribe to a Broadcom knowledge article by article or product
To speak with a customer representative or a Support Engineer see Contact Support Scroll to the bottom of the page and click on your respective region.