Views:

The error mentioned above indicates a database lock issue in performing a Deep Security Manager task.

To fix the issue:

  1. Check if there is a scheduled task running an activation or deactivation job on VMotion or vCenter sync. Disable the task, if any.
  2. Execute the following SQL commands:

    delete from managerjobs where completeddate is null or completeddate='';

  3. Start the Deep Security Manager.
  4. Run the following commands on cmd:

    dsm_c –action resetevents -type all
    dsm_c -action resetcounters

  5. Restart the Deep Security Manager node.