The error mentioned above indicates a database lock issue in performing a Deep Security Manager task.
To fix the issue:
- Check if there is a scheduled task running an activation or deactivation job on VMotion or vCenter sync. Disable the task, if any.
- Execute the following SQL commands:
delete from managerjobs where completeddate is null or completeddate='';
- Start the Deep Security Manager.
- Run the following commands on cmd:
dsm_c –action resetevents -type all
dsm_c -action resetcounters - Restart the Deep Security Manager node.