ConfigMgr

VMware, Azure and Automation

SDDC Manager – this operation is not allowed

22 mei 2025 Cloud Foundation Solutions VMware

This week I was working with SDDC Manager when I noticed that many operations were disabled. When I hovered over the Backup button I got a messagebox “This operation is not allowed because 3797ad0d-181d-43e5-827e-ba2c6913b89d operation(s) are working on related resources.” I got the same message when I tried to rotate a password.

When I looked at the Tasks there were no running task. But I did notice the backup task that failed. Could this be the cause?

When you want to determine if there are any locks perform the following steps:

  1. Take Snapshot (uncheck Memory) of SDDC Manager
  2. SSH into SDDC Manager Appliance with the VCF account
  3. Elevate to Root ( su – )

Run a query to check for locks:

psql --host=localhost -U postgres -d platform -c "select * from lock"

So there was a lock: SDDC Manager DEPLOYMENT lock to perform Backup. And as you can see, the serviceIdentifier was the same id as the id in the error message.

The fix is straightforward: delete the lock with the following query. The id is the first field from the lock (id).

psql --host=localhost -U postgres -d platform -c "delete from lock where id='9e5fd53e-e114-4e52-b17e-7e18bf863cc9'";

After deleting the lock SDDC Manager was happy again and the Backup button was enabled.

Quota warning deploying Cloud Director vApp

Recent Posts

  • SDDC Manager – this operation is not allowed
  • Quota warning deploying Cloud Director vApp
  • Using API for Aria OPS Chargeback
  • Unable to set reservation on Org VDC
  • Veeam Tweaks

Recent Comments

Geen reacties om te tonen.

Archives

  • mei 2025
  • april 2025
  • maart 2025
  • november 2024
  • oktober 2024
  • januari 2024
  • november 2023
  • oktober 2023
  • september 2023
  • juni 2023
  • mei 2023
  • april 2023
  • november 2022
  • maart 2021
  • februari 2021
  • januari 2021
  • november 2020
  • oktober 2020
  • september 2020
  • juli 2020
  • juni 2020
  • april 2020
  • maart 2020
  • februari 2020
  • oktober 2019
  • september 2019
  • juli 2019
  • juni 2019
  • mei 2019
  • maart 2019
  • februari 2019
  • januari 2019
  • december 2018
  • november 2018
  • april 2018
  • januari 2018
  • juli 2017
  • juni 2017
  • mei 2017

Categories

  • AnyLinq
  • Azure
  • Cloud Director
  • Cloud Foundation
  • ConfigMgr
  • DIY
  • HomeAssistant
  • Microsoft
  • PowerCli
  • Powershell
  • SCCM
  • Script
  • Solutions
  • System Center
  • Veeam
  • VMware
  • vRealize Automation
  • vRealize Orchestrator
Proudly powered by WordPress | Theme: Doo by ThemeVS.