Actions", options like Take snapshot, Delete all snapshots, Edit settings, Rename and Edit notes are greyed out for the affected VM.As part of prechecks from the backup software, it will check if a snapshot of the VM can be taken or not. when the take snapshot option is disabled for the affected VM, the backup will fail with an error "Snapshot creation is disabled by [vCloud Director or site recovery manager]"
Note: The [ ] portion of the error can be either blank or a product like vCloud director or site recovery manager. It is fetched from the value of managedby property of the VM
Additional information:
disabledmethod section of the VM mob page(https://<vc-ip>/mob/?moid=vm-id)select * from VPX_DISABLED_METHODS;)disabledMethod section of the VM mob page but not in VPX_DISABLED_METHODS table in VCDB, engage the respective backup vendorNote: Even though the create snapshot method is disabled at runtime, creating a snapshot using an API may succeed. Due to this nature of the issue, backup vendors have an option of disabling the pre-check for snapshot operations.
Workaround:
disabledMethod but VCDB does not have any disabled methods for the VM), migrate the affected VM to a different ESXi host. After the migration all the disabled options should be active again and backup would succeed in the next run.Note: The contents of VPX_DISABLED_METHODS table in VCDB may have information related to the source and reason for disabled actions.